blob: a05d2919206ac78e58bbb303b7e40ae40bc1ac57 [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 -->
85 <string name="show_suggestions">Show suggestions</string>
86 <!-- Description for show suggestions -->
87 <string name="show_suggestions_summary">Display suggested words while typing</string>
88
Ken Wakasa1508c0e2010-09-15 13:37:52 +090089 <!-- Option to show/hide the settings key -->
90 <string name="prefs_settings_key">Show settings key</string>
91 <!-- Array of the settings key mode values -->
92 <string-array name="settings_key_modes_values" translatable="false">
93 <item>@string/settings_key_mode_auto</item>
94 <item>@string/settings_key_mode_always_show</item>
95 <item>@string/settings_key_mode_always_hide</item>
96 </string-array>
97 <!-- Option to automatically decide to show/hide the settings key -->
98 <string name="settings_key_mode_auto_name">Automatic</string>
99 <!-- Option to always show the settings key -->
100 <string name="settings_key_mode_always_show_name">Always show</string>
101 <!-- Option to always hide the settings key -->
102 <string name="settings_key_mode_always_hide_name">Always hide</string>
103 <!-- Array of the settings key modes -->
104 <string-array name="settings_key_modes">
105 <item>@string/settings_key_mode_auto_name</item>
106 <item>@string/settings_key_mode_always_show_name</item>
107 <item>@string/settings_key_mode_always_hide_name</item>
108 </string-array>
109
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900110 <!-- Option to decide the auto completion threshold score -->
111 <!-- Option to enable auto completion -->
112 <string name="auto_complete">Auto-complete</string>
113 <!-- Description for auto completion -->
114 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
115 <string name="auto_completion_threshold_mode_value_off" translatable="false">0</string>
116 <string name="auto_completion_threshold_mode_value_modest" translatable="false">1</string>
117 <string name="auto_completion_threshold_mode_value_aggeressive" translatable="false">2</string>
118 <string-array name="auto_completion_threshold_mode_values" translatable="false">
119 <item>@string/auto_completion_threshold_mode_value_off</item>
120 <item>@string/auto_completion_threshold_mode_value_modest</item>
121 <item>@string/auto_completion_threshold_mode_value_aggeressive</item>
122 </string-array>
123 <!-- Option to disable auto completion. -->
124 <string name="auto_completion_threshold_mode_off">Off</string>
125 <!-- Option to use modest auto completion. -->
126 <string name="auto_completion_threshold_mode_modest">Modest</string>
127 <!-- Option to use aggressive auto completion. -->
128 <string name="auto_completion_threshold_mode_aggeressive">Aggressive</string>
129 <string-array name="auto_completion_threshold_modes">
130 <item>@string/auto_completion_threshold_mode_off</item>
131 <item>@string/auto_completion_threshold_mode_modest</item>
132 <item>@string/auto_completion_threshold_mode_aggeressive</item>
133 </string-array>
134
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700135 <!-- Option to enable bigram completion -->
136 <string name="bigram_suggestion">Bigram Suggestions</string>
137 <!-- Description for auto completion -->
138 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
139
The Android Open Source Project923bf412009-03-13 15:11:42 -0700140 <!-- Array of prediction modes -->
141 <string-array name="prediction_modes">
142 <item>None</item>
143 <item>Basic</item>
144 <item>Advanced</item>
145 </string-array>
146
147 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800148 <string name="prediction_none" translatable="false">0</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700149 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800150 <string name="prediction_basic" translatable="false">1</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700151 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800152 <string name="prediction_full" translatable="false">2</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700153
Mike LeBeau466741d2010-01-16 12:21:23 -0800154 <string-array name="prediction_modes_values" translatable="false">
The Android Open Source Project923bf412009-03-13 15:11:42 -0700155 <item>@string/prediction_none</item>
156 <item>@string/prediction_basic</item>
157 <item>@string/prediction_full</item>
158 </string-array>
159
160 <!-- Indicates that a word has been added to the dictionary -->
161 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800162
The Android Open Source Project923bf412009-03-13 15:11:42 -0700163 <!-- Tip to long press on keys -->
164 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
165 <!-- Tip to dismiss keyboard -->
166 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
167 <!-- Tip to press ?123 to access numbers and symbols -->
168 <string name="tip_access_symbols">Access numbers and symbols</string>
169 <!-- Tip to long press on typed word to add to dictionary -->
170 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
171 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700172
173 <!-- Instruction to touch the bubble to continue -->
174 <string name="touch_to_continue">Touch this hint to continue »</string>
175
176 <!-- Instruction to touch the bubble to start typing -->
177 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
178
179 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
180 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
181
182 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
183 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
184 </string>
185
186 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
187 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
188
189 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
190 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
191
192 <!-- Tutorial tip 5 - How to launch keyboard settings -->
193 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
194
195 <!-- Tutorial tip 6 - Done with the tutorial -->
196 <string name="tip_to_start_typing"><b>Try it!</b></string>
197
198
The Android Open Source Project923bf412009-03-13 15:11:42 -0700199 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
200 <string name="label_go_key">Go</string>
201 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
202 <string name="label_next_key">Next</string>
203 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
204 <string name="label_done_key">Done</string>
205 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
206 <string name="label_send_key">Send</string>
207 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
208 <string name="label_symbol_key">\?123</string>
209 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
210 <string name="label_phone_key">123</string>
211 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
212 <string name="label_alpha_key">ABC</string>
213 <!-- Label for ALT modifier key. Must be short to fit on key! -->
214 <string name="label_alt_key">ALT</string>
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900215 <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
216 <string name="label_more_key">More</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700217
Mike LeBeau466741d2010-01-16 12:21:23 -0800218 <!-- Voice related labels -->
219
220 <!-- Title of the warning dialog that shows when a user initiates voice input for
221 the first time. -->
222 <string name="voice_warning_title">Voice input</string>
223
224 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
225 voice input in a currently unsupported locale. Voice input will work for such a user,
226 but it will only recognize them in English. -->
227 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
228
229 <!-- Message of the warning dialog that shows when a user initiates voice input for
230 the first time, or turns it on in settings. -->
231 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
232
233 <!-- An additional part of the warning dialog for voice input that only shows when the user
234 actually initiates voice input, rather than just turning it on in settings. -->
235 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
236
237 <!-- Message to show when user clicks the swiping hint (which says
238 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
239 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
240
241 <!-- Short message to tell the user the system is ready for them to speak. -->
242 <string name="voice_listening">Speak now</string>
243
244 <!-- Short message shown after the user finishes speaking. -->
245 <string name="voice_working">Working</string>
246
247 <!-- Short message shown before the user should speak. -->
248 <string name="voice_initializing"></string>
249
250 <!-- Short message shown when a generic error occurs. -->
251 <string name="voice_error">Error. Please try again.</string>
252
253 <!-- Short message shown for a network error. -->
254 <string name="voice_network_error">Couldn\'t connect</string>
255
256 <!-- Short message shown for a network error where the utterance was really long,
257 in which case we should suggest that the user speak less. -->
258 <string name="voice_too_much_speech">Error, too much speech.</string>
259
260 <!-- Short message shown for an audio error. -->
261 <string name="voice_audio_error">Audio problem</string>
262
263 <!-- Short message shown for an error with the voice server. -->
264 <string name="voice_server_error">Server error</string>
265
266 <!-- Short message shown when no speech is heard. -->
267 <string name="voice_speech_timeout">No speech heard</string>
268
269 <!-- Short message shown when the server couldn't parse any speech. -->
270 <string name="voice_no_match">No matches found</string>
271
272 <!-- Short message shown when the user initiates voice and voice
273 search is not installed. -->
274 <string name="voice_not_installed">Voice search not installed</string>
275
276 <!-- Short hint shown in candidate view to explain voice input. -->
277 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
278
279 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
280 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
281
282 <!-- Label on button to stop recognition. Must be short to fit on button. -->
283 <string name="cancel">Cancel</string>
284
285 <!-- Label on button when an error occurs -->
286 <string name="ok">OK</string>
287
288 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800289 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800290
Amith Yamasani457fdff2010-02-09 14:17:30 -0800291 <!-- Array of Voice Input modes -->
292 <string-array name="voice_input_modes">
293 <item>On main keyboard</item>
294 <item>On symbols keyboard</item>
295 <item>Off</item>
296 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800297
Amith Yamasani457fdff2010-02-09 14:17:30 -0800298 <!-- Don't translate -->
299 <string name="voice_mode_main" translatable="false">0</string>
300 <!-- Don't translate -->
301 <string name="voice_mode_symbols" translatable="false">1</string>
302 <!-- Don't translate -->
303 <string name="voice_mode_off" translatable="false">2</string>
304
305 <string-array name="voice_input_modes_values" translatable="false">
306 <item>@string/voice_mode_main</item>
307 <item>@string/voice_mode_symbols</item>
308 <item>@string/voice_mode_off</item>
309 </string-array>
310
311 <!-- Array of Voice Input modes summary -->
312 <string-array name="voice_input_modes_summary">
313 <item>Mic on main keyboard</item>
314 <item>Mic on symbols keyboard</item>
315 <item>Voice input is disabled</item>
316 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800317
Mike LeBeau466741d2010-01-16 12:21:23 -0800318 <!-- Press the "enter" key after the user speaks. Option on settings.-->
319 <string name="auto_submit">Auto submit after voice</string>
320
321 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
322 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
323
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700324 <!-- IME Tutorial screen (ROMAN) --><skip />
325 <!-- appears above image showing the user to click on a TextView to show the IME -->
326 <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>
327
328 <!-- appears above the image showing the back button used to close the keyboard -->
329 <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>
330
331 <!-- appears above image showing how to use touch and hold -->
332 <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>
333
334 <!-- appears above image showing how to access keyboard settings -->
335 <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 -0800336
Amith Yamasanid9688c72009-09-04 15:30:43 -0700337 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
338 <string name="popular_domain_0">".com"</string>
339 <!-- popular web domains for the locale - item 1, displayed in the popup -->
340 <string name="popular_domain_1">".net"</string>
341 <!-- popular web domains for the locale - item 2, displayed in the popup -->
342 <string name="popular_domain_2">".org"</string>
343 <!-- popular web domains for the locale - item 3, displayed in the popup -->
344 <string name="popular_domain_3">".gov"</string>
345 <!-- popular web domains for the locale - item 4, displayed in the popup -->
346 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800347
satok9a6a4d32010-09-03 04:25:31 +0900348 <!-- Menu item for launching Input method picker -->
349 <string name="selectInputMethod">Select input method</string>
350
Amith Yamasani36fcf252009-10-12 13:48:35 -0700351 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800352 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800353 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800354 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800355
356 <!-- Add to dictionary hint -->
357 <string name="hint_add_to_dictionary">\u2190 Tap again to save</string>
Amith Yamasani0a2df342010-03-04 04:43:15 -0800358
359 <!-- Inform the user that a particular language has an available dictionary -->
360 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900361
satok5d55cf62010-08-30 14:53:01 +0900362 <!-- Preferences item for enabling to send user statistics to Google. -->
satokee2ab402010-05-10 18:43:50 +0900363 <string name="prefs_enable_log">Enable user feedback</string>
satok5d55cf62010-08-30 14:53:01 +0900364 <!-- Description for enabling to send user statistics to Google. -->
satokee2ab402010-05-10 18:43:50 +0900365 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
satok66b42a12010-09-06 19:18:38 +0900366 <!-- Preferences item for enabling to re-correct suggestions . -->
satok7385b4a2010-09-08 00:23:39 +0900367 <string name="prefs_enable_recorrection">Tap to re-correct words</string>
satok66b42a12010-09-06 19:18:38 +0900368 <!-- The summary for the preferences item for enabling to re-correct suggestions . -->
369 <string name="prefs_enable_recorrection_summary">You can re-correct words by tapping words you have typed</string>
satoka0f87392010-05-14 22:20:13 +0900370
satok31adfa72010-09-01 15:45:20 +0900371 <!-- Description for keyboard theme switcher -->
satoka0f87392010-05-14 22:20:13 +0900372 <string name="keyboard_layout">Keyboard Theme</string>
373 <string name="layout_basic" translatable="false">Basic</string>
374 <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
satok31adfa72010-09-01 15:45:20 +0900375 <string name="layout_stone_bold" translatable="false">Stone (bold)</string>
376 <string name="layout_stone_normal" translatable="false">Stone (normal)</string>
377 <string name="layout_gingerbread" translatable="false">Gingerbread</string>
satoka0f87392010-05-14 22:20:13 +0900378
379 <string-array name="keyboard_layout_modes" translatable="false">
380 <item>@string/layout_basic</item>
381 <item>@string/layout_high_contrast</item>
satok6c20ab52010-06-29 05:32:48 +0900382 <item>@string/layout_stone_normal</item>
383 <item>@string/layout_stone_bold</item>
satok31adfa72010-09-01 15:45:20 +0900384 <item>@string/layout_gingerbread</item>
satoka0f87392010-05-14 22:20:13 +0900385 </string-array>
386
387 <string-array name="keyboard_layout_modes_values" translatable="false">
388 <item>0</item>
389 <item>1</item>
390 <item>2</item>
satok6c20ab52010-06-29 05:32:48 +0900391 <item>3</item>
satok31adfa72010-09-01 15:45:20 +0900392 <item>4</item>
satoka0f87392010-05-14 22:20:13 +0900393 </string-array>
satok01303e32010-05-19 14:03:00 +0900394
satok22ac2442010-08-11 23:27:19 +0900395 <string name="subtype_mode_keyboard">keyboard</string>
396 <string name="subtype_mode_voice">voice</string>
satokbf966612010-09-27 12:55:21 +0900397
398 <!-- Title for Latin keyboard debug settings activity / dialog -->
399 <string name="english_ime_debug_settings" translatable="false">Android keyboard Debug settings</string>
400 <string name="prefs_debug_mode" translatable="false">Debug Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700401</resources>