Add CHAR LIMIT to input method string resources

Bug: 3329495
Bug: 3174702
Change-Id: I2b87166a08d911e76e4b660b0933396c14817b20
This commit is contained in:
Tadashi G. Takaoka
2011-01-13 11:39:33 +09:00
parent 11a17eead7
commit 9aa50e93f9

View File

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