blob: 6f0f2fb72d70f36416caf78a93d5dde2d5e318c2 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?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 -->
satoke04cc8b2010-07-20 14:17:34 +090022 <string name="english_ime_name">Android keyboard</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070023 <!-- Title for Latin keyboard settings activity / dialog -->
satoke04cc8b2010-07-20 14:17:34 +090024 <string name="english_ime_settings">Android keyboard settings</string>
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +090025 <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
Ken Wakasac1ff2842010-09-07 20:22:50 +090026 <string name="english_ime_input_options">Input options</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070027
28 <!-- Option to provide vibrate/haptic feedback on keypress -->
29 <string name="vibrate_on_keypress">Vibrate on keypress</string>
satokee2ab402010-05-10 18:43:50 +090030
The Android Open Source Project923bf412009-03-13 15:11:42 -070031 <!-- Option to play back sound on keypress in soft keyboard -->
32 <string name="sound_on_keypress">Sound on keypress</string>
satokee2ab402010-05-10 18:43:50 +090033
Yohei Fujii4cd593d2010-08-23 18:06:34 +090034 <!-- Option to control whether or not to show a popup with a larger font on each key press. -->
Yohei Fujii0b0a6862010-08-11 20:50:20 +090035 <string name="popup_on_keypress">Popup on keypress</string>
36
The Android Open Source Project923bf412009-03-13 15:11:42 -070037 <!-- Category title for text prediction -->
38 <string name="prediction_category">Word suggestion settings</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090039
The Android Open Source Project923bf412009-03-13 15:11:42 -070040 <!-- Option to enable auto capitalization of sentences -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +090041 <string name="auto_cap">Auto-capitalization</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090042
Amith Yamasani6e3d4272009-03-25 17:39:38 -070043 <!-- Option to enable quick fixes -->
44 <string name="quick_fixes">Quick fixes</string>
45 <!-- Description for quick fixes -->
46 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090047
Amith Yamasani6e3d4272009-03-25 17:39:38 -070048 <!-- Option to enable showing suggestions -->
satok7599cfe2010-11-13 19:09:30 +090049 <string name="prefs_show_suggestions">Show suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -070050 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +090051 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
satok7599cfe2010-11-13 19:09:30 +090052 <string name="prefs_suggestion_visibility_show_name">Always show</string>
53 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
54 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
satok7599cfe2010-11-13 19:09:30 +090055
Ken Wakasa1508c0e2010-09-15 13:37:52 +090056 <!-- Option to show/hide the settings key -->
57 <string name="prefs_settings_key">Show settings key</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090058 <!-- Option to automatically decide to show/hide the settings key -->
59 <string name="settings_key_mode_auto_name">Automatic</string>
60 <!-- Option to always show the settings key -->
61 <string name="settings_key_mode_always_show_name">Always show</string>
62 <!-- Option to always hide the settings key -->
63 <string name="settings_key_mode_always_hide_name">Always hide</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090064
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090065 <!-- Option to decide the auto correction threshold score -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090066 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090067 <string name="auto_correction">Auto correction</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090068 <!-- Description for auto correction [CHAR LIMIT=35] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090069 <string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090070 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090071 <string name="auto_correction_threshold_mode_off">Off</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090072 <!-- Option to use modest auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090073 <string name="auto_correction_threshold_mode_modest">Modest</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090074 <!-- Option to use aggressive auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090075 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +090076
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090077 <!-- Option to enable bigram correction -->
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070078 <string name="bigram_suggestion">Bigram Suggestions</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090079 <!-- Description for auto correction -->
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070080 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
81
The Android Open Source Project923bf412009-03-13 15:11:42 -070082 <!-- Indicates that a word has been added to the dictionary -->
83 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090084
The Android Open Source Project923bf412009-03-13 15:11:42 -070085 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
86 <string name="label_go_key">Go</string>
87 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
88 <string name="label_next_key">Next</string>
89 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
90 <string name="label_done_key">Done</string>
91 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
92 <string name="label_send_key">Send</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070093 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080094 <string name="label_to_alpha_key">ABC</string>
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090095 <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
96 <string name="label_more_key">More</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +090097 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +090098 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +090099 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]-->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900100 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700101
Mike LeBeau466741d2010-01-16 12:21:23 -0800102 <!-- Voice related labels -->
103
104 <!-- Title of the warning dialog that shows when a user initiates voice input for
105 the first time. -->
106 <string name="voice_warning_title">Voice input</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900107
Mike LeBeau466741d2010-01-16 12:21:23 -0800108 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
109 voice input in a currently unsupported locale. Voice input will work for such a user,
110 but it will only recognize them in English. -->
111 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900112
Mike LeBeau466741d2010-01-16 12:21:23 -0800113 <!-- Message of the warning dialog that shows when a user initiates voice input for
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900114 the first time, or turns it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900115 <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 Wakasa183fbbb2010-12-16 16:52:00 +0900116
Mike LeBeau466741d2010-01-16 12:21:23 -0800117 <!-- An additional part of the warning dialog for voice input that only shows when the user
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900118 actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900119 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string>
120
121 <!-- Message to show when user enables the voice input settings (which says
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900122 "Press the microphone button"). [CHAR LIMIT=100] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900123 <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900124
Mike LeBeau466741d2010-01-16 12:21:23 -0800125 <!-- Short message to tell the user the system is ready for them to speak. -->
126 <string name="voice_listening">Speak now</string>
127
128 <!-- Short message shown after the user finishes speaking. -->
129 <string name="voice_working">Working</string>
130
131 <!-- Short message shown before the user should speak. -->
132 <string name="voice_initializing"></string>
133
134 <!-- Short message shown when a generic error occurs. -->
135 <string name="voice_error">Error. Please try again.</string>
136
137 <!-- Short message shown for a network error. -->
138 <string name="voice_network_error">Couldn\'t connect</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900139
Mike LeBeau466741d2010-01-16 12:21:23 -0800140 <!-- Short message shown for a network error where the utterance was really long,
141 in which case we should suggest that the user speak less. -->
142 <string name="voice_too_much_speech">Error, too much speech.</string>
143
144 <!-- Short message shown for an audio error. -->
145 <string name="voice_audio_error">Audio problem</string>
146
147 <!-- Short message shown for an error with the voice server. -->
148 <string name="voice_server_error">Server error</string>
149
150 <!-- Short message shown when no speech is heard. -->
151 <string name="voice_speech_timeout">No speech heard</string>
152
153 <!-- Short message shown when the server couldn't parse any speech. -->
154 <string name="voice_no_match">No matches found</string>
155
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900156 <!-- Short message shown when the user initiates voice and voice search is not installed. -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800157 <string name="voice_not_installed">Voice search not installed</string>
158
159 <!-- Short hint shown in candidate view to explain voice input. -->
160 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
161
162 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
163 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
164
165 <!-- Label on button to stop recognition. Must be short to fit on button. -->
166 <string name="cancel">Cancel</string>
167
168 <!-- Label on button when an error occurs -->
169 <string name="ok">OK</string>
170
171 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800172 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800173
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900174 <!-- Voice Input modes -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900175 <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900176 <string name="voice_input_modes_main_keyboard">On main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900177 <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900178 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900179 <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900180 <string name="voice_input_modes_off">Off</string>
181 <!-- Voice Input modes summary -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900182 <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900183 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900184 <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900185 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900186 <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900187 <string name="voice_input_modes_summary_off">Voice input is disabled</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800188
satok543334c2011-01-13 21:26:12 +0900189 <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] -->
satok9a6a4d32010-09-03 04:25:31 +0900190 <string name="selectInputMethod">Select input method</string>
191
Amith Yamasani36fcf252009-10-12 13:48:35 -0700192 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800193 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800194 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800195 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900196
Amith Yamasani66a787b2010-02-10 17:45:35 -0800197 <!-- Add to dictionary hint -->
Roy West47383752010-10-05 06:39:15 -0700198 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900199
Amith Yamasani0a2df342010-03-04 04:43:15 -0800200 <!-- Inform the user that a particular language has an available dictionary -->
201 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900202
Ken Wakasa34250262010-10-06 17:34:07 +0900203 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900204 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900205 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900206 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
satok543334c2011-01-13 21:26:12 +0900207 <!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] -->
Ken Wakasa34250262010-10-06 17:34:07 +0900208 <string name="prefs_enable_recorrection">Touch to correct words</string>
satok543334c2011-01-13 21:26:12 +0900209 <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 100] -->
Ken Wakasa6569b402010-12-01 22:57:14 +0900210 <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string>
satoka0f87392010-05-14 22:20:13 +0900211
satok543334c2011-01-13 21:26:12 +0900212 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
satoka0f87392010-05-14 22:20:13 +0900213 <string name="keyboard_layout">Keyboard Theme</string>
satok01303e32010-05-19 14:03:00 +0900214
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900215 <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900216 <string name="subtype_mode_cs_keyboard">Czech Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900217 <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900218 <string name="subtype_mode_da_keyboard">Danish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900219 <!-- Description for German keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900220 <string name="subtype_mode_de_keyboard">German Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900221 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900222 <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900223 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900224 <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900225 <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900226 <string name="subtype_mode_es_keyboard">Spanish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900227 <!-- Description for Spanish (United States) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900228 <string name="subtype_mode_es_US_keyboard">Spanish (US) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900229 <!-- Description for French keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900230 <string name="subtype_mode_fr_keyboard">French Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900231 <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800232 <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900233 <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae6f8bb02010-12-01 21:26:16 +0900234 <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900235 <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900236 <string name="subtype_mode_it_keyboard">Italian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900237 <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900238 <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900239 <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900240 <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900241 <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900242 <string name="subtype_mode_ru_keyboard">Russian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900243 <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900244 <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900245 <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900246 <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string>
247
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900248 <!-- Description for Czech voice input subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae18bd3e2010-12-06 12:12:27 +0900249 <string name="subtype_mode_cs_voice">Czech Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900250 <!-- Description for German voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900251 <string name="subtype_mode_de_voice">German Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900252 <!-- Description for English (Australia) voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900253 <string name="subtype_mode_en_AU_voice">English (Australia) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900254 <!-- Description for English (United Kingdom) voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900255 <string name="subtype_mode_en_GB_voice">English (UK) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900256 <!-- Description for English (India) voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900257 <string name="subtype_mode_en_IN_voice">English (India) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900258 <!-- Description for English (New Zealand) voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900259 <string name="subtype_mode_en_NZ_voice">English (New Zealand) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900260 <!-- Description for English (United States) voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900261 <string name="subtype_mode_en_US_voice">English (US) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900262 <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900263 <string name="subtype_mode_es_voice">Spanish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900264 <!-- Description for French voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900265 <string name="subtype_mode_fr_voice">French Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900266 <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900267 <string name="subtype_mode_ja_voice">Japanese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900268 <!-- Description for Korean voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900269 <string name="subtype_mode_ko_voice">Korean Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900270 <!-- Description for Polish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900271 <string name="subtype_mode_pl_voice">Polish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900272 <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900273 <string name="subtype_mode_pt_voice">Portuguese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900274 <!-- Description for Russian voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900275 <string name="subtype_mode_ru_voice">Russian Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900276 <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900277 <string name="subtype_mode_tr_voice">Turkish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900278 <!-- Description for Chinese (China, Simplified) voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900279 <string name="subtype_mode_zh_CN_voice">Chinese (China, Simplified) Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900280 <!-- Description for Chinese (Taiwan, Traditional) voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900281 <string name="subtype_mode_zh_TW_voice">Chinese (Taiwan, Traditional) Voice</string>
satokbf966612010-09-27 12:55:21 +0900282
satok95175d42010-11-16 07:48:04 +0900283 <!-- Title of an option for usability study mode -->
284 <string name="prefs_usability_study_mode">Usability Study Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700285</resources>