2009-03-13 22:11:42 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2008, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff= "urn:oasis:names:tc:xliff:document:1.2" >
<!-- Title for Latin keyboard -->
2010-07-20 05:17:34 +00:00
<string name= "english_ime_name" > Android keyboard</string>
2009-03-13 22:11:42 +00:00
<!-- Title for Latin keyboard settings activity / dialog -->
2010-07-20 05:17:34 +00:00
<string name= "english_ime_settings" > Android keyboard settings</string>
2011-01-14 09:29:35 +00:00
<!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
2010-09-07 11:22:50 +00:00
<string name= "english_ime_input_options" > Input options</string>
2009-03-13 22:11:42 +00:00
2011-07-25 01:35:51 +00:00
<!-- Title for Latin Keyboard spell checker service -->
<string name= "spell_checker_service_name" > Android correction</string>
2009-03-13 22:11:42 +00:00
<!-- Option to provide vibrate/haptic feedback on keypress -->
<string name= "vibrate_on_keypress" > Vibrate on keypress</string>
2010-05-10 09:43:50 +00:00
2009-03-13 22:11:42 +00:00
<!-- Option to play back sound on keypress in soft keyboard -->
<string name= "sound_on_keypress" > Sound on keypress</string>
2010-05-10 09:43:50 +00:00
2010-08-23 09:06:34 +00:00
<!-- Option to control whether or not to show a popup with a larger font on each key press. -->
2010-08-11 11:50:20 +00:00
<string name= "popup_on_keypress" > Popup on keypress</string>
2011-01-19 06:07:14 +00:00
<!-- Category title for general settings for Android keyboard -->
<string name= "general_category" > General</string>
2009-03-13 22:11:42 +00:00
<!-- Category title for text prediction -->
2011-04-22 04:08:35 +00:00
<string name= "correction_category" > Text correction</string>
<!-- Category title for ngrams -->
<string name= "ngram_category" > Suggestions based on previous words</string>
<!-- Category title for misc options -->
<string name= "misc_category" > Other options</string>
2010-12-16 07:52:00 +00:00
2011-05-11 11:51:07 +00:00
<!-- Option name for advanced settings screen [CHAR LIMIT=25] -->
<string name= "advanced_settings" > Advanced settings</string>
<!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
<string name= "advanced_settings_summary" > Options for expert users</string>
<!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
<string name= "key_preview_popup_dismiss_delay" > Key popup dismiss delay</string>
<!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
<string name= "key_preview_popup_dismiss_no_delay" > No delay</string>
<!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
<string name= "key_preview_popup_dismiss_default_delay" > Default</string>
2011-06-10 09:16:21 +00:00
<!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
<string name= "use_contacts_dict" > Suggest Contact names</string>
<!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
<string name= "use_contacts_dict_summary" > Use names from Contacts for suggestions and corrections</string>
2009-03-13 22:11:42 +00:00
<!-- Option to enable auto capitalization of sentences -->
2010-12-16 07:52:00 +00:00
<string name= "auto_cap" > Auto-capitalization</string>
2010-12-11 08:06:24 +00:00
2011-06-24 11:17:38 +00:00
<!-- Option to configure dictionaries -->
<string name= "configure_dictionaries_title" > Configure dictionaries</string>
2009-03-26 00:39:38 +00:00
<!-- Option to enable showing suggestions -->
2011-01-19 06:07:14 +00:00
<string name= "prefs_show_suggestions" > Show correction suggestions</string>
2009-03-26 00:39:38 +00:00
<!-- Description for show suggestions -->
2010-11-13 10:09:30 +00:00
<string name= "prefs_show_suggestions_summary" > Display suggested words while typing</string>
<string name= "prefs_suggestion_visibility_show_name" > Always show</string>
<string name= "prefs_suggestion_visibility_show_only_portrait_name" > Show on portrait mode</string>
<string name= "prefs_suggestion_visibility_hide_name" > Always hide</string>
2010-09-15 04:37:52 +00:00
<!-- Option to show/hide the settings key -->
<string name= "prefs_settings_key" > Show settings key</string>
2010-12-11 08:06:24 +00:00
<!-- Option to decide the auto correction threshold score -->
2010-12-16 13:18:40 +00:00
<!-- Option to enable auto correction [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "auto_correction" > Auto correction</string>
2010-12-16 13:18:40 +00:00
<!-- Description for auto correction [CHAR LIMIT=35] -->
2011-01-25 08:31:34 +00:00
<string name= "auto_correction_summary" > Spacebar and punctuation automatically correct mistyped words</string>
2010-12-16 13:18:40 +00:00
<!-- Option to disable auto correction. [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "auto_correction_threshold_mode_off" > Off</string>
2011-01-24 05:14:54 +00:00
<!-- Option to suggest auto correction candidates modestly. Auto - corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "auto_correction_threshold_mode_modest" > Modest</string>
2011-01-24 05:14:54 +00:00
<!-- Option to suggest auto correction candidates aggressively. Auto - corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "auto_correction_threshold_mode_aggeressive" > Aggressive</string>
2011-06-24 11:30:31 +00:00
<!-- Option to suggest auto correction candidates very aggressively. Auto - corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
2011-06-24 15:10:49 +00:00
<string name= "auto_correction_threshold_mode_very_aggeressive" > Very aggressive</string>
2010-09-28 03:23:26 +00:00
2010-12-16 13:18:40 +00:00
<!-- Option to enable bigram correction -->
2011-04-22 04:08:35 +00:00
<string name= "bigram_suggestion" > Bigram suggestions</string>
2010-12-16 13:18:40 +00:00
<!-- Description for auto correction -->
2010-07-01 03:28:04 +00:00
<string name= "bigram_suggestion_summary" > Use previous word to improve suggestion</string>
2011-04-22 04:08:35 +00:00
<!-- Option to enable using user - history bigram when no input -->
<string name= "bigram_prediction" > Bigram prediction</string>
<!-- Description for auto correction -->
<string name= "bigram_prediction_summary" > Use previous word also for prediction</string>
2010-07-01 03:28:04 +00:00
2009-03-13 22:11:42 +00:00
<!-- Indicates that a word has been added to the dictionary -->
<string name= "added_word" > <xliff:g id= "word" > %s</xliff:g> : Saved</string>
2010-12-16 07:52:00 +00:00
2009-03-13 22:11:42 +00:00
<!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
<string name= "label_go_key" > Go</string>
<!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
<string name= "label_next_key" > Next</string>
<!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
<string name= "label_done_key" > Done</string>
<!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
<string name= "label_send_key" > Send</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
2010-11-19 22:57:24 +00:00
<string name= "label_to_alpha_key" > ABC</string>
2010-10-02 06:17:27 +00:00
<!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
<string name= "label_more_key" > More</string>
2010-11-04 08:22:30 +00:00
<!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
2010-10-08 16:06:26 +00:00
<string name= "label_pause_key" > Pause</string>
2010-11-04 08:22:30 +00:00
<!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
2010-10-08 16:06:26 +00:00
<string name= "label_wait_key" > Wait</string>
2009-06-18 22:53:28 +00:00
2011-05-18 00:03:25 +00:00
<!-- Spoken description for the currently entered text -->
<string name= "spoken_current_text_is" > Current text is "%s"</string>
<!-- Spoken description when there is no text entered -->
<string name= "spoken_no_text_entered" > No text entered</string>
<!-- Spoken description for unknown keyboard keys. -->
<string name= "spoken_description_unknown" > Key code %d</string>
<!-- Spoken description for the "Shift" keyboard key. -->
<string name= "spoken_description_shift" > Shift</string>
<!-- Spoken description for the "Shift" keyboard key's pressed state. -->
<string name= "spoken_description_shift_shifted" > Shift enabled</string>
<!-- Spoken description for the "Shift" keyboard key's pressed state. -->
<string name= "spoken_description_caps_lock" > Caps lock enabled</string>
<!-- Spoken description for the "Delete" keyboard key. -->
<string name= "spoken_description_delete" > Delete</string>
<!-- Spoken description for the "To Symbol" keyboard key. -->
<string name= "spoken_description_to_symbol" > Symbols</string>
<!-- Spoken description for the "To Alpha" keyboard key. -->
<string name= "spoken_description_to_alpha" > Letters</string>
<!-- Spoken description for the "To Numbers" keyboard key. -->
<string name= "spoken_description_to_numeric" > Numbers</string>
<!-- Spoken description for the "Settings" keyboard key. -->
<string name= "spoken_description_settings" > Settings</string>
<!-- Spoken description for the "Tab" keyboard key. -->
<string name= "spoken_description_tab" > Tab</string>
<!-- Spoken description for the "Space" keyboard key. -->
<string name= "spoken_description_space" > Space</string>
<!-- Spoken description for the "Mic" keyboard key. -->
<string name= "spoken_description_mic" > Voice input</string>
<!-- Spoken description for the "Smiley" keyboard key. -->
<string name= "spoken_description_smiley" > Smiley face</string>
<!-- Spoken description for the "Return" keyboard key. -->
<string name= "spoken_description_return" > Return</string>
<!-- Spoken description for the "," keyboard key. -->
<string name= "spoken_description_comma" > Comma</string>
<!-- Spoken description for the "." keyboard key. -->
<string name= "spoken_description_period" > Period</string>
<!-- Spoken description for the "(" keyboard key. -->
<string name= "spoken_description_left_parenthesis" > Left parenthesis</string>
<!-- Spoken description for the ")" keyboard key. -->
<string name= "spoken_description_right_parenthesis" > Right parenthesis</string>
<!-- Spoken description for the ":" keyboard key. -->
<string name= "spoken_description_colon" > Colon</string>
<!-- Spoken description for the ";" keyboard key. -->
<string name= "spoken_description_semicolon" > Semicolon</string>
<!-- Spoken description for the "!" keyboard key. -->
<string name= "spoken_description_exclamation_mark" > Exclamation mark</string>
<!-- Spoken description for the "?" keyboard key. -->
<string name= "spoken_description_question_mark" > Question mark</string>
<!-- Spoken description for the """ keyboard key. -->
<string name= "spoken_description_double_quote" > Double quote</string>
<!-- Spoken description for the "'" keyboard key. -->
<string name= "spoken_description_single_quote" > Single quote</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u2022" (BULLET) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_dot" > Dot</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u221a" (SQUARE ROOT) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_square_root" > Square root</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u03C0" (GREEK SMALL LETTER PI) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_pi" > Pi</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u0394" (GREEK CAPITAL LETTER DELTA) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_delta" > Delta</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u2122" (TRADE MARK SIGN) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_trademark" > Trademark</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u2105" (CARE OF) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_care_of" > Care of</string>
<!-- Spoken description for the "*" keyboard key. -->
<string name= "spoken_description_star" > Star</string>
<!-- Spoken description for the "#" keyboard key. -->
<string name= "spoken_description_pound" > Pound</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u2026" (HORIZONTAL ELLIPSIS) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_ellipsis" > Ellipsis</string>
2011-06-29 09:33:49 +00:00
<!-- Spoken description for the "\u201E" (DOUBLE LOW - 9 QUOTATION MARK) keyboard key. -->
2011-05-18 00:03:25 +00:00
<string name= "spoken_description_low_double_quote" > Low double quote</string>
2010-01-16 20:21:23 +00:00
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
<string name= "voice_warning_title" > Voice input</string>
2010-12-16 07:52:00 +00:00
2010-01-16 20:21:23 +00:00
<!-- Message that gets put at the top of the warning dialog if the user is attempting to use
voice input in a currently unsupported locale. Voice input will work for such a user,
but it will only recognize them in English. -->
<string name= "voice_warning_locale_not_supported" > Voice input is not currently supported for your language, but does work in English.</string>
2010-12-16 07:52:00 +00:00
2010-01-16 20:21:23 +00:00
<!-- Message of the warning dialog that shows when a user initiates voice input for
2011-01-14 09:29:35 +00:00
the first time, or turns it on in settings. [CHAR LIMIT=200] -->
2010-11-30 14:35:56 +00:00
<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>
2010-12-16 07:52:00 +00:00
2010-01-16 20:21:23 +00:00
<!-- An additional part of the warning dialog for voice input that only shows when the user
2011-01-14 09:29:35 +00:00
actually initiates voice input, rather than just turning it on in settings. [CHAR LIMIT=200] -->
2010-11-30 14:35:56 +00:00
<string name= "voice_warning_how_to_turn_off" > To turn off voice input, go to input method settings.</string>
<!-- Message to show when user enables the voice input settings (which says
2011-01-14 09:29:35 +00:00
"Press the microphone button"). [CHAR LIMIT=100] -->
2010-11-30 14:35:56 +00:00
<string name= "voice_hint_dialog_message" > To use voice input, press the microphone button.</string>
2010-12-16 07:52:00 +00:00
2010-01-16 20:21:23 +00:00
<!-- Short message to tell the user the system is ready for them to speak. -->
<string name= "voice_listening" > Speak now</string>
<!-- Short message shown after the user finishes speaking. -->
<string name= "voice_working" > Working</string>
<!-- Short message shown before the user should speak. -->
<string name= "voice_initializing" > </string>
<!-- Short message shown when a generic error occurs. -->
<string name= "voice_error" > Error. Please try again.</string>
<!-- Short message shown for a network error. -->
<string name= "voice_network_error" > Couldn\'t connect</string>
2010-12-16 07:52:00 +00:00
2010-01-16 20:21:23 +00:00
<!-- Short message shown for a network error where the utterance was really long,
in which case we should suggest that the user speak less. -->
<string name= "voice_too_much_speech" > Error, too much speech.</string>
<!-- Short message shown for an audio error. -->
<string name= "voice_audio_error" > Audio problem</string>
<!-- Short message shown for an error with the voice server. -->
<string name= "voice_server_error" > Server error</string>
<!-- Short message shown when no speech is heard. -->
<string name= "voice_speech_timeout" > No speech heard</string>
<!-- Short message shown when the server couldn't parse any speech. -->
<string name= "voice_no_match" > No matches found</string>
2010-12-16 07:52:00 +00:00
<!-- Short message shown when the user initiates voice and voice search is not installed. -->
2010-01-16 20:21:23 +00:00
<string name= "voice_not_installed" > Voice search not installed</string>
<!-- Short hint shown in candidate view to explain voice input. -->
<string name= "voice_swipe_hint" > <b > Hint:</b> Swipe across keyboard to speak</string>
<!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
<string name= "voice_punctuation_hint" > <b > Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name= "cancel" > Cancel</string>
<!-- Label on button when an error occurs -->
<string name= "ok" > OK</string>
<!-- Preferences item for enabling speech input -->
2010-02-09 22:17:30 +00:00
<string name= "voice_input" > Voice input</string>
2010-01-16 20:21:23 +00:00
2010-12-11 08:06:24 +00:00
<!-- Voice Input modes -->
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_main_keyboard" > On main keyboard</string>
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_symbols_keyboard" > On symbols keyboard</string>
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu option to never show voice key [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_off" > Off</string>
<!-- Voice Input modes summary -->
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_summary_main_keyboard" > Mic on main keyboard</string>
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_summary_symbols_keyboard" > Mic on symbols keyboard</string>
2010-12-16 13:18:40 +00:00
<!-- On settings screen, voice input pop - up menu summary text to never show voice key [CHAR LIMIT=20] -->
2010-12-11 08:06:24 +00:00
<string name= "voice_input_modes_summary_off" > Voice input is disabled</string>
2010-01-16 20:21:23 +00:00
2011-01-13 12:26:12 +00:00
<!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] -->
2010-09-02 19:25:31 +00:00
<string name= "selectInputMethod" > Select input method</string>
2011-07-18 04:18:47 +00:00
<!-- Title for configuring input method settings [CHAR LIMIT=35] -->
<string name= "configure_input_method" > Configure input methods</string>
2009-10-12 20:48:35 +00:00
<!-- Title for input language selection screen -->
2010-02-11 14:06:02 +00:00
<string name= "language_selection_title" > Input languages</string>
2010-12-16 07:52:00 +00:00
2011-07-08 23:15:06 +00:00
<!-- Preference for input language selection -->
<string name= "select_language" > Select input languages</string>
2010-02-11 01:45:35 +00:00
<!-- Add to dictionary hint -->
2010-10-05 13:39:15 +00:00
<string name= "hint_add_to_dictionary" > \u2190 Touch again to save</string>
2010-12-16 07:52:00 +00:00
2010-03-04 12:43:15 +00:00
<!-- Inform the user that a particular language has an available dictionary -->
<string name= "has_dictionary" > Dictionary available</string>
2010-05-10 09:43:50 +00:00
2010-10-06 08:34:07 +00:00
<!-- Preferences item for enabling to send user statistics to Google -->
2010-05-10 09:43:50 +00:00
<string name= "prefs_enable_log" > Enable user feedback</string>
2010-10-06 08:34:07 +00:00
<!-- Description for enabling to send user statistics to Google -->
2010-05-10 09:43:50 +00:00
<string name= "prefs_description_log" > Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
2011-01-13 12:26:12 +00:00
<!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] -->
2010-10-06 08:34:07 +00:00
<string name= "prefs_enable_recorrection" > Touch to correct words</string>
2011-01-13 12:26:12 +00:00
<!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 100] -->
2010-12-01 13:57:14 +00:00
<string name= "prefs_enable_recorrection_summary" > Touch entered words to correct them, only when suggestions are visible</string>
2010-05-14 13:20:13 +00:00
2011-01-13 12:26:12 +00:00
<!-- Title of the item to change the keyboard theme [CHAR LIMIT=20] -->
2011-06-24 15:10:49 +00:00
<string name= "keyboard_layout" > Keyboard theme</string>
2010-05-19 05:03:00 +00:00
2011-06-22 08:32:32 +00:00
<!-- Description for German QWERTY keyboard subtype [CHAR LIMIT=35] -->
2011-07-23 08:42:23 +00:00
<string name= "subtype_de_qwerty" > German QWERTY</string>
2011-01-13 02:52:15 +00:00
<!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=35] -->
2011-07-23 08:42:23 +00:00
<string name= "subtype_en_GB" > English (UK)</string>
2011-01-13 02:52:15 +00:00
<!-- Description for English (United States) keyboard subtype [CHAR LIMIT=35] -->
2011-07-23 08:42:23 +00:00
<string name= "subtype_en_US" > English (US)</string>
2010-09-27 03:55:21 +00:00
2010-11-15 22:48:04 +00:00
<!-- Title of an option for usability study mode -->
2011-06-24 15:10:49 +00:00
<string name= "prefs_usability_study_mode" > Usability study mode</string>
2009-03-13 22:11:42 +00:00
</resources>