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 <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated. --> 24 <string name="aosp_android_keyboard_ime_name">Android keyboard (AOSP)</string> 25 <!-- Title for Latin keyboard settings activity / dialog --> 26 <string name="english_ime_settings">Android keyboard settings</string> 27 <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> 28 <string name="english_ime_input_options">Input options</string> 29 30 <!-- Name of Android spell checker service --> 31 <string name="spell_checker_service_name">Android spell checker</string> 32 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. --> 33 <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string> 34 35 <!-- Title for the spell checking service settings screen --> 36 <string name="android_spell_checker_settings">Spell checking settings</string> 37 38 <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] --> 39 <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string> 40 41 <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] --> 42 <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string> 43 44 <!-- Option to provide vibrate/haptic feedback on keypress --> 45 <string name="vibrate_on_keypress">Vibrate on keypress</string> 46 47 <!-- Option to play back sound on keypress in soft keyboard --> 48 <string name="sound_on_keypress">Sound on keypress</string> 49 50 <!-- Option to control whether or not to show a popup with a larger font on each key press. --> 51 <string name="popup_on_keypress">Popup on keypress</string> 52 53 <!-- Category title for general settings for Android keyboard --> 54 <string name="general_category">General</string> 55 56 <!-- Category title for text prediction --> 57 <string name="correction_category">Text correction</string> 58 59 <!-- Category title for misc options --> 60 <string name="misc_category">Other options</string> 61 62 <!-- Option name for advanced settings screen [CHAR LIMIT=25] --> 63 <string name="advanced_settings">Advanced settings</string> 64 <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> 65 <string name="advanced_settings_summary">Options for experts</string> 66 67 <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] --> 68 <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string> 69 <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] --> 70 <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string> 71 <!-- Option to suppress language switch key [CHAR LIMIT=30] --> 72 <string name="suppress_language_switch_key">Suppress language switch key</string> 73 74 <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] --> 75 <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string> 76 <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] --> 77 <string name="key_preview_popup_dismiss_no_delay">No delay</string> 78 <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] --> 79 <string name="key_preview_popup_dismiss_default_delay">Default</string> 80 81 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> 82 <string name="use_contacts_dict">Suggest Contact names</string> 83 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] --> 84 <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string> 85 86 <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] --> 87 <string name="enable_span_insert">Enable recorrections</string> 88 <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] --> 89 <string name="enable_span_insert_summary">Set suggestions for recorrections</string> 90 91 <!-- Option to enable auto capitalization of sentences --> 92 <string name="auto_cap">Auto-capitalization</string> 93 94 <!-- Option to configure dictionaries --> 95 <string name="configure_dictionaries_title">Add-on dictionaries</string> 96 <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) --> 97 <string name="main_dictionary">Main dictionary</string> 98 99 <!-- Option to enable showing suggestions --> 100 <string name="prefs_show_suggestions">Show correction suggestions</string> 101 <!-- Description for show suggestions --> 102 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> 103 <string name="prefs_suggestion_visibility_show_name">Always show</string> 104 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> 105 <string name="prefs_suggestion_visibility_hide_name">Always hide</string> 106 107 <!-- Option to decide the auto correction threshold score --> 108 <!-- Option to enable auto correction [CHAR LIMIT=20]--> 109 <string name="auto_correction">Auto correction</string> 110 <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> 111 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string> 112 <!-- Option to disable auto correction. [CHAR LIMIT=20] --> 113 <string name="auto_correction_threshold_mode_off">Off</string> 114 <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> 115 <string name="auto_correction_threshold_mode_modest">Modest</string> 116 <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> 117 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> 118 <!-- 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] --> 119 <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> 120 121 <!-- Option to enable next word correction --> 122 <string name="bigram_suggestion">Next word suggestions</string> 123 <!-- Option to enable next word suggestion. This uses the previous word in an attempt to improve the suggestions quality --> 124 <string name="bigram_suggestion_summary">Use previous word to improve suggestions</string> 125 <!-- Option to enable using next word prediction --> 126 <string name="bigram_prediction">Next word prediction</string> 127 <!-- Description for "next word prediction" option. This displays suggestions even when there is no input, based on the previous word. --> 128 <string name="bigram_prediction_summary">Use previous word also for prediction</string> 129 130 <!-- Indicates that a word has been added to the dictionary --> 131 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> 132 133 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! [CHAR LIMIT=5] --> 134 <string name="label_go_key">Go</string> 135 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! [CHAR LIMIT=5] --> 136 <string name="label_next_key">Next</string> 137 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key! [CHAR LIMIT=5] --> 138 <string name="label_previous_key">Prev</string> 139 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! [CHAR LIMIT=5] --> 140 <string name="label_done_key">Done</string> 141 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] --> 142 <string name="label_send_key">Send</string> 143 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] --> 144 <string name="label_to_alpha_key">ABC</string> 145 <!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] --> 146 <string name="label_to_symbol_key">\?123</string> 147 <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic" 148 part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] --> 149 <string name="label_to_symbol_with_microphone_key">123</string> 150 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] --> 151 <string name="label_pause_key">Pause</string> 152 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]--> 153 <string name="label_wait_key">Wait</string> 154 155 <!-- 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] --> 156 <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string> 157 158 <!-- Spoken description for the currently entered text --> 159 <string name="spoken_current_text_is">Current text is "%s"</string> 160 <!-- Spoken description when there is no text entered --> 161 <string name="spoken_no_text_entered">No text entered</string> 162 163 <!-- Spoken description for unknown keyboard keys. --> 164 <string name="spoken_description_unknown">Key code %d</string> 165 <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. --> 166 <string name="spoken_description_shift">Shift</string> 167 <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. --> 168 <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string> 169 <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. --> 170 <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string> 171 <!-- Spoken description for the "Delete" keyboard key. --> 172 <string name="spoken_description_delete">Delete</string> 173 <!-- Spoken description for the "To Symbol" keyboard key. --> 174 <string name="spoken_description_to_symbol">Symbols</string> 175 <!-- Spoken description for the "To Alpha" keyboard key. --> 176 <string name="spoken_description_to_alpha">Letters</string> 177 <!-- Spoken description for the "To Numbers" keyboard key. --> 178 <string name="spoken_description_to_numeric">Numbers</string> 179 <!-- Spoken description for the "Settings" keyboard key. --> 180 <string name="spoken_description_settings">Settings</string> 181 <!-- Spoken description for the "Tab" keyboard key. --> 182 <string name="spoken_description_tab">Tab</string> 183 <!-- Spoken description for the "Space" keyboard key. --> 184 <string name="spoken_description_space">Space</string> 185 <!-- Spoken description for the "Mic" keyboard key. --> 186 <string name="spoken_description_mic">Voice input</string> 187 <!-- Spoken description for the "Smiley" keyboard key. --> 188 <string name="spoken_description_smiley">Smiley face</string> 189 <!-- Spoken description for the "Return" keyboard key. --> 190 <string name="spoken_description_return">Return</string> 191 <!-- Spoken description for the "Search" keyboard key. --> 192 <string name="spoken_description_search">Search</string> 193 <!-- Spoken description for the "U+2022" (BULLET) keyboard key. --> 194 <string name="spoken_description_dot">Dot</string> 195 196 <!-- Spoken feedback after turning "Shift" mode on. --> 197 <string name="spoken_description_shiftmode_on">Shift enabled</string> 198 <!-- Spoken feedback after turning "Caps lock" mode on. --> 199 <string name="spoken_description_shiftmode_locked">Caps lock enabled</string> 200 <!-- Spoken feedback after turning "Shift" mode off. --> 201 <string name="spoken_description_shiftmode_off">Shift disabled</string> 202 203 <!-- Spoken feedback after changing to the symbols keyboard. --> 204 <string name="spoken_description_mode_symbol">Symbols mode</string> 205 <!-- Spoken feedback after changing to the alphanumeric keyboard. --> 206 <string name="spoken_description_mode_alpha">Letters mode</string> 207 <!-- Spoken feedback after changing to the phone dialer keyboard. --> 208 <string name="spoken_description_mode_phone">Phone mode</string> 209 <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. --> 210 <string name="spoken_description_mode_phone_shift">Phone symbols mode</string> 211 212 <!-- Preferences item for enabling speech input --> 213 <string name="voice_input">Voice input key</string> 214 215 <!-- Voice Input modes --> 216 <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] --> 217 <string name="voice_input_modes_main_keyboard">On main keyboard</string> 218 <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] --> 219 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> 220 <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] --> 221 <string name="voice_input_modes_off">Off</string> 222 <!-- Voice Input modes summary --> 223 <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] --> 224 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string> 225 <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] --> 226 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string> 227 <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] --> 228 <string name="voice_input_modes_summary_off">Voice input is disabled</string> 229 230 <!-- Title for configuring input method settings [CHAR LIMIT=35] --> 231 <string name="configure_input_method">Configure input methods</string> 232 233 <!-- Title for input language selection screen --> 234 <string name="language_selection_title">Input languages</string> 235 236 <!-- Preference for input language selection --> 237 <string name="select_language">Input languages</string> 238 239 <!-- Add to dictionary hint --> 240 <string name="hint_add_to_dictionary">Touch again to save</string> 241 242 <!-- Inform the user that a particular language has an available dictionary --> 243 <string name="has_dictionary">Dictionary available</string> 244 245 <!-- Preferences item for enabling to send user statistics to Google --> 246 <string name="prefs_enable_log">Enable user feedback</string> 247 <!-- Description for enabling to send user statistics to Google --> 248 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> 249 250 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> 251 <string name="keyboard_layout">Keyboard theme</string> 252 253 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=25] --> 254 <string name="subtype_en_GB">English (UK)</string> 255 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=25] --> 256 <string name="subtype_en_US">English (US)</string> 257 <!-- Description for English (United Kingdom) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] 258 This should be identical to subtype_en_GB aside from the trailing (%s). --> 259 <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="layout">%s</xliff:g>)</string> 260 <!-- Description for English (United States) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] 261 This should be identical to subtype_en_US aside from the trailing (%s). --> 262 <string name="subtype_with_layout_en_US">English (US) (<xliff:g id="layout">%s</xliff:g>)</string> 263 <!-- Description for language agnostic keyboard subtype [CHAR LIMIT=25] --> 264 <string name="subtype_no_language">No language</string> 265 <!-- Description for language agnostic QWERTY keyboard subtype [CHAR LIMIT=25] --> 266 <string name="subtype_no_language_qwerty">No language (QWERTY)</string> 267 <!-- Description for language agnostic QWERTZ keyboard subtype [CHAR LIMIT=25] --> 268 <string name="subtype_no_language_qwertz">No language (QWERTZ)</string> 269 <!-- Description for language agnostic AZERTY keyboard subtype [CHAR LIMIT=25] --> 270 <string name="subtype_no_language_azerty">No language (AZERTY)</string> 271 <!-- Description for language agnostic Dvorak keyboard subtype [CHAR LIMIT=25] --> 272 <string name="subtype_no_language_dvorak">No language (Dvorak)</string> 273 <!-- Description for language agnostic Colemak keyboard subtype [CHAR LIMIT=25] --> 274 <string name="subtype_no_language_colemak">No language (Colemak)</string> 275 <!-- Description for language agnostic PC QWERTY keyboard subtype [CHAR LIMIT=25] --> 276 <string name="subtype_no_language_pcqwerty">No language (PC)</string> 277 278 <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]--> 279 <string name="custom_input_styles_title">Custom input styles</string> 280 <!-- Title of the option menu to add a new style entry in the preference settings [CHAR LIMIT=16] --> 281 <string name="add_style">Add style</string> 282 <!-- Title of the button to add custom style entry in the settings dialog [CHAR LIMIT=15] --> 283 <string name="add">Add</string> 284 <!-- Title of the button to remove a custom style entry in the settings dialog [CHAR LIMIT=15] --> 285 <string name="remove">Remove</string> 286 <!-- Title of the button to save a custom style entry in the settings dialog [CHAR LIMIT=15] --> 287 <string name="save">Save</string> 288 <!-- Title of the spinner for choosing a language of custom style in the settings dialog [CHAR LIMIT=15] --> 289 <string name="subtype_locale">Language</string> 290 <!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] --> 291 <string name="keyboard_layout_set">Layout</string> 292 <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=64] --> 293 <string name="custom_input_style_note_message">"Your custom input style needs to be enabled before you start using it. Do you want to enable it now?"</string> 294 <!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] --> 295 <string name="enable">Enable</string> 296 <!-- Title of the button to postpone enabling a custom input style entry in the settings dialog [CHAR LIMIT=15] --> 297 <string name="not_now">Not now</string> 298 <!-- Toast text to describe the same input style already exists [CHAR LIMIT=64]--> 299 <string name="custom_input_style_already_exists">"The same input style already exists: <xliff:g id="input_style_name">%s</xliff:g>"</string> 300 301 <!-- Title of an option for usability study mode --> 302 <string name="prefs_usability_study_mode">Usability study mode</string> 303 <!-- Title of the settings for keypress vibration duration --> 304 <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string> 305 <!-- Title of the settings for keypress sound volume --> 306 <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string> 307 </resources> 308