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 | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 41 | <string name="prediction_category">Text correction</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 42 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 43 | <!-- Option to enable auto capitalization of sentences --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 44 | <string name="auto_cap">Auto-capitalization</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 45 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 46 | <!-- Option to enable quick fixes --> |
| 47 | <string name="quick_fixes">Quick fixes</string> |
| 48 | <!-- Description for quick fixes --> |
| 49 | <string name="quick_fixes_summary">Corrects commonly typed mistakes</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 50 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 51 | <!-- Option to enable showing suggestions --> |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 52 | <string name="prefs_show_suggestions">Show correction suggestions</string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 53 | <!-- Description for show suggestions --> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 54 | <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 55 | <string name="prefs_suggestion_visibility_show_name">Always show</string> |
| 56 | <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string> |
| 57 | <string name="prefs_suggestion_visibility_hide_name">Always hide</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 58 | |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 59 | <!-- Option to show/hide the settings key --> |
| 60 | <string name="prefs_settings_key">Show settings key</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 61 | <!-- Option to automatically decide to show/hide the settings key --> |
| 62 | <string name="settings_key_mode_auto_name">Automatic</string> |
| 63 | <!-- Option to always show the settings key --> |
| 64 | <string name="settings_key_mode_always_show_name">Always show</string> |
| 65 | <!-- Option to always hide the settings key --> |
| 66 | <string name="settings_key_mode_always_hide_name">Always hide</string> |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 67 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 68 | <!-- Option to decide the auto correction threshold score --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 69 | <!-- Option to enable auto correction [CHAR LIMIT=20]--> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 70 | <string name="auto_correction">Auto correction</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 71 | <!-- Description for auto correction [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 72 | <string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 73 | <!-- Option to disable auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 74 | <string name="auto_correction_threshold_mode_off">Off</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 75 | <!-- Option to use modest auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 76 | <string name="auto_correction_threshold_mode_modest">Modest</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 77 | <!-- Option to use aggressive auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 78 | <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> |
Mitsuhiro Shimoda | b1abda8 | 2010-09-28 12:23:26 +0900 | [diff] [blame] | 79 | |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 80 | <!-- Option to enable bigram correction --> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 81 | <string name="bigram_suggestion">Bigram Suggestions</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 82 | <!-- Description for auto correction --> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 83 | <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> |
| 84 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 85 | <!-- Indicates that a word has been added to the dictionary --> |
| 86 | <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] | 87 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 88 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! --> |
| 89 | <string name="label_go_key">Go</string> |
| 90 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! --> |
| 91 | <string name="label_next_key">Next</string> |
| 92 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! --> |
| 93 | <string name="label_done_key">Done</string> |
| 94 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! --> |
| 95 | <string name="label_send_key">Send</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 96 | <!-- 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] | 97 | <string name="label_to_alpha_key">ABC</string> |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 98 | <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! --> |
| 99 | <string name="label_more_key">More</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 100 | <!-- 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] | 101 | <string name="label_pause_key">Pause</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 102 | <!-- 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] | 103 | <string name="label_wait_key">Wait</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 104 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 105 | <!-- Voice related labels --> |
| 106 | |
| 107 | <!-- Title of the warning dialog that shows when a user initiates voice input for |
| 108 | the first time. --> |
| 109 | <string name="voice_warning_title">Voice input</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 110 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 111 | <!-- Message that gets put at the top of the warning dialog if the user is attempting to use |
| 112 | voice input in a currently unsupported locale. Voice input will work for such a user, |
| 113 | but it will only recognize them in English. --> |
| 114 | <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] | 115 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 116 | <!-- 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] | 117 | the first time, or turns it on in settings. [CHAR LIMIT=200] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 118 | <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] | 119 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 120 | <!-- 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] | 121 | 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] | 122 | <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string> |
| 123 | |
| 124 | <!-- 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] | 125 | "Press the microphone button"). [CHAR LIMIT=100] --> |
Ken Wakasa | 80e459f | 2010-11-30 23:35:56 +0900 | [diff] [blame] | 126 | <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] | 127 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 128 | <!-- Short message to tell the user the system is ready for them to speak. --> |
| 129 | <string name="voice_listening">Speak now</string> |
| 130 | |
| 131 | <!-- Short message shown after the user finishes speaking. --> |
| 132 | <string name="voice_working">Working</string> |
| 133 | |
| 134 | <!-- Short message shown before the user should speak. --> |
| 135 | <string name="voice_initializing"></string> |
| 136 | |
| 137 | <!-- Short message shown when a generic error occurs. --> |
| 138 | <string name="voice_error">Error. Please try again.</string> |
| 139 | |
| 140 | <!-- Short message shown for a network error. --> |
| 141 | <string name="voice_network_error">Couldn\'t connect</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 142 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 143 | <!-- Short message shown for a network error where the utterance was really long, |
| 144 | in which case we should suggest that the user speak less. --> |
| 145 | <string name="voice_too_much_speech">Error, too much speech.</string> |
| 146 | |
| 147 | <!-- Short message shown for an audio error. --> |
| 148 | <string name="voice_audio_error">Audio problem</string> |
| 149 | |
| 150 | <!-- Short message shown for an error with the voice server. --> |
| 151 | <string name="voice_server_error">Server error</string> |
| 152 | |
| 153 | <!-- Short message shown when no speech is heard. --> |
| 154 | <string name="voice_speech_timeout">No speech heard</string> |
| 155 | |
| 156 | <!-- Short message shown when the server couldn't parse any speech. --> |
| 157 | <string name="voice_no_match">No matches found</string> |
| 158 | |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 159 | <!-- 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] | 160 | <string name="voice_not_installed">Voice search not installed</string> |
| 161 | |
| 162 | <!-- Short hint shown in candidate view to explain voice input. --> |
| 163 | <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> |
| 164 | |
| 165 | <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> |
| 166 | <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> |
| 167 | |
| 168 | <!-- Label on button to stop recognition. Must be short to fit on button. --> |
| 169 | <string name="cancel">Cancel</string> |
| 170 | |
| 171 | <!-- Label on button when an error occurs --> |
| 172 | <string name="ok">OK</string> |
| 173 | |
| 174 | <!-- Preferences item for enabling speech input --> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 175 | <string name="voice_input">Voice input</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 176 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 177 | <!-- Voice Input modes --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 178 | <!-- 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] | 179 | <string name="voice_input_modes_main_keyboard">On main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 180 | <!-- 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] | 181 | <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 182 | <!-- 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] | 183 | <string name="voice_input_modes_off">Off</string> |
| 184 | <!-- Voice Input modes summary --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 185 | <!-- 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] | 186 | <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] | 187 | <!-- 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] | 188 | <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] | 189 | <!-- 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] | 190 | <string name="voice_input_modes_summary_off">Voice input is disabled</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 191 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 192 | <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> |
satok | 9a6a4d3 | 2010-09-03 04:25:31 +0900 | [diff] [blame] | 193 | <string name="selectInputMethod">Select input method</string> |
| 194 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 195 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 196 | <string name="language_selection_title">Input languages</string> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 197 | <!-- Title summary for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 198 | <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] | 199 | |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 200 | <!-- Add to dictionary hint --> |
Roy West | 4738375 | 2010-10-05 06:39:15 -0700 | [diff] [blame] | 201 | <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 202 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 203 | <!-- Inform the user that a particular language has an available dictionary --> |
| 204 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 205 | |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 206 | <!-- Preferences item for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 207 | <string name="prefs_enable_log">Enable user feedback</string> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 208 | <!-- Description for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 209 | <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] | 210 | <!-- 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] | 211 | <string name="prefs_enable_recorrection">Touch to correct words</string> |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 212 | <!-- 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] | 213 | <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] | 214 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 215 | <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame] | 216 | <string name="keyboard_layout">Keyboard Theme</string> |
satok | 01303e3 | 2010-05-19 14:03:00 +0900 | [diff] [blame] | 217 | |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 218 | <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 219 | <string name="subtype_mode_cs_keyboard">Czech Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 220 | <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 221 | <string name="subtype_mode_da_keyboard">Danish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 222 | <!-- Description for German keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 223 | <string name="subtype_mode_de_keyboard">German Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 224 | <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 225 | <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 226 | <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 227 | <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 228 | <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 229 | <string name="subtype_mode_es_keyboard">Spanish Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 230 | <!-- Description for Spanish (United States) keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 231 | <string name="subtype_mode_es_US_keyboard">Spanish (US) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 232 | <!-- Description for French keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 233 | <string name="subtype_mode_fr_keyboard">French Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 234 | <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | 842b3d4 | 2010-11-23 11:54:33 -0800 | [diff] [blame] | 235 | <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 236 | <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e6f8bb0 | 2010-12-01 21:26:16 +0900 | [diff] [blame] | 237 | <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 238 | <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 239 | <string name="subtype_mode_it_keyboard">Italian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 240 | <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 241 | <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 242 | <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 243 | <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 244 | <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 245 | <string name="subtype_mode_ru_keyboard">Russian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 246 | <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 247 | <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 248 | <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 249 | <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string> |
| 250 | |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 251 | <!-- Description for Czech voice input subtype [CHAR LIMIT=35] --> |
Tadashi G. Takaoka | e18bd3e | 2010-12-06 12:12:27 +0900 | [diff] [blame] | 252 | <string name="subtype_mode_cs_voice">Czech Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 253 | <!-- Description for German voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 2e4b1bd | 2010-12-06 23:53:45 +0900 | [diff] [blame] | 254 | <string name="subtype_mode_de_voice">German Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 255 | <!-- Description for English (Australia) voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 256 | <string name="subtype_mode_en_AU_voice">English (Australia) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 257 | <!-- Description for English (United Kingdom) voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 258 | <string name="subtype_mode_en_GB_voice">English (UK) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 259 | <!-- Description for English (India) voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 260 | <string name="subtype_mode_en_IN_voice">English (India) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 261 | <!-- Description for English (New Zealand) voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 262 | <string name="subtype_mode_en_NZ_voice">English (New Zealand) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 263 | <!-- Description for English (United States) voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 264 | <string name="subtype_mode_en_US_voice">English (US) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 265 | <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 266 | <string name="subtype_mode_es_voice">Spanish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 267 | <!-- Description for French voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 268 | <string name="subtype_mode_fr_voice">French Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 269 | <!-- Description for Italian voice input subtype [CHAR LIMIT=35] --> |
| 270 | <string name="subtype_mode_it_voice">Italian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 271 | <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 272 | <string name="subtype_mode_ja_voice">Japanese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 273 | <!-- Description for Korean voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 274 | <string name="subtype_mode_ko_voice">Korean Voice</string> |
satok | be32453 | 2011-01-20 01:08:13 +0900 | [diff] [blame] | 275 | <!-- Description for Dutch voice input subtype [CHAR LIMIT=35] --> |
| 276 | <string name="subtype_mode_nl_voice">Dutch Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 277 | <!-- Description for Polish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 278 | <string name="subtype_mode_pl_voice">Polish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 279 | <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 280 | <string name="subtype_mode_pt_voice">Portuguese Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 281 | <!-- Description for Russian voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 282 | <string name="subtype_mode_ru_voice">Russian Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 283 | <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] --> |
satok | 38976d5 | 2010-11-04 18:22:28 +0900 | [diff] [blame] | 284 | <string name="subtype_mode_tr_voice">Turkish Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 285 | <!-- Description for Chinese (China, Simplified) voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 286 | <string name="subtype_mode_zh_CN_voice">Chinese (China, Simplified) Voice</string> |
Tadashi G. Takaoka | eead8c8 | 2011-01-13 11:52:15 +0900 | [diff] [blame] | 287 | <!-- Description for Chinese (Taiwan, Traditional) voice input subtype [CHAR LIMIT=35] --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 288 | <string name="subtype_mode_zh_TW_voice">Chinese (Taiwan, Traditional) Voice</string> |
satok | bf96661 | 2010-09-27 12:55:21 +0900 | [diff] [blame] | 289 | |
satok | 95175d4 | 2010-11-16 07:48:04 +0900 | [diff] [blame] | 290 | <!-- Title of an option for usability study mode --> |
| 291 | <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] | 292 | </resources> |