diff options
author | 2014-09-17 17:00:37 +0000 | |
---|---|---|
committer | 2014-09-17 17:00:38 +0000 | |
commit | fc12c0a7fdb68b0c44a7fdefb67b15c099526f59 (patch) | |
tree | 2ebe15a6a549d9c423070e03ed8c3ef66060e3a7 /java/res/values | |
parent | b349b5747687e3f13c7f865c54907d325a0cd771 (diff) | |
parent | a5d4cb7769dce162c35573a806533af585063a82 (diff) | |
download | latinime-fc12c0a7fdb68b0c44a7fdefb67b15c099526f59.tar.gz latinime-fc12c0a7fdb68b0c44a7fdefb67b15c099526f59.tar.xz latinime-fc12c0a7fdb68b0c44a7fdefb67b15c099526f59.zip |
Merge "Add a user preference for split layout within Appearance & Layouts"
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index e5341f67a..73fb7bd7a 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -51,6 +51,9 @@ <!-- Settings screen title for keyboard theme settings [CHAR LIMIT=33] --> <string name="settings_screen_theme">Theme</string> + <!-- Option for enabling or disabling the split keyboard layout. [CHAR LIMIT=65]--> + <string name="enable_split_keyboard">Enable split keyboard</string> + <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] --> <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string> <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] --> |