@ -32,7 +32,7 @@
"description" : "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination." ,
"description" : "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination." ,
"androidKey" : "message_recipients_list_item__view" ,
"androidKey" : "message_recipients_list_item__view" ,
"addStart" : "&" ,
"addStart" : "&" ,
" wordCapitaliz e": true
" sentenceCas e": true
} ,
} ,
"mainMenuWindow" : {
"mainMenuWindow" : {
"message" : "&Window" ,
"message" : "&Window" ,
@ -64,7 +64,7 @@
"message" : "Undo" ,
"message" : "Undo" ,
"description" : "Edit menu command to remove recently-typed text" ,
"description" : "Edit menu command to remove recently-typed text" ,
"androidKey" : "ConversationListFragment_undo" ,
"androidKey" : "ConversationListFragment_undo" ,
" wordCapitaliz e": true
" sentenceCas e": true
} ,
} ,
"editMenuRedo" : {
"editMenuRedo" : {
"message" : "Redo" ,
"message" : "Redo" ,
@ -93,10 +93,10 @@
"androidKey" : "delete"
"androidKey" : "delete"
} ,
} ,
"editMenuSelectAll" : {
"editMenuSelectAll" : {
"message" : "Select A ll",
"message" : "Select a ll",
"description" : "Edit menu comand to select all of the text in selected text box" ,
"description" : "Edit menu comand to select all of the text in selected text box" ,
"androidKey" : "conversation_list_batch__menu_select_all" ,
"androidKey" : "conversation_list_batch__menu_select_all" ,
" wordCapitaliz e": true
" sentenceCas e": true
} ,
} ,
"editMenuStartSpeaking" : {
"editMenuStartSpeaking" : {
"message" : "Start speaking" ,
"message" : "Start speaking" ,
@ -233,7 +233,7 @@
"message" : "View" ,
"message" : "View" ,
"description" : "Used as a label on a button allowing user to see more information" ,
"description" : "Used as a label on a button allowing user to see more information" ,
"androidKey" : "message_recipients_list_item__view" ,
"androidKey" : "message_recipients_list_item__view" ,
" wordCapitaliz e": true
" sentenceCas e": true
} ,
} ,
"youLeftTheGroup" : {
"youLeftTheGroup" : {
"message" : "You have left the group." ,
"message" : "You have left the group." ,
@ -520,16 +520,19 @@
"androidKey" : "BucketedThreadMedia_Yesterday"
"androidKey" : "BucketedThreadMedia_Yesterday"
} ,
} ,
"thisWeek" : {
"thisWeek" : {
"message" : "This W eek",
"message" : "This w eek",
"description" : "Section header in the media gallery" ,
"description" : "Section header in the media gallery" ,
"androidKey" : "BucketedThreadMedia_This_week" ,
"androidKey" : "BucketedThreadMedia_This_week" ,
"wordCapitalize" : true
"ignoreCase" : true ,
"sentenceCase" : true
} ,
} ,
"thisMonth" : {
"thisMonth" : {
"message" : "This Month" ,
"message" : "This Month" ,
"description" : "Section header in the media gallery" ,
"description" : "Section header in the media gallery" ,
"androidKey" : "BucketedThreadMedia_This_month" ,
"androidKey" : "BucketedThreadMedia_This_month" ,
"wordCapitalize" : true
"ignoreCase" : true ,
"sentenceCase" : true
} ,
} ,
"voiceMessage" : {
"voiceMessage" : {
"message" : "Voice Message" ,
"message" : "Voice Message" ,
@ -871,7 +874,8 @@
"unpairDevice" : {
"unpairDevice" : {
"message" : "Unlink Device" ,
"message" : "Unlink Device" ,
"androidKey" : "fragment_device_list_unlink_device_title" ,
"androidKey" : "fragment_device_list_unlink_device_title" ,
"wordCapitalize" : true
"ignoreCase" : true ,
"sentenceCase" : true
} ,
} ,
"unpairDeviceWarning" : {
"unpairDeviceWarning" : {
"message" : "Are you sure you want to unlink this device?" ,
"message" : "Are you sure you want to unlink this device?" ,