blob: 11f273df6a3d11d3ad0ef88c0151988f9d9f5eb9 [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>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900217 <!-- Label for "Tab" key. Must be short to fit on key! [CHAR LIMIT=4]-->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900218 <string name="label_tab_key">Tab</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900219 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900220 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900221 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]-->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900222 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700223
Mike LeBeau466741d2010-01-16 12:21:23 -0800224 <!-- Voice related labels -->
225
226 <!-- Title of the warning dialog that shows when a user initiates voice input for
227 the first time. -->
228 <string name="voice_warning_title">Voice input</string>
229
230 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
231 voice input in a currently unsupported locale. Voice input will work for such a user,
232 but it will only recognize them in English. -->
233 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
234
235 <!-- Message of the warning dialog that shows when a user initiates voice input for
236 the first time, or turns it on in settings. -->
237 <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
238
239 <!-- An additional part of the warning dialog for voice input that only shows when the user
240 actually initiates voice input, rather than just turning it on in settings. -->
241 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string>
242
243 <!-- Message to show when user clicks the swiping hint (which says
244 "Swipe across keyboard to speak"). Also shown when enabling settings. -->
245 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
246
247 <!-- Short message to tell the user the system is ready for them to speak. -->
248 <string name="voice_listening">Speak now</string>
249
250 <!-- Short message shown after the user finishes speaking. -->
251 <string name="voice_working">Working</string>
252
253 <!-- Short message shown before the user should speak. -->
254 <string name="voice_initializing"></string>
255
256 <!-- Short message shown when a generic error occurs. -->
257 <string name="voice_error">Error. Please try again.</string>
258
259 <!-- Short message shown for a network error. -->
260 <string name="voice_network_error">Couldn\'t connect</string>
261
262 <!-- Short message shown for a network error where the utterance was really long,
263 in which case we should suggest that the user speak less. -->
264 <string name="voice_too_much_speech">Error, too much speech.</string>
265
266 <!-- Short message shown for an audio error. -->
267 <string name="voice_audio_error">Audio problem</string>
268
269 <!-- Short message shown for an error with the voice server. -->
270 <string name="voice_server_error">Server error</string>
271
272 <!-- Short message shown when no speech is heard. -->
273 <string name="voice_speech_timeout">No speech heard</string>
274
275 <!-- Short message shown when the server couldn't parse any speech. -->
276 <string name="voice_no_match">No matches found</string>
277
278 <!-- Short message shown when the user initiates voice and voice
279 search is not installed. -->
280 <string name="voice_not_installed">Voice search not installed</string>
281
282 <!-- Short hint shown in candidate view to explain voice input. -->
283 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
284
285 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
286 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
287
288 <!-- Label on button to stop recognition. Must be short to fit on button. -->
289 <string name="cancel">Cancel</string>
290
291 <!-- Label on button when an error occurs -->
292 <string name="ok">OK</string>
293
294 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800295 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800296
Amith Yamasani457fdff2010-02-09 14:17:30 -0800297 <!-- Array of Voice Input modes -->
298 <string-array name="voice_input_modes">
299 <item>On main keyboard</item>
300 <item>On symbols keyboard</item>
301 <item>Off</item>
302 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800303
Amith Yamasani457fdff2010-02-09 14:17:30 -0800304 <!-- Don't translate -->
305 <string name="voice_mode_main" translatable="false">0</string>
306 <!-- Don't translate -->
307 <string name="voice_mode_symbols" translatable="false">1</string>
308 <!-- Don't translate -->
309 <string name="voice_mode_off" translatable="false">2</string>
310
311 <string-array name="voice_input_modes_values" translatable="false">
312 <item>@string/voice_mode_main</item>
313 <item>@string/voice_mode_symbols</item>
314 <item>@string/voice_mode_off</item>
315 </string-array>
316
317 <!-- Array of Voice Input modes summary -->
318 <string-array name="voice_input_modes_summary">
319 <item>Mic on main keyboard</item>
320 <item>Mic on symbols keyboard</item>
321 <item>Voice input is disabled</item>
322 </string-array>
Amith Yamasanib1cd7012010-01-28 07:33:27 -0800323
Mike LeBeau466741d2010-01-16 12:21:23 -0800324 <!-- Press the "enter" key after the user speaks. Option on settings.-->
325 <string name="auto_submit">Auto submit after voice</string>
326
327 <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
328 <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
329
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700330 <!-- IME Tutorial screen (ROMAN) --><skip />
331 <!-- appears above image showing the user to click on a TextView to show the IME -->
332 <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>
333
334 <!-- appears above the image showing the back button used to close the keyboard -->
335 <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>
336
337 <!-- appears above image showing how to use touch and hold -->
338 <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>
339
340 <!-- appears above image showing how to access keyboard settings -->
341 <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 -0800342
Amith Yamasanid9688c72009-09-04 15:30:43 -0700343 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
344 <string name="popular_domain_0">".com"</string>
345 <!-- popular web domains for the locale - item 1, displayed in the popup -->
346 <string name="popular_domain_1">".net"</string>
347 <!-- popular web domains for the locale - item 2, displayed in the popup -->
348 <string name="popular_domain_2">".org"</string>
349 <!-- popular web domains for the locale - item 3, displayed in the popup -->
350 <string name="popular_domain_3">".gov"</string>
351 <!-- popular web domains for the locale - item 4, displayed in the popup -->
352 <string name="popular_domain_4">".edu"</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800353
satok9a6a4d32010-09-03 04:25:31 +0900354 <!-- Menu item for launching Input method picker -->
355 <string name="selectInputMethod">Select input method</string>
356
Amith Yamasani36fcf252009-10-12 13:48:35 -0700357 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800358 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800359 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800360 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Amith Yamasani66a787b2010-02-10 17:45:35 -0800361
362 <!-- Add to dictionary hint -->
Roy West47383752010-10-05 06:39:15 -0700363 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
Amith Yamasani0a2df342010-03-04 04:43:15 -0800364
365 <!-- Inform the user that a particular language has an available dictionary -->
366 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900367
Ken Wakasa34250262010-10-06 17:34:07 +0900368 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900369 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900370 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900371 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900372 <!-- Preferences item for enabling to correct suggestions by touching words you have typed -->
373 <string name="prefs_enable_recorrection">Touch to correct words</string>
374 <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed -->
Ken Wakasa47a9c3f2010-10-07 00:57:37 +0900375 <string name="prefs_enable_recorrection_summary">Touch entered words to correct them</string>
satoka0f87392010-05-14 22:20:13 +0900376
satok31adfa72010-09-01 15:45:20 +0900377 <!-- Description for keyboard theme switcher -->
satoka0f87392010-05-14 22:20:13 +0900378 <string name="keyboard_layout">Keyboard Theme</string>
379 <string name="layout_basic" translatable="false">Basic</string>
380 <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
satok31adfa72010-09-01 15:45:20 +0900381 <string name="layout_stone_bold" translatable="false">Stone (bold)</string>
382 <string name="layout_stone_normal" translatable="false">Stone (normal)</string>
383 <string name="layout_gingerbread" translatable="false">Gingerbread</string>
satoka0f87392010-05-14 22:20:13 +0900384
385 <string-array name="keyboard_layout_modes" translatable="false">
386 <item>@string/layout_basic</item>
387 <item>@string/layout_high_contrast</item>
satok6c20ab52010-06-29 05:32:48 +0900388 <item>@string/layout_stone_normal</item>
389 <item>@string/layout_stone_bold</item>
satok31adfa72010-09-01 15:45:20 +0900390 <item>@string/layout_gingerbread</item>
satoka0f87392010-05-14 22:20:13 +0900391 </string-array>
392
393 <string-array name="keyboard_layout_modes_values" translatable="false">
394 <item>0</item>
395 <item>1</item>
396 <item>2</item>
satok6c20ab52010-06-29 05:32:48 +0900397 <item>3</item>
satok31adfa72010-09-01 15:45:20 +0900398 <item>4</item>
satoka0f87392010-05-14 22:20:13 +0900399 </string-array>
satok01303e32010-05-19 14:03:00 +0900400
satok22ac2442010-08-11 23:27:19 +0900401 <string name="subtype_mode_keyboard">keyboard</string>
402 <string name="subtype_mode_voice">voice</string>
satokbf966612010-09-27 12:55:21 +0900403
404 <!-- Title for Latin keyboard debug settings activity / dialog -->
405 <string name="english_ime_debug_settings" translatable="false">Android keyboard Debug settings</string>
406 <string name="prefs_debug_mode" translatable="false">Debug Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700407</resources>