blob: 3df32e47f8d300e20847e3f6ab712dc93708dd78 [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 -->
22 <string name="english_ime_name">Android keyboard</string>
23 <!-- Title for Latin keyboard settings activity / dialog -->
24 <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>
satok979f8692010-08-20 14:35:02 +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>
satok979f8692010-08-20 14:35:02 +090033
34 <!-- Option to pop up the character with a larger font above soft keyboard -->
35 <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
89 <!-- Option to enable auto completion -->
90 <string name="auto_complete">Auto-complete</string>
91 <!-- Description for auto completion -->
92 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
93
satok979f8692010-08-20 14:35:02 +090094 <!-- Option to enable bigram completion -->
95 <string name="bigram_suggestion">Bigram Suggestions</string>
96 <!-- Description for auto completion -->
97 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
98
The Android Open Source Project923bf412009-03-13 15:11:42 -070099 <!-- Array of prediction modes -->
100 <string-array name="prediction_modes">
101 <item>None</item>
102 <item>Basic</item>
103 <item>Advanced</item>
104 </string-array>
105
106 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800107 <string name="prediction_none" translatable="false">0</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700108 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800109 <string name="prediction_basic" translatable="false">1</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700110 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800111 <string name="prediction_full" translatable="false">2</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700112
Mike LeBeau466741d2010-01-16 12:21:23 -0800113 <string-array name="prediction_modes_values" translatable="false">
The Android Open Source Project923bf412009-03-13 15:11:42 -0700114 <item>@string/prediction_none</item>
115 <item>@string/prediction_basic</item>
116 <item>@string/prediction_full</item>
117 </string-array>
118
119 <!-- Indicates that a word has been added to the dictionary -->
120 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
121 <!-- Accented forms of "a" -->
122 <string name="alternates_for_a">àáâãäåæ</string>
123 <!-- Accented forms of "e" -->
124 <string name="alternates_for_e">èéêë</string>
125 <!-- Accented forms of "i" -->
126 <string name="alternates_for_i">ìíîï</string>
127 <!-- Accented forms of "o" -->
128 <string name="alternates_for_o">òóôõöœø</string>
129 <!-- Accented forms of "u" -->
130 <string name="alternates_for_u">ùúûü</string>
131 <!-- Letters associated with "s" -->
132 <string name="alternates_for_s">§ß</string>
133 <!-- Accented forms of "n" -->
134 <string name="alternates_for_n">ñ</string>
135 <!-- Accented forms of "c" -->
136 <string name="alternates_for_c">ç</string>
137 <!-- Accented forms of "y" -->
138 <string name="alternates_for_y">ýÿ</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800139
The Android Open Source Project923bf412009-03-13 15:11:42 -0700140 <!-- Tip to long press on keys -->
141 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
142 <!-- Tip to dismiss keyboard -->
143 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
144 <!-- Tip to press ?123 to access numbers and symbols -->
145 <string name="tip_access_symbols">Access numbers and symbols</string>
146 <!-- Tip to long press on typed word to add to dictionary -->
147 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
148 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700149
150 <!-- Instruction to touch the bubble to continue -->
151 <string name="touch_to_continue">Touch this hint to continue »</string>
152
153 <!-- Instruction to touch the bubble to start typing -->
154 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
155
156 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
157 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
158
159 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
160 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
161 </string>
162
163 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
164 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
165
166 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
167 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
168
169 <!-- Tutorial tip 5 - How to launch keyboard settings -->
170 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
171
172 <!-- Tutorial tip 6 - Done with the tutorial -->
173 <string name="tip_to_start_typing"><b>Try it!</b></string>
174
175
The Android Open Source Project923bf412009-03-13 15:11:42 -0700176 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
177 <string name="label_go_key">Go</string>
178 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
179 <string name="label_next_key">Next</string>
180 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
181 <string name="label_done_key">Done</string>
182 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
183 <string name="label_send_key">Send</string>
184 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
185 <string name="label_symbol_key">\?123</string>
186 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
187 <string name="label_phone_key">123</string>
188 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
189 <string name="label_alpha_key">ABC</string>
190 <!-- Label for ALT modifier key. Must be short to fit on key! -->
191 <string name="label_alt_key">ALT</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700192
Mike LeBeau466741d2010-01-16 12:21:23 -0800193 <!-- Voice related labels -->
194
195 <!-- Title of the warning dialog that shows when a user initiates voice input for
196 the first time. -->
197 <string name="voice_warning_title">Voice input</string>
198
199 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
200 voice input in a currently unsupported locale. Voice input will work for such a user,
201 but it will only recognize them in English. -->
202 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
203
204 <!-- Message of the warning dialog that shows when a user initiates voice input for
205 the first time, or turns it on in settings. -->
206 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
207
208 <!-- An additional part of the warning dialog for voice input that only shows when the user
209 actually initiates voice input, rather than just turning it on in settings. -->
210 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
211
212 <!-- Message to show when user clicks the swiping hint (which says
213 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
214 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
215
216 <!-- Short message to tell the user the system is ready for them to speak. -->
217 <string name="voice_listening">Speak now</string>
218
219 <!-- Short message shown after the user finishes speaking. -->
220 <string name="voice_working">Working</string>
221
222 <!-- Short message shown before the user should speak. -->
223 <string name="voice_initializing"></string>
224
225 <!-- Short message shown when a generic error occurs. -->
226 <string name="voice_error">Error. Please try again.</string>
227
228 <!-- Short message shown for a network error. -->
229 <string name="voice_network_error">Couldn\'t connect</string>
230
231 <!-- Short message shown for a network error where the utterance was really long,
232 in which case we should suggest that the user speak less. -->
233 <string name="voice_too_much_speech">Error, too much speech.</string>
234
235 <!-- Short message shown for an audio error. -->
236 <string name="voice_audio_error">Audio problem</string>
237
238 <!-- Short message shown for an error with the voice server. -->
239 <string name="voice_server_error">Server error</string>
240
241 <!-- Short message shown when no speech is heard. -->
242 <string name="voice_speech_timeout">No speech heard</string>
243
244 <!-- Short message shown when the server couldn't parse any speech. -->
245 <string name="voice_no_match">No matches found</string>
246
247 <!-- Short message shown when the user initiates voice and voice
248 search is not installed. -->
249 <string name="voice_not_installed">Voice search not installed</string>
250
251 <!-- Short hint shown in candidate view to explain voice input. -->
252 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
253
254 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
255 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
256
257 <!-- Label on button to stop recognition. Must be short to fit on button. -->
258 <string name="cancel">Cancel</string>
259
260 <!-- Label on button when an error occurs -->
261 <string name="ok">OK</string>
262
263 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800264 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800265
Amith Yamasani457fdff2010-02-09 14:17:30 -0800266 <!-- Array of Voice Input modes -->
267 <string-array name="voice_input_modes">
268 <item>On main keyboard</item>
269 <item>On symbols keyboard</item>
270 <item>Off</item>
271 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800272
Amith Yamasani457fdff2010-02-09 14:17:30 -0800273 <!-- Don't translate -->
274 <string name="voice_mode_main" translatable="false">0</string>
275 <!-- Don't translate -->
276 <string name="voice_mode_symbols" translatable="false">1</string>
277 <!-- Don't translate -->
278 <string name="voice_mode_off" translatable="false">2</string>
279
280 <string-array name="voice_input_modes_values" translatable="false">
281 <item>@string/voice_mode_main</item>
282 <item>@string/voice_mode_symbols</item>
283 <item>@string/voice_mode_off</item>
284 </string-array>
285
286 <!-- Array of Voice Input modes summary -->
287 <string-array name="voice_input_modes_summary">
288 <item>Mic on main keyboard</item>
289 <item>Mic on symbols keyboard</item>
290 <item>Voice input is disabled</item>
291 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800292
Mike LeBeau466741d2010-01-16 12:21:23 -0800293 <!-- Press the "enter" key after the user speaks. Option on settings.-->
294 <string name="auto_submit">Auto submit after voice</string>
295
296 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
297 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
298
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700299 <!-- IME Tutorial screen (ROMAN) --><skip />
300 <!-- appears above image showing the user to click on a TextView to show the IME -->
301 <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>
302
303 <!-- appears above the image showing the back button used to close the keyboard -->
304 <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>
305
306 <!-- appears above image showing how to use touch and hold -->
307 <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>
308
309 <!-- appears above image showing how to access keyboard settings -->
310 <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 -0800311
Amith Yamasanid9688c72009-09-04 15:30:43 -0700312 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
313 <string name="popular_domain_0">".com"</string>
314 <!-- popular web domains for the locale - item 1, displayed in the popup -->
315 <string name="popular_domain_1">".net"</string>
316 <!-- popular web domains for the locale - item 2, displayed in the popup -->
317 <string name="popular_domain_2">".org"</string>
318 <!-- popular web domains for the locale - item 3, displayed in the popup -->
319 <string name="popular_domain_3">".gov"</string>
320 <!-- popular web domains for the locale - item 4, displayed in the popup -->
321 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800322
satok9a6a4d32010-09-03 04:25:31 +0900323 <!-- Menu item for launching Input method picker -->
324 <string name="selectInputMethod">Select input method</string>
325
Amith Yamasani36fcf252009-10-12 13:48:35 -0700326 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800327 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800328 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800329 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800330
331 <!-- Add to dictionary hint -->
332 <string name="hint_add_to_dictionary">\u2190 Tap again to save</string>
Amith Yamasani0a2df342010-03-04 04:43:15 -0800333
334 <!-- Inform the user that a particular language has an available dictionary -->
335 <string name="has_dictionary">Dictionary available</string>
satok979f8692010-08-20 14:35:02 +0900336
satok5d55cf62010-08-30 14:53:01 +0900337 <!-- Preferences item for enabling to send user statistics to Google. -->
satok979f8692010-08-20 14:35:02 +0900338 <string name="prefs_enable_log">Enable user feedback</string>
satok5d55cf62010-08-30 14:53:01 +0900339 <!-- Description for enabling to send user statistics to Google. -->
satok979f8692010-08-20 14:35:02 +0900340 <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 +0900341 <!-- Preferences item for enabling to re-correct suggestions . -->
342 <string name="prefs_enable_recorrection">Tap to re-correction</string>
343 <!-- The summary for the preferences item for enabling to re-correct suggestions . -->
344 <string name="prefs_enable_recorrection_summary">You can re-correct words by tapping words you have typed</string>
satok979f8692010-08-20 14:35:02 +0900345
satok31adfa72010-09-01 15:45:20 +0900346 <!-- Description for keyboard theme switcher -->
satok979f8692010-08-20 14:35:02 +0900347 <string name="keyboard_layout">Keyboard Theme</string>
348 <string name="layout_basic" translatable="false">Basic</string>
349 <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
satok31adfa72010-09-01 15:45:20 +0900350 <string name="layout_stone_bold" translatable="false">Stone (bold)</string>
351 <string name="layout_stone_normal" translatable="false">Stone (normal)</string>
352 <string name="layout_gingerbread" translatable="false">Gingerbread</string>
satok979f8692010-08-20 14:35:02 +0900353
354 <string-array name="keyboard_layout_modes" translatable="false">
355 <item>@string/layout_basic</item>
356 <item>@string/layout_high_contrast</item>
357 <item>@string/layout_stone_normal</item>
358 <item>@string/layout_stone_bold</item>
satok31adfa72010-09-01 15:45:20 +0900359 <item>@string/layout_gingerbread</item>
satok979f8692010-08-20 14:35:02 +0900360 </string-array>
361
362 <string-array name="keyboard_layout_modes_values" translatable="false">
363 <item>0</item>
364 <item>1</item>
365 <item>2</item>
366 <item>3</item>
satok31adfa72010-09-01 15:45:20 +0900367 <item>4</item>
satok979f8692010-08-20 14:35:02 +0900368 </string-array>
369
satok979f8692010-08-20 14:35:02 +0900370 <string name="subtype_mode_keyboard">keyboard</string>
371 <string name="subtype_mode_voice">voice</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700372</resources>