blob: 30b348da943767d00f89dd0b39c3ba725d7e1dbc [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>
Ken Wakasac1ff2842010-09-07 20:22:50 +090025 <!-- Title for Latin keyboard input options dialog -->
26 <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 <!-- Option to enable using nearby keys when correcting/predicting -->
38 <string name="hit_correction">Correct typing errors</string>
39
40 <!-- Description for hit_correction -->
41 <string name="hit_correction_summary">Enable input error correction</string>
42
43 <!-- Option to enable using nearby keys when correcting/predicting in landscape-->
44 <string name="hit_correction_land">Landscape input errors</string>
45
46 <!-- Description for hit_correction in landscape -->
47 <string name="hit_correction_land_summary">Enable input error correction</string>
48
49 <!-- Option to automatically correct word on hitting space -->
50 <string name="auto_correction">Word suggestions</string>
51
52 <!-- Description for auto_correction -->
53 <string name="auto_correction_summary">Automatically correct the previous word</string>
54
55 <!-- Option to enable text prediction -->
56 <string name="prediction">Word suggestions</string>
57 <!-- Category title for text prediction -->
58 <string name="prediction_category">Word suggestion settings</string>
59 <!-- Description for text prediction -->
60 <string name="prediction_summary">Enable auto completion while typing</string>
61
62 <!-- Dialog title for auto complete choices -->
63 <string name="auto_complete_dialog_title">Auto completion</string>
64
65 <!-- Option to enable text prediction in landscape -->
66 <string name="prediction_landscape">Increase text field size</string>
67 <!-- Description for text prediction -->
68 <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string>
69
70 <!-- Option to enable auto capitalization of sentences -->
71 <string name="auto_cap">Auto-capitalization</string>
72 <!-- Description for auto cap -->
73 <string name="auto_cap_summary">Capitalize the start of a sentence</string>
74 <!-- Option to enable auto punctuate -->
75 <string name="auto_punctuate">Auto-punctuate</string>
76 <!-- Description for auto punctuate -->
77 <string name="auto_punctuate_summary"></string>
78
Amith Yamasani6e3d4272009-03-25 17:39:38 -070079 <!-- Option to enable quick fixes -->
80 <string name="quick_fixes">Quick fixes</string>
81 <!-- Description for quick fixes -->
82 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
83
84 <!-- Option to enable showing suggestions -->
satok7599cfe2010-11-13 19:09:30 +090085 <string name="prefs_show_suggestions">Show suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -070086 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +090087 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
88 <!-- Option to show/hide the suggestion strip -->
89 <string-array name="prefs_suggestion_visibility_values" translatable="false">
90 <item>@string/prefs_suggestion_visibility_show_value</item>
91 <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
92 <item>@string/prefs_suggestion_visibility_hide_value</item>
93 </string-array>
94 <string name="prefs_suggestion_visibility_show_name">Always show</string>
95 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
96 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
97 <string-array name="prefs_suggestion_visibilities" translatable="false">
98 <item>@string/prefs_suggestion_visibility_show_name</item>
99 <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
100 <item>@string/prefs_suggestion_visibility_hide_name</item>
101 </string-array>
102
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900103 <!-- Option to show/hide the settings key -->
104 <string name="prefs_settings_key">Show settings key</string>
105 <!-- Array of the settings key mode values -->
106 <string-array name="settings_key_modes_values" translatable="false">
107 <item>@string/settings_key_mode_auto</item>
108 <item>@string/settings_key_mode_always_show</item>
109 <item>@string/settings_key_mode_always_hide</item>
110 </string-array>
111 <!-- Option to automatically decide to show/hide the settings key -->
112 <string name="settings_key_mode_auto_name">Automatic</string>
113 <!-- Option to always show the settings key -->
114 <string name="settings_key_mode_always_show_name">Always show</string>
115 <!-- Option to always hide the settings key -->
116 <string name="settings_key_mode_always_hide_name">Always hide</string>
117 <!-- Array of the settings key modes -->
118 <string-array name="settings_key_modes">
119 <item>@string/settings_key_mode_auto_name</item>
120 <item>@string/settings_key_mode_always_show_name</item>
121 <item>@string/settings_key_mode_always_hide_name</item>
122 </string-array>
123
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900124 <!-- Option to decide the auto completion threshold score -->
125 <!-- Option to enable auto completion -->
126 <string name="auto_complete">Auto-complete</string>
127 <!-- Description for auto completion -->
128 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
129 <string name="auto_completion_threshold_mode_value_off" translatable="false">0</string>
130 <string name="auto_completion_threshold_mode_value_modest" translatable="false">1</string>
131 <string name="auto_completion_threshold_mode_value_aggeressive" translatable="false">2</string>
132 <string-array name="auto_completion_threshold_mode_values" translatable="false">
133 <item>@string/auto_completion_threshold_mode_value_off</item>
134 <item>@string/auto_completion_threshold_mode_value_modest</item>
135 <item>@string/auto_completion_threshold_mode_value_aggeressive</item>
136 </string-array>
137 <!-- Option to disable auto completion. -->
138 <string name="auto_completion_threshold_mode_off">Off</string>
139 <!-- Option to use modest auto completion. -->
140 <string name="auto_completion_threshold_mode_modest">Modest</string>
141 <!-- Option to use aggressive auto completion. -->
142 <string name="auto_completion_threshold_mode_aggeressive">Aggressive</string>
143 <string-array name="auto_completion_threshold_modes">
144 <item>@string/auto_completion_threshold_mode_off</item>
145 <item>@string/auto_completion_threshold_mode_modest</item>
146 <item>@string/auto_completion_threshold_mode_aggeressive</item>
147 </string-array>
148
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700149 <!-- Option to enable bigram completion -->
150 <string name="bigram_suggestion">Bigram Suggestions</string>
151 <!-- Description for auto completion -->
152 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
153
The Android Open Source Project923bf412009-03-13 15:11:42 -0700154 <!-- Array of prediction modes -->
155 <string-array name="prediction_modes">
156 <item>None</item>
157 <item>Basic</item>
158 <item>Advanced</item>
159 </string-array>
160
161 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800162 <string name="prediction_none" translatable="false">0</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700163 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800164 <string name="prediction_basic" translatable="false">1</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700165 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800166 <string name="prediction_full" translatable="false">2</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700167
Mike LeBeau466741d2010-01-16 12:21:23 -0800168 <string-array name="prediction_modes_values" translatable="false">
The Android Open Source Project923bf412009-03-13 15:11:42 -0700169 <item>@string/prediction_none</item>
170 <item>@string/prediction_basic</item>
171 <item>@string/prediction_full</item>
172 </string-array>
173
174 <!-- Indicates that a word has been added to the dictionary -->
175 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800176
The Android Open Source Project923bf412009-03-13 15:11:42 -0700177 <!-- Tip to long press on keys -->
178 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
179 <!-- Tip to dismiss keyboard -->
180 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
181 <!-- Tip to press ?123 to access numbers and symbols -->
182 <string name="tip_access_symbols">Access numbers and symbols</string>
183 <!-- Tip to long press on typed word to add to dictionary -->
184 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
185 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700186
187 <!-- Instruction to touch the bubble to continue -->
188 <string name="touch_to_continue">Touch this hint to continue »</string>
189
190 <!-- Instruction to touch the bubble to start typing -->
191 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
192
193 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
194 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
195
196 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
197 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
198 </string>
199
200 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
201 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
202
203 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
204 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
205
206 <!-- Tutorial tip 5 - How to launch keyboard settings -->
207 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
208
209 <!-- Tutorial tip 6 - Done with the tutorial -->
210 <string name="tip_to_start_typing"><b>Try it!</b></string>
211
212
The Android Open Source Project923bf412009-03-13 15:11:42 -0700213 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
214 <string name="label_go_key">Go</string>
215 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
216 <string name="label_next_key">Next</string>
217 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
218 <string name="label_done_key">Done</string>
219 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
220 <string name="label_send_key">Send</string>
221 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
222 <string name="label_symbol_key">\?123</string>
223 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
224 <string name="label_phone_key">123</string>
225 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
226 <string name="label_alpha_key">ABC</string>
227 <!-- Label for ALT modifier key. Must be short to fit on key! -->
228 <string name="label_alt_key">ALT</string>
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900229 <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
230 <string name="label_more_key">More</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900231 <!-- Label for "Tab" key. Must be short to fit on key! [CHAR LIMIT=4]-->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900232 <string name="label_tab_key">Tab</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900233 <!-- 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 +0900234 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900235 <!-- 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 +0900236 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700237
Mike LeBeau466741d2010-01-16 12:21:23 -0800238 <!-- Voice related labels -->
239
240 <!-- Title of the warning dialog that shows when a user initiates voice input for
241 the first time. -->
242 <string name="voice_warning_title">Voice input</string>
243
244 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
245 voice input in a currently unsupported locale. Voice input will work for such a user,
246 but it will only recognize them in English. -->
247 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
248
249 <!-- Message of the warning dialog that shows when a user initiates voice input for
250 the first time, or turns it on in settings. -->
251 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
252
253 <!-- An additional part of the warning dialog for voice input that only shows when the user
254 actually initiates voice input, rather than just turning it on in settings. -->
255 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
256
257 <!-- Message to show when user clicks the swiping hint (which says
258 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
259 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
260
261 <!-- Short message to tell the user the system is ready for them to speak. -->
262 <string name="voice_listening">Speak now</string>
263
264 <!-- Short message shown after the user finishes speaking. -->
265 <string name="voice_working">Working</string>
266
267 <!-- Short message shown before the user should speak. -->
268 <string name="voice_initializing"></string>
269
270 <!-- Short message shown when a generic error occurs. -->
271 <string name="voice_error">Error. Please try again.</string>
272
273 <!-- Short message shown for a network error. -->
274 <string name="voice_network_error">Couldn\'t connect</string>
275
276 <!-- Short message shown for a network error where the utterance was really long,
277 in which case we should suggest that the user speak less. -->
278 <string name="voice_too_much_speech">Error, too much speech.</string>
279
280 <!-- Short message shown for an audio error. -->
281 <string name="voice_audio_error">Audio problem</string>
282
283 <!-- Short message shown for an error with the voice server. -->
284 <string name="voice_server_error">Server error</string>
285
286 <!-- Short message shown when no speech is heard. -->
287 <string name="voice_speech_timeout">No speech heard</string>
288
289 <!-- Short message shown when the server couldn't parse any speech. -->
290 <string name="voice_no_match">No matches found</string>
291
292 <!-- Short message shown when the user initiates voice and voice
293 search is not installed. -->
294 <string name="voice_not_installed">Voice search not installed</string>
295
296 <!-- Short hint shown in candidate view to explain voice input. -->
297 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
298
299 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
300 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
301
302 <!-- Label on button to stop recognition. Must be short to fit on button. -->
303 <string name="cancel">Cancel</string>
304
305 <!-- Label on button when an error occurs -->
306 <string name="ok">OK</string>
307
308 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800309 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800310
Amith Yamasani457fdff2010-02-09 14:17:30 -0800311 <!-- Array of Voice Input modes -->
312 <string-array name="voice_input_modes">
313 <item>On main keyboard</item>
314 <item>On symbols keyboard</item>
315 <item>Off</item>
316 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800317
Amith Yamasani457fdff2010-02-09 14:17:30 -0800318 <!-- Don't translate -->
319 <string name="voice_mode_main" translatable="false">0</string>
320 <!-- Don't translate -->
321 <string name="voice_mode_symbols" translatable="false">1</string>
322 <!-- Don't translate -->
323 <string name="voice_mode_off" translatable="false">2</string>
324
325 <string-array name="voice_input_modes_values" translatable="false">
326 <item>@string/voice_mode_main</item>
327 <item>@string/voice_mode_symbols</item>
328 <item>@string/voice_mode_off</item>
329 </string-array>
330
331 <!-- Array of Voice Input modes summary -->
332 <string-array name="voice_input_modes_summary">
333 <item>Mic on main keyboard</item>
334 <item>Mic on symbols keyboard</item>
335 <item>Voice input is disabled</item>
336 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800337
Mike LeBeau466741d2010-01-16 12:21:23 -0800338 <!-- Press the "enter" key after the user speaks. Option on settings.-->
339 <string name="auto_submit">Auto submit after voice</string>
340
341 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
342 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
343
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700344 <!-- IME Tutorial screen (ROMAN) --><skip />
345 <!-- appears above image showing the user to click on a TextView to show the IME -->
346 <string name="open_the_keyboard"><font size="17"><b>Open the keyboard\n</b></font><font size="3">\n</font>Touch any text field.</string>
347
348 <!-- appears above the image showing the back button used to close the keyboard -->
349 <string name="close_the_keyboard"><font size="17"><b>Close the keyboard\n</b></font><font size="3">\n</font>Press the Back key.</string>
350
351 <!-- appears above image showing how to use touch and hold -->
352 <string name="touch_and_hold"><font size="17"><b>Touch \u0026 hold a key for options\n</b></font><font size="3">\n</font>Access punctuation and accents.</string>
353
354 <!-- appears above image showing how to access keyboard settings -->
355 <string name="keyboard_settings"><font size="17"><b>Keyboard settings\n</b></font><font size="3">\n</font>Touch \u0026 hold the <b>\?123\</b> key.</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800356
Amith Yamasanid9688c72009-09-04 15:30:43 -0700357 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
358 <string name="popular_domain_0">".com"</string>
359 <!-- popular web domains for the locale - item 1, displayed in the popup -->
360 <string name="popular_domain_1">".net"</string>
361 <!-- popular web domains for the locale - item 2, displayed in the popup -->
362 <string name="popular_domain_2">".org"</string>
363 <!-- popular web domains for the locale - item 3, displayed in the popup -->
364 <string name="popular_domain_3">".gov"</string>
365 <!-- popular web domains for the locale - item 4, displayed in the popup -->
366 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800367
satok9a6a4d32010-09-03 04:25:31 +0900368 <!-- Menu item for launching Input method picker -->
369 <string name="selectInputMethod">Select input method</string>
370
Amith Yamasani36fcf252009-10-12 13:48:35 -0700371 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800372 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800373 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800374 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800375
376 <!-- Add to dictionary hint -->
Roy West47383752010-10-05 06:39:15 -0700377 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
Amith Yamasani0a2df342010-03-04 04:43:15 -0800378
379 <!-- Inform the user that a particular language has an available dictionary -->
380 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900381
Ken Wakasa34250262010-10-06 17:34:07 +0900382 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900383 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900384 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900385 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900386 <!-- Preferences item for enabling to correct suggestions by touching words you have typed -->
387 <string name="prefs_enable_recorrection">Touch to correct words</string>
388 <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed -->
Ken Wakasa47a9c3f2010-10-07 00:57:37 +0900389 <string name="prefs_enable_recorrection_summary">Touch entered words to correct them</string>
satoka0f87392010-05-14 22:20:13 +0900390
satok31adfa72010-09-01 15:45:20 +0900391 <!-- Description for keyboard theme switcher -->
satoka0f87392010-05-14 22:20:13 +0900392 <string name="keyboard_layout">Keyboard Theme</string>
393 <string name="layout_basic" translatable="false">Basic</string>
394 <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
satok31adfa72010-09-01 15:45:20 +0900395 <string name="layout_stone_bold" translatable="false">Stone (bold)</string>
396 <string name="layout_stone_normal" translatable="false">Stone (normal)</string>
397 <string name="layout_gingerbread" translatable="false">Gingerbread</string>
satoka0f87392010-05-14 22:20:13 +0900398
399 <string-array name="keyboard_layout_modes" translatable="false">
400 <item>@string/layout_basic</item>
401 <item>@string/layout_high_contrast</item>
satok6c20ab52010-06-29 05:32:48 +0900402 <item>@string/layout_stone_normal</item>
403 <item>@string/layout_stone_bold</item>
satok31adfa72010-09-01 15:45:20 +0900404 <item>@string/layout_gingerbread</item>
satoka0f87392010-05-14 22:20:13 +0900405 </string-array>
406
407 <string-array name="keyboard_layout_modes_values" translatable="false">
408 <item>0</item>
409 <item>1</item>
410 <item>2</item>
satok6c20ab52010-06-29 05:32:48 +0900411 <item>3</item>
satok31adfa72010-09-01 15:45:20 +0900412 <item>4</item>
satoka0f87392010-05-14 22:20:13 +0900413 </string-array>
satok01303e32010-05-19 14:03:00 +0900414
satok22ac2442010-08-11 23:27:19 +0900415 <string name="subtype_mode_keyboard">keyboard</string>
416 <string name="subtype_mode_voice">voice</string>
satok38976d52010-11-04 18:22:28 +0900417 <string name="subtype_mode_cs_keyboard">Czech Keyboard</string>
418 <string name="subtype_mode_da_keyboard">Danish Keyboard</string>
419 <string name="subtype_mode_de_keyboard">German Keyboard</string>
420 <string name="subtype_mode_en_US_keyboard">English (United States) Keyboard</string>
421 <string name="subtype_mode_en_GB_keyboard">English (Great Britain) Keyboard</string>
422 <string name="subtype_mode_es_keyboard">Spanish Keyboard</string>
423 <string name="subtype_mode_es_rUS_keyboard">Spanish (United States) Keyboard</string>
424 <string name="subtype_mode_fr_keyboard">French Keyboard</string>
425 <string name="subtype_mode_fr_rCA_keyboard">French (Canada) Keyboard</string>
426 <string name="subtype_mode_it_keyboard">Italian Keyboard</string>
427 <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string>
428 <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string>
429 <string name="subtype_mode_ru_keyboard">Russian Keyboard</string>
430 <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string>
431 <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string>
432
433 <string name="subtype_mode_cs_voice">Czech Voice</string>
434 <string name="subtype_mode_de_voice">German Voice</string>
435 <string name="subtype_mode_en_AU_voice">English (Australia) Voice</string>
436 <string name="subtype_mode_en_GB_voice">English (Great Britain) Voice</string>
437 <string name="subtype_mode_en_IN_voice">English (India) Voice</string>
438 <string name="subtype_mode_en_NZ_voice">English (New Zealand) Voice</string>
439 <string name="subtype_mode_en_US_voice">English (United States) Voice</string>
440 <string name="subtype_mode_es_voice">Spanish Voice</string>
441 <string name="subtype_mode_fr_voice">French Voice</string>
442 <string name="subtype_mode_ja_voice">Japanese Voice</string>
443 <string name="subtype_mode_ko_voice">Korean Voice</string>
444 <string name="subtype_mode_pl_voice">Polish Voice</string>
445 <string name="subtype_mode_pt_voice">Portuguese Voice</string>
446 <string name="subtype_mode_ru_voice">Russian Voice</string>
447 <string name="subtype_mode_tr_voice">Turkish Voice</string>
448 <string name="subtype_mode_zh_CN_voice">Chinese (China) Voice</string>
449 <string name="subtype_mode_zh_TW_voice">Chinese (Taiwan) Voice</string>
satokbf966612010-09-27 12:55:21 +0900450
451 <!-- Title for Latin keyboard debug settings activity / dialog -->
452 <string name="english_ime_debug_settings" translatable="false">Android keyboard Debug settings</string>
453 <string name="prefs_debug_mode" translatable="false">Debug Mode</string>
satok95175d42010-11-16 07:48:04 +0900454 <!-- Title of an option for usability study mode -->
455 <string name="prefs_usability_study_mode">Usability Study Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700456</resources>