The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 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 --> |
satok | e04cc8b | 2010-07-20 14:17:34 +0900 | [diff] [blame] | 22 | <string name="english_ime_name">Android keyboard</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 23 | <!-- Title for Latin keyboard settings activity / dialog --> |
satok | e04cc8b | 2010-07-20 14:17:34 +0900 | [diff] [blame] | 24 | <string name="english_ime_settings">Android keyboard settings</string> |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 25 | <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> |
Ken Wakasa | c1ff284 | 2010-09-07 20:22:50 +0900 | [diff] [blame] | 26 | <string name="english_ime_input_options">Input options</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 27 | |
| 28 | <!-- Option to provide vibrate/haptic feedback on keypress --> |
| 29 | <string name="vibrate_on_keypress">Vibrate on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 30 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 31 | <!-- Option to play back sound on keypress in soft keyboard --> |
| 32 | <string name="sound_on_keypress">Sound on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 33 | |
Yohei Fujii | 4cd593d | 2010-08-23 18:06:34 +0900 | [diff] [blame] | 34 | <!-- Option to control whether or not to show a popup with a larger font on each key press. --> |
Yohei Fujii | 0b0a686 | 2010-08-11 20:50:20 +0900 | [diff] [blame] | 35 | <string name="popup_on_keypress">Popup on keypress</string> |
| 36 | |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 37 | <!-- Category title for general settings for Android keyboard --> |
| 38 | <string name="general_category">General</string> |
| 39 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 40 | <!-- Category title for text prediction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 41 | <string name="correction_category">Text correction</string> |
| 42 | |
| 43 | <!-- Category title for ngrams --> |
| 44 | <string name="ngram_category">Suggestions based on previous words</string> |
| 45 | |
| 46 | <!-- Category title for misc options --> |
| 47 | <string name="misc_category">Other options</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 48 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 49 | <!-- Option to enable auto capitalization of sentences --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 50 | <string name="auto_cap">Auto-capitalization</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 51 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 52 | <!-- Option to enable quick fixes --> |
| 53 | <string name="quick_fixes">Quick fixes</string> |
| 54 | <!-- Description for quick fixes --> |
| 55 | <string name="quick_fixes_summary">Corrects commonly typed mistakes</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 56 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 57 | <!-- Option to enable showing suggestions --> |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 58 | <string name="prefs_show_suggestions">Show correction suggestions</string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 59 | <!-- Description for show suggestions --> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 60 | <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 61 | <string name="prefs_suggestion_visibility_show_name">Always show</string> |
| 62 | <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> |
| 63 | <string name="prefs_suggestion_visibility_hide_name">Always hide</string> |
satok | c5a2b51 | 2011-04-22 15:52:21 +0900 | [diff] [blame] | 64 | <!-- Option to enable spacebar language switcher [CHAR LIMIT=20]--> |
| 65 | <string name="prefs_use_spacebar_language_switch">Use the spacebar language switcher</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 66 | |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 67 | <!-- Option to show/hide the settings key --> |
| 68 | <string name="prefs_settings_key">Show settings key</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 69 | <!-- Option to automatically decide to show/hide the settings key --> |
| 70 | <string name="settings_key_mode_auto_name">Automatic</string> |
| 71 | <!-- Option to always show the settings key --> |
| 72 | <string name="settings_key_mode_always_show_name">Always show</string> |
| 73 | <!-- Option to always hide the settings key --> |
| 74 | <string name="settings_key_mode_always_hide_name">Always hide</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 75 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 76 | <!-- Option to decide the auto correction threshold score --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 77 | <!-- Option to enable auto correction [CHAR LIMIT=20]--> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 78 | <string name="auto_correction">Auto correction</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 79 | <!-- Description for auto correction [CHAR LIMIT=35] --> |
Jean Chalard | 2f4cc01 | 2011-01-25 17:31:34 +0900 | [diff] [blame] | 80 | <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 81 | <!-- Option to disable auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 82 | <string name="auto_correction_threshold_mode_off">Off</string> |
Tadashi G. Takaoka | 156493c | 2011-01-24 14:14:54 +0900 | [diff] [blame] | 83 | <!-- Option to suggest auto correction candidates modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 84 | <string name="auto_correction_threshold_mode_modest">Modest</string> |
Tadashi G. Takaoka | 156493c | 2011-01-24 14:14:54 +0900 | [diff] [blame] | 85 | <!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 86 | <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> |
Mitsuhiro Shimoda | b1abda8 | 2010-09-28 12:23:26 +0900 | [diff] [blame] | 87 | |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 88 | <!-- Option to enable bigram correction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 89 | <string name="bigram_suggestion">Bigram suggestions</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 90 | <!-- Description for auto correction --> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 91 | <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 92 | <!-- Option to enable using user-history bigram when no input --> |
| 93 | <string name="bigram_prediction">Bigram prediction</string> |
| 94 | <!-- Description for auto correction --> |
| 95 | <string name="bigram_prediction_summary">Use previous word also for prediction</string> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 96 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 97 | <!-- Indicates that a word has been added to the dictionary --> |
| 98 | <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 99 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 100 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! --> |
| 101 | <string name="label_go_key">Go</string> |
| 102 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! --> |
| 103 | <string name="label_next_key">Next</string> |
| 104 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! --> |
| 105 | <string name="label_done_key">Done</string> |
| 106 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! --> |
| 107 | <string name="label_send_key">Send</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 108 | <!-- Label for "switch to alphabetic" key. Must be short to fit on key! --> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 109 | <string name="label_to_alpha_key">ABC</string> |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 110 | <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! --> |
| 111 | <string name="label_more_key">More</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 112 | <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] --> |
Tadashi G. Takaoka | 4d3a4dc | 2010-10-09 01:06:26 +0900 | [diff] [blame] | 113 | <string name="label_pause_key">Pause</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 114 | <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]--> |
Tadashi G. Takaoka | 4d3a4dc | 2010-10-09 01:06:26 +0900 | [diff] [blame] | 115 | <string name="label_wait_key">Wait</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 116 | |
Alan Viverette | dcade18 | 2011-01-14 10:49:21 -0800 | [diff] [blame] | 117 | <!-- Spoken text description for delete key. --> |
| 118 | <string name="description_delete_key">Delete</string> |
| 119 | <!-- Spoken text description for return key. --> |
| 120 | <string name="description_return_key">Return</string> |
| 121 | <!-- Spoken text description for settings key. --> |
| 122 | <string name="description_settings_key">Settings</string> |
| 123 | <!-- Spoken text description for shift key. --> |
| 124 | <string name="description_shift_key">Shift</string> |
| 125 | <!-- Spoken text description for space key. --> |
| 126 | <string name="description_space_key">Space</string> |
| 127 | <!-- Spoken text description for symbols key. --> |
| 128 | <string name="description_switch_alpha_symbol_key">Symbols</string> |
| 129 | <!-- Spoken text description for tab key. --> |
| 130 | <string name="description_tab_key">Tab</string> |
| 131 | <!-- Spoken text description for voice input key. --> |
| 132 | <string name="description_voice_key">Voice Input</string> |
| 133 | <!-- Spoken text description for symbols mode on. --> |
| 134 | <string name="description_symbols_on">Symbols on</string> |
| 135 | <!-- Spoken text description for symbols mode off. --> |
| 136 | <string name="description_symbols_off">Symbols off</string> |
| 137 | <!-- Spoken text description for shift mode on. --> |
| 138 | <string name="description_shift_on">Shift on</string> |
| 139 | <!-- Spoken text description for shift mode off. --> |
| 140 | <string name="description_shift_off">Shift off</string> |
| 141 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 142 | <!-- Voice related labels --> |
| 143 | |
| 144 | <!-- Title of the warning dialog that shows when a user initiates voice input for |
| 145 | the first time. --> |
| 146 | <string name="voice_warning_title">Voice input</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 147 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 148 | <!-- Message that gets put at the top of the warning dialog if the user is attempting to use |
| 149 | voice input in a currently unsupported locale. Voice input will work for such a user, |
| 150 | but it will only recognize them in English. --> |
| 151 | <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 152 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 153 | <!-- Message of the warning dialog that shows when a user initiates voice input for |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 154 | the first time, or turns it on in settings. [CHAR LIMIT=200] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 155 | <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> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 156 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 157 | <!-- An additional part of the warning dialog for voice input that only shows when the user |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 158 | actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 159 | <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> |
| 160 | |
| 161 | <!-- Message to show when user enables the voice input settings (which says |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 162 | "Press the microphone button"). [CHAR LIMIT=100] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 163 | <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 164 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 165 | <!-- Short message to tell the user the system is ready for them to speak. --> |
| 166 | <string name="voice_listening">Speak now</string> |
| 167 | |
| 168 | <!-- Short message shown after the user finishes speaking. --> |
| 169 | <string name="voice_working">Working</string> |
| 170 | |
| 171 | <!-- Short message shown before the user should speak. --> |
| 172 | <string name="voice_initializing"></string> |
| 173 | |
| 174 | <!-- Short message shown when a generic error occurs. --> |
| 175 | <string name="voice_error">Error. Please try again.</string> |
| 176 | |
| 177 | <!-- Short message shown for a network error. --> |
| 178 | <string name="voice_network_error">Couldn\'t connect</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 179 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 180 | <!-- Short message shown for a network error where the utterance was really long, |
| 181 | in which case we should suggest that the user speak less. --> |
| 182 | <string name="voice_too_much_speech">Error, too much speech.</string> |
| 183 | |
| 184 | <!-- Short message shown for an audio error. --> |
| 185 | <string name="voice_audio_error">Audio problem</string> |
| 186 | |
| 187 | <!-- Short message shown for an error with the voice server. --> |
| 188 | <string name="voice_server_error">Server error</string> |
| 189 | |
| 190 | <!-- Short message shown when no speech is heard. --> |
| 191 | <string name="voice_speech_timeout">No speech heard</string> |
| 192 | |
| 193 | <!-- Short message shown when the server couldn't parse any speech. --> |
| 194 | <string name="voice_no_match">No matches found</string> |
| 195 | |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 196 | <!-- Short message shown when the user initiates voice and voice search is not installed. --> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 197 | <string name="voice_not_installed">Voice search not installed</string> |
| 198 | |
| 199 | <!-- Short hint shown in candidate view to explain voice input. --> |
| 200 | <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> |
| 201 | |
| 202 | <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> |
| 203 | <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> |
| 204 | |
| 205 | <!-- Label on button to stop recognition. Must be short to fit on button. --> |
| 206 | <string name="cancel">Cancel</string> |
| 207 | |
| 208 | <!-- Label on button when an error occurs --> |
| 209 | <string name="ok">OK</string> |
| 210 | |
| 211 | <!-- Preferences item for enabling speech input --> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 212 | <string name="voice_input">Voice input</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 213 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 214 | <!-- Voice Input modes --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 215 | <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 216 | <string name="voice_input_modes_main_keyboard">On main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 217 | <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 218 | <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 219 | <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 220 | <string name="voice_input_modes_off">Off</string> |
| 221 | <!-- Voice Input modes summary --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 222 | <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 223 | <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 224 | <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 225 | <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 226 | <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 227 | <string name="voice_input_modes_summary_off">Voice input is disabled</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 228 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 229 | <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> |
satok | 9a6a4d3 | 2010-09-03 04:25:31 +0900 | [diff] [blame] | 230 | <string name="selectInputMethod">Select input method</string> |
| 231 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 232 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 233 | <string name="language_selection_title">Input languages</string> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 234 | <!-- Title summary for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 235 | <string name="language_selection_summary">Slide finger on spacebar to change language</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 236 | |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 237 | <!-- Add to dictionary hint --> |
Roy West | 4738375 | 2010-10-05 06:39:15 -0700 | [diff] [blame] | 238 | <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 239 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 240 | <!-- Inform the user that a particular language has an available dictionary --> |
| 241 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 242 | |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 243 | <!-- Preferences item for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 244 | <string name="prefs_enable_log">Enable user feedback</string> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 245 | <!-- Description for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 246 | <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 247 | <!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] --> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 248 | <string name="prefs_enable_recorrection">Touch to correct words</string> |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 249 | <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 100] --> |
Ken Wakasa | 6569b40 | 2010-12-01 22:57:14 +0900 | [diff] [blame] | 250 | <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame] | 251 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 252 | <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame] | 253 | <string name="keyboard_layout">Keyboard Theme</string> |
satok | 01303e3 | 2010-05-19 14:03:00 +0900 | [diff] [blame] | 254 | |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 255 | <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 256 | <string name="subtype_mode_cs_keyboard">Czech Keyboard</string> |
Jean Chalard | e50add1 | 2011-03-23 18:50:06 -0700 | [diff] [blame] | 257 | <!-- Description for Arabic keyboard subtype [CHAR LIMIT=35] --> |
| 258 | <string name="subtype_mode_ar_keyboard">Arabic Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 259 | <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 260 | <string name="subtype_mode_da_keyboard">Danish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 261 | <!-- Description for German keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 262 | <string name="subtype_mode_de_keyboard">German Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 263 | <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 264 | <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 265 | <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 266 | <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 267 | <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 268 | <string name="subtype_mode_es_keyboard">Spanish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 269 | <!-- Description for Spanish (United States) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 270 | <string name="subtype_mode_es_US_keyboard">Spanish (US) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 271 | <!-- Description for French keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 272 | <string name="subtype_mode_fr_keyboard">French Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 273 | <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | 842b3d4 | 2010-11-23 11:54:33 -0800 | [diff] [blame] | 274 | <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 275 | <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e6f8bb0 | 2010-12-01 21:26:16 +0900 | [diff] [blame] | 276 | <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string> |
Jean Chalard | e50add1 | 2011-03-23 18:50:06 -0700 | [diff] [blame] | 277 | <!-- Description for Hebrew keyboard subtype [CHAR LIMIT=35] --> |
| 278 | <!-- Java uses the deprecated "iw" code instead of the standard "he" code --> |
| 279 | <string name="subtype_mode_iw_keyboard">Hebrew Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 280 | <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 281 | <string name="subtype_mode_it_keyboard">Italian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 282 | <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 283 | <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 284 | <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 285 | <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 286 | <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 287 | <string name="subtype_mode_ru_keyboard">Russian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 288 | <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 289 | <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 290 | <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 291 | <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 292 | <!-- Description for Afrikaans voice input subtype [CHAR LIMIT=35] --> |
| 293 | <string name="subtype_mode_af_voice">Afrikaans Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 294 | <!-- Description for Czech voice input subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e18bd3e | 2010-12-06 12:12:27 +0900 | [diff] [blame] | 295 | <string name="subtype_mode_cs_voice">Czech Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 296 | <!-- Description for German voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 297 | <string name="subtype_mode_de_voice">German Voice</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 298 | <!-- Description for English voice input subtype [CHAR LIMIT=35] --> |
| 299 | <string name="subtype_mode_en_voice">English Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 300 | <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 301 | <string name="subtype_mode_es_voice">Spanish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 302 | <!-- Description for French voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 303 | <string name="subtype_mode_fr_voice">French Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 304 | <!-- Description for Italian voice input subtype [CHAR LIMIT=35] --> |
| 305 | <string name="subtype_mode_it_voice">Italian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 306 | <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 307 | <string name="subtype_mode_ja_voice">Japanese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 308 | <!-- Description for Korean voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 309 | <string name="subtype_mode_ko_voice">Korean Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 310 | <!-- Description for Dutch voice input subtype [CHAR LIMIT=35] --> |
| 311 | <string name="subtype_mode_nl_voice">Dutch Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 312 | <!-- Description for Polish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 313 | <string name="subtype_mode_pl_voice">Polish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 314 | <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 315 | <string name="subtype_mode_pt_voice">Portuguese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 316 | <!-- Description for Russian voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 317 | <string name="subtype_mode_ru_voice">Russian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 318 | <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 319 | <string name="subtype_mode_tr_voice">Turkish Voice</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 320 | <!-- Description for Chinese, Yue voice input subtype [CHAR LIMIT=35] --> |
| 321 | <string name="subtype_mode_yue_voice">Chinese, Yue Voice</string> |
| 322 | <!-- Description for Chinese, Mandarin voice input subtype [CHAR LIMIT=35] --> |
| 323 | <string name="subtype_mode_zh_voice">Chinese, Mandarin Voice</string> |
| 324 | <!-- Description for isiZulu voice input subtype [CHAR LIMIT=35] --> |
| 325 | <string name="subtype_mode_zu_voice">isiZulu Voice</string> |
satok | bf96661 | 2010-09-27 12:55:21 +0900 | [diff] [blame] | 326 | |
satok | 95175d4 | 2010-11-16 07:48:04 +0900 | [diff] [blame] | 327 | <!-- Title of an option for usability study mode --> |
| 328 | <string name="prefs_usability_study_mode">Usability Study Mode</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 329 | </resources> |