am ddce348c: Merge "Mark Theme name text as translatable="false"" into lmp-dev

* commit 'ddce348c77cf4c3bf8a1663708164903feb6fada':
  Mark Theme name text as translatable="false"
main
Tadashi G. Takaoka 2014-07-17 18:16:20 +00:00 committed by Android Git Automerger
commit c97b5aec59
1 changed files with 8 additions and 8 deletions

View File

@ -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>