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> |
satok | c1da656 | 2012-01-12 14:13:09 +0900 | [diff] [blame] | 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> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 25 | <!-- Title for Latin keyboard settings activity / dialog --> |
satok | e04cc8b | 2010-07-20 14:17:34 +0900 | [diff] [blame] | 26 | <string name="english_ime_settings">Android keyboard settings</string> |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 27 | <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> |
Ken Wakasa | c1ff284 | 2010-09-07 20:22:50 +0900 | [diff] [blame] | 28 | <string name="english_ime_input_options">Input options</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 29 | |
satok | 022c1cc | 2011-07-25 10:35:51 +0900 | [diff] [blame] | 30 | <!-- Title for Latin Keyboard spell checker service --> |
| 31 | <string name="spell_checker_service_name">Android correction</string> |
| 32 | |
Jean Chalard | 31fd54c | 2011-08-12 17:18:32 +0900 | [diff] [blame] | 33 | <!-- Title for the spell checking service settings screen --> |
| 34 | <string name="android_spell_checker_settings">Spell checking settings</string> |
| 35 | |
Jean Chalard | db5aedb | 2011-11-10 08:21:42 +0900 | [diff] [blame] | 36 | <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] --> |
| 37 | <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string> |
Jean Chalard | 31fd54c | 2011-08-12 17:18:32 +0900 | [diff] [blame] | 38 | |
Jean Chalard | db5aedb | 2011-11-10 08:21:42 +0900 | [diff] [blame] | 39 | <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] --> |
| 40 | <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string> |
Jean Chalard | 31fd54c | 2011-08-12 17:18:32 +0900 | [diff] [blame] | 41 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 42 | <!-- Option to provide vibrate/haptic feedback on keypress --> |
| 43 | <string name="vibrate_on_keypress">Vibrate on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 44 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 45 | <!-- Option to play back sound on keypress in soft keyboard --> |
| 46 | <string name="sound_on_keypress">Sound on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 47 | |
Yohei Fujii | 4cd593d | 2010-08-23 18:06:34 +0900 | [diff] [blame] | 48 | <!-- 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] | 49 | <string name="popup_on_keypress">Popup on keypress</string> |
| 50 | |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 51 | <!-- Category title for general settings for Android keyboard --> |
| 52 | <string name="general_category">General</string> |
| 53 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 54 | <!-- Category title for text prediction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 55 | <string name="correction_category">Text correction</string> |
| 56 | |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 57 | <!-- Category title for misc options --> |
| 58 | <string name="misc_category">Other options</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 59 | |
Jean Chalard | 240297d | 2011-05-11 20:51:07 +0900 | [diff] [blame] | 60 | <!-- Option name for advanced settings screen [CHAR LIMIT=25] --> |
| 61 | <string name="advanced_settings">Advanced settings</string> |
| 62 | <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> |
| 63 | <string name="advanced_settings_summary">Options for expert users</string> |
| 64 | |
| 65 | <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] --> |
| 66 | <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string> |
| 67 | <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] --> |
| 68 | <string name="key_preview_popup_dismiss_no_delay">No delay</string> |
| 69 | <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] --> |
| 70 | <string name="key_preview_popup_dismiss_default_delay">Default</string> |
| 71 | |
Jean Chalard | 699094f | 2011-06-10 18:16:21 +0900 | [diff] [blame] | 72 | <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> |
| 73 | <string name="use_contacts_dict">Suggest Contact names</string> |
| 74 | <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] --> |
| 75 | <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string> |
| 76 | |
Jean Chalard | 1531528 | 2011-09-02 14:09:10 +0900 | [diff] [blame] | 77 | <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] --> |
| 78 | <string name="enable_span_insert">Enable recorrections</string> |
| 79 | <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] --> |
| 80 | <string name="enable_span_insert_summary">Set suggestions for recorrections</string> |
| 81 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 82 | <!-- Option to enable auto capitalization of sentences --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 83 | <string name="auto_cap">Auto-capitalization</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 84 | |
Jean Chalard | 4f3d5d3 | 2011-06-24 20:17:38 +0900 | [diff] [blame] | 85 | <!-- Option to configure dictionaries --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 86 | <string name="configure_dictionaries_title">Add-on dictionaries</string> |
Jean Chalard | adda8e3 | 2011-09-14 17:01:40 +0900 | [diff] [blame] | 87 | <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) --> |
| 88 | <string name="main_dictionary">Main dictionary</string> |
Jean Chalard | 4f3d5d3 | 2011-06-24 20:17:38 +0900 | [diff] [blame] | 89 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 90 | <!-- Option to enable showing suggestions --> |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 91 | <string name="prefs_show_suggestions">Show correction suggestions</string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 92 | <!-- Description for show suggestions --> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 93 | <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 94 | <string name="prefs_suggestion_visibility_show_name">Always show</string> |
| 95 | <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> |
| 96 | <string name="prefs_suggestion_visibility_hide_name">Always hide</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 97 | |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 98 | <!-- Option to show/hide the settings key --> |
| 99 | <string name="prefs_settings_key">Show settings key</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 100 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 101 | <!-- Option to decide the auto correction threshold score --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 102 | <!-- Option to enable auto correction [CHAR LIMIT=20]--> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 103 | <string name="auto_correction">Auto correction</string> |
Tadashi G. Takaoka | e0aed8d | 2011-09-29 21:28:15 +0900 | [diff] [blame] | 104 | <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> |
Jean Chalard | 2f4cc01 | 2011-01-25 17:31:34 +0900 | [diff] [blame] | 105 | <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] | 106 | <!-- Option to disable auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 107 | <string name="auto_correction_threshold_mode_off">Off</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 108 | <!-- Option to suggest auto correction suggestions 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] | 109 | <string name="auto_correction_threshold_mode_modest">Modest</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 110 | <!-- Option to suggest auto correction suggestions 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] | 111 | <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 112 | <!-- 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] --> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 113 | <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> |
Mitsuhiro Shimoda | b1abda8 | 2010-09-28 12:23:26 +0900 | [diff] [blame] | 114 | |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 115 | <!-- Option to enable bigram correction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 116 | <string name="bigram_suggestion">Bigram suggestions</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 117 | <!-- Description for auto correction --> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 118 | <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 119 | <!-- Option to enable using user-history bigram when no input --> |
| 120 | <string name="bigram_prediction">Bigram prediction</string> |
| 121 | <!-- Description for auto correction --> |
| 122 | <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] | 123 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 124 | <!-- Indicates that a word has been added to the dictionary --> |
| 125 | <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] | 126 | |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 127 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 128 | <string name="label_go_key">Go</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 129 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 130 | <string name="label_next_key">Next</string> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame^] | 131 | <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key! [CHAR LIMIT=5] --> |
| 132 | <string name="label_previous_key">Prev</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 133 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 134 | <string name="label_done_key">Done</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 135 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 136 | <string name="label_send_key">Send</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 137 | <!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] --> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 138 | <string name="label_to_alpha_key">ABC</string> |
Ken Wakasa | 047f63f | 2011-08-03 00:28:46 +0900 | [diff] [blame] | 139 | <!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] --> |
| 140 | <string name="label_to_symbol_key">\?123</string> |
Tadashi G. Takaoka | 62d4a96 | 2011-08-02 21:29:24 -0700 | [diff] [blame] | 141 | <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic" |
| 142 | part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] --> |
| 143 | <string name="label_to_symbol_with_microphone_key">123</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 144 | <!-- 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] | 145 | <string name="label_pause_key">Pause</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 146 | <!-- 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] | 147 | <string name="label_wait_key">Wait</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 148 | |
Alan Viverette | b0c8db0 | 2011-10-05 16:59:31 -0700 | [diff] [blame] | 149 | <!-- 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] --> |
| 150 | <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string> |
| 151 | |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 152 | <!-- Spoken description for the currently entered text --> |
| 153 | <string name="spoken_current_text_is">Current text is "%s"</string> |
| 154 | <!-- Spoken description when there is no text entered --> |
| 155 | <string name="spoken_no_text_entered">No text entered</string> |
| 156 | |
| 157 | <!-- Spoken description for unknown keyboard keys. --> |
| 158 | <string name="spoken_description_unknown">Key code %d</string> |
| 159 | <!-- Spoken description for the "Shift" keyboard key. --> |
| 160 | <string name="spoken_description_shift">Shift</string> |
| 161 | <!-- Spoken description for the "Shift" keyboard key's pressed state. --> |
| 162 | <string name="spoken_description_shift_shifted">Shift enabled</string> |
| 163 | <!-- Spoken description for the "Shift" keyboard key's pressed state. --> |
| 164 | <string name="spoken_description_caps_lock">Caps lock enabled</string> |
| 165 | <!-- Spoken description for the "Delete" keyboard key. --> |
| 166 | <string name="spoken_description_delete">Delete</string> |
| 167 | <!-- Spoken description for the "To Symbol" keyboard key. --> |
| 168 | <string name="spoken_description_to_symbol">Symbols</string> |
| 169 | <!-- Spoken description for the "To Alpha" keyboard key. --> |
| 170 | <string name="spoken_description_to_alpha">Letters</string> |
| 171 | <!-- Spoken description for the "To Numbers" keyboard key. --> |
| 172 | <string name="spoken_description_to_numeric">Numbers</string> |
| 173 | <!-- Spoken description for the "Settings" keyboard key. --> |
| 174 | <string name="spoken_description_settings">Settings</string> |
| 175 | <!-- Spoken description for the "Tab" keyboard key. --> |
| 176 | <string name="spoken_description_tab">Tab</string> |
| 177 | <!-- Spoken description for the "Space" keyboard key. --> |
| 178 | <string name="spoken_description_space">Space</string> |
| 179 | <!-- Spoken description for the "Mic" keyboard key. --> |
| 180 | <string name="spoken_description_mic">Voice input</string> |
| 181 | <!-- Spoken description for the "Smiley" keyboard key. --> |
| 182 | <string name="spoken_description_smiley">Smiley face</string> |
| 183 | <!-- Spoken description for the "Return" keyboard key. --> |
| 184 | <string name="spoken_description_return">Return</string> |
Eric Fischer | fbd83a8 | 2012-02-02 13:57:15 -0800 | [diff] [blame] | 185 | <!-- Spoken description for the "\u2022" (BULLET) keyboard key. --> |
| 186 | <string name="spoken_description_dot">Dot</string> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 187 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 188 | <!-- Voice related labels --> |
| 189 | |
| 190 | <!-- Title of the warning dialog that shows when a user initiates voice input for |
| 191 | the first time. --> |
| 192 | <string name="voice_warning_title">Voice input</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 193 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 194 | <!-- Message that gets put at the top of the warning dialog if the user is attempting to use |
| 195 | voice input in a currently unsupported locale. Voice input will work for such a user, |
| 196 | but it will only recognize them in English. --> |
| 197 | <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] | 198 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 199 | <!-- 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] | 200 | the first time, or turns it on in settings. [CHAR LIMIT=200] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 201 | <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] | 202 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 203 | <!-- 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] | 204 | 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] | 205 | <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> |
| 206 | |
| 207 | <!-- 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] | 208 | "Press the microphone button"). [CHAR LIMIT=100] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 209 | <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] | 210 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 211 | <!-- Short message to tell the user the system is ready for them to speak. --> |
| 212 | <string name="voice_listening">Speak now</string> |
| 213 | |
| 214 | <!-- Short message shown after the user finishes speaking. --> |
| 215 | <string name="voice_working">Working</string> |
| 216 | |
| 217 | <!-- Short message shown before the user should speak. --> |
| 218 | <string name="voice_initializing"></string> |
| 219 | |
| 220 | <!-- Short message shown when a generic error occurs. --> |
| 221 | <string name="voice_error">Error. Please try again.</string> |
| 222 | |
| 223 | <!-- Short message shown for a network error. --> |
| 224 | <string name="voice_network_error">Couldn\'t connect</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 225 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 226 | <!-- Short message shown for a network error where the utterance was really long, |
| 227 | in which case we should suggest that the user speak less. --> |
| 228 | <string name="voice_too_much_speech">Error, too much speech.</string> |
| 229 | |
| 230 | <!-- Short message shown for an audio error. --> |
| 231 | <string name="voice_audio_error">Audio problem</string> |
| 232 | |
| 233 | <!-- Short message shown for an error with the voice server. --> |
| 234 | <string name="voice_server_error">Server error</string> |
| 235 | |
| 236 | <!-- Short message shown when no speech is heard. --> |
| 237 | <string name="voice_speech_timeout">No speech heard</string> |
| 238 | |
| 239 | <!-- Short message shown when the server couldn't parse any speech. --> |
| 240 | <string name="voice_no_match">No matches found</string> |
| 241 | |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 242 | <!-- 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] | 243 | <string name="voice_not_installed">Voice search not installed</string> |
| 244 | |
| 245 | <!-- Short hint shown in candidate view to explain voice input. --> |
| 246 | <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> |
| 247 | |
| 248 | <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> |
| 249 | <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> |
| 250 | |
| 251 | <!-- Label on button to stop recognition. Must be short to fit on button. --> |
| 252 | <string name="cancel">Cancel</string> |
| 253 | |
| 254 | <!-- Label on button when an error occurs --> |
| 255 | <string name="ok">OK</string> |
| 256 | |
| 257 | <!-- Preferences item for enabling speech input --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 258 | <string name="voice_input">Voice input key</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 259 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 260 | <!-- Voice Input modes --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 261 | <!-- 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] | 262 | <string name="voice_input_modes_main_keyboard">On main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 263 | <!-- 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] | 264 | <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 265 | <!-- 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] | 266 | <string name="voice_input_modes_off">Off</string> |
| 267 | <!-- Voice Input modes summary --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 268 | <!-- 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] | 269 | <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] | 270 | <!-- 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] | 271 | <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] | 272 | <!-- 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] | 273 | <string name="voice_input_modes_summary_off">Voice input is disabled</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 274 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 275 | <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> |
satok | 9a6a4d3 | 2010-09-03 04:25:31 +0900 | [diff] [blame] | 276 | <string name="selectInputMethod">Select input method</string> |
| 277 | |
Tadashi G. Takaoka | bf9d834 | 2011-07-17 21:18:47 -0700 | [diff] [blame] | 278 | <!-- Title for configuring input method settings [CHAR LIMIT=35] --> |
| 279 | <string name="configure_input_method">Configure input methods</string> |
| 280 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 281 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 282 | <string name="language_selection_title">Input languages</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 283 | |
satok | 1a3bb54 | 2011-07-09 08:15:06 +0900 | [diff] [blame] | 284 | <!-- Preference for input language selection --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 285 | <string name="select_language">Input languages</string> |
satok | 1a3bb54 | 2011-07-09 08:15:06 +0900 | [diff] [blame] | 286 | |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 287 | <!-- Add to dictionary hint --> |
Roy West | 4738375 | 2010-10-05 06:39:15 -0700 | [diff] [blame] | 288 | <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 289 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 290 | <!-- Inform the user that a particular language has an available dictionary --> |
| 291 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 292 | |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 293 | <!-- Preferences item for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 294 | <string name="prefs_enable_log">Enable user feedback</string> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 295 | <!-- Description for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 296 | <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame] | 297 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 298 | <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 299 | <string name="keyboard_layout">Keyboard theme</string> |
satok | 01303e3 | 2010-05-19 14:03:00 +0900 | [diff] [blame] | 300 | |
Tadashi G. Takaoka | d81479a | 2011-08-31 21:20:52 +0900 | [diff] [blame] | 301 | <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=22] --> |
Ken Wakasa | 8f98cde | 2011-07-23 17:42:23 +0900 | [diff] [blame] | 302 | <string name="subtype_en_GB">English (UK)</string> |
Tadashi G. Takaoka | d81479a | 2011-08-31 21:20:52 +0900 | [diff] [blame] | 303 | <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=22] --> |
Ken Wakasa | 8f98cde | 2011-07-23 17:42:23 +0900 | [diff] [blame] | 304 | <string name="subtype_en_US">English (US)</string> |
satok | bf96661 | 2010-09-27 12:55:21 +0900 | [diff] [blame] | 305 | |
satok | 95175d4 | 2010-11-16 07:48:04 +0900 | [diff] [blame] | 306 | <!-- Title of an option for usability study mode --> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 307 | <string name="prefs_usability_study_mode">Usability study mode</string> |
satok | 79c0acf | 2011-10-11 16:39:11 +0900 | [diff] [blame] | 308 | <!-- Title of the settings for keypress vibration duration --> |
| 309 | <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string> |
| 310 | <!-- Title of the settings for keypress sound volume --> |
| 311 | <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 312 | </resources> |