blob: 9025ca0f6d0a47e488dc2926a947c87de591c1ca [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>
28 <!-- Option to play back sound on keypress in soft keyboard -->
29 <string name="sound_on_keypress">Sound on keypress</string>
30
31 <!-- Option to enable using nearby keys when correcting/predicting -->
32 <string name="hit_correction">Correct typing errors</string>
33
34 <!-- Description for hit_correction -->
35 <string name="hit_correction_summary">Enable input error correction</string>
36
37 <!-- Option to enable using nearby keys when correcting/predicting in landscape-->
38 <string name="hit_correction_land">Landscape input errors</string>
39
40 <!-- Description for hit_correction in landscape -->
41 <string name="hit_correction_land_summary">Enable input error correction</string>
42
43 <!-- Option to automatically correct word on hitting space -->
44 <string name="auto_correction">Word suggestions</string>
45
46 <!-- Description for auto_correction -->
47 <string name="auto_correction_summary">Automatically correct the previous word</string>
48
49 <!-- Option to enable text prediction -->
50 <string name="prediction">Word suggestions</string>
51 <!-- Category title for text prediction -->
52 <string name="prediction_category">Word suggestion settings</string>
53 <!-- Description for text prediction -->
54 <string name="prediction_summary">Enable auto completion while typing</string>
55
56 <!-- Dialog title for auto complete choices -->
57 <string name="auto_complete_dialog_title">Auto completion</string>
58
59 <!-- Option to enable text prediction in landscape -->
60 <string name="prediction_landscape">Increase text field size</string>
61 <!-- Description for text prediction -->
62 <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string>
63
64 <!-- Option to enable auto capitalization of sentences -->
65 <string name="auto_cap">Auto-capitalization</string>
66 <!-- Description for auto cap -->
67 <string name="auto_cap_summary">Capitalize the start of a sentence</string>
68 <!-- Option to enable auto punctuate -->
69 <string name="auto_punctuate">Auto-punctuate</string>
70 <!-- Description for auto punctuate -->
71 <string name="auto_punctuate_summary"></string>
72
Amith Yamasani6e3d4272009-03-25 17:39:38 -070073 <!-- Option to enable quick fixes -->
74 <string name="quick_fixes">Quick fixes</string>
75 <!-- Description for quick fixes -->
76 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
77
78 <!-- Option to enable showing suggestions -->
79 <string name="show_suggestions">Show suggestions</string>
80 <!-- Description for show suggestions -->
81 <string name="show_suggestions_summary">Display suggested words while typing</string>
82
83 <!-- Option to enable auto completion -->
84 <string name="auto_complete">Auto-complete</string>
85 <!-- Description for auto completion -->
86 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
87
The Android Open Source Project923bf412009-03-13 15:11:42 -070088 <!-- Array of prediction modes -->
89 <string-array name="prediction_modes">
90 <item>None</item>
91 <item>Basic</item>
92 <item>Advanced</item>
93 </string-array>
94
95 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -080096 <string name="prediction_none" translatable="false">0</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070097 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -080098 <string name="prediction_basic" translatable="false">1</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070099 <!-- Don't translate -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800100 <string name="prediction_full" translatable="false">2</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700101
Mike LeBeau466741d2010-01-16 12:21:23 -0800102 <string-array name="prediction_modes_values" translatable="false">
The Android Open Source Project923bf412009-03-13 15:11:42 -0700103 <item>@string/prediction_none</item>
104 <item>@string/prediction_basic</item>
105 <item>@string/prediction_full</item>
106 </string-array>
107
108 <!-- Indicates that a word has been added to the dictionary -->
109 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
110 <!-- Accented forms of "a" -->
111 <string name="alternates_for_a">àáâãäåæ</string>
112 <!-- Accented forms of "e" -->
113 <string name="alternates_for_e">èéêë</string>
114 <!-- Accented forms of "i" -->
115 <string name="alternates_for_i">ìíîï</string>
116 <!-- Accented forms of "o" -->
117 <string name="alternates_for_o">òóôõöœø</string>
118 <!-- Accented forms of "u" -->
119 <string name="alternates_for_u">ùúûü</string>
120 <!-- Letters associated with "s" -->
121 <string name="alternates_for_s">§ß</string>
122 <!-- Accented forms of "n" -->
123 <string name="alternates_for_n">ñ</string>
124 <!-- Accented forms of "c" -->
125 <string name="alternates_for_c">ç</string>
126 <!-- Accented forms of "y" -->
127 <string name="alternates_for_y">ýÿ</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800128
The Android Open Source Project923bf412009-03-13 15:11:42 -0700129 <!-- Tip to long press on keys -->
130 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
131 <!-- Tip to dismiss keyboard -->
132 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
133 <!-- Tip to press ?123 to access numbers and symbols -->
134 <string name="tip_access_symbols">Access numbers and symbols</string>
135 <!-- Tip to long press on typed word to add to dictionary -->
136 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
137 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700138
139 <!-- Instruction to touch the bubble to continue -->
140 <string name="touch_to_continue">Touch this hint to continue »</string>
141
142 <!-- Instruction to touch the bubble to start typing -->
143 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
144
145 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
146 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
147
148 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
149 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
150 </string>
151
152 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
153 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
154
155 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
156 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
157
158 <!-- Tutorial tip 5 - How to launch keyboard settings -->
159 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
160
161 <!-- Tutorial tip 6 - Done with the tutorial -->
162 <string name="tip_to_start_typing"><b>Try it!</b></string>
163
164
The Android Open Source Project923bf412009-03-13 15:11:42 -0700165 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
166 <string name="label_go_key">Go</string>
167 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
168 <string name="label_next_key">Next</string>
169 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
170 <string name="label_done_key">Done</string>
171 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
172 <string name="label_send_key">Send</string>
173 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
174 <string name="label_symbol_key">\?123</string>
175 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
176 <string name="label_phone_key">123</string>
177 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
178 <string name="label_alpha_key">ABC</string>
179 <!-- Label for ALT modifier key. Must be short to fit on key! -->
180 <string name="label_alt_key">ALT</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700181
Mike LeBeau466741d2010-01-16 12:21:23 -0800182 <!-- Voice related labels -->
183
184 <!-- Title of the warning dialog that shows when a user initiates voice input for
185 the first time. -->
186 <string name="voice_warning_title">Voice input</string>
187
188 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
189 voice input in a currently unsupported locale. Voice input will work for such a user,
190 but it will only recognize them in English. -->
191 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
192
193 <!-- Message of the warning dialog that shows when a user initiates voice input for
194 the first time, or turns it on in settings. -->
195 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
196
197 <!-- An additional part of the warning dialog for voice input that only shows when the user
198 actually initiates voice input, rather than just turning it on in settings. -->
199 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
200
201 <!-- Message to show when user clicks the swiping hint (which says
202 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
203 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
204
205 <!-- Short message to tell the user the system is ready for them to speak. -->
206 <string name="voice_listening">Speak now</string>
207
208 <!-- Short message shown after the user finishes speaking. -->
209 <string name="voice_working">Working</string>
210
211 <!-- Short message shown before the user should speak. -->
212 <string name="voice_initializing"></string>
213
214 <!-- Short message shown when a generic error occurs. -->
215 <string name="voice_error">Error. Please try again.</string>
216
217 <!-- Short message shown for a network error. -->
218 <string name="voice_network_error">Couldn\'t connect</string>
219
220 <!-- Short message shown for a network error where the utterance was really long,
221 in which case we should suggest that the user speak less. -->
222 <string name="voice_too_much_speech">Error, too much speech.</string>
223
224 <!-- Short message shown for an audio error. -->
225 <string name="voice_audio_error">Audio problem</string>
226
227 <!-- Short message shown for an error with the voice server. -->
228 <string name="voice_server_error">Server error</string>
229
230 <!-- Short message shown when no speech is heard. -->
231 <string name="voice_speech_timeout">No speech heard</string>
232
233 <!-- Short message shown when the server couldn't parse any speech. -->
234 <string name="voice_no_match">No matches found</string>
235
236 <!-- Short message shown when the user initiates voice and voice
237 search is not installed. -->
238 <string name="voice_not_installed">Voice search not installed</string>
239
240 <!-- Short hint shown in candidate view to explain voice input. -->
241 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
242
243 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
244 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
245
246 <!-- Label on button to stop recognition. Must be short to fit on button. -->
247 <string name="cancel">Cancel</string>
248
249 <!-- Label on button when an error occurs -->
250 <string name="ok">OK</string>
251
252 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800253 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800254
Amith Yamasani457fdff2010-02-09 14:17:30 -0800255 <!-- Array of Voice Input modes -->
256 <string-array name="voice_input_modes">
257 <item>On main keyboard</item>
258 <item>On symbols keyboard</item>
259 <item>Off</item>
260 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800261
Amith Yamasani457fdff2010-02-09 14:17:30 -0800262 <!-- Don't translate -->
263 <string name="voice_mode_main" translatable="false">0</string>
264 <!-- Don't translate -->
265 <string name="voice_mode_symbols" translatable="false">1</string>
266 <!-- Don't translate -->
267 <string name="voice_mode_off" translatable="false">2</string>
268
269 <string-array name="voice_input_modes_values" translatable="false">
270 <item>@string/voice_mode_main</item>
271 <item>@string/voice_mode_symbols</item>
272 <item>@string/voice_mode_off</item>
273 </string-array>
274
275 <!-- Array of Voice Input modes summary -->
276 <string-array name="voice_input_modes_summary">
277 <item>Mic on main keyboard</item>
278 <item>Mic on symbols keyboard</item>
279 <item>Voice input is disabled</item>
280 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800281
Mike LeBeau466741d2010-01-16 12:21:23 -0800282 <!-- Press the "enter" key after the user speaks. Option on settings.-->
283 <string name="auto_submit">Auto submit after voice</string>
284
285 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
286 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
287
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700288 <!-- IME Tutorial screen (ROMAN) --><skip />
289 <!-- appears above image showing the user to click on a TextView to show the IME -->
290 <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>
291
292 <!-- appears above the image showing the back button used to close the keyboard -->
293 <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>
294
295 <!-- appears above image showing how to use touch and hold -->
296 <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>
297
298 <!-- appears above image showing how to access keyboard settings -->
299 <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 -0800300
Amith Yamasanid9688c72009-09-04 15:30:43 -0700301 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
302 <string name="popular_domain_0">".com"</string>
303 <!-- popular web domains for the locale - item 1, displayed in the popup -->
304 <string name="popular_domain_1">".net"</string>
305 <!-- popular web domains for the locale - item 2, displayed in the popup -->
306 <string name="popular_domain_2">".org"</string>
307 <!-- popular web domains for the locale - item 3, displayed in the popup -->
308 <string name="popular_domain_3">".gov"</string>
309 <!-- popular web domains for the locale - item 4, displayed in the popup -->
310 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800311
312 <!-- Menu item for launching Input method switcher -->
313 <string name="inputMethod">Input method</string>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700314
315 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800316 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800317 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800318 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800319
320 <!-- Add to dictionary hint -->
321 <string name="hint_add_to_dictionary">\u2190 Tap again to save</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700322</resources>