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 | |
Jean Chalard | 240297d | 2011-05-11 20:51:07 +0900 | [diff] [blame] | 49 | <!-- Option name for advanced settings screen [CHAR LIMIT=25] --> |
| 50 | <string name="advanced_settings">Advanced settings</string> |
| 51 | <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> |
| 52 | <string name="advanced_settings_summary">Options for expert users</string> |
| 53 | |
| 54 | <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] --> |
| 55 | <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string> |
| 56 | <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] --> |
| 57 | <string name="key_preview_popup_dismiss_no_delay">No delay</string> |
| 58 | <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] --> |
| 59 | <string name="key_preview_popup_dismiss_default_delay">Default</string> |
| 60 | |
Jean Chalard | 699094f | 2011-06-10 18:16:21 +0900 | [diff] [blame] | 61 | <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> |
| 62 | <string name="use_contacts_dict">Suggest Contact names</string> |
| 63 | <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] --> |
| 64 | <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string> |
| 65 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 66 | <!-- Option to enable auto capitalization of sentences --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 67 | <string name="auto_cap">Auto-capitalization</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 68 | |
Jean Chalard | 4f3d5d3 | 2011-06-24 20:17:38 +0900 | [diff] [blame] | 69 | <!-- Option to configure dictionaries --> |
| 70 | <string name="configure_dictionaries_title">Configure dictionaries</string> |
| 71 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 72 | <!-- Option to enable quick fixes --> |
| 73 | <string name="quick_fixes">Quick fixes</string> |
| 74 | <!-- Description for quick fixes --> |
| 75 | <string name="quick_fixes_summary">Corrects commonly typed mistakes</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 76 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 77 | <!-- Option to enable showing suggestions --> |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 78 | <string name="prefs_show_suggestions">Show correction suggestions</string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 79 | <!-- Description for show suggestions --> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 80 | <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 81 | <string name="prefs_suggestion_visibility_show_name">Always show</string> |
| 82 | <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> |
| 83 | <string name="prefs_suggestion_visibility_hide_name">Always hide</string> |
satok | c5a2b51 | 2011-04-22 15:52:21 +0900 | [diff] [blame] | 84 | <!-- Option to enable spacebar language switcher [CHAR LIMIT=20]--> |
| 85 | <string name="prefs_use_spacebar_language_switch">Use the spacebar language switcher</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 86 | |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 87 | <!-- Option to show/hide the settings key --> |
| 88 | <string name="prefs_settings_key">Show settings key</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 89 | <!-- Option to automatically decide to show/hide the settings key --> |
| 90 | <string name="settings_key_mode_auto_name">Automatic</string> |
| 91 | <!-- Option to always show the settings key --> |
| 92 | <string name="settings_key_mode_always_show_name">Always show</string> |
| 93 | <!-- Option to always hide the settings key --> |
| 94 | <string name="settings_key_mode_always_hide_name">Always hide</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 95 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 96 | <!-- Option to decide the auto correction threshold score --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 97 | <!-- Option to enable auto correction [CHAR LIMIT=20]--> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 98 | <string name="auto_correction">Auto correction</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 99 | <!-- Description for auto correction [CHAR LIMIT=35] --> |
Jean Chalard | 2f4cc01 | 2011-01-25 17:31:34 +0900 | [diff] [blame] | 100 | <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] | 101 | <!-- Option to disable auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 102 | <string name="auto_correction_threshold_mode_off">Off</string> |
Tadashi G. Takaoka | 156493c | 2011-01-24 14:14:54 +0900 | [diff] [blame] | 103 | <!-- 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] | 104 | <string name="auto_correction_threshold_mode_modest">Modest</string> |
Tadashi G. Takaoka | 156493c | 2011-01-24 14:14:54 +0900 | [diff] [blame] | 105 | <!-- 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] | 106 | <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> |
satok | 07a62cf | 2011-06-24 20:30:31 +0900 | [diff] [blame] | 107 | <!-- Option to suggest auto correction candidates 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] | 108 | <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> |
Mitsuhiro Shimoda | b1abda8 | 2010-09-28 12:23:26 +0900 | [diff] [blame] | 109 | |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 110 | <!-- Option to enable bigram correction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 111 | <string name="bigram_suggestion">Bigram suggestions</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 112 | <!-- Description for auto correction --> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 113 | <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 114 | <!-- Option to enable using user-history bigram when no input --> |
| 115 | <string name="bigram_prediction">Bigram prediction</string> |
| 116 | <!-- Description for auto correction --> |
| 117 | <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] | 118 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 119 | <!-- Indicates that a word has been added to the dictionary --> |
| 120 | <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] | 121 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 122 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! --> |
| 123 | <string name="label_go_key">Go</string> |
| 124 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! --> |
| 125 | <string name="label_next_key">Next</string> |
| 126 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! --> |
| 127 | <string name="label_done_key">Done</string> |
| 128 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! --> |
| 129 | <string name="label_send_key">Send</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 130 | <!-- 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] | 131 | <string name="label_to_alpha_key">ABC</string> |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 132 | <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! --> |
| 133 | <string name="label_more_key">More</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 134 | <!-- 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] | 135 | <string name="label_pause_key">Pause</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 136 | <!-- 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] | 137 | <string name="label_wait_key">Wait</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 138 | |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 139 | <!-- Spoken description for the currently entered text --> |
| 140 | <string name="spoken_current_text_is">Current text is "%s"</string> |
| 141 | <!-- Spoken description when there is no text entered --> |
| 142 | <string name="spoken_no_text_entered">No text entered</string> |
| 143 | |
| 144 | <!-- Spoken description for unknown keyboard keys. --> |
| 145 | <string name="spoken_description_unknown">Key code %d</string> |
| 146 | <!-- Spoken description for the "Shift" keyboard key. --> |
| 147 | <string name="spoken_description_shift">Shift</string> |
| 148 | <!-- Spoken description for the "Shift" keyboard key's pressed state. --> |
| 149 | <string name="spoken_description_shift_shifted">Shift enabled</string> |
| 150 | <!-- Spoken description for the "Shift" keyboard key's pressed state. --> |
| 151 | <string name="spoken_description_caps_lock">Caps lock enabled</string> |
| 152 | <!-- Spoken description for the "Delete" keyboard key. --> |
| 153 | <string name="spoken_description_delete">Delete</string> |
| 154 | <!-- Spoken description for the "To Symbol" keyboard key. --> |
| 155 | <string name="spoken_description_to_symbol">Symbols</string> |
| 156 | <!-- Spoken description for the "To Alpha" keyboard key. --> |
| 157 | <string name="spoken_description_to_alpha">Letters</string> |
| 158 | <!-- Spoken description for the "To Numbers" keyboard key. --> |
| 159 | <string name="spoken_description_to_numeric">Numbers</string> |
| 160 | <!-- Spoken description for the "Settings" keyboard key. --> |
| 161 | <string name="spoken_description_settings">Settings</string> |
| 162 | <!-- Spoken description for the "Tab" keyboard key. --> |
| 163 | <string name="spoken_description_tab">Tab</string> |
| 164 | <!-- Spoken description for the "Space" keyboard key. --> |
| 165 | <string name="spoken_description_space">Space</string> |
| 166 | <!-- Spoken description for the "Mic" keyboard key. --> |
| 167 | <string name="spoken_description_mic">Voice input</string> |
| 168 | <!-- Spoken description for the "Smiley" keyboard key. --> |
| 169 | <string name="spoken_description_smiley">Smiley face</string> |
| 170 | <!-- Spoken description for the "Return" keyboard key. --> |
| 171 | <string name="spoken_description_return">Return</string> |
| 172 | |
| 173 | <!-- Spoken description for the "," keyboard key. --> |
| 174 | <string name="spoken_description_comma">Comma</string> |
| 175 | <!-- Spoken description for the "." keyboard key. --> |
| 176 | <string name="spoken_description_period">Period</string> |
| 177 | <!-- Spoken description for the "(" keyboard key. --> |
| 178 | <string name="spoken_description_left_parenthesis">Left parenthesis</string> |
| 179 | <!-- Spoken description for the ")" keyboard key. --> |
| 180 | <string name="spoken_description_right_parenthesis">Right parenthesis</string> |
| 181 | <!-- Spoken description for the ":" keyboard key. --> |
| 182 | <string name="spoken_description_colon">Colon</string> |
| 183 | <!-- Spoken description for the ";" keyboard key. --> |
| 184 | <string name="spoken_description_semicolon">Semicolon</string> |
| 185 | <!-- Spoken description for the "!" keyboard key. --> |
| 186 | <string name="spoken_description_exclamation_mark">Exclamation mark</string> |
| 187 | <!-- Spoken description for the "?" keyboard key. --> |
| 188 | <string name="spoken_description_question_mark">Question mark</string> |
| 189 | <!-- Spoken description for the """ keyboard key. --> |
| 190 | <string name="spoken_description_double_quote">Double quote</string> |
| 191 | <!-- Spoken description for the "'" keyboard key. --> |
| 192 | <string name="spoken_description_single_quote">Single quote</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 193 | <!-- Spoken description for the "\u2022" (BULLET) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 194 | <string name="spoken_description_dot">Dot</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 195 | <!-- Spoken description for the "\u221a" (SQUARE ROOT) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 196 | <string name="spoken_description_square_root">Square root</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 197 | <!-- Spoken description for the "\u03C0" (GREEK SMALL LETTER PI) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 198 | <string name="spoken_description_pi">Pi</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 199 | <!-- Spoken description for the "\u0394" (GREEK CAPITAL LETTER DELTA) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 200 | <string name="spoken_description_delta">Delta</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 201 | <!-- Spoken description for the "\u2122" (TRADE MARK SIGN) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 202 | <string name="spoken_description_trademark">Trademark</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 203 | <!-- Spoken description for the "\u2105" (CARE OF) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 204 | <string name="spoken_description_care_of">Care of</string> |
| 205 | <!-- Spoken description for the "*" keyboard key. --> |
| 206 | <string name="spoken_description_star">Star</string> |
| 207 | <!-- Spoken description for the "#" keyboard key. --> |
| 208 | <string name="spoken_description_pound">Pound</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 209 | <!-- Spoken description for the "\u2026" (HORIZONTAL ELLIPSIS) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 210 | <string name="spoken_description_ellipsis">Ellipsis</string> |
Tadashi G. Takaoka | 0464850 | 2011-06-29 18:33:49 +0900 | [diff] [blame^] | 211 | <!-- Spoken description for the "\u201E" (DOUBLE LOW-9 QUOTATION MARK) keyboard key. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 212 | <string name="spoken_description_low_double_quote">Low double quote</string> |
| 213 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 214 | <!-- Voice related labels --> |
| 215 | |
| 216 | <!-- Title of the warning dialog that shows when a user initiates voice input for |
| 217 | the first time. --> |
| 218 | <string name="voice_warning_title">Voice input</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 219 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 220 | <!-- Message that gets put at the top of the warning dialog if the user is attempting to use |
| 221 | voice input in a currently unsupported locale. Voice input will work for such a user, |
| 222 | but it will only recognize them in English. --> |
| 223 | <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] | 224 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 225 | <!-- 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] | 226 | the first time, or turns it on in settings. [CHAR LIMIT=200] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 227 | <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] | 228 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 229 | <!-- 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] | 230 | 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] | 231 | <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> |
| 232 | |
| 233 | <!-- 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] | 234 | "Press the microphone button"). [CHAR LIMIT=100] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 235 | <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] | 236 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 237 | <!-- Short message to tell the user the system is ready for them to speak. --> |
| 238 | <string name="voice_listening">Speak now</string> |
| 239 | |
| 240 | <!-- Short message shown after the user finishes speaking. --> |
| 241 | <string name="voice_working">Working</string> |
| 242 | |
| 243 | <!-- Short message shown before the user should speak. --> |
| 244 | <string name="voice_initializing"></string> |
| 245 | |
| 246 | <!-- Short message shown when a generic error occurs. --> |
| 247 | <string name="voice_error">Error. Please try again.</string> |
| 248 | |
| 249 | <!-- Short message shown for a network error. --> |
| 250 | <string name="voice_network_error">Couldn\'t connect</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 251 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 252 | <!-- Short message shown for a network error where the utterance was really long, |
| 253 | in which case we should suggest that the user speak less. --> |
| 254 | <string name="voice_too_much_speech">Error, too much speech.</string> |
| 255 | |
| 256 | <!-- Short message shown for an audio error. --> |
| 257 | <string name="voice_audio_error">Audio problem</string> |
| 258 | |
| 259 | <!-- Short message shown for an error with the voice server. --> |
| 260 | <string name="voice_server_error">Server error</string> |
| 261 | |
| 262 | <!-- Short message shown when no speech is heard. --> |
| 263 | <string name="voice_speech_timeout">No speech heard</string> |
| 264 | |
| 265 | <!-- Short message shown when the server couldn't parse any speech. --> |
| 266 | <string name="voice_no_match">No matches found</string> |
| 267 | |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 268 | <!-- 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] | 269 | <string name="voice_not_installed">Voice search not installed</string> |
| 270 | |
| 271 | <!-- Short hint shown in candidate view to explain voice input. --> |
| 272 | <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> |
| 273 | |
| 274 | <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> |
| 275 | <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> |
| 276 | |
| 277 | <!-- Label on button to stop recognition. Must be short to fit on button. --> |
| 278 | <string name="cancel">Cancel</string> |
| 279 | |
| 280 | <!-- Label on button when an error occurs --> |
| 281 | <string name="ok">OK</string> |
| 282 | |
| 283 | <!-- Preferences item for enabling speech input --> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 284 | <string name="voice_input">Voice input</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 285 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 286 | <!-- Voice Input modes --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 287 | <!-- 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] | 288 | <string name="voice_input_modes_main_keyboard">On main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 289 | <!-- 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] | 290 | <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 291 | <!-- 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] | 292 | <string name="voice_input_modes_off">Off</string> |
| 293 | <!-- Voice Input modes summary --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 294 | <!-- 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] | 295 | <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] | 296 | <!-- 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] | 297 | <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] | 298 | <!-- 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] | 299 | <string name="voice_input_modes_summary_off">Voice input is disabled</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 300 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 301 | <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> |
satok | 9a6a4d3 | 2010-09-03 04:25:31 +0900 | [diff] [blame] | 302 | <string name="selectInputMethod">Select input method</string> |
| 303 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 304 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 305 | <string name="language_selection_title">Input languages</string> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 306 | <!-- Title summary for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 307 | <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] | 308 | |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 309 | <!-- Add to dictionary hint --> |
Roy West | 4738375 | 2010-10-05 06:39:15 -0700 | [diff] [blame] | 310 | <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 311 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 312 | <!-- Inform the user that a particular language has an available dictionary --> |
| 313 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 314 | |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 315 | <!-- Preferences item for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 316 | <string name="prefs_enable_log">Enable user feedback</string> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 317 | <!-- Description for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 318 | <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] | 319 | <!-- 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] | 320 | <string name="prefs_enable_recorrection">Touch to correct words</string> |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 321 | <!-- 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] | 322 | <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] | 323 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 324 | <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 325 | <string name="keyboard_layout">Keyboard theme</string> |
satok | 01303e3 | 2010-05-19 14:03:00 +0900 | [diff] [blame] | 326 | |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 327 | <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 328 | <string name="subtype_mode_cs_keyboard">Czech Keyboard</string> |
Jean Chalard | e50add1 | 2011-03-23 18:50:06 -0700 | [diff] [blame] | 329 | <!-- Description for Arabic keyboard subtype [CHAR LIMIT=35] --> |
| 330 | <string name="subtype_mode_ar_keyboard">Arabic Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 331 | <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 332 | <string name="subtype_mode_da_keyboard">Danish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 333 | <!-- Description for German keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 334 | <string name="subtype_mode_de_keyboard">German Keyboard</string> |
Tadashi G. Takaoka | e90fae8 | 2011-06-22 17:32:32 +0900 | [diff] [blame] | 335 | <!-- Description for German QWERTY keyboard subtype [CHAR LIMIT=35] --> |
| 336 | <string name="subtype_mode_de_qwerty_keyboard">German QWERTY Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 337 | <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 338 | <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 339 | <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 340 | <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 341 | <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 342 | <string name="subtype_mode_es_keyboard">Spanish Keyboard</string> |
Tadashi G. Takaoka | 1b580e3 | 2011-06-17 22:18:19 +0900 | [diff] [blame] | 343 | <!-- Description for Finnish keyboard subtype [CHAR LIMIT=35] --> |
| 344 | <string name="subtype_mode_fi_keyboard">Finnish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 345 | <!-- Description for French keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 346 | <string name="subtype_mode_fr_keyboard">French Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 347 | <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | 842b3d4 | 2010-11-23 11:54:33 -0800 | [diff] [blame] | 348 | <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 349 | <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e6f8bb0 | 2010-12-01 21:26:16 +0900 | [diff] [blame] | 350 | <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string> |
Tadashi G. Takaoka | 2c43ed1 | 2011-06-17 22:04:16 +0900 | [diff] [blame] | 351 | <!-- Description for Croatian keyboard subtype [CHAR LIMIT=35] --> |
| 352 | <string name="subtype_mode_hr_keyboard">Croatian Keyboard</string> |
Tadashi G. Takaoka | 1b580e3 | 2011-06-17 22:18:19 +0900 | [diff] [blame] | 353 | <!-- Description for Hungarian keyboard subtype [CHAR LIMIT=35] --> |
| 354 | <string name="subtype_mode_hu_keyboard">Hungarian Keyboard</string> |
Jean Chalard | e50add1 | 2011-03-23 18:50:06 -0700 | [diff] [blame] | 355 | <!-- Description for Hebrew keyboard subtype [CHAR LIMIT=35] --> |
| 356 | <!-- Java uses the deprecated "iw" code instead of the standard "he" code --> |
| 357 | <string name="subtype_mode_iw_keyboard">Hebrew Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 358 | <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 359 | <string name="subtype_mode_it_keyboard">Italian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 360 | <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 361 | <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 362 | <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 363 | <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string> |
satok | 0d8a4eb | 2011-05-06 18:42:38 +0900 | [diff] [blame] | 364 | <!-- Description for Polish keyboard subtype [CHAR LIMIT=35] --> |
| 365 | <string name="subtype_mode_pl_keyboard">Polish Keyboard</string> |
satok | f733074 | 2011-05-11 15:19:24 +0900 | [diff] [blame] | 366 | <!-- Description for Portuguese keyboard subtype [CHAR LIMIT=35] --> |
| 367 | <string name="subtype_mode_pt_keyboard">Portuguese Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 368 | <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 369 | <string name="subtype_mode_ru_keyboard">Russian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 370 | <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 371 | <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 372 | <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 373 | <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string> |
Tadashi G. Takaoka | 35f2091 | 2011-06-21 16:00:58 +0900 | [diff] [blame] | 374 | <!-- Description for Turkish keyboard subtype [CHAR LIMIT=35] --> |
| 375 | <string name="subtype_mode_tr_keyboard">Turkish Keyboard</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 376 | <!-- Description for Afrikaans voice input subtype [CHAR LIMIT=35] --> |
| 377 | <string name="subtype_mode_af_voice">Afrikaans Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 378 | <!-- Description for Czech voice input subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e18bd3e | 2010-12-06 12:12:27 +0900 | [diff] [blame] | 379 | <string name="subtype_mode_cs_voice">Czech Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 380 | <!-- Description for German voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 381 | <string name="subtype_mode_de_voice">German Voice</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 382 | <!-- Description for English voice input subtype [CHAR LIMIT=35] --> |
| 383 | <string name="subtype_mode_en_voice">English Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 384 | <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 385 | <string name="subtype_mode_es_voice">Spanish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 386 | <!-- Description for French voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 387 | <string name="subtype_mode_fr_voice">French Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 388 | <!-- Description for Italian voice input subtype [CHAR LIMIT=35] --> |
| 389 | <string name="subtype_mode_it_voice">Italian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 390 | <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 391 | <string name="subtype_mode_ja_voice">Japanese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 392 | <!-- Description for Korean voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 393 | <string name="subtype_mode_ko_voice">Korean Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 394 | <!-- Description for Dutch voice input subtype [CHAR LIMIT=35] --> |
| 395 | <string name="subtype_mode_nl_voice">Dutch Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 396 | <!-- Description for Polish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 397 | <string name="subtype_mode_pl_voice">Polish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 398 | <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 399 | <string name="subtype_mode_pt_voice">Portuguese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 400 | <!-- Description for Russian voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 401 | <string name="subtype_mode_ru_voice">Russian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 402 | <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 403 | <string name="subtype_mode_tr_voice">Turkish Voice</string> |
satok | 0b0c522 | 2011-01-26 12:23:02 +0900 | [diff] [blame] | 404 | <!-- Description for Chinese, Yue voice input subtype [CHAR LIMIT=35] --> |
| 405 | <string name="subtype_mode_yue_voice">Chinese, Yue Voice</string> |
| 406 | <!-- Description for Chinese, Mandarin voice input subtype [CHAR LIMIT=35] --> |
| 407 | <string name="subtype_mode_zh_voice">Chinese, Mandarin Voice</string> |
| 408 | <!-- Description for isiZulu voice input subtype [CHAR LIMIT=35] --> |
| 409 | <string name="subtype_mode_zu_voice">isiZulu Voice</string> |
satok | bf96661 | 2010-09-27 12:55:21 +0900 | [diff] [blame] | 410 | |
satok | 95175d4 | 2010-11-16 07:48:04 +0900 | [diff] [blame] | 411 | <!-- Title of an option for usability study mode --> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 412 | <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] | 413 | </resources> |