blob: e77155d50cdf620fb1c429f56a1efca6d07b7f82 [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>
The Android Open Source Project923bf412009-03-13 15:11:42 -070025
26 <!-- Option to provide vibrate/haptic feedback on keypress -->
27 <string name="vibrate_on_keypress">Vibrate on keypress</string>
satokee2ab402010-05-10 18:43:50 +090028
The Android Open Source Project923bf412009-03-13 15:11:42 -070029 <!-- Option to play back sound on keypress in soft keyboard -->
30 <string name="sound_on_keypress">Sound on keypress</string>
satokee2ab402010-05-10 18:43:50 +090031
The Android Open Source Project923bf412009-03-13 15:11:42 -070032 <!-- Option to enable using nearby keys when correcting/predicting -->
33 <string name="hit_correction">Correct typing errors</string>
34
35 <!-- Description for hit_correction -->
36 <string name="hit_correction_summary">Enable input error correction</string>
37
38 <!-- Option to enable using nearby keys when correcting/predicting in landscape-->
39 <string name="hit_correction_land">Landscape input errors</string>
40
41 <!-- Description for hit_correction in landscape -->
42 <string name="hit_correction_land_summary">Enable input error correction</string>
43
44 <!-- Option to automatically correct word on hitting space -->
45 <string name="auto_correction">Word suggestions</string>
46
47 <!-- Description for auto_correction -->
48 <string name="auto_correction_summary">Automatically correct the previous word</string>
49
50 <!-- Option to enable text prediction -->
51 <string name="prediction">Word suggestions</string>
52 <!-- Category title for text prediction -->
53 <string name="prediction_category">Word suggestion settings</string>
54 <!-- Description for text prediction -->
55 <string name="prediction_summary">Enable auto completion while typing</string>
56
57 <!-- Dialog title for auto complete choices -->
58 <string name="auto_complete_dialog_title">Auto completion</string>
59
60 <!-- Option to enable text prediction in landscape -->
61 <string name="prediction_landscape">Increase text field size</string>
62 <!-- Description for text prediction -->
63 <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string>
64
65 <!-- Option to enable auto capitalization of sentences -->
66 <string name="auto_cap">Auto-capitalization</string>
67 <!-- Description for auto cap -->
68 <string name="auto_cap_summary">Capitalize the start of a sentence</string>
69 <!-- Option to enable auto punctuate -->
70 <string name="auto_punctuate">Auto-punctuate</string>
71 <!-- Description for auto punctuate -->
72 <string name="auto_punctuate_summary"></string>
73
Amith Yamasani6e3d4272009-03-25 17:39:38 -070074 <!-- Option to enable quick fixes -->
75 <string name="quick_fixes">Quick fixes</string>
76 <!-- Description for quick fixes -->
77 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
78
79 <!-- Option to enable showing suggestions -->
80 <string name="show_suggestions">Show suggestions</string>
81 <!-- Description for show suggestions -->
82 <string name="show_suggestions_summary">Display suggested words while typing</string>
83
84 <!-- Option to enable auto completion -->
85 <string name="auto_complete">Auto-complete</string>
86 <!-- Description for auto completion -->
87 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
88
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070089 <!-- Option to enable bigram completion -->
90 <string name="bigram_suggestion">Bigram Suggestions</string>
91 <!-- Description for auto completion -->
92 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
93
The Android Open Source Project923bf412009-03-13 15:11:42 -070094 <!-- Array of prediction modes -->
95 <string-array name="prediction_modes">
96 <item>None</item>
97 <item>Basic</item>
98 <item>Advanced</item>
99 </string-array>
100
101 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800102 <string name="prediction_none" translatable="false">0</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700103 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800104 <string name="prediction_basic" translatable="false">1</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700105 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800106 <string name="prediction_full" translatable="false">2</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700107
Mike LeBeau466741d2010-01-16 12:21:23 -0800108 <string-array name="prediction_modes_values" translatable="false">
The Android Open Source Project923bf412009-03-13 15:11:42 -0700109 <item>@string/prediction_none</item>
110 <item>@string/prediction_basic</item>
111 <item>@string/prediction_full</item>
112 </string-array>
113
114 <!-- Indicates that a word has been added to the dictionary -->
115 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
116 <!-- Accented forms of "a" -->
117 <string name="alternates_for_a">àáâãäåæ</string>
118 <!-- Accented forms of "e" -->
119 <string name="alternates_for_e">èéêë</string>
120 <!-- Accented forms of "i" -->
121 <string name="alternates_for_i">ìíîï</string>
122 <!-- Accented forms of "o" -->
123 <string name="alternates_for_o">òóôõöœø</string>
124 <!-- Accented forms of "u" -->
125 <string name="alternates_for_u">ùúûü</string>
126 <!-- Letters associated with "s" -->
127 <string name="alternates_for_s">§ß</string>
128 <!-- Accented forms of "n" -->
129 <string name="alternates_for_n">ñ</string>
130 <!-- Accented forms of "c" -->
131 <string name="alternates_for_c">ç</string>
132 <!-- Accented forms of "y" -->
133 <string name="alternates_for_y">ýÿ</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800134
The Android Open Source Project923bf412009-03-13 15:11:42 -0700135 <!-- Tip to long press on keys -->
136 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
137 <!-- Tip to dismiss keyboard -->
138 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
139 <!-- Tip to press ?123 to access numbers and symbols -->
140 <string name="tip_access_symbols">Access numbers and symbols</string>
141 <!-- Tip to long press on typed word to add to dictionary -->
142 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
143 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700144
145 <!-- Instruction to touch the bubble to continue -->
146 <string name="touch_to_continue">Touch this hint to continue »</string>
147
148 <!-- Instruction to touch the bubble to start typing -->
149 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
150
151 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
152 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
153
154 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
155 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
156 </string>
157
158 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
159 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
160
161 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
162 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
163
164 <!-- Tutorial tip 5 - How to launch keyboard settings -->
165 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
166
167 <!-- Tutorial tip 6 - Done with the tutorial -->
168 <string name="tip_to_start_typing"><b>Try it!</b></string>
169
170
The Android Open Source Project923bf412009-03-13 15:11:42 -0700171 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
172 <string name="label_go_key">Go</string>
173 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
174 <string name="label_next_key">Next</string>
175 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
176 <string name="label_done_key">Done</string>
177 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
178 <string name="label_send_key">Send</string>
179 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
180 <string name="label_symbol_key">\?123</string>
181 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
182 <string name="label_phone_key">123</string>
183 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
184 <string name="label_alpha_key">ABC</string>
185 <!-- Label for ALT modifier key. Must be short to fit on key! -->
186 <string name="label_alt_key">ALT</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700187
Mike LeBeau466741d2010-01-16 12:21:23 -0800188 <!-- Voice related labels -->
189
190 <!-- Title of the warning dialog that shows when a user initiates voice input for
191 the first time. -->
192 <string name="voice_warning_title">Voice input</string>
193
194 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
195 voice input in a currently unsupported locale. Voice input will work for such a user,
196 but it will only recognize them in English. -->
197 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
198
199 <!-- Message of the warning dialog that shows when a user initiates voice input for
200 the first time, or turns it on in settings. -->
201 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
202
203 <!-- An additional part of the warning dialog for voice input that only shows when the user
204 actually initiates voice input, rather than just turning it on in settings. -->
205 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
206
207 <!-- Message to show when user clicks the swiping hint (which says
208 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
209 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
210
211 <!-- Short message to tell the user the system is ready for them to speak. -->
212 <string name="voice_listening">Speak now</string>
213
214 <!-- Short message shown after the user finishes speaking. -->
215 <string name="voice_working">Working</string>
216
217 <!-- Short message shown before the user should speak. -->
218 <string name="voice_initializing"></string>
219
220 <!-- Short message shown when a generic error occurs. -->
221 <string name="voice_error">Error. Please try again.</string>
222
223 <!-- Short message shown for a network error. -->
224 <string name="voice_network_error">Couldn\'t connect</string>
225
226 <!-- Short message shown for a network error where the utterance was really long,
227 in which case we should suggest that the user speak less. -->
228 <string name="voice_too_much_speech">Error, too much speech.</string>
229
230 <!-- Short message shown for an audio error. -->
231 <string name="voice_audio_error">Audio problem</string>
232
233 <!-- Short message shown for an error with the voice server. -->
234 <string name="voice_server_error">Server error</string>
235
236 <!-- Short message shown when no speech is heard. -->
237 <string name="voice_speech_timeout">No speech heard</string>
238
239 <!-- Short message shown when the server couldn't parse any speech. -->
240 <string name="voice_no_match">No matches found</string>
241
242 <!-- Short message shown when the user initiates voice and voice
243 search is not installed. -->
244 <string name="voice_not_installed">Voice search not installed</string>
245
246 <!-- Short hint shown in candidate view to explain voice input. -->
247 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
248
249 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
250 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
251
252 <!-- Label on button to stop recognition. Must be short to fit on button. -->
253 <string name="cancel">Cancel</string>
254
255 <!-- Label on button when an error occurs -->
256 <string name="ok">OK</string>
257
258 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800259 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800260
Amith Yamasani457fdff2010-02-09 14:17:30 -0800261 <!-- Array of Voice Input modes -->
262 <string-array name="voice_input_modes">
263 <item>On main keyboard</item>
264 <item>On symbols keyboard</item>
265 <item>Off</item>
266 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800267
Amith Yamasani457fdff2010-02-09 14:17:30 -0800268 <!-- Don't translate -->
269 <string name="voice_mode_main" translatable="false">0</string>
270 <!-- Don't translate -->
271 <string name="voice_mode_symbols" translatable="false">1</string>
272 <!-- Don't translate -->
273 <string name="voice_mode_off" translatable="false">2</string>
274
275 <string-array name="voice_input_modes_values" translatable="false">
276 <item>@string/voice_mode_main</item>
277 <item>@string/voice_mode_symbols</item>
278 <item>@string/voice_mode_off</item>
279 </string-array>
280
281 <!-- Array of Voice Input modes summary -->
282 <string-array name="voice_input_modes_summary">
283 <item>Mic on main keyboard</item>
284 <item>Mic on symbols keyboard</item>
285 <item>Voice input is disabled</item>
286 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800287
Mike LeBeau466741d2010-01-16 12:21:23 -0800288 <!-- Press the "enter" key after the user speaks. Option on settings.-->
289 <string name="auto_submit">Auto submit after voice</string>
290
291 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
292 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
293
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700294 <!-- IME Tutorial screen (ROMAN) --><skip />
295 <!-- appears above image showing the user to click on a TextView to show the IME -->
296 <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>
297
298 <!-- appears above the image showing the back button used to close the keyboard -->
299 <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>
300
301 <!-- appears above image showing how to use touch and hold -->
302 <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>
303
304 <!-- appears above image showing how to access keyboard settings -->
305 <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 -0800306
Amith Yamasanid9688c72009-09-04 15:30:43 -0700307 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
308 <string name="popular_domain_0">".com"</string>
309 <!-- popular web domains for the locale - item 1, displayed in the popup -->
310 <string name="popular_domain_1">".net"</string>
311 <!-- popular web domains for the locale - item 2, displayed in the popup -->
312 <string name="popular_domain_2">".org"</string>
313 <!-- popular web domains for the locale - item 3, displayed in the popup -->
314 <string name="popular_domain_3">".gov"</string>
315 <!-- popular web domains for the locale - item 4, displayed in the popup -->
316 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800317
318 <!-- Menu item for launching Input method switcher -->
319 <string name="inputMethod">Input method</string>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700320
321 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800322 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800323 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800324 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800325
326 <!-- Add to dictionary hint -->
327 <string name="hint_add_to_dictionary">\u2190 Tap again to save</string>
Amith Yamasani0a2df342010-03-04 04:43:15 -0800328
329 <!-- Inform the user that a particular language has an available dictionary -->
330 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900331
332 <!-- Option to send logs -->
333 <string name="prefs_enable_log">Enable user feedback</string>
334 <!-- Description for sending logs -->
335 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
satoka0f87392010-05-14 22:20:13 +0900336
337 <string name="keyboard_layout">Keyboard Theme</string>
338 <string name="layout_basic" translatable="false">Basic</string>
339 <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
satok6c20ab52010-06-29 05:32:48 +0900340 <string name="layout_stone_bold" translatable="false">Default (bold)</string>
341 <string name="layout_stone_normal" translatable="false">Default (normal)</string>
satoka0f87392010-05-14 22:20:13 +0900342
343 <string-array name="keyboard_layout_modes" translatable="false">
344 <item>@string/layout_basic</item>
345 <item>@string/layout_high_contrast</item>
satok6c20ab52010-06-29 05:32:48 +0900346 <item>@string/layout_stone_normal</item>
347 <item>@string/layout_stone_bold</item>
satoka0f87392010-05-14 22:20:13 +0900348 </string-array>
349
350 <string-array name="keyboard_layout_modes_values" translatable="false">
351 <item>0</item>
352 <item>1</item>
353 <item>2</item>
satok6c20ab52010-06-29 05:32:48 +0900354 <item>3</item>
satoka0f87392010-05-14 22:20:13 +0900355 </string-array>
satok01303e32010-05-19 14:03:00 +0900356
357 <string name="prefs_debug_mode">Debug (Temporary)</string>
358
The Android Open Source Project923bf412009-03-13 15:11:42 -0700359</resources>