blob: 5d7a1f9c75764bbd6e67330c1e7798e536d3ab29 [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>
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +090025 <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
Ken Wakasac1ff2842010-09-07 20:22:50 +090026 <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
Jean Chalardce9c4172011-01-19 15:07:14 +090037 <!-- Category title for general settings for Android keyboard -->
38 <string name="general_category">General</string>
39
The Android Open Source Project923bf412009-03-13 15:11:42 -070040 <!-- Category title for text prediction -->
Jean Chalardb5059122011-04-22 13:08:35 +090041 <string name="correction_category">Text correction</string>
42
43 <!-- Category title for ngrams -->
44 <string name="ngram_category">Suggestions based on previous words</string>
45
46 <!-- Category title for misc options -->
47 <string name="misc_category">Other options</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090048
Jean Chalard240297d2011-05-11 20:51:07 +090049 <!-- Option name for advanced settings screen [CHAR LIMIT=25] -->
50 <string name="advanced_settings">Advanced settings</string>
51 <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
52 <string name="advanced_settings_summary">Options for expert users</string>
53
54 <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
55 <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string>
56 <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
57 <string name="key_preview_popup_dismiss_no_delay">No delay</string>
58 <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
59 <string name="key_preview_popup_dismiss_default_delay">Default</string>
60
Jean Chalard699094f2011-06-10 18:16:21 +090061 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
62 <string name="use_contacts_dict">Suggest Contact names</string>
63 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
64 <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
65
The Android Open Source Project923bf412009-03-13 15:11:42 -070066 <!-- Option to enable auto capitalization of sentences -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +090067 <string name="auto_cap">Auto-capitalization</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090068
Amith Yamasani6e3d4272009-03-25 17:39:38 -070069 <!-- Option to enable quick fixes -->
70 <string name="quick_fixes">Quick fixes</string>
71 <!-- Description for quick fixes -->
72 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090073
Amith Yamasani6e3d4272009-03-25 17:39:38 -070074 <!-- Option to enable showing suggestions -->
Jean Chalardce9c4172011-01-19 15:07:14 +090075 <string name="prefs_show_suggestions">Show correction suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -070076 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +090077 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
satok7599cfe2010-11-13 19:09:30 +090078 <string name="prefs_suggestion_visibility_show_name">Always show</string>
79 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
80 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
satokc5a2b512011-04-22 15:52:21 +090081 <!-- Option to enable spacebar language switcher [CHAR LIMIT=20]-->
82 <string name="prefs_use_spacebar_language_switch">Use the spacebar language switcher</string>
satok7599cfe2010-11-13 19:09:30 +090083
Ken Wakasa1508c0e2010-09-15 13:37:52 +090084 <!-- Option to show/hide the settings key -->
85 <string name="prefs_settings_key">Show settings key</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090086 <!-- Option to automatically decide to show/hide the settings key -->
87 <string name="settings_key_mode_auto_name">Automatic</string>
88 <!-- Option to always show the settings key -->
89 <string name="settings_key_mode_always_show_name">Always show</string>
90 <!-- Option to always hide the settings key -->
91 <string name="settings_key_mode_always_hide_name">Always hide</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090092
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090093 <!-- Option to decide the auto correction threshold score -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090094 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090095 <string name="auto_correction">Auto correction</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090096 <!-- Description for auto correction [CHAR LIMIT=35] -->
Jean Chalard2f4cc012011-01-25 17:31:34 +090097 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +090098 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090099 <string name="auto_correction_threshold_mode_off">Off</string>
Tadashi G. Takaoka156493c2011-01-24 14:14:54 +0900100 <!-- Option to suggest auto correction candidates modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900101 <string name="auto_correction_threshold_mode_modest">Modest</string>
Tadashi G. Takaoka156493c2011-01-24 14:14:54 +0900102 <!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900103 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900104
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900105 <!-- Option to enable bigram correction -->
Jean Chalardb5059122011-04-22 13:08:35 +0900106 <string name="bigram_suggestion">Bigram suggestions</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900107 <!-- Description for auto correction -->
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700108 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
Jean Chalardb5059122011-04-22 13:08:35 +0900109 <!-- Option to enable using user-history bigram when no input -->
110 <string name="bigram_prediction">Bigram prediction</string>
111 <!-- Description for auto correction -->
112 <string name="bigram_prediction_summary">Use previous word also for prediction</string>
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700113
The Android Open Source Project923bf412009-03-13 15:11:42 -0700114 <!-- Indicates that a word has been added to the dictionary -->
115 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900116
The Android Open Source Project923bf412009-03-13 15:11:42 -0700117 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
118 <string name="label_go_key">Go</string>
119 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
120 <string name="label_next_key">Next</string>
121 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
122 <string name="label_done_key">Done</string>
123 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
124 <string name="label_send_key">Send</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700125 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800126 <string name="label_to_alpha_key">ABC</string>
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900127 <!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
128 <string name="label_more_key">More</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900129 <!-- 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 +0900130 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900131 <!-- 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 +0900132 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700133
Alan Viverette5ac46382011-05-17 17:03:25 -0700134 <!-- Spoken description for the currently entered text -->
135 <string name="spoken_current_text_is">Current text is "%s"</string>
136 <!-- Spoken description when there is no text entered -->
137 <string name="spoken_no_text_entered">No text entered</string>
138
139 <!-- Spoken description for unknown keyboard keys. -->
140 <string name="spoken_description_unknown">Key code %d</string>
141 <!-- Spoken description for the "Shift" keyboard key. -->
142 <string name="spoken_description_shift">Shift</string>
143 <!-- Spoken description for the "Shift" keyboard key's pressed state. -->
144 <string name="spoken_description_shift_shifted">Shift enabled</string>
145 <!-- Spoken description for the "Shift" keyboard key's pressed state. -->
146 <string name="spoken_description_caps_lock">Caps lock enabled</string>
147 <!-- Spoken description for the "Delete" keyboard key. -->
148 <string name="spoken_description_delete">Delete</string>
149 <!-- Spoken description for the "To Symbol" keyboard key. -->
150 <string name="spoken_description_to_symbol">Symbols</string>
151 <!-- Spoken description for the "To Alpha" keyboard key. -->
152 <string name="spoken_description_to_alpha">Letters</string>
153 <!-- Spoken description for the "To Numbers" keyboard key. -->
154 <string name="spoken_description_to_numeric">Numbers</string>
155 <!-- Spoken description for the "Settings" keyboard key. -->
156 <string name="spoken_description_settings">Settings</string>
157 <!-- Spoken description for the "Tab" keyboard key. -->
158 <string name="spoken_description_tab">Tab</string>
159 <!-- Spoken description for the "Space" keyboard key. -->
160 <string name="spoken_description_space">Space</string>
161 <!-- Spoken description for the "Mic" keyboard key. -->
162 <string name="spoken_description_mic">Voice input</string>
163 <!-- Spoken description for the "Smiley" keyboard key. -->
164 <string name="spoken_description_smiley">Smiley face</string>
165 <!-- Spoken description for the "Return" keyboard key. -->
166 <string name="spoken_description_return">Return</string>
167
168 <!-- Spoken description for the "," keyboard key. -->
169 <string name="spoken_description_comma">Comma</string>
170 <!-- Spoken description for the "." keyboard key. -->
171 <string name="spoken_description_period">Period</string>
172 <!-- Spoken description for the "(" keyboard key. -->
173 <string name="spoken_description_left_parenthesis">Left parenthesis</string>
174 <!-- Spoken description for the ")" keyboard key. -->
175 <string name="spoken_description_right_parenthesis">Right parenthesis</string>
176 <!-- Spoken description for the ":" keyboard key. -->
177 <string name="spoken_description_colon">Colon</string>
178 <!-- Spoken description for the ";" keyboard key. -->
179 <string name="spoken_description_semicolon">Semicolon</string>
180 <!-- Spoken description for the "!" keyboard key. -->
181 <string name="spoken_description_exclamation_mark">Exclamation mark</string>
182 <!-- Spoken description for the "?" keyboard key. -->
183 <string name="spoken_description_question_mark">Question mark</string>
184 <!-- Spoken description for the """ keyboard key. -->
185 <string name="spoken_description_double_quote">Double quote</string>
186 <!-- Spoken description for the "'" keyboard key. -->
187 <string name="spoken_description_single_quote">Single quote</string>
188 <!-- Spoken description for the "•" keyboard key. -->
189 <string name="spoken_description_dot">Dot</string>
190 <!-- Spoken description for the "√" keyboard key. -->
191 <string name="spoken_description_square_root">Square root</string>
192 <!-- Spoken description for the "Ï€" keyboard key. -->
193 <string name="spoken_description_pi">Pi</string>
194 <!-- Spoken description for the "Δ" keyboard key. -->
195 <string name="spoken_description_delta">Delta</string>
196 <!-- Spoken description for the "â„¢" keyboard key. -->
197 <string name="spoken_description_trademark">Trademark</string>
198 <!-- Spoken description for the "â„…" keyboard key. -->
199 <string name="spoken_description_care_of">Care of</string>
200 <!-- Spoken description for the "*" keyboard key. -->
201 <string name="spoken_description_star">Star</string>
202 <!-- Spoken description for the "#" keyboard key. -->
203 <string name="spoken_description_pound">Pound</string>
204 <!-- Spoken description for the "…" keyboard key. -->
205 <string name="spoken_description_ellipsis">Ellipsis</string>
206 <!-- Spoken description for the "„" keyboard key. -->
207 <string name="spoken_description_low_double_quote">Low double quote</string>
208
Mike LeBeau466741d2010-01-16 12:21:23 -0800209 <!-- Voice related labels -->
210
211 <!-- Title of the warning dialog that shows when a user initiates voice input for
212 the first time. -->
213 <string name="voice_warning_title">Voice input</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900214
Mike LeBeau466741d2010-01-16 12:21:23 -0800215 <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
216 voice input in a currently unsupported locale. Voice input will work for such a user,
217 but it will only recognize them in English. -->
218 <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900219
Mike LeBeau466741d2010-01-16 12:21:23 -0800220 <!-- Message of the warning dialog that shows when a user initiates voice input for
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900221 the first time, or turns it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900222 <string name="voice_warning_may_not_understand">Voice input uses Google\'s speech recognition. <a href="http://m.google.com/privacy">The Mobile Privacy Policy</a> applies.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900223
Mike LeBeau466741d2010-01-16 12:21:23 -0800224 <!-- An additional part of the warning dialog for voice input that only shows when the user
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900225 actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900226 <string name="voice_warning_how_to_turn_off">To turn off voice input, go to input method settings.</string>
227
228 <!-- Message to show when user enables the voice input settings (which says
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +0900229 "Press the microphone button"). [CHAR LIMIT=100] -->
Ken Wakasa80e459f2010-11-30 23:35:56 +0900230 <string name="voice_hint_dialog_message">To use voice input, press the microphone button.</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900231
Mike LeBeau466741d2010-01-16 12:21:23 -0800232 <!-- Short message to tell the user the system is ready for them to speak. -->
233 <string name="voice_listening">Speak now</string>
234
235 <!-- Short message shown after the user finishes speaking. -->
236 <string name="voice_working">Working</string>
237
238 <!-- Short message shown before the user should speak. -->
239 <string name="voice_initializing"></string>
240
241 <!-- Short message shown when a generic error occurs. -->
242 <string name="voice_error">Error. Please try again.</string>
243
244 <!-- Short message shown for a network error. -->
245 <string name="voice_network_error">Couldn\'t connect</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900246
Mike LeBeau466741d2010-01-16 12:21:23 -0800247 <!-- Short message shown for a network error where the utterance was really long,
248 in which case we should suggest that the user speak less. -->
249 <string name="voice_too_much_speech">Error, too much speech.</string>
250
251 <!-- Short message shown for an audio error. -->
252 <string name="voice_audio_error">Audio problem</string>
253
254 <!-- Short message shown for an error with the voice server. -->
255 <string name="voice_server_error">Server error</string>
256
257 <!-- Short message shown when no speech is heard. -->
258 <string name="voice_speech_timeout">No speech heard</string>
259
260 <!-- Short message shown when the server couldn't parse any speech. -->
261 <string name="voice_no_match">No matches found</string>
262
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900263 <!-- Short message shown when the user initiates voice and voice search is not installed. -->
Mike LeBeau466741d2010-01-16 12:21:23 -0800264 <string name="voice_not_installed">Voice search not installed</string>
265
266 <!-- Short hint shown in candidate view to explain voice input. -->
267 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
268
269 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
270 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
271
272 <!-- Label on button to stop recognition. Must be short to fit on button. -->
273 <string name="cancel">Cancel</string>
274
275 <!-- Label on button when an error occurs -->
276 <string name="ok">OK</string>
277
278 <!-- Preferences item for enabling speech input -->
Amith Yamasani457fdff2010-02-09 14:17:30 -0800279 <string name="voice_input">Voice input</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800280
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900281 <!-- Voice Input modes -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900282 <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900283 <string name="voice_input_modes_main_keyboard">On main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900284 <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900285 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900286 <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900287 <string name="voice_input_modes_off">Off</string>
288 <!-- Voice Input modes summary -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900289 <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900290 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900291 <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900292 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900293 <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900294 <string name="voice_input_modes_summary_off">Voice input is disabled</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800295
satok543334c2011-01-13 21:26:12 +0900296 <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] -->
satok9a6a4d32010-09-03 04:25:31 +0900297 <string name="selectInputMethod">Select input method</string>
298
Amith Yamasani36fcf252009-10-12 13:48:35 -0700299 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800300 <string name="language_selection_title">Input languages</string>
Amith Yamasani457fdff2010-02-09 14:17:30 -0800301 <!-- Title summary for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800302 <string name="language_selection_summary">Slide finger on spacebar to change language</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900303
Amith Yamasani66a787b2010-02-10 17:45:35 -0800304 <!-- Add to dictionary hint -->
Roy West47383752010-10-05 06:39:15 -0700305 <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900306
Amith Yamasani0a2df342010-03-04 04:43:15 -0800307 <!-- Inform the user that a particular language has an available dictionary -->
308 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900309
Ken Wakasa34250262010-10-06 17:34:07 +0900310 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900311 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900312 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900313 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
satok543334c2011-01-13 21:26:12 +0900314 <!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] -->
Ken Wakasa34250262010-10-06 17:34:07 +0900315 <string name="prefs_enable_recorrection">Touch to correct words</string>
satok543334c2011-01-13 21:26:12 +0900316 <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 100] -->
Ken Wakasa6569b402010-12-01 22:57:14 +0900317 <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string>
satoka0f87392010-05-14 22:20:13 +0900318
satok543334c2011-01-13 21:26:12 +0900319 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
satoka0f87392010-05-14 22:20:13 +0900320 <string name="keyboard_layout">Keyboard Theme</string>
satok01303e32010-05-19 14:03:00 +0900321
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900322 <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900323 <string name="subtype_mode_cs_keyboard">Czech Keyboard</string>
Jean Chalarde50add12011-03-23 18:50:06 -0700324 <!-- Description for Arabic keyboard subtype [CHAR LIMIT=35] -->
325 <string name="subtype_mode_ar_keyboard">Arabic Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900326 <!-- Description for Danish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900327 <string name="subtype_mode_da_keyboard">Danish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900328 <!-- Description for German keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900329 <string name="subtype_mode_de_keyboard">German Keyboard</string>
Tadashi G. Takaokae90fae82011-06-22 17:32:32 +0900330 <!-- Description for German QWERTY keyboard subtype [CHAR LIMIT=35] -->
331 <string name="subtype_mode_de_qwerty_keyboard">German QWERTY Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900332 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900333 <string name="subtype_mode_en_GB_keyboard">English (UK) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900334 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900335 <string name="subtype_mode_en_US_keyboard">English (US) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900336 <!-- Description for Spanish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900337 <string name="subtype_mode_es_keyboard">Spanish Keyboard</string>
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +0900338 <!-- Description for Finnish keyboard subtype [CHAR LIMIT=35] -->
339 <string name="subtype_mode_fi_keyboard">Finnish Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900340 <!-- Description for French keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900341 <string name="subtype_mode_fr_keyboard">French Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900342 <!-- Description for French (Canada) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800343 <string name="subtype_mode_fr_CA_keyboard">French (Canada) Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900344 <!-- Description for French (Switzerland) keyboard subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae6f8bb02010-12-01 21:26:16 +0900345 <string name="subtype_mode_fr_CH_keyboard">French (Switzerland) Keyboard</string>
Tadashi G. Takaoka2c43ed12011-06-17 22:04:16 +0900346 <!-- Description for Croatian keyboard subtype [CHAR LIMIT=35] -->
347 <string name="subtype_mode_hr_keyboard">Croatian Keyboard</string>
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +0900348 <!-- Description for Hungarian keyboard subtype [CHAR LIMIT=35] -->
349 <string name="subtype_mode_hu_keyboard">Hungarian Keyboard</string>
Jean Chalarde50add12011-03-23 18:50:06 -0700350 <!-- Description for Hebrew keyboard subtype [CHAR LIMIT=35] -->
351 <!-- Java uses the deprecated "iw" code instead of the standard "he" code -->
352 <string name="subtype_mode_iw_keyboard">Hebrew Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900353 <!-- Description for Italian keyboard subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900354 <string name="subtype_mode_it_keyboard">Italian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900355 <!-- Description for Norwegian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900356 <string name="subtype_mode_nb_keyboard">Norwegian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900357 <!-- Description for Dutch keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900358 <string name="subtype_mode_nl_keyboard">Dutch Keyboard</string>
satok0d8a4eb2011-05-06 18:42:38 +0900359 <!-- Description for Polish keyboard subtype [CHAR LIMIT=35] -->
360 <string name="subtype_mode_pl_keyboard">Polish Keyboard</string>
satokf7330742011-05-11 15:19:24 +0900361 <!-- Description for Portuguese keyboard subtype [CHAR LIMIT=35] -->
362 <string name="subtype_mode_pt_keyboard">Portuguese Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900363 <!-- Description for Russian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900364 <string name="subtype_mode_ru_keyboard">Russian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900365 <!-- Description for Serbian keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900366 <string name="subtype_mode_sr_keyboard">Serbian Keyboard</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900367 <!-- Description for Swedish keyboard subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900368 <string name="subtype_mode_sv_keyboard">Swedish Keyboard</string>
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +0900369 <!-- Description for Turkish keyboard subtype [CHAR LIMIT=35] -->
370 <string name="subtype_mode_tr_keyboard">Turkish Keyboard</string>
satok0b0c5222011-01-26 12:23:02 +0900371 <!-- Description for Afrikaans voice input subtype [CHAR LIMIT=35] -->
372 <string name="subtype_mode_af_voice">Afrikaans Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900373 <!-- Description for Czech voice input subtype [CHAR LIMIT=35] -->
Tadashi G. Takaokae18bd3e2010-12-06 12:12:27 +0900374 <string name="subtype_mode_cs_voice">Czech Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900375 <!-- Description for German voice input subtype [CHAR LIMIT=35] -->
Ken Wakasa2e4b1bd2010-12-06 23:53:45 +0900376 <string name="subtype_mode_de_voice">German Voice</string>
satok0b0c5222011-01-26 12:23:02 +0900377 <!-- Description for English voice input subtype [CHAR LIMIT=35] -->
378 <string name="subtype_mode_en_voice">English Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900379 <!-- Description for Spanish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900380 <string name="subtype_mode_es_voice">Spanish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900381 <!-- Description for French voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900382 <string name="subtype_mode_fr_voice">French Voice</string>
satokbe324532011-01-20 01:08:13 +0900383 <!-- Description for Italian voice input subtype [CHAR LIMIT=35] -->
384 <string name="subtype_mode_it_voice">Italian Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900385 <!-- Description for Japanese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900386 <string name="subtype_mode_ja_voice">Japanese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900387 <!-- Description for Korean voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900388 <string name="subtype_mode_ko_voice">Korean Voice</string>
satokbe324532011-01-20 01:08:13 +0900389 <!-- Description for Dutch voice input subtype [CHAR LIMIT=35] -->
390 <string name="subtype_mode_nl_voice">Dutch Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900391 <!-- Description for Polish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900392 <string name="subtype_mode_pl_voice">Polish Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900393 <!-- Description for Portuguese voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900394 <string name="subtype_mode_pt_voice">Portuguese Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900395 <!-- Description for Russian voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900396 <string name="subtype_mode_ru_voice">Russian Voice</string>
Tadashi G. Takaokaeead8c82011-01-13 11:52:15 +0900397 <!-- Description for Turkish voice input subtype [CHAR LIMIT=35] -->
satok38976d52010-11-04 18:22:28 +0900398 <string name="subtype_mode_tr_voice">Turkish Voice</string>
satok0b0c5222011-01-26 12:23:02 +0900399 <!-- Description for Chinese, Yue voice input subtype [CHAR LIMIT=35] -->
400 <string name="subtype_mode_yue_voice">Chinese, Yue Voice</string>
401 <!-- Description for Chinese, Mandarin voice input subtype [CHAR LIMIT=35] -->
402 <string name="subtype_mode_zh_voice">Chinese, Mandarin Voice</string>
403 <!-- Description for isiZulu voice input subtype [CHAR LIMIT=35] -->
404 <string name="subtype_mode_zu_voice">isiZulu Voice</string>
satokbf966612010-09-27 12:55:21 +0900405
satok95175d42010-11-16 07:48:04 +0900406 <!-- Title of an option for usability study mode -->
407 <string name="prefs_usability_study_mode">Usability Study Mode</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700408</resources>