strings.xml revision b3bd025b1a27a4810507f6e0792fd1ddec778f34
1<?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 input options dialog [CHAR LIMIT=25] -->
22    <string name="english_ime_input_options">Input options</string>
23
24    <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] -->
25    <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string>
26
27    <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] -->
28    <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string>
29
30    <!-- Option to provide vibrate/haptic feedback on keypress -->
31    <string name="vibrate_on_keypress">Vibrate on keypress</string>
32
33    <!-- Option to play back sound on keypress in soft keyboard -->
34    <string name="sound_on_keypress">Sound on keypress</string>
35
36    <!-- Option to control whether or not to show a popup with a larger font on each key press. -->
37    <string name="popup_on_keypress">Popup on keypress</string>
38
39    <!-- Settings screen title for input preferences [CHAR LIMIT=33]-->
40    <string name="settings_screen_input">Input preferences</string>
41    <!-- Settings screen title for appearance preferences [CHAR LIMIT=33] -->
42    <string name="settings_screen_appearances">Appearance</string>
43    <!-- Settings screen title for multi lingual options [CHAR_LIMIT=33] -->
44    <string name="settings_screen_multi_lingual">Multi lingual options</string>
45    <!-- Settings screen title for gesture typing preferences [CHAR_LIMIT=33] -->
46    <string name="settings_screen_gesture">Gesture typing preferences</string>
47    <!-- Settings screen title for text correction options [CHAR_LIMIT=33] -->
48    <string name="settings_screen_correction">Text correction</string>
49    <!-- Settings screen title for advanced settings [CHAR LIMIT=33] -->
50    <string name="settings_screen_advanced">Advanced</string>
51
52    <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] -->
53    <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string>
54    <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] -->
55    <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string>
56    <!-- Option to show language switch key [CHAR LIMIT=30] -->
57    <string name="show_language_switch_key">Language switch key</string>
58    <!-- Option summary for showing language switch key [CHAR LIMIT=65] -->
59    <string name="show_language_switch_key_summary">Show when multiple input languages are enabled</string>
60
61    <!-- Option to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=30]-->
62    <string name="sliding_key_input_preview">Show slide indicator</string>
63    <!-- Option summary to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=66]-->
64    <string name="sliding_key_input_preview_summary">Display visual cue while sliding from Shift or Symbol keys</string>
65
66    <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
67    <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string>
68    <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
69    <string name="key_preview_popup_dismiss_no_delay">No delay</string>
70    <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
71    <string name="key_preview_popup_dismiss_default_delay">Default</string>
72
73    <!-- Units abbreviation for the duration (milliseconds) [CHAR LIMIT=10] -->
74    <string name="abbreviation_unit_milliseconds"><xliff:g id="MILLISECONDS">%s</xliff:g>ms</string>
75    <!-- The text that represents the current settings value is the system default [CHAR LIMIT=25] -->
76    <string name="settings_system_default">System default</string>
77
78    <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
79    <string name="use_contacts_dict">Suggest Contact names</string>
80    <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
81    <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
82
83    <!-- Option name for enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=25] -->
84    <string name="use_personalized_dicts">Personalized suggestions</string>
85
86    <!-- Option to enable sending usage statistics -->
87    <string name="enable_metrics_logging">"Improve <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>"</string>
88
89    <!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=30] -->
90    <string name="use_double_space_period">Double-space period</string>
91    <!-- Description for option enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=65] -->
92    <string name="use_double_space_period_summary">Double tap on spacebar inserts a period followed by a space</string>
93
94    <!-- Option to enable auto capitalization of sentences -->
95    <string name="auto_cap">Auto-capitalization</string>
96    <!-- Description for option to enable auto capitalization of sentences -->
97    <string name="auto_cap_summary">Capitalize the first word of each sentence</string>
98
99    <!-- Option to edit personal dictionary. [CHAR_LIMIT=30]-->
100    <string name="edit_personal_dictionary">Personal dictionary</string>
101
102    <!-- Option to configure dictionaries -->
103    <string name="configure_dictionaries_title">Add-on dictionaries</string>
104    <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) -->
105    <string name="main_dictionary">Main dictionary</string>
106
107    <!-- Option to enable showing suggestions -->
108    <string name="prefs_show_suggestions">Show correction suggestions</string>
109    <!-- Description for show suggestions -->
110    <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
111    <string name="prefs_suggestion_visibility_show_name">Always show</string>
112    <string name="prefs_suggestion_visibility_show_only_portrait_name">Show in portrait mode</string>
113    <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
114
115    <!-- Option to block potentially offensive words to be shown [CHAR_LIMIT=30] -->
116    <string name="prefs_block_potentially_offensive_title">Block offensive words</string>
117    <!-- Summary for option to block potentially offensive words to be shown [CHAR_LIMIT=80 (two lines) or 40 (fits on one line, preferable)] -->
118    <string name="prefs_block_potentially_offensive_summary">Do not suggest potentially offensive words</string>
119
120    <!-- Option to decide the auto correction threshold score -->
121    <!-- Option to enable auto correction [CHAR LIMIT=20]-->
122    <string name="auto_correction">Auto-correction</string>
123    <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
124    <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
125    <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
126    <string name="auto_correction_threshold_mode_off">Off</string>
127    <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] -->
128    <string name="auto_correction_threshold_mode_modest">Modest</string>
129    <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
130    <string name="auto_correction_threshold_mode_aggressive">Aggressive</string>
131    <!-- Option to suggest auto correction suggestions very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
132    <string name="auto_correction_threshold_mode_very_aggressive">Very aggressive</string>
133
134    <!-- Option to enable using next word suggestions. After the user types a space, with this option on, the keyboard will try to predict the next word. -->
135    <string name="bigram_prediction">Next-word suggestions</string>
136    <!-- Description for "next word suggestion" option. This displays suggestions even when there is no input, based on the previous word. -->
137    <string name="bigram_prediction_summary">Use the previous word in making suggestions</string>
138
139    <!-- Option to enable gesture input. The user can input a word by tracing the letters of a word without releasing the finger from the screen. [CHAR LIMIT=30]-->
140    <string name="gesture_input">Enable gesture typing</string>
141    <!-- Description for "gesture_input" option. The user can input a word by tracing the letters of a word without releasing the finger from the screen. [CHAR LIMIT=65]-->
142    <string name="gesture_input_summary">Input a word by sliding through the letters</string>
143    <!-- Option to enable gesture trail preview. The user can see a trail of the gesture during gesture input. [CHAR LIMIT=30]-->
144    <string name="gesture_preview_trail">Show gesture trail</string>
145    <!-- Option to enable gesture floating text preview. The user can see a suggested word floating under the moving finger during a gesture input. [CHAR LIMIT=30]-->
146    <string name="gesture_floating_preview_text">Dynamic floating preview</string>
147    <!-- Description for "gesture_floating_preview_text" option. The user can see a suggested word floating under the moving finger during a gesture input. [CHAR LIMIT=65]-->
148    <string name="gesture_floating_preview_text_summary">See the suggested word while gesturing</string>
149    <!-- Option to enable space aware gesture input. The user can input multiple words by gliding through the space key during a gesture input. [CHAR LIMIT=30]-->
150    <string name="gesture_space_aware">Phrase gesture</string>
151    <!-- Description for "gesture_space_aware" option. The user can input multiple words by gliding through the space key during a gesture input.[CHAR LIMIT=65]-->
152    <string name="gesture_space_aware_summary">Input spaces during gestures by gliding to the space key</string>
153
154    <!-- Preferences item for enabling speech input -->
155    <string name="voice_input">Voice input key</string>
156    <!-- The summary text to describe the reason why the "Voice input key" option is disabled. [CHAR LIMIT=100] -->
157    <string name="voice_input_disabled_summary">No voice input methods enabled. Check Language &amp; input settings.</string>
158
159    <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
160    <string name="configure_input_method">Configure input methods</string>
161
162    <!-- Title for input language selection screen -->
163    <string name="language_selection_title">Input languages</string>
164
165    <!-- Title of a preference to send feedback. [CHAR LIMIT=30]-->
166    <string name="send_feedback">Send feedback</string>
167
168    <!-- Preference for input language selection -->
169    <string name="select_language">Input languages</string>
170
171    <!-- Add to dictionary hint -->
172    <string name="hint_add_to_dictionary">Touch again to save</string>
173
174    <!-- Inform the user that a particular language has an available dictionary -->
175    <string name="has_dictionary">Dictionary available</string>
176
177    <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
178    <string name="keyboard_layout">Keyboard theme</string>
179
180    <!-- Description for English (UK) keyboard subtype [CHAR LIMIT=25]
181         (UK) should be an abbreviation of United Kingdom to fit in the CHAR LIMIT. -->
182    <string name="subtype_en_GB">English (UK)</string>
183    <!-- Description for English (US) keyboard subtype [CHAR LIMIT=25]
184         (US) should be an abbreviation of United States to fit in the CHAR LIMIT. -->
185    <string name="subtype_en_US">English (US)</string>
186    <!-- Description for Spanish (US) keyboard subtype [CHAR LIMIT=25]
187         (US) should be an abbreviation of United States to fit in the CHAR LIMIT. -->
188    <string name="subtype_es_US">Spanish (US)</string>
189    <!-- Description for English (UK) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
190         (UK) should be an abbreviation of United Kingdom to fit in the CHAR LIMIT.
191         This should be identical to subtype_en_GB aside from the trailing (%s). -->
192    <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="KEYBOARD_LAYOUT" example="QWERTY">%s</xliff:g>)</string>
193    <!-- Description for English (US) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
194         (US) should be an abbreviation of United States to fit in the CHAR LIMIT.
195         This should be identical to subtype_en_US aside from the trailing (%s). -->
196    <string name="subtype_with_layout_en_US">English (US) (<xliff:g id="KEYBOARD_LAYOUT" example="QWERTY">%s</xliff:g>)</string>
197    <!-- Description for Spanish (US) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
198         (US) should be an abbreviation of United Statesn to fit in the CHAR LIMIT.
199         This should be identical to subtype_es_US aside from the trailing (%s). -->
200    <string name="subtype_with_layout_es_US">Spanish (US) (<xliff:g id="KEYBOARD_LAYOUT" example="QWERTY">%s</xliff:g>)</string>
201    <!-- Description for "LANGUAGE_NAME" (Traditional) keyboard subtype [CHAR LIMIT=25]
202         (Traditional) can be an abbreviation to fit in the CHAR LIMIT. -->
203    <string name="subtype_generic_traditional"><xliff:g id="LANGUAGE_NAME" example="Nepali">%s</xliff:g> (Traditional)</string>
204    <!-- Description for "LANGUAGE_NAME" (Compact) keyboard subtype [CHAR LIMIT=25]
205         (Compact) can be an abbreviation to fit in the CHAR LIMIT.
206         TODO: Remove translatable=false once we are settled down with the naming. -->
207    <string name="subtype_generic_compact" translatable="false"><xliff:g id="LANGUAGE_NAME" example="Hindi">%s</xliff:g> (Compact)</string>
208    <!-- Description for "LANGUAGE_NAME" (Cyrillic) keyboard subtype [CHAR LIMIT=25]
209         (Cyrillic) can be an abbreviation to fit in the CHAR LIMIT. -->
210    <string name="subtype_generic_cyrillic"><xliff:g id="LANGUAGE_NAME" example="Serbian">%s</xliff:g> (Cyrillic)</string>
211    <!-- Description for "LANGUAGE_NAME" (Latin) keyboard subtype [CHAR LIMIT=25]
212         (Latin) can be an abbreviation to fit in the CHAR LIMIT. -->
213    <string name="subtype_generic_latin"><xliff:g id="LANGUAGE_NAME" example="Serbian">%s</xliff:g> (Latin)</string>
214    <!-- This string is displayed in a language list that allows to choose a language for
215suggestions in a software keyboard. This setting won't give suggestions in any particular
216language, hence "No language".
217As for the "alphabet" mention, it refers specifically to the Latin alphabet, as opposed to
218Cyrillic, Arabic, Hebrew or other scripts. This keyboard offers no suggestions, but it will
219be a QWERTY, or AZERTY, or any other disposition that only offers Latin characters, so
220you wouldn't be able to type, say, Arabic on it. Please translate it in a way that "alphabet"
221would be understood to mean specifically the Latin alphabet, rather than any other
222alphabet. [CHAR LIMIT=29] -->
223    <string name="subtype_no_language">No language (Alphabet)</string>
224    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
225the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
226When the device is configured to use a language using a script other than the Latin alphabet, the
227user still needs a keyboard that can input Latin characters for passwords or login names for
228example, and a way to switch to this Latin alphabet keyboard. This string is the description for
229this keyboard, so users of other scripts should understand when they read this that it represents a
230keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
231are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
232language among those that use the Latin alphabet. This keyboard is laid out in the QWERTY
233disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
234    <string name="subtype_no_language_qwerty">Alphabet (QWERTY)</string>
235    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
236the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
237When the device is configured to use a language using a script other than the Latin alphabet, the
238user still needs a keyboard that can input Latin characters for passwords or login names for
239example, and a way to switch to this Latin alphabet keyboard. This string is the description for
240this keyboard, so users of other scripts should understand when they read this that it represents a
241keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
242are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
243language among those that use the Latin alphabet. This keyboard is laid out in the QWERTZ
244disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
245    <string name="subtype_no_language_qwertz">Alphabet (QWERTZ)</string>
246    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
247the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
248When the device is configured to use a language using a script other than the Latin alphabet, the
249user still needs a keyboard that can input Latin characters for passwords or login names for
250example, and a way to switch to this Latin alphabet keyboard. This string is the description for
251this keyboard, so users of other scripts should understand when they read this that it represents a
252keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
253are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
254language among those that use the Latin alphabet. This keyboard is laid out in the AZERTY
255disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
256    <string name="subtype_no_language_azerty">Alphabet (AZERTY)</string>
257    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
258the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
259When the device is configured to use a language using a script other than the Latin alphabet, the
260user still needs a keyboard that can input Latin characters for passwords or login names for
261example, and a way to switch to this Latin alphabet keyboard. This string is the description for
262this keyboard, so users of other scripts should understand when they read this that it represents a
263keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
264are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
265language among those that use the Latin alphabet. This keyboard is laid out in the Dvorak
266disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
267    <string name="subtype_no_language_dvorak">Alphabet (Dvorak)</string>
268    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
269the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
270When the device is configured to use a language using a script other than the Latin alphabet, the
271user still needs a keyboard that can input Latin characters for passwords or login names for
272example, and a way to switch to this Latin alphabet keyboard. This string is the description for
273this keyboard, so users of other scripts should understand when they read this that it represents a
274keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
275are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
276language among those that use the Latin alphabet. This keyboard is laid out in the Colemak
277disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
278    <string name="subtype_no_language_colemak">Alphabet (Colemak)</string>
279    <!-- This string is displayed in the description for a keyboard type. It refers specifically to
280the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
281When the device is configured to use a language using a script other than the Latin alphabet, the
282user still needs a keyboard that can input Latin characters for passwords or login names for
283example, and a way to switch to this Latin alphabet keyboard. This string is the description for
284this keyboard, so users of other scripts should understand when they read this that it represents a
285keyboard that is meant for them to be able to enter Latin characters as opposed to the script they
286are used to. This keyboard does not provide a dictionary, and it is not tied to any specific
287language among those that use the Latin alphabet. This keyboard is laid out in the QWERTY PC
288disposition that offers additional keys, but smaller keys compared to other common dispositions for
289mobile devices. [CHAR LIMIT=25] -->
290    <string name="subtype_no_language_pcqwerty">Alphabet (PC)</string>
291    <!-- Description for Emoji keyboard subtype [CHAR LIMIT=25] -->
292    <string name="subtype_emoji">Emoji</string>
293
294    <!-- Title of the preference settings for switching keyboard theme [CHAR LIMIT=35] -->
295    <string name="keyboard_theme">Keyboard theme</string>
296    <!-- The keyboard theme name, Holo White [CHAR LIMIT=25] -->
297    <string name="keyboard_theme_holo_white">Holo White</string>
298    <!-- The keyboard theme name, Holo Blue [CHAR LIMIT=25] -->
299    <string name="keyboard_theme_holo_blue">Holo Blue</string>
300    <!-- The keyboard theme name, Material Dark [CHAR LIMIT=25] -->
301    <string name="keyboard_theme_material_dark">Material Dark</string>
302    <!-- The keyboard theme name, Material Light [CHAR LIMIT=25] -->
303    <string name="keyboard_theme_material_light">Material Light</string>
304
305    <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]-->
306    <string name="custom_input_styles_title">Custom input styles</string>
307    <!-- Title of the option menu to add a new style entry in the preference settings [CHAR LIMIT=16] -->
308    <string name="add_style">Add style</string>
309    <!-- Title of the button to add custom style entry in the settings dialog [CHAR LIMIT=15] -->
310    <string name="add">Add</string>
311    <!-- Title of the button to remove a custom style entry in the settings dialog [CHAR LIMIT=15] -->
312    <string name="remove">Remove</string>
313    <!-- Title of the button to save a custom style entry in the settings dialog [CHAR LIMIT=15] -->
314    <string name="save">Save</string>
315    <!-- Title of the spinner for choosing a language of custom style in the settings dialog [CHAR LIMIT=15] -->
316    <string name="subtype_locale">Language</string>
317    <!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] -->
318    <string name="keyboard_layout_set">Layout</string>
319    <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=130] -->
320    <string name="custom_input_style_note_message">"Your custom input style needs to be enabled before you start using it. Do you want to enable it now?"</string>
321    <!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
322    <string name="enable">Enable</string>
323    <!-- Title of the button to postpone enabling a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
324    <string name="not_now">Not now</string>
325    <!-- Toast text to describe the same input style already exists [CHAR LIMIT=64]-->
326    <string name="custom_input_style_already_exists">"The same input style already exists: <xliff:g id="INPUT_STYLE_NAME" example="English (Dvorak)">%s</xliff:g>"</string>
327
328    <!-- Title of the settings for key long press delay [CHAR LIMIT=35] -->
329    <string name="prefs_key_longpress_timeout_settings">Key long press delay</string>
330    <!-- Title of the settings for keypress vibration duration [CHAR LIMIT=35] -->
331    <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration</string>
332    <!-- Title of the settings for keypress sound volume [CHAR LIMIT=35] -->
333    <string name="prefs_keypress_sound_volume_settings">Keypress sound volume</string>
334    <!-- Title of the settings for key popup show up animation duration (in milliseconds) [CHAR LIMIT=35] -->
335    <string name="prefs_key_popup_show_up_duration_settings" translatable="false">Key popup show up duration</string>
336    <!-- Title of the settings for key popup dismiss animation duration (in milliseconds) [CHAR LIMIT=35] -->
337    <string name="prefs_key_popup_dismiss_duration_settings" translatable="false">Key popup dismiss duration</string>
338    <!-- Title of the settings for key popup show up animation start scale (in percentile) [CHAR LIMIT=35] -->
339    <string name="prefs_key_popup_show_up_start_scale_settings" translatable="false">Key popup show up start scale</string>
340    <!-- Title of the settings for key popup dismiss animation end scale (in percentile) [CHAR LIMIT=35] -->
341    <string name="prefs_key_popup_dismiss_end_scale_settings" translatable="false">Key popup dismiss end scale</string>
342    <!-- Title of the settings for reading an external dictionary file -->
343    <string name="prefs_read_external_dictionary">Read external dictionary file</string>
344    <!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] -->
345    <string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string>
346    <!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] -->
347    <string name="read_external_dictionary_multiple_files_title">Select a dictionary file to install</string>
348    <!-- Title of the confirmation dialog to install a file as an external dictionary [CHAR LIMIT=50] -->
349    <string name="read_external_dictionary_confirm_install_message">Really install this file for <xliff:g id="LANGUAGE_NAME" example="English">%s</xliff:g>?</string>
350    <!-- Title for an error dialog that contains the details of the error in the body [CHAR LIMIT=80] -->
351    <string name="error">There was an error</string>
352    <!-- Title of the settings group for dumpping dictionary files that have been created on the device [CHAR LIMIT=35] -->
353    <string name="prefs_dump_dynamic_dicts" translatable="false">Dump dictionary</string>
354
355    <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] -->
356    <string name="button_default">Default</string>
357
358    <!-- Title of the setup wizard welcome screen. [CHAR LIMT=40] -->
359    <string name="setup_welcome_title">"Welcome to <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>"</string>
360    <!-- Additional title of the setup wizard welcome screen, just below the setup_welcome_title. [CHAR_LIMIT=64] -->
361    <string name="setup_welcome_additional_description">with Gesture Typing</string>
362    <!-- The label of the button that starts the setup wizard. [CHAR_LIMIT=64] -->
363    <string name="setup_start_action">Get started</string>
364    <!-- The label of the button that navigates the user to the next step of the setup wizard. [CHAR_LIMIT=64] -->
365    <string name="setup_next_action">Next step</string>
366    <!-- Title of the setup wizard. [CHAR LIMT=40] -->
367    <string name="setup_steps_title">"Setting up <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>"</string>
368    <!-- Ordinal number of the 1st step in the setup wizard. [CHAR LIMIT=5] -->
369    <string name="setup_step1_bullet" translatable="false">1</string>
370    <!-- Title of the 1st step in the setup wizard. [CHAR LIMIT=64] -->
371    <string name="setup_step1_title">"Enable <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>"</string>
372    <!-- Detailed instruction of the 1st step in the setup wizard. [CHAR LIMIT=120] -->
373    <string name="setup_step1_instruction">"Please check \"<xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>\" in your Language &amp; input settings. This will authorize it to run on your device."</string>
374    <!-- Detailed instruction of the already finished 1st step in the setup wizard. [CHAR LIMIT=120] -->
375    <string name="setup_step1_finished_instruction">"<xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g> is already enabled in your Language &amp; input settings, so this step is done. On to the next one!"</string>
376    <!-- The label of the button that triggers the Language & input settings in order to enable the keyboard. [CHAR_LIMIT=64] -->
377    <string name="setup_step1_action">Enable in Settings</string>
378    <!-- Ordinal number of the 2nd step in the setup wizard. [CHAR LIMIT=5] -->
379    <string name="setup_step2_bullet" translatable="false">2</string>
380    <!-- Title of the 2nd step in the setup wizard. [CHAR LIMIT=64] -->
381    <string name="setup_step2_title">"Switch to <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>"</string>
382    <!-- Detailed instruction of the 2nd step in the setup wizard. [CHAR LIMIT=120] -->
383    <string name="setup_step2_instruction">"Next, select \"<xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>\" as your active text-input method."</string>
384    <!-- The label of the button that triggers the choose input method dialog in order to select the keyboard. [CHAR_LIMIT=64] -->
385    <string name="setup_step2_action">Switch input methods</string>
386    <!-- Ordinal number of the 3rd step in the setup wizard. [CHAR LIMIT=5] -->
387    <string name="setup_step3_bullet" translatable="false">3</string>
388    <!-- Title of the 3rd step in the setup wizard. [CHAR LIMIT=64] -->
389    <string name="setup_step3_title">"Congratulations, you're all set!"</string>
390    <!-- Detailed instruction of the 3rd step in the setup wizard. [CHAR LIMIT=120] -->
391    <string name="setup_step3_instruction">Now you can type in all your favorite apps with <xliff:g id="APPLICATION_NAME" example="Android Keyboard">%s</xliff:g>.</string>
392    <!-- The label of the button that triggers the screen for configuaring additional languages of the keyboard. [CHAR_LIMIT=64] -->
393    <string name="setup_step3_action">Configure additional languages</string>
394    <!-- The label of the button that finishes the setup wizard. [CHAR_LIMIT=64] -->
395    <string name="setup_finish_action">Finished</string>
396    <!-- Option to show setup wizard icon. [CHAR LIMIT=30]-->
397    <string name="show_setup_wizard_icon">Show app icon</string>
398    <!-- Description for the option to show setup wizard application icon of this IME in the laucher. [CHAR_LIMIT=65] -->
399    <string name="show_setup_wizard_icon_summary">Display application icon in the launcher</string>
400
401    <!-- The dictionary provider application name. Visible in Settings/Applications/Manage applications. -->
402    <string name="app_name">Dictionary Provider</string>
403    <!-- The dictionary provider ContentProvider name. Visible in Settings/Applications/Running services. -->
404    <string name="dictionary_provider_name">Dictionary Provider</string>
405    <!-- The dictionary provider Service name. Visible in Settings/Applications/Running services. -->
406    <string name="dictionary_service_name">Dictionary Service</string>
407
408    <!-- Downloadable dictionaries will get update information through the network. This describes the associated download. -->
409    <string name="download_description">Dictionary update information</string>
410
411    <!-- Title and summary of the dictionary settings screen -->
412    <string name="dictionary_settings_title">Add-on dictionaries</string>
413    <!-- Title for the prompt dialog which informs the user that a dictionary is available for the current language and asks to decide whether to download it over 3g -->
414    <string name="dictionary_install_over_metered_network_prompt">Dictionary available</string>
415    <string name="dictionary_settings_summary">Settings for dictionaries</string>
416    <!-- Name of the user dictionaries settings category -->
417    <string name="user_dictionaries">User dictionaries</string>
418    <!-- Name for the "user dictionary" preference item when there is only one -->
419    <string name="default_user_dict_pref_name">User dictionary</string>
420    <!-- Message about some dictionary indicating it can be downloaded, but hasn't been yet -->
421    <string name="dictionary_available">Dictionary available</string>
422    <!-- Message about some dictionary indicating it is downloading and should be available soon -->
423    <string name="dictionary_downloading">Currently downloading</string>
424    <!-- Message about some dictionary indicating it is already installed -->
425    <string name="dictionary_installed">Installed</string>
426    <!-- Message about some dictionary indicating the file is installed, but the dictionary is disabled -->
427    <string name="dictionary_disabled">Installed, disabled</string>
428
429    <!-- Message to display in the dictionaries setting screen when some error prevented us to list installed dictionaries [CHAR LIMIT=20] -->
430    <string name="cannot_connect_to_dict_service">Problem connecting to dictionary service</string>
431    <!-- Message to display in the dictionaries setting screen when we found that no dictionaries are available [CHAR LIMIT=20]-->
432    <string name="no_dictionaries_available">No dictionaries available</string>
433
434    <!-- Title of the options to press to refresh the list (as in, check for updates now) [CHAR_LIMIT=50] -->
435    <string name="check_for_updates_now">Refresh</string>
436    <!-- Hint to tell when the data was last updated. Usage : "Last updated [date]", may contain a : or so. [CHAR LIMIT=45] -->
437    <string name="last_update">Last updated</string>
438
439    <!-- Message to display in a dialog box while we are actively updating the word list [CHAR LIMIT=60] -->
440    <string name="message_updating">Checking for updates</string>
441    <!-- Message to display while the add-on dictionary list is updating [no space constraints on this, there is plenty of space but shorter is better because it's only on the screen for a second] -->
442    <string name="message_loading">Loading&#x2026;</string>
443
444    <!-- String to explain this dictionary is the main dictionary for this language [CHAR_LIMIT=30] -->
445    <string name="main_dict_description">Main dictionary</string>
446
447    <!-- Standard message to dismiss a dialog box -->
448    <string name="cancel">Cancel</string>
449    <!-- Title of the button in a dialog box. The button takes the user to the keyboard settings. [CHAR LIMIT=15] -->
450    <string name="go_to_settings">Settings</string>
451
452    <!-- Action to download and install a dictionary [CHAR_LIMIT=15] -->
453    <string name="install_dict">Install</string>
454    <!-- Action to cancel the ongoing download of a dictionary file [CHAR_LIMIT=25] -->
455    <string name="cancel_download_dict">Cancel</string>
456    <!-- Action to delete a dictionary file [CHAR_LIMIT=15] -->
457    <string name="delete_dict">Delete</string>
458
459    <!-- Message in the popup informing the user a dictionary is available for their language, and asking for a decision to download over their mobile data plan or not. The reason we ask for this is, the data is large and may be downloaded over a paid-per-megabyte connection but a dictionary is also essential to type comfortably, so we ask the user. This only pops in selected cases, when there is no dictionary at all currently, and the only available network seems to be metered. The "Language & input" part should be set to the actual name of the option (message ID 5292716747264442359 in the translation console). [CHAR_LIMIT=700] -->
460    <string name="should_download_over_metered_prompt">The selected language on your mobile device has an available dictionary.&lt;br/>
461We recommend &lt;b>downloading&lt;/b> the <xliff:g id="LANGUAGE_NAME" example="English">%1$s</xliff:g> dictionary to improve your typing experience.&lt;br/>
462&lt;br/>
463The download could take a minute or two over 3G. Charges may apply if you don\'t have an &lt;b>unlimited data plan&lt;/b>.&lt;br/>
464If you are not sure which data plan you have, we recommend finding a Wi-Fi connection to start the download automatically.&lt;br/>
465&lt;br/>
466Tip: You can download and remove dictionaries by going to &lt;b>Language &amp; input&lt;/b> in the &lt;b>Settings&lt;/b> menu of your mobile device.</string>
467    <string name="download_over_metered">Download now (<xliff:g id="SIZE_IN_MEGABYTES" example="0.7">%1$.1f</xliff:g>MB)</string>
468    <string name="do_not_download_over_metered">Download over Wi-Fi</string>
469    <!-- The text of the "dictionary available" notification. -->
470    <string name="dict_available_notification_title">A dictionary is available for <xliff:g id="LANGUAGE_NAME" example="English">%1$s</xliff:g></string>
471    <!-- The small subtext in the "dictionary available" notification. -->
472    <string name="dict_available_notification_description">Press to review and download</string>
473
474    <!-- The text of the toast warning a download is starting automatically to enable suggestions for the selected language [CHAR LIMIT=100] -->
475    <string name="toast_downloading_suggestions">Downloading: suggestions for <xliff:g id="LANGUAGE_NAME" example="English">%1$s</xliff:g> will be ready soon.</string>
476
477    <!-- Version text [CHAR LIMIT=30]-->
478    <string name="version_text">Version <xliff:g id="VERSION_NUMBER" example="1.0.1864.643521">%1$s</xliff:g></string>
479
480    <!-- User dictionary settings -->
481    <!-- User dictionary settings.  The summary of the listem item to go into the User dictionary settings screen. -->
482    <string name="user_dict_settings_summary" translatable="false">""</string>
483    <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
484    <!-- This resource is corresponding to  msgid="4056762757149923551" -->
485    <string name="user_dict_settings_add_menu_title">Add</string>
486    <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] -->
487    <!-- This resource is corresponding to msgid="4702613990174126482" -->
488    <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
489    <!-- User dictionary settings. The title of the screen to add/edit a new word to the user dictionary; it describes the phrase that will be added to the user dictionary. [CHAR LIMIT=25] -->
490    <!-- This resource is corresponding to msgid="742580720124344291" -->
491    <string name="user_dict_settings_add_screen_title">Phrase</string>
492    <!-- User dictionary settings. Text on the dialog button to pop more options for adding a word. [CHAR LIMIT=16] -->
493    <!-- This resource is corresponding to msgid="8848798370746019825" -->
494    <string name="user_dict_settings_add_dialog_more_options">More options</string>
495    <!-- User dictionary settings. Text on the dialog button mask advanced options. [CHAR LIMIT=15] -->
496    <!-- This resource is corresponding to msgid="2441785268726036101" -->
497    <string name="user_dict_settings_add_dialog_less_options">Less options</string>
498    <!-- User dictionary settings. Text on the dialog button to confirm adding a word. [CHAR LIMIT=15] -->
499    <!-- This resource is corresponding to msgid="6225823625332416144" -->
500    <string name="user_dict_settings_add_dialog_confirm">OK</string>
501    <!-- User dictionary settings. Label to put before the word field (that's the word that will actually be added to the user dictionary when OK is pressed). [CHAR LIMIT=20] -->
502    <!-- This resource is corresponding to msgid="7868879174905963135" -->
503    <string name="user_dict_settings_add_word_option_name">Word:</string>
504    <!-- User dictionary settings. Label to put before the shortcut field (once a shortcut is registered, the user can type the shortcut and get the word it points to in the suggestions). [CHAR LIMIT=20] -->
505    <!-- This resource is corresponding to msgid="660089258866063925" -->
506    <string name="user_dict_settings_add_shortcut_option_name">Shortcut:</string>
507    <!-- User dictionary settings. Label to put before the language field. [CHAR LIMIT=20] -->
508    <!-- This resource is corresponding to msgid="5696358317061318532" -->
509    <string name="user_dict_settings_add_locale_option_name">Language:</string>
510    <!-- User dictionary settings. Hint for the text field to type the word to add to the user dictionary. [CHAR LIMIT=35] -->
511    <!-- This resource is corresponding to msgid="5725254076556821247" -->
512    <string name="user_dict_settings_add_word_hint">Type a word</string>
513    <!-- User dictionary settings. Hint for the text field to type the optional shortcut to add to the user dictionary. [CHAR LIMIT=35] -->
514    <!-- This resource is corresponding to msgid="7333763456561873445" -->
515    <string name="user_dict_settings_add_shortcut_hint">Optional shortcut</string>
516    <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
517    <!-- This resource is corresponding to msgid="8967476444840548674" -->
518    <string name="user_dict_settings_edit_dialog_title">Edit word</string>
519    <!-- User dictionary settings. The title of the context menu item to edit the current word -->
520    <!-- This resource is corresponding to msgid="2210564879320004837" -->
521    <string name="user_dict_settings_context_menu_edit_title">Edit</string>
522    <!-- User dictionary settings. The title of the context menu item to delete the current word -->
523    <!-- This resource is corresponding to msgid="9140703913776549054" -->
524    <string name="user_dict_settings_context_menu_delete_title">Delete</string>
525    <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary  [CHAR LIMIT=200] -->
526    <!-- This resource is corresponding to msgid="8165273379942105271" -->
527    <string name="user_dict_settings_empty_text">You don\'t have any words in the user dictionary. Add a word by touching the Add (+) button.</string>
528    <!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages -->
529    <!-- This resource is corresponding to msgid="6742000040975959247" -->
530    <string name="user_dict_settings_all_languages">For all languages</string>
531    <!-- User dictionary settings. The text to show for the option that shows the entire list of supported locales to choose one [CHAR LIMIT=30] -->
532    <!-- This resource is corresponding to msgid="7316375944684977910" -->
533    <string name="user_dict_settings_more_languages">More languages…</string>
534    <!-- User dictionary settings. Label to delete an entry in the user dictionary [CHAR LIMIT=30]
535         This resource is copied from packages/apps/Settings/res/values/strings.xml -->
536    <!-- This resource is corresponding to msgid="4219243412325163003" -->
537    <string name="user_dict_settings_delete">Delete</string>
538    <!-- User dictionary settings. Index of the user dictionary [CHAR LIMIT=30]
539         This resource is copied from packages/apps/Settings/res/values/strings.xml -->
540    <!-- This resource is corresponding to msgid="5433275485499039199" -->
541    <string name="user_dict_fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
542</resources>
543