OSDN Git Service

Add CHAR LIMIT to input method string resources
authorTadashi G. Takaoka <takaoka@google.com>
Thu, 13 Jan 2011 02:39:33 +0000 (11:39 +0900)
committerTadashi G. Takaoka <takaoka@google.com>
Thu, 13 Jan 2011 02:42:29 +0000 (11:42 +0900)
Bug: 3329495
Bug: 3174702
Change-Id: I2b87166a08d911e76e4b660b0933396c14817b20

res/values/strings.xml

index 7012440..2a160f4 100644 (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>