blob: b58efe0829e8c746f06dff2058b7a436a738f9c2 [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
Jean Chalardce9c4172011-01-19 15:07:14 +090037 <!-- Category title for general settings for Android keyboard -->
38 <string name="general_category">General</string>
39
The Android Open Source Project923bf412009-03-13 15:11:42 -070040 <!-- Category title for text prediction -->
Jean Chalardb5059122011-04-22 13:08:35 +090041 <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 Wakasa183fbbb2010-12-16 16:52:00 +090048
The Android Open Source Project923bf412009-03-13 15:11:42 -070049 <!-- Option to enable auto capitalization of sentences -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +090050 <string name="auto_cap">Auto-capitalization</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090051
Amith Yamasani6e3d4272009-03-25 17:39:38 -070052 <!-- Option to enable quick fixes -->
53 <string name="quick_fixes">Quick fixes</string>
54 <!-- Description for quick fixes -->
55 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090056
Amith Yamasani6e3d4272009-03-25 17:39:38 -070057 <!-- Option to enable showing suggestions -->
Jean Chalardce9c4172011-01-19 15:07:14 +090058 <string name="prefs_show_suggestions">Show correction suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -070059 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +090060 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
satok7599cfe2010-11-13 19:09:30 +090061 <string name="prefs_suggestion_visibility_show_name">Always show</string>
62 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
63 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
satokc5a2b512011-04-22 15:52:21 +090064 <!-- Option to enable spacebar language switcher [CHAR LIMIT=20]-->
65 <string name="prefs_use_spacebar_language_switch">Use the spacebar language switcher</string>
satok7599cfe2010-11-13 19:09:30 +090066
Ken Wakasa1508c0e2010-09-15 13:37:52 +090067 <!-- Option to show/hide the settings key -->
68 <string name="prefs_settings_key">Show settings key</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090069 <!-- Option to automatically decide to show/hide the settings key -->
70 <string name="settings_key_mode_auto_name">Automatic</string>
71 <!-- Option to always show the settings key -->
72 <string name="settings_key_mode_always_show_name">Always show</string>
73 <!-- Option to always hide the settings key -->
74 <string name="settings_key_mode_always_hide_name">Always hide</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090075
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090076 <!-- Option to decide the auto correction threshold score -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090077 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090078 <string name="auto_correction">Auto correction</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090079 <!-- Description for auto correction [CHAR LIMIT=35] -->
Jean Chalard2f4cc012011-01-25 17:31:34 +090080 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090081 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090082 <string name="auto_correction_threshold_mode_off">Off</string>
Tadashi G. Takaoka156493c2011-01-24 14:14:54 +090083 <!-- 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. Takaoka1b1f7f92010-12-11 17:06:24 +090084 <string name="auto_correction_threshold_mode_modest">Modest</string>
Tadashi G. Takaoka156493c2011-01-24 14:14:54 +090085 <!-- 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. Takaoka1b1f7f92010-12-11 17:06:24 +090086 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +090087
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090088 <!-- Option to enable bigram correction -->
Jean Chalardb5059122011-04-22 13:08:35 +090089 <string name="bigram_suggestion">Bigram suggestions</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090090 <!-- Description for auto correction -->
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070091 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
Jean Chalardb5059122011-04-22 13:08:35 +090092 <!-- Option to enable using user-history bigram when no input -->
93 <string name="bigram_prediction">Bigram prediction</string>
94 <!-- Description for auto correction -->
95 <string name="bigram_prediction_summary">Use previous word also for prediction</string>
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070096
The Android Open Source Project923bf412009-03-13 15:11:42 -070097 <!-- Indicates that a word has been added to the dictionary -->
98 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090099
The Android Open Source Project923bf412009-03-13 15:11:42 -0700100 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
101 <string name="label_go_key">Go</string>
102 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
103 <string name="label_next_key">Next</string>
104 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
105 <string name="label_done_key">Done</string>
106 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
107 <string name="label_send_key">Send</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700108 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800109 <string name="label_to_alpha_key">ABC</string>
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900110 <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
111 <string name="label_more_key">More</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900112 <!-- 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 +0900113 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900114 <!-- 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 +0900115 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700116
Alan Viverettedcade182011-01-14 10:49:21 -0800117 <!-- Spoken text description for delete key. -->
118 <string name="description_delete_key">Delete</string>
119 <!-- Spoken text description for return key. -->
120 <string name="description_return_key">Return</string>
121 <!-- Spoken text description for settings key. -->
122 <string name="description_settings_key">Settings</string>
123 <!-- Spoken text description for shift key. -->
124 <string name="description_shift_key">Shift</string>
125 <!-- Spoken text description for space key. -->
126 <string name="description_space_key">Space</string>
127 <!-- Spoken text description for symbols key. -->
128 <string name="description_switch_alpha_symbol_key">Symbols</string>
129 <!-- Spoken text description for tab key. -->
130 <string name="description_tab_key">Tab</string>
131 <!-- Spoken text description for voice input key. -->
132 <string name="description_voice_key">Voice Input</string>
133 <!-- Spoken text description for symbols mode on. -->
134 <string name="description_symbols_on">Symbols on</string>
135 <!-- Spoken text description for symbols mode off. -->
136 <string name="description_symbols_off">Symbols off</string>
137 <!-- Spoken text description for shift mode on. -->
138 <string name="description_shift_on">Shift on</string>
139 <!-- Spoken text description for shift mode off. -->
140 <string name="description_shift_off">Shift off</string>
141
Mike LeBeau466741d2010-01-16 12:21:23 -0800142 <!-- Voice related labels -->
143
144 <!-- Title of the warning dialog that shows when a user initiates voice input for
145 the first time. -->
146 <string name="voice_warning_title">Voice input</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900147
Mike LeBeau466741d2010-01-16 12:21:23 -0800148 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
149 voice input in a currently unsupported locale. Voice input will work for such a user,
150 but it will only recognize them in English. -->
151 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900152
Mike LeBeau466741d2010-01-16 12:21:23 -0800153 <!-- Message of the warning dialog that shows when a user initiates voice input for
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900154 the first time, or turns it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900155 <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 +0900156
Mike LeBeau466741d2010-01-16 12:21:23 -0800157 <!-- An additional part of the warning dialog for voice input that only shows when the user
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900158 actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900159 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string>
160
161 <!-- Message to show when user enables the voice input settings (which says
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900162 "Press the microphone button"). [CHAR LIMIT=100] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900163 <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900164
Mike LeBeau466741d2010-01-16 12:21:23 -0800165 <!-- Short message to tell the user the system is ready for them to speak. -->
166 <string name="voice_listening">Speak now</string>
167
168 <!-- Short message shown after the user finishes speaking. -->
169 <string name="voice_working">Working</string>
170
171 <!-- Short message shown before the user should speak. -->
172 <string name="voice_initializing"></string>
173
174 <!-- Short message shown when a generic error occurs. -->
175 <string name="voice_error">Error. Please try again.</string>
176
177 <!-- Short message shown for a network error. -->
178 <string name="voice_network_error">Couldn\'t connect</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900179
Mike LeBeau466741d2010-01-16 12:21:23 -0800180 <!-- Short message shown for a network error where the utterance was really long,
181 in which case we should suggest that the user speak less. -->
182 <string name="voice_too_much_speech">Error, too much speech.</string>
183
184 <!-- Short message shown for an audio error. -->
185 <string name="voice_audio_error">Audio problem</string>
186
187 <!-- Short message shown for an error with the voice server. -->
188 <string name="voice_server_error">Server error</string>
189
190 <!-- Short message shown when no speech is heard. -->
191 <string name="voice_speech_timeout">No speech heard</string>
192
193 <!-- Short message shown when the server couldn't parse any speech. -->
194 <string name="voice_no_match">No matches found</string>
195
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900196 <!-- Short message shown when the user initiates voice and voice search is not installed. -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800197 <string name="voice_not_installed">Voice search not installed</string>
198
199 <!-- Short hint shown in candidate view to explain voice input. -->
200 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
201
202 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
203 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
204
205 <!-- Label on button to stop recognition. Must be short to fit on button. -->
206 <string name="cancel">Cancel</string>
207
208 <!-- Label on button when an error occurs -->
209 <string name="ok">OK</string>
210
211 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800212 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800213
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900214 <!-- Voice Input modes -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900215 <!-- 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 +0900216 <string name="voice_input_modes_main_keyboard">On main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900217 <!-- 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 +0900218 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900219 <!-- 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 +0900220 <string name="voice_input_modes_off">Off</string>
221 <!-- Voice Input modes summary -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900222 <!-- 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 +0900223 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900224 <!-- 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 +0900225 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900226 <!-- 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 +0900227 <string name="voice_input_modes_summary_off">Voice input is disabled</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800228
satok543334c2011-01-13 21:26:12 +0900229 <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] -->
satok9a6a4d32010-09-03 04:25:31 +0900230 <string name="selectInputMethod">Select input method</string>
231
Amith Yamasani36fcf252009-10-12 13:48:35 -0700232 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800233 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800234 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800235 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900236
Amith Yamasani66a787b2010-02-10 17:45:35 -0800237 <!-- Add to dictionary hint -->
Roy West47383752010-10-05 06:39:15 -0700238 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900239
Amith Yamasani0a2df342010-03-04 04:43:15 -0800240 <!-- Inform the user that a particular language has an available dictionary -->
241 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900242
Ken Wakasa34250262010-10-06 17:34:07 +0900243 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900244 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900245 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900246 <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 +0900247 <!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] -->
Ken Wakasa34250262010-10-06 17:34:07 +0900248 <string name="prefs_enable_recorrection">Touch to correct words</string>
satok543334c2011-01-13 21:26:12 +0900249 <!-- 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 +0900250 <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string>
satoka0f87392010-05-14 22:20:13 +0900251
satok543334c2011-01-13 21:26:12 +0900252 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
satoka0f87392010-05-14 22:20:13 +0900253 <string name="keyboard_layout">Keyboard Theme</string>
satok01303e32010-05-19 14:03:00 +0900254
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900255 <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900256 <string name="subtype_mode_cs_keyboard">Czech Keyboard</string>
Jean Chalarde50add12011-03-23 18:50:06 -0700257 <!-- Description for Arabic keyboard subtype [CHAR LIMIT=35] -->
258 <string name="subtype_mode_ar_keyboard">Arabic Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900259 <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900260 <string name="subtype_mode_da_keyboard">Danish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900261 <!-- Description for German keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900262 <string name="subtype_mode_de_keyboard">German Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900263 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900264 <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900265 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900266 <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900267 <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900268 <string name="subtype_mode_es_keyboard">Spanish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900269 <!-- Description for Spanish (United States) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900270 <string name="subtype_mode_es_US_keyboard">Spanish (US) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900271 <!-- Description for French keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900272 <string name="subtype_mode_fr_keyboard">French Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900273 <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800274 <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900275 <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae6f8bb02010-12-01 21:26:16 +0900276 <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string>
Jean Chalarde50add12011-03-23 18:50:06 -0700277 <!-- Description for Hebrew keyboard subtype [CHAR LIMIT=35] -->
278 <!-- Java uses the deprecated "iw" code instead of the standard "he" code -->
279 <string name="subtype_mode_iw_keyboard">Hebrew Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900280 <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900281 <string name="subtype_mode_it_keyboard">Italian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900282 <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900283 <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900284 <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900285 <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string>
satok0d8a4eb2011-05-06 18:42:38 +0900286 <!-- Description for Polish keyboard subtype [CHAR LIMIT=35] -->
287 <string name="subtype_mode_pl_keyboard">Polish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900288 <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900289 <string name="subtype_mode_ru_keyboard">Russian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900290 <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900291 <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900292 <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900293 <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string>
satok0b0c5222011-01-26 12:23:02 +0900294 <!-- Description for Afrikaans voice input subtype [CHAR LIMIT=35] -->
295 <string name="subtype_mode_af_voice">Afrikaans Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900296 <!-- Description for Czech voice input subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae18bd3e2010-12-06 12:12:27 +0900297 <string name="subtype_mode_cs_voice">Czech Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900298 <!-- Description for German voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900299 <string name="subtype_mode_de_voice">German Voice</string>
satok0b0c5222011-01-26 12:23:02 +0900300 <!-- Description for English voice input subtype [CHAR LIMIT=35] -->
301 <string name="subtype_mode_en_voice">English Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900302 <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900303 <string name="subtype_mode_es_voice">Spanish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900304 <!-- Description for French voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900305 <string name="subtype_mode_fr_voice">French Voice</string>
satokbe324532011-01-20 01:08:13 +0900306 <!-- Description for Italian voice input subtype [CHAR LIMIT=35] -->
307 <string name="subtype_mode_it_voice">Italian Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900308 <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900309 <string name="subtype_mode_ja_voice">Japanese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900310 <!-- Description for Korean voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900311 <string name="subtype_mode_ko_voice">Korean Voice</string>
satokbe324532011-01-20 01:08:13 +0900312 <!-- Description for Dutch voice input subtype [CHAR LIMIT=35] -->
313 <string name="subtype_mode_nl_voice">Dutch Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900314 <!-- Description for Polish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900315 <string name="subtype_mode_pl_voice">Polish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900316 <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900317 <string name="subtype_mode_pt_voice">Portuguese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900318 <!-- Description for Russian voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900319 <string name="subtype_mode_ru_voice">Russian Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900320 <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900321 <string name="subtype_mode_tr_voice">Turkish Voice</string>
satok0b0c5222011-01-26 12:23:02 +0900322 <!-- Description for Chinese, Yue voice input subtype [CHAR LIMIT=35] -->
323 <string name="subtype_mode_yue_voice">Chinese, Yue Voice</string>
324 <!-- Description for Chinese, Mandarin voice input subtype [CHAR LIMIT=35] -->
325 <string name="subtype_mode_zh_voice">Chinese, Mandarin Voice</string>
326 <!-- Description for isiZulu voice input subtype [CHAR LIMIT=35] -->
327 <string name="subtype_mode_zu_voice">isiZulu Voice</string>
satokbf966612010-09-27 12:55:21 +0900328
satok95175d42010-11-16 07:48:04 +0900329 <!-- Title of an option for usability study mode -->
330 <string name="prefs_usability_study_mode">Usability Study Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700331</resources>