aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-17 18:35:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-17 18:35:56 +0000
commit3029e5b6e098784e410a6c8b08cbca2c3534cbdb (patch)
tree4f8f66fb51a2b009acc4e1d6a7def151cea72764 /java
parentb2f067cf4776e1f5511a124378f62f8666b23bc5 (diff)
parentc97b5aec5909ac5b8483a7c1405c1af2c7e01b70 (diff)
downloadlatinime-3029e5b6e098784e410a6c8b08cbca2c3534cbdb.tar.gz
latinime-3029e5b6e098784e410a6c8b08cbca2c3534cbdb.tar.xz
latinime-3029e5b6e098784e410a6c8b08cbca2c3534cbdb.zip
am c97b5aec: am ddce348c: Merge "Mark Theme name text as translatable="false"" into lmp-dev
* commit 'c97b5aec5909ac5b8483a7c1405c1af2c7e01b70': Mark Theme name text as translatable="false"
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index d58d4d585..6df69ed47 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -293,14 +293,14 @@ mobile devices. [CHAR LIMIT=25] -->
<!-- Title of the preference settings for switching keyboard theme [CHAR LIMIT=35] -->
<string name="keyboard_theme">Keyboard theme</string>
- <!-- The keyboard theme name, Holo White [CHAR LIMIT=25] -->
- <string name="keyboard_theme_holo_white">Holo White</string>
- <!-- The keyboard theme name, Holo Blue [CHAR LIMIT=25] -->
- <string name="keyboard_theme_holo_blue">Holo Blue</string>
- <!-- The keyboard theme name, Material Dark [CHAR LIMIT=25] -->
- <string name="keyboard_theme_material_dark">Material Dark</string>
- <!-- The keyboard theme name, Material Light [CHAR LIMIT=25] -->
- <string name="keyboard_theme_material_light">Material Light</string>
+ <!-- The keyboard theme name, Holo White. This is marked as translatable="false" because this is a proper name of system-wide UI Theme. -->
+ <string name="keyboard_theme_holo_white" translatable="false">Holo White</string>
+ <!-- The keyboard theme name, Holo Blue. This is marked as translatable="false" because this is a proper name of system-wide UI Theme. -->
+ <string name="keyboard_theme_holo_blue" translatable="false">Holo Blue</string>
+ <!-- The keyboard theme name, Material Dark. This is marked as translatable="false" because this is a proper name of system-wide UI Theme. -->
+ <string name="keyboard_theme_material_dark" translatable="false">Material Dark</string>
+ <!-- The keyboard theme name, Material Light. This is marked as translatable="false" because this is a proper name of system-wide UI Theme. -->
+ <string name="keyboard_theme_material_light" translatable="false">Material Light</string>
<!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]-->
<string name="custom_input_styles_title">Custom input styles</string>