Merge "Use word "languages" in favor of multi-locale support." into nyc-dev

This commit is contained in:
Yohei Yukawa
2016-03-30 06:00:24 +00:00
committed by Android (Google) Code Review

View File

@@ -3730,8 +3730,10 @@
<string name="input_method_settings_button">Settings</string>
<!-- 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. [CHAR LIMIT=35] -->
<string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
<!-- Title for settings whether or not the framework will select input methods in an IME based
on the current system locales. (The user can select multiple system locales)
[CHAR LIMIT=35] -->
<string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
<!-- 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 [CHAR LIMIT=35] -->