// # Davey.json5
//
// This preference set changes several preferences from Read&Write Gold 12
//
// ## Testing
//
// This changes the following settings from the AT software:
//      Translation:
//          + From Language: Czech
//          + To Language: Danish
//
//      Vocabulary List:
//          + Show vocabulary List window: true
//          + Include pictures: false
//          + Include definitions: true
//
//      Voice Note:
//          + Insert directly in the document: false
{
    "flat": {
        "name": "Davey",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.texthelp.readWriteGold": {
                        // Translation
                        "ApplicationSettings.Translation.FromLanguage.$t": "cs",
                        "ApplicationSettings.Translation.ToLanguage.$t": "da",
                        // Vocabulary List
                        // TODO: Verify with Microsoft word installation
                        "ApplicationSettings.Vocabulary.VocabListWindow.$t": true,
                        "ApplicationSettings.Vocabulary.VocabListImages.$t": false,
                        "ApplicationSettings.Vocabulary.VocabListDefinitions.$t": true,
                        // Voice Note
                        "ApplicationSettings.VoiceNote.InsertInDoc.$t": true
                    }
                }
            }
        }
    }
}
