diff options
author | 2011-01-14 02:15:36 -0800 | |
---|---|---|
committer | 2011-01-14 02:15:36 -0800 | |
commit | 4bd63df9420e26084146f40bb92391ac0bb63912 (patch) | |
tree | c6999d45688c05725c304a939b1d172db88fe7de /java | |
parent | 44757e1e731af6f9f6aff0b3dff94a43a6c5c988 (diff) | |
parent | 297d6619b3fd450e6e300de6bda4b537068ff2fe (diff) | |
download | latinime-4bd63df9420e26084146f40bb92391ac0bb63912.tar.gz latinime-4bd63df9420e26084146f40bb92391ac0bb63912.tar.xz latinime-4bd63df9420e26084146f40bb92391ac0bb63912.zip |
am 297d6619: Add CHAR LIMIT to string resources
* commit '297d6619b3fd450e6e300de6bda4b537068ff2fe':
Add CHAR LIMIT to string resources
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. --> |