1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2008, The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- Title for Latin keyboard --> 22 <string name="english_ime_name">Android keyboard</string> 23 <!-- Title for Latin keyboard settings activity / dialog --> 24 <string name="english_ime_settings">Android keyboard settings</string> 25 <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> 26 <string name="english_ime_input_options">Input options</string> 27 28 <!-- Title for Latin Keyboard spell checker service --> 29 <string name="spell_checker_service_name">Android correction</string> 30 31 <!-- Title for the spell checking service settings screen --> 32 <string name="android_spell_checker_settings">Spell checking settings</string> 33 34 <!-- Title for the "use proximity" option for spell checking [CHAR LIMIT=25] --> 35 <string name="use_proximity_option_title">Use proximity data</string> 36 37 <!-- Description for the "use proximity" option for spell checking [CHAR LIMIT=65] --> 38 <string name="use_proximity_option_summary">Use a keyboard-like proximity algorithm for spell checking</string> 39 40 <!-- Option to provide vibrate/haptic feedback on keypress --> 41 <string name="vibrate_on_keypress">Vibrate on keypress</string> 42 43 <!-- Option to play back sound on keypress in soft keyboard --> 44 <string name="sound_on_keypress">Sound on keypress</string> 45 46 <!-- Option to control whether or not to show a popup with a larger font on each key press. --> 47 <string name="popup_on_keypress">Popup on keypress</string> 48 49 <!-- Category title for general settings for Android keyboard --> 50 <string name="general_category">General</string> 51 52 <!-- Category title for text prediction --> 53 <string name="correction_category">Text correction</string> 54 55 <!-- Category title for misc options --> 56 <string name="misc_category">Other options</string> 57 58 <!-- Option name for advanced settings screen [CHAR LIMIT=25] --> 59 <string name="advanced_settings">Advanced settings</string> 60 <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> 61 <string name="advanced_settings_summary">Options for expert users</string> 62 63 <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] --> 64 <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string> 65 <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] --> 66 <string name="key_preview_popup_dismiss_no_delay">No delay</string> 67 <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] --> 68 <string name="key_preview_popup_dismiss_default_delay">Default</string> 69 70 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> 71 <string name="use_contacts_dict">Suggest Contact names</string> 72 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] --> 73 <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string> 74 75 <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] --> 76 <string name="enable_span_insert">Enable recorrections</string> 77 <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] --> 78 <string name="enable_span_insert_summary">Set suggestions for recorrections</string> 79 80 <!-- Option to enable auto capitalization of sentences --> 81 <string name="auto_cap">Auto-capitalization</string> 82 83 <!-- Option to configure dictionaries --> 84 <string name="configure_dictionaries_title">Add-on dictionaries</string> 85 <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) --> 86 <string name="main_dictionary">Main dictionary</string> 87 88 <!-- Option to enable showing suggestions --> 89 <string name="prefs_show_suggestions">Show correction suggestions</string> 90 <!-- Description for show suggestions --> 91 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> 92 <string name="prefs_suggestion_visibility_show_name">Always show</string> 93 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> 94 <string name="prefs_suggestion_visibility_hide_name">Always hide</string> 95 96 <!-- Option to show/hide the settings key --> 97 <string name="prefs_settings_key">Show settings key</string> 98 99 <!-- Option to decide the auto correction threshold score --> 100 <!-- Option to enable auto correction [CHAR LIMIT=20]--> 101 <string name="auto_correction">Auto correction</string> 102 <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> 103 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string> 104 <!-- Option to disable auto correction. [CHAR LIMIT=20] --> 105 <string name="auto_correction_threshold_mode_off">Off</string> 106 <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> 107 <string name="auto_correction_threshold_mode_modest">Modest</string> 108 <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> 109 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> 110 <!-- Option to suggest auto correction suggestions very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> 111 <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> 112 113 <!-- Option to enable bigram correction --> 114 <string name="bigram_suggestion">Bigram suggestions</string> 115 <!-- Description for auto correction --> 116 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> 117 <!-- Option to enable using user-history bigram when no input --> 118 <string name="bigram_prediction">Bigram prediction</string> 119 <!-- Description for auto correction --> 120 <string name="bigram_prediction_summary">Use previous word also for prediction</string> 121 122 <!-- Indicates that a word has been added to the dictionary --> 123 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> 124 125 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! [CHAR LIMIT=5] --> 126 <string name="label_go_key">Go</string> 127 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! [CHAR LIMIT=5] --> 128 <string name="label_next_key">Next</string> 129 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! [CHAR LIMIT=5] --> 130 <string name="label_done_key">Done</string> 131 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] --> 132 <string name="label_send_key">Send</string> 133 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] --> 134 <string name="label_to_alpha_key">ABC</string> 135 <!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] --> 136 <string name="label_to_symbol_key">\?123</string> 137 <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic" 138 part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] --> 139 <string name="label_to_symbol_with_microphone_key">123</string> 140 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] --> 141 <string name="label_pause_key">Pause</string> 142 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]--> 143 <string name="label_wait_key">Wait</string> 144 145 <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] --> 146 <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string> 147 148 <!-- Spoken description for the currently entered text --> 149 <string name="spoken_current_text_is">Current text is "%s"</string> 150 <!-- Spoken description when there is no text entered --> 151 <string name="spoken_no_text_entered">No text entered</string> 152 153 <!-- Spoken description for unknown keyboard keys. --> 154 <string name="spoken_description_unknown">Key code %d</string> 155 <!-- Spoken description for the "Shift" keyboard key. --> 156 <string name="spoken_description_shift">Shift</string> 157 <!-- Spoken description for the "Shift" keyboard key's pressed state. --> 158 <string name="spoken_description_shift_shifted">Shift enabled</string> 159 <!-- Spoken description for the "Shift" keyboard key's pressed state. --> 160 <string name="spoken_description_caps_lock">Caps lock enabled</string> 161 <!-- Spoken description for the "Delete" keyboard key. --> 162 <string name="spoken_description_delete">Delete</string> 163 <!-- Spoken description for the "To Symbol" keyboard key. --> 164 <string name="spoken_description_to_symbol">Symbols</string> 165 <!-- Spoken description for the "To Alpha" keyboard key. --> 166 <string name="spoken_description_to_alpha">Letters</string> 167 <!-- Spoken description for the "To Numbers" keyboard key. --> 168 <string name="spoken_description_to_numeric">Numbers</string> 169 <!-- Spoken description for the "Settings" keyboard key. --> 170 <string name="spoken_description_settings">Settings</string> 171 <!-- Spoken description for the "Tab" keyboard key. --> 172 <string name="spoken_description_tab">Tab</string> 173 <!-- Spoken description for the "Space" keyboard key. --> 174 <string name="spoken_description_space">Space</string> 175 <!-- Spoken description for the "Mic" keyboard key. --> 176 <string name="spoken_description_mic">Voice input</string> 177 <!-- Spoken description for the "Smiley" keyboard key. --> 178 <string name="spoken_description_smiley">Smiley face</string> 179 <!-- Spoken description for the "Return" keyboard key. --> 180 <string name="spoken_description_return">Return</string> 181 182 <!-- Spoken description for the "," keyboard key. --> 183 <string name="spoken_description_comma">Comma</string> 184 <!-- Spoken description for the "." keyboard key. --> 185 <string name="spoken_description_period">Period</string> 186 <!-- Spoken description for the "(" keyboard key. --> 187 <string name="spoken_description_left_parenthesis">Left parenthesis</string> 188 <!-- Spoken description for the ")" keyboard key. --> 189 <string name="spoken_description_right_parenthesis">Right parenthesis</string> 190 <!-- Spoken description for the ":" keyboard key. --> 191 <string name="spoken_description_colon">Colon</string> 192 <!-- Spoken description for the ";" keyboard key. --> 193 <string name="spoken_description_semicolon">Semicolon</string> 194 <!-- Spoken description for the "!" keyboard key. --> 195 <string name="spoken_description_exclamation_mark">Exclamation mark</string> 196 <!-- Spoken description for the "?" keyboard key. --> 197 <string name="spoken_description_question_mark">Question mark</string> 198 <!-- Spoken description for the """ keyboard key. --> 199 <string name="spoken_description_double_quote">Double quote</string> 200 <!-- Spoken description for the "'" keyboard key. --> 201 <string name="spoken_description_single_quote">Single quote</string> 202 <!-- Spoken description for the "\u2022" (BULLET) keyboard key. --> 203 <string name="spoken_description_dot">Dot</string> 204 <!-- Spoken description for the "\u221a" (SQUARE ROOT) keyboard key. --> 205 <string name="spoken_description_square_root">Square root</string> 206 <!-- Spoken description for the "\u03C0" (GREEK SMALL LETTER PI) keyboard key. --> 207 <string name="spoken_description_pi">Pi</string> 208 <!-- Spoken description for the "\u0394" (GREEK CAPITAL LETTER DELTA) keyboard key. --> 209 <string name="spoken_description_delta">Delta</string> 210 <!-- Spoken description for the "\u2122" (TRADE MARK SIGN) keyboard key. --> 211 <string name="spoken_description_trademark">Trademark</string> 212 <!-- Spoken description for the "\u2105" (CARE OF) keyboard key. --> 213 <string name="spoken_description_care_of">Care of</string> 214 <!-- Spoken description for the "*" keyboard key. --> 215 <string name="spoken_description_star">Star</string> 216 <!-- Spoken description for the "#" keyboard key. --> 217 <string name="spoken_description_pound">Pound</string> 218 <!-- Spoken description for the "\u2026" (HORIZONTAL ELLIPSIS) keyboard key. --> 219 <string name="spoken_description_ellipsis">Ellipsis</string> 220 <!-- Spoken description for the "\u201E" (DOUBLE LOW-9 QUOTATION MARK) keyboard key. --> 221 <string name="spoken_description_low_double_quote">Low double quote</string> 222 223 <!-- Voice related labels --> 224 225 <!-- Title of the warning dialog that shows when a user initiates voice input for 226 the first time. --> 227 <string name="voice_warning_title">Voice input</string> 228 229 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use 230 voice input in a currently unsupported locale. Voice input will work for such a user, 231 but it will only recognize them in English. --> 232 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string> 233 234 <!-- Message of the warning dialog that shows when a user initiates voice input for 235 the first time, or turns it on in settings. [CHAR LIMIT=200] --> 236 <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> 237 238 <!-- An additional part of the warning dialog for voice input that only shows when the user 239 actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] --> 240 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> 241 242 <!-- Message to show when user enables the voice input settings (which says 243 "Press the microphone button"). [CHAR LIMIT=100] --> 244 <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string> 245 246 <!-- Short message to tell the user the system is ready for them to speak. --> 247 <string name="voice_listening">Speak now</string> 248 249 <!-- Short message shown after the user finishes speaking. --> 250 <string name="voice_working">Working</string> 251 252 <!-- Short message shown before the user should speak. --> 253 <string name="voice_initializing"></string> 254 255 <!-- Short message shown when a generic error occurs. --> 256 <string name="voice_error">Error. Please try again.</string> 257 258 <!-- Short message shown for a network error. --> 259 <string name="voice_network_error">Couldn\'t connect</string> 260 261 <!-- Short message shown for a network error where the utterance was really long, 262 in which case we should suggest that the user speak less. --> 263 <string name="voice_too_much_speech">Error, too much speech.</string> 264 265 <!-- Short message shown for an audio error. --> 266 <string name="voice_audio_error">Audio problem</string> 267 268 <!-- Short message shown for an error with the voice server. --> 269 <string name="voice_server_error">Server error</string> 270 271 <!-- Short message shown when no speech is heard. --> 272 <string name="voice_speech_timeout">No speech heard</string> 273 274 <!-- Short message shown when the server couldn't parse any speech. --> 275 <string name="voice_no_match">No matches found</string> 276 277 <!-- Short message shown when the user initiates voice and voice search is not installed. --> 278 <string name="voice_not_installed">Voice search not installed</string> 279 280 <!-- Short hint shown in candidate view to explain voice input. --> 281 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> 282 283 <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> 284 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> 285 286 <!-- Label on button to stop recognition. Must be short to fit on button. --> 287 <string name="cancel">Cancel</string> 288 289 <!-- Label on button when an error occurs --> 290 <string name="ok">OK</string> 291 292 <!-- Preferences item for enabling speech input --> 293 <string name="voice_input">Voice input key</string> 294 295 <!-- Voice Input modes --> 296 <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] --> 297 <string name="voice_input_modes_main_keyboard">On main keyboard</string> 298 <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] --> 299 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> 300 <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] --> 301 <string name="voice_input_modes_off">Off</string> 302 <!-- Voice Input modes summary --> 303 <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] --> 304 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string> 305 <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] --> 306 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string> 307 <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] --> 308 <string name="voice_input_modes_summary_off">Voice input is disabled</string> 309 310 <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> 311 <string name="selectInputMethod">Select input method</string> 312 313 <!-- Title for configuring input method settings [CHAR LIMIT=35] --> 314 <string name="configure_input_method">Configure input methods</string> 315 316 <!-- Title for input language selection screen --> 317 <string name="language_selection_title">Input languages</string> 318 319 <!-- Preference for input language selection --> 320 <string name="select_language">Input languages</string> 321 322 <!-- Add to dictionary hint --> 323 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> 324 325 <!-- Inform the user that a particular language has an available dictionary --> 326 <string name="has_dictionary">Dictionary available</string> 327 328 <!-- Preferences item for enabling to send user statistics to Google --> 329 <string name="prefs_enable_log">Enable user feedback</string> 330 <!-- Description for enabling to send user statistics to Google --> 331 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> 332 333 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> 334 <string name="keyboard_layout">Keyboard theme</string> 335 336 <!-- Description for German QWERTY keyboard subtype [CHAR LIMIT=22] --> 337 <string name="subtype_de_qwerty">German QWERTY</string> 338 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=22] --> 339 <string name="subtype_en_GB">English (UK)</string> 340 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=22] --> 341 <string name="subtype_en_US">English (US)</string> 342 343 <!-- Title of an option for usability study mode --> 344 <string name="prefs_usability_study_mode">Usability study mode</string> 345 <!-- Title of the settings for vibration duration --> 346 <string name="prefs_vibration_duration_settings">Vibration duration settings</string> 347 </resources> 348