diff options
author | Tadashi G. Takaoka <takaoka@google.com> | 2011-01-13 11:39:33 +0900 |
---|---|---|
committer | Tadashi G. Takaoka <takaoka@google.com> | 2011-01-13 11:42:29 +0900 |
commit | 9aa50e93f92509f122e6d07975f9939199b1d368 (patch) | |
tree | 2fe3fd8f776037adc933a92b89bf691a958b8fea | |
parent | 11a17eead7632df9b64c45b6cfabb780be7645c7 (diff) | |
download | packages_apps_settings-9aa50e93f92509f122e6d07975f9939199b1d368.zip packages_apps_settings-9aa50e93f92509f122e6d07975f9939199b1d368.tar.gz packages_apps_settings-9aa50e93f92509f122e6d07975f9939199b1d368.tar.bz2 |
Add CHAR LIMIT to input method string resources
Bug: 3329495
Bug: 3174702
Change-Id: I2b87166a08d911e76e4b660b0933396c14817b20
-rw-r--r-- | res/values/strings.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7012440..2a160f4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2261,27 +2261,27 @@ found in the list of installed applications.</string> <string name="input_methods_settings_title">Text input</string> <!-- Setting name for Input Method chooser --> <string name="input_method">Input method</string> - <!-- Title for selecting the current input method --> + <!-- Title for selecting the current input method [CHAR LIMIT=35] --> <string name="current_input_method">Current input method</string> - <!-- Title for setting the visibility of input method selector--> + <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] --> <string name="input_method_selector">Input method selector</string> - <!-- An option to always show input method selector automatically when needed --> + <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] --> <string name="input_method_selector_show_automatically_title">Automatic</string> - <!-- An option to always show input method selector --> + <!-- An option to always show input method selector [CHAR LIMIT=25] --> <string name="input_method_selector_always_show_title">Always show</string> - <!-- An option to always hide input method selector --> + <!-- An option to always hide input method selector [CHAR LIMIT=25] --> <string name="input_method_selector_always_hide_title">Always hide</string> - <!-- Title for configuring input method settings --> + <!-- Title for configuring input method settings [CHAR LIMIT=35] --> <string name="configure_input_method">Configure input methods</string> - <!-- Title for settings of each IME --> + <!-- Title for settings of each IME [CHAR LIMIT=25] --> <string name="input_method_settings">Settings</string> - <!-- Title for settings of active input methods in each IME --> + <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] --> <string name="active_input_method_subtypes">Active input methods</string> - <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. --> + <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] --> <string name="use_system_language_to_select_input_method_subtypes">Use system language</string> - <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" --> + <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] --> <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string> - <!-- Title for the settings of selecting active input methods of an IME --> + <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] --> <string name="input_methods_and_subtype_enabler_title">Select active input methods</string> <!-- Summary for on-screen keyboard settings --> <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string> |