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