diff options
author | 2011-01-14 18:29:35 +0900 | |
---|---|---|
committer | 2011-01-14 18:29:35 +0900 | |
commit | 297d6619b3fd450e6e300de6bda4b537068ff2fe (patch) | |
tree | c6999d45688c05725c304a939b1d172db88fe7de /java | |
parent | 1c835437a54340ccd274f2a27373b1a8ec013105 (diff) | |
download | latinime-297d6619b3fd450e6e300de6bda4b537068ff2fe.tar.gz latinime-297d6619b3fd450e6e300de6bda4b537068ff2fe.tar.xz latinime-297d6619b3fd450e6e300de6bda4b537068ff2fe.zip |
Add CHAR LIMIT to string resources
Bug: 2988183
Bug: 3276544
Change-Id: Ib5c2c86972b1ab32468cd0ab9370ec629255c54d
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 22040d591..6f0f2fb72 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -22,7 +22,7 @@ <string name="english_ime_name">Android keyboard</string> <!-- Title for Latin keyboard settings activity / dialog --> <string name="english_ime_settings">Android keyboard settings</string> - <!-- Title for Latin keyboard input options dialog --> + <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> <string name="english_ime_input_options">Input options</string> <!-- Option to provide vibrate/haptic feedback on keypress --> @@ -111,15 +111,15 @@ <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string> <!-- Message of the warning dialog that shows when a user initiates voice input for - the first time, or turns it on in settings. --> + the first time, or turns it on in settings. [CHAR LIMIT=200] --> <string name="voice_warning_may_not_understand">Voice input uses Google\'s speech recognition. <a href="http://m.google.com/privacy">The Mobile Privacy Policy</a> applies.</string> <!-- An additional part of the warning dialog for voice input that only shows when the user - actually initiates voice input, rather than just turning it on in settings. --> + actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] --> <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> <!-- Message to show when user enables the voice input settings (which says - "Press the microphone button"). --> + "Press the microphone button"). [CHAR LIMIT=100] --> <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string> <!-- Short message to tell the user the system is ready for them to speak. --> |