am 9aa50e93: Add CHAR LIMIT to input method string resources

* commit '9aa50e93f92509f122e6d07975f9939199b1d368':
  Add CHAR LIMIT to input method string resources
This commit is contained in:
Tadashi G. Takaoka
2011-01-13 01:16:37 -08:00
committed by Android Git Automerger

View File

@@ -2261,27 +2261,27 @@ found in the list of installed applications.</string>
<string name="input_methods_settings_title">Text input</string> <string name="input_methods_settings_title">Text input</string>
<!-- Setting name for Input Method chooser --> <!-- Setting name for Input Method chooser -->
<string name="input_method">Input method</string> <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> <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> <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> <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> <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> <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> <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> <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> <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> <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> <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> <string name="input_methods_and_subtype_enabler_title">Select active input methods</string>
<!-- Summary for on-screen keyboard settings --> <!-- Summary for on-screen keyboard settings -->
<string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string> <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>