diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 10 | ||||
| -rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 0c968e4..7412d55 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -28,6 +28,16 @@ <item>Bulgarian (Phonetic Traditional)</item> <item>Dvorak</item> </string-array> + <string-array name="pref_programming_layout_values"> + <item>none</item> + <item>qwerty</item> + <item>dvorak</item> + </string-array> + <string-array name="pref_programming_layout_entries"> + <item>@string/pref_programming_layout_none</item> + <item>QWERTY</item> + <item>Dvorak</item> + </string-array> <string-array name="pref_accents_entries"> <item>@string/pref_accents_e_all_installed</item> <item>@string/pref_accents_e_selected</item> diff --git a/res/values/strings.xml b/res/values/strings.xml index 906803f..250c2ac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,6 +11,8 @@ <string name="pref_accents_e_selected">Only show accents for the selected language</string> <string name="pref_accents_e_all">Show all accents</string> <string name="pref_accents_e_none">Hide accents</string> + <string name="pref_programming_layout_title">Keyboard layout for programming</string> + <string name="pref_programming_layout_none">None</string> <string name="pref_category_typing">Typing</string> <string name="pref_swipe_dist_title">Swiping distance</string> <string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string> |
