The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 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"> |
satok | c1da656 | 2012-01-12 14:13:09 +0900 | [diff] [blame] | 21 | <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated. --> |
| 22 | <string name="aosp_android_keyboard_ime_name">Android keyboard (AOSP)</string> |
Tadashi G. Takaoka | 297d661 | 2011-01-14 18:29:35 +0900 | [diff] [blame] | 23 | <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> |
Ken Wakasa | c1ff284 | 2010-09-07 20:22:50 +0900 | [diff] [blame] | 24 | <string name="english_ime_input_options">Input options</string> |
Kurt Partridge | fe035fe | 2012-06-11 23:30:14 -0700 | [diff] [blame] | 25 | <!-- Title for Latin keyboard research log dialog, which contains special commands for users that contribute data for research. [CHAR LIMIT=33] --> |
Kurt Partridge | 724bc47 | 2012-06-04 12:27:37 -0700 | [diff] [blame] | 26 | <string name="english_ime_research_log">Research Log Commands</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 27 | |
satok | e54723d | 2012-03-05 15:12:10 +0900 | [diff] [blame] | 28 | <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. --> |
| 29 | <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string> |
satok | 022c1cc | 2011-07-25 10:35:51 +0900 | [diff] [blame] | 30 | |
Jean Chalard | db5aedb | 2011-11-10 08:21:42 +0900 | [diff] [blame] | 31 | <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] --> |
| 32 | <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string> |
Jean Chalard | 31fd54c | 2011-08-12 17:18:32 +0900 | [diff] [blame] | 33 | |
Jean Chalard | db5aedb | 2011-11-10 08:21:42 +0900 | [diff] [blame] | 34 | <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] --> |
| 35 | <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string> |
Jean Chalard | 31fd54c | 2011-08-12 17:18:32 +0900 | [diff] [blame] | 36 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 37 | <!-- Option to provide vibrate/haptic feedback on keypress --> |
| 38 | <string name="vibrate_on_keypress">Vibrate on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 39 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 40 | <!-- Option to play back sound on keypress in soft keyboard --> |
| 41 | <string name="sound_on_keypress">Sound on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 42 | |
Yohei Fujii | 4cd593d | 2010-08-23 18:06:34 +0900 | [diff] [blame] | 43 | <!-- Option to control whether or not to show a popup with a larger font on each key press. --> |
Yohei Fujii | 0b0a686 | 2010-08-11 20:50:20 +0900 | [diff] [blame] | 44 | <string name="popup_on_keypress">Popup on keypress</string> |
| 45 | |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 46 | <!-- Category title for general settings for Android keyboard --> |
| 47 | <string name="general_category">General</string> |
| 48 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 49 | <!-- Category title for text prediction --> |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 50 | <string name="correction_category">Text correction</string> |
| 51 | |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 52 | <!-- Category title for gesture typing --> |
| 53 | <string name="gesture_typing_category">Gesture typing</string> |
| 54 | |
Jean Chalard | b505912 | 2011-04-22 13:08:35 +0900 | [diff] [blame] | 55 | <!-- Category title for misc options --> |
| 56 | <string name="misc_category">Other options</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 57 | |
Jean Chalard | 240297d | 2011-05-11 20:51:07 +0900 | [diff] [blame] | 58 | <!-- Option name for advanced settings screen [CHAR LIMIT=25] --> |
| 59 | <string name="advanced_settings">Advanced settings</string> |
| 60 | <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> |
Ken Wakasa | f6f4053 | 2012-02-14 03:32:39 +0900 | [diff] [blame] | 61 | <string name="advanced_settings_summary">Options for experts</string> |
Jean Chalard | 240297d | 2011-05-11 20:51:07 +0900 | [diff] [blame] | 62 | |
Tadashi G. Takaoka | 6b006b4 | 2012-04-26 15:38:41 +0900 | [diff] [blame] | 63 | <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] --> |
Tadashi G. Takaoka | 81d4e3c | 2012-02-17 17:46:01 -0800 | [diff] [blame] | 64 | <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string> |
| 65 | <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] --> |
| 66 | <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string> |
Tadashi G. Takaoka | 1a4aa7e | 2012-09-20 10:32:56 +0900 | [diff] [blame] | 67 | <!-- Option to show language switch key [CHAR LIMIT=30] --> |
| 68 | <string name="show_language_switch_key">Language switch key</string> |
| 69 | <!-- Option summary for showing language switch key [CHAR LIMIT=65] --> |
| 70 | <string name="show_language_switch_key_summary">Show when multiple input languages are enabled</string> |
Tadashi G. Takaoka | 81d4e3c | 2012-02-17 17:46:01 -0800 | [diff] [blame] | 71 | |
Tadashi G. Takaoka | 84106a7 | 2013-01-29 17:37:31 +0900 | [diff] [blame] | 72 | <!-- Option to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=30]--> |
| 73 | <string name="sliding_key_input_preview">Show slide indicator</string> |
| 74 | <!-- Option summary to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=65]--> |
| 75 | <string name="sliding_key_input_preview_summary">Display visual cue while sliding from Shift or Symbol keys</string> |
Tadashi G. Takaoka | ff961dd | 2013-01-24 16:08:33 +0900 | [diff] [blame] | 76 | |
Jean Chalard | 240297d | 2011-05-11 20:51:07 +0900 | [diff] [blame] | 77 | <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] --> |
| 78 | <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string> |
| 79 | <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] --> |
| 80 | <string name="key_preview_popup_dismiss_no_delay">No delay</string> |
| 81 | <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] --> |
| 82 | <string name="key_preview_popup_dismiss_default_delay">Default</string> |
| 83 | |
Tadashi G. Takaoka | 2df0cf2 | 2013-01-18 16:47:49 +0900 | [diff] [blame] | 84 | <!-- Units abbreviation for the duration (milliseconds) [CHAR LIMIT=10] --> |
| 85 | <string name="abbreviation_unit_milliseconds"><xliff:g id="milliseconds">%s</xliff:g>ms</string> |
Tadashi G. Takaoka | a2982dd | 2012-12-27 17:05:07 +0900 | [diff] [blame] | 86 | |
Jean Chalard | 699094f | 2011-06-10 18:16:21 +0900 | [diff] [blame] | 87 | <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> |
| 88 | <string name="use_contacts_dict">Suggest Contact names</string> |
| 89 | <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] --> |
| 90 | <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string> |
| 91 | |
Ken Wakasa | 2d4d64d | 2012-12-08 10:17:46 +0900 | [diff] [blame] | 92 | <!-- 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] --> |
Ken Wakasa | 139bd83f | 2012-12-04 15:24:55 +0900 | [diff] [blame] | 93 | <string name="use_double_space_period">Double-space period</string> |
| 94 | <!-- 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] --> |
| 95 | <string name="use_double_space_period_summary">Double tap on spacebar inserts a period followed by a space</string> |
| 96 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 97 | <!-- Option to enable auto capitalization of sentences --> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 98 | <string name="auto_cap">Auto-capitalization</string> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 99 | <!-- Description for option to enable auto capitalization of sentences --> |
| 100 | <string name="auto_cap_summary">Capitalize the first word of each sentence</string> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 101 | |
Jean Chalard | 4f3d5d3 | 2011-06-24 20:17:38 +0900 | [diff] [blame] | 102 | <!-- Option to configure dictionaries --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 103 | <string name="configure_dictionaries_title">Add-on dictionaries</string> |
Jean Chalard | adda8e3 | 2011-09-14 17:01:40 +0900 | [diff] [blame] | 104 | <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) --> |
| 105 | <string name="main_dictionary">Main dictionary</string> |
Jean Chalard | 4f3d5d3 | 2011-06-24 20:17:38 +0900 | [diff] [blame] | 106 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 107 | <!-- Option to enable showing suggestions --> |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 108 | <string name="prefs_show_suggestions">Show correction suggestions</string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 109 | <!-- Description for show suggestions --> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 110 | <string name="prefs_show_suggestions_summary">Display suggested words while typing</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 111 | <string name="prefs_suggestion_visibility_show_name">Always show</string> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 112 | <string name="prefs_suggestion_visibility_show_only_portrait_name">Show in portrait mode</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 113 | <string name="prefs_suggestion_visibility_hide_name">Always hide</string> |
satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 114 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 115 | <!-- Option to decide the auto correction threshold score --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 116 | <!-- Option to enable auto correction [CHAR LIMIT=20]--> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 117 | <string name="auto_correction">Auto-correction</string> |
Tadashi G. Takaoka | e0aed8d | 2011-09-29 21:28:15 +0900 | [diff] [blame] | 118 | <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> |
Jean Chalard | 2f4cc01 | 2011-01-25 17:31:34 +0900 | [diff] [blame] | 119 | <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 120 | <!-- Option to disable auto correction. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 121 | <string name="auto_correction_threshold_mode_off">Off</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 122 | <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 123 | <string name="auto_correction_threshold_mode_modest">Modest</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 124 | <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 125 | <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 126 | <!-- 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] --> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 127 | <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> |
Mitsuhiro Shimoda | b1abda8 | 2010-09-28 12:23:26 +0900 | [diff] [blame] | 128 | |
Jean Chalard | 8d076be | 2012-06-19 11:34:43 -0700 | [diff] [blame] | 129 | <!-- 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. --> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 130 | <string name="bigram_prediction">Next-word suggestions</string> |
Jean Chalard | 8d076be | 2012-06-19 11:34:43 -0700 | [diff] [blame] | 131 | <!-- Description for "next word suggestion" option. This displays suggestions even when there is no input, based on the previous word. --> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 132 | <string name="bigram_prediction_summary">Use the previous word in making suggestions</string> |
Jae Yong Sung | 937d5ad | 2010-06-30 20:28:04 -0700 | [diff] [blame] | 133 | |
Tadashi G. Takaoka | 47e2bf3 | 2012-07-27 15:32:29 +0900 | [diff] [blame] | 134 | <!-- 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]--> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 135 | <string name="gesture_input">Enable gesture typing</string> |
Tadashi G. Takaoka | 62b8ddd | 2012-07-20 17:49:06 +0900 | [diff] [blame] | 136 | <!-- 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]--> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 137 | <string name="gesture_input_summary">Input a word by sliding through the letters</string> |
Tadashi G. Takaoka | 47e2bf3 | 2012-07-27 15:32:29 +0900 | [diff] [blame] | 138 | <!-- Option to enable gesture trail preview. The user can see a trail of the gesture during gesture input. [CHAR LIMIT=30]--> |
| 139 | <string name="gesture_preview_trail">Show gesture trail</string> |
| 140 | <!-- 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]--> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 141 | <string name="gesture_floating_preview_text">Dynamic floating preview</string> |
Tadashi G. Takaoka | 47e2bf3 | 2012-07-27 15:32:29 +0900 | [diff] [blame] | 142 | <!-- 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]--> |
Tadashi G. Takaoka | 9458e71 | 2012-09-26 11:09:15 +0900 | [diff] [blame] | 143 | <string name="gesture_floating_preview_text_summary">See the suggested word while gesturing</string> |
Tadashi G. Takaoka | 62b8ddd | 2012-07-20 17:49:06 +0900 | [diff] [blame] | 144 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 145 | <!-- Indicates that a word has been added to the dictionary --> |
| 146 | <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 147 | |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 148 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 149 | <string name="label_go_key">Go</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 150 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 151 | <string name="label_next_key">Next</string> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 152 | <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key! [CHAR LIMIT=5] --> |
| 153 | <string name="label_previous_key">Prev</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 154 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 155 | <string name="label_done_key">Done</string> |
Ken Wakasa | 0b08a4b | 2011-08-02 19:43:58 +0900 | [diff] [blame] | 156 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 157 | <string name="label_send_key">Send</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 158 | <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] --> |
Tadashi G. Takaoka | 4d3a4dc | 2010-10-09 01:06:26 +0900 | [diff] [blame] | 159 | <string name="label_pause_key">Pause</string> |
Tadashi G. Takaoka | 03728d6 | 2010-11-04 17:22:30 +0900 | [diff] [blame] | 160 | <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]--> |
Tadashi G. Takaoka | 4d3a4dc | 2010-10-09 01:06:26 +0900 | [diff] [blame] | 161 | <string name="label_wait_key">Wait</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 162 | |
Alan Viverette | b0c8db0 | 2011-10-05 16:59:31 -0700 | [diff] [blame] | 163 | <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] --> |
| 164 | <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string> |
| 165 | |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 166 | <!-- Spoken description for the currently entered text --> |
| 167 | <string name="spoken_current_text_is">Current text is "%s"</string> |
| 168 | <!-- Spoken description when there is no text entered --> |
| 169 | <string name="spoken_no_text_entered">No text entered</string> |
| 170 | |
| 171 | <!-- Spoken description for unknown keyboard keys. --> |
| 172 | <string name="spoken_description_unknown">Key code %d</string> |
alanv | 8d4f0d5 | 2012-02-07 13:14:18 -0800 | [diff] [blame] | 173 | <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. --> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 174 | <string name="spoken_description_shift">Shift</string> |
alanv | 8d4f0d5 | 2012-02-07 13:14:18 -0800 | [diff] [blame] | 175 | <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. --> |
| 176 | <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string> |
| 177 | <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. --> |
| 178 | <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 179 | <!-- Spoken description for the "Delete" keyboard key. --> |
| 180 | <string name="spoken_description_delete">Delete</string> |
| 181 | <!-- Spoken description for the "To Symbol" keyboard key. --> |
| 182 | <string name="spoken_description_to_symbol">Symbols</string> |
| 183 | <!-- Spoken description for the "To Alpha" keyboard key. --> |
| 184 | <string name="spoken_description_to_alpha">Letters</string> |
| 185 | <!-- Spoken description for the "To Numbers" keyboard key. --> |
| 186 | <string name="spoken_description_to_numeric">Numbers</string> |
| 187 | <!-- Spoken description for the "Settings" keyboard key. --> |
| 188 | <string name="spoken_description_settings">Settings</string> |
| 189 | <!-- Spoken description for the "Tab" keyboard key. --> |
| 190 | <string name="spoken_description_tab">Tab</string> |
| 191 | <!-- Spoken description for the "Space" keyboard key. --> |
| 192 | <string name="spoken_description_space">Space</string> |
| 193 | <!-- Spoken description for the "Mic" keyboard key. --> |
| 194 | <string name="spoken_description_mic">Voice input</string> |
| 195 | <!-- Spoken description for the "Smiley" keyboard key. --> |
| 196 | <string name="spoken_description_smiley">Smiley face</string> |
| 197 | <!-- Spoken description for the "Return" keyboard key. --> |
| 198 | <string name="spoken_description_return">Return</string> |
alanv | 0803271 | 2012-05-31 16:15:21 -0700 | [diff] [blame] | 199 | <!-- Spoken description for the "Search" keyboard key. --> |
| 200 | <string name="spoken_description_search">Search</string> |
Ken Wakasa | a566396 | 2012-02-14 17:20:00 +0900 | [diff] [blame] | 201 | <!-- Spoken description for the "U+2022" (BULLET) keyboard key. --> |
Eric Fischer | fbd83a8 | 2012-02-02 13:57:15 -0800 | [diff] [blame] | 202 | <string name="spoken_description_dot">Dot</string> |
alanv | ba037c6 | 2012-07-25 11:03:41 -0700 | [diff] [blame] | 203 | <!-- Spoken description for the "Switch language" keyboard key. --> |
| 204 | <string name="spoken_description_language_switch">Switch language</string> |
| 205 | <!-- Spoken description for the "Next" action keyboard key. --> |
| 206 | <string name="spoken_description_action_next">Next</string> |
| 207 | <!-- Spoken description for the "Previous" action keyboard key. --> |
| 208 | <string name="spoken_description_action_previous">Previous</string> |
Alan Viverette | 5ac4638 | 2011-05-17 17:03:25 -0700 | [diff] [blame] | 209 | |
alanv | 8d4f0d5 | 2012-02-07 13:14:18 -0800 | [diff] [blame] | 210 | <!-- Spoken feedback after turning "Shift" mode on. --> |
| 211 | <string name="spoken_description_shiftmode_on">Shift enabled</string> |
| 212 | <!-- Spoken feedback after turning "Caps lock" mode on. --> |
| 213 | <string name="spoken_description_shiftmode_locked">Caps lock enabled</string> |
| 214 | <!-- Spoken feedback after turning "Shift" mode off. --> |
| 215 | <string name="spoken_description_shiftmode_off">Shift disabled</string> |
| 216 | |
| 217 | <!-- Spoken feedback after changing to the symbols keyboard. --> |
| 218 | <string name="spoken_description_mode_symbol">Symbols mode</string> |
| 219 | <!-- Spoken feedback after changing to the alphanumeric keyboard. --> |
| 220 | <string name="spoken_description_mode_alpha">Letters mode</string> |
| 221 | <!-- Spoken feedback after changing to the phone dialer keyboard. --> |
| 222 | <string name="spoken_description_mode_phone">Phone mode</string> |
| 223 | <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. --> |
| 224 | <string name="spoken_description_mode_phone_shift">Phone symbols mode</string> |
| 225 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 226 | <!-- Preferences item for enabling speech input --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 227 | <string name="voice_input">Voice input key</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 228 | |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 229 | <!-- Voice Input modes --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 230 | <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 231 | <string name="voice_input_modes_main_keyboard">On main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 232 | <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 233 | <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 234 | <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 235 | <string name="voice_input_modes_off">Off</string> |
| 236 | <!-- Voice Input modes summary --> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 237 | <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 238 | <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 239 | <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 240 | <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string> |
Tadashi G. Takaoka | c590096 | 2010-12-16 22:18:40 +0900 | [diff] [blame] | 241 | <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] --> |
Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 242 | <string name="voice_input_modes_summary_off">Voice input is disabled</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 243 | |
Tadashi G. Takaoka | bf9d834 | 2011-07-17 21:18:47 -0700 | [diff] [blame] | 244 | <!-- Title for configuring input method settings [CHAR LIMIT=35] --> |
| 245 | <string name="configure_input_method">Configure input methods</string> |
| 246 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 247 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 248 | <string name="language_selection_title">Input languages</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 249 | |
Kurt Partridge | bd8a42f | 2012-06-13 22:00:49 -0700 | [diff] [blame] | 250 | <!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 251 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 252 | <string name="research_do_not_log_this_session" translatable="false">Suspend logging</string> |
Kurt Partridge | 223d671 | 2012-06-29 07:02:39 -0700 | [diff] [blame] | 253 | <!-- Title for dialog option to let users reenable logging [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 254 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 255 | <string name="research_enable_session_logging" translatable="false">Enable logging</string> |
Kurt Partridge | fe035fe | 2012-06-11 23:30:14 -0700 | [diff] [blame] | 256 | <!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 257 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 258 | <string name="research_notify_session_log_deleting" translatable="false">Deleting session log</string> |
Kurt Partridge | fe035fe | 2012-06-11 23:30:14 -0700 | [diff] [blame] | 259 | <!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 260 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 261 | <string name="research_notify_logging_suspended" translatable="false">Logging temporarily suspended. To disable permanently, go to Android Keyboard Settings</string> |
Kurt Partridge | fe035fe | 2012-06-11 23:30:14 -0700 | [diff] [blame] | 262 | <!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 263 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 264 | <string name="research_notify_session_log_not_deleted" translatable="false">Session log NOT deleted</string> |
Kurt Partridge | 223d671 | 2012-06-29 07:02:39 -0700 | [diff] [blame] | 265 | <!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] --> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 266 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 267 | <string name="research_notify_session_logging_enabled" translatable="false">Session logging enabled</string> |
| 268 | |
| 269 | <!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] --> |
| 270 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 271 | <string name="research_feedback_menu_option" translatable="false">Send feedback</string> |
| 272 | <!-- Dialog box title that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] --> |
| 273 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 274 | <string name="research_feedback_dialog_title" translatable="false">Send feedback</string> |
| 275 | <!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] --> |
| 276 | <!-- TODO: remove translatable=false attribute once text is stable --> |
Kurt Partridge | 14b800d | 2012-08-23 09:53:25 -0700 | [diff] [blame] | 277 | <string name="research_feedback_include_history_label" translatable="false">Include session history</string> |
Kurt Partridge | 4cb8531 | 2012-08-23 10:42:38 -0700 | [diff] [blame] | 278 | <!-- Text for checkbox option to include user account name in feedback for research purposes [CHAR LIMIT=50] --> |
| 279 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 280 | <string name="research_feedback_include_account_name_label" translatable="false">Include account name</string> |
Kurt Partridge | faf35c3 | 2013-01-21 17:12:44 -0800 | [diff] [blame] | 281 | <!-- Text for checkbox option to include a recording in feedback for research purposes [CHAR LIMIT=50] --> |
| 282 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 283 | <string name="research_feedback_include_recording_label" translatable="false">Include recorded demonstration</string> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 284 | <!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] --> |
| 285 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 286 | <string name="research_feedback_hint" translatable="false">Enter your feedback here.</string> |
| 287 | <!-- Dialog button choice to send research feedback [CHAR LIMIT=35] --> |
| 288 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 289 | <string name="research_feedback_send" translatable="false">Send</string> |
| 290 | <!-- Dialog button choice to cancel sending research feedback [CHAR LIMIT=35] --> |
| 291 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 292 | <string name="research_feedback_cancel" translatable="false">Cancel</string> |
Kurt Partridge | faf35c3 | 2013-01-21 17:12:44 -0800 | [diff] [blame] | 293 | <!-- Temporary notification to provide user with instructions about stopping a recording |
| 294 | - operation[CHAR LIMIT=100] --> |
| 295 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 296 | <string name="research_feedback_demonstration_instructions" translatable="false">Please demonstrate the issue you are writing about.\n\nWhen finished, select the \"Bug?\" button again."</string> |
| 297 | <!-- Temporary notification of recording failure [CHAR LIMIT=100] --> |
| 298 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 299 | <string name="research_feedback_recording_failure" translatable="false">Recording cancelled due to timeout</string> |
Kurt Partridge | 3c233bf | 2012-07-18 18:00:48 -0700 | [diff] [blame] | 300 | <!-- Toast notification to ask user to quit the research feedback dialog to perform this operation [CHAR LIMIT=100] --> |
| 301 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 302 | <string name="research_please_exit_feedback_form" translatable="false">Please exit the feedback dialog to access the research log menu</string> |
| 303 | |
Kurt Partridge | 4331012 | 2012-07-18 18:41:15 -0700 | [diff] [blame] | 304 | <!-- Title of dialog shown at start informing users about contributing research usage data--> |
| 305 | <!-- TODO: remove translatable=false attribute once text is stable --> |
Kurt Partridge | 25405ea | 2012-07-26 15:27:57 -0700 | [diff] [blame] | 306 | <string name="research_splash_title" translatable="false">Warning</string> |
| 307 | |
| 308 | <!-- Toast message informing users that logging has been disabled --> |
Kurt Partridge | 4331012 | 2012-07-18 18:41:15 -0700 | [diff] [blame] | 309 | <!-- TODO: remove translatable=false attribute once text is stable --> |
Kurt Partridge | 25405ea | 2012-07-26 15:27:57 -0700 | [diff] [blame] | 310 | <string name="research_logging_disabled" translatable="false">Logging Disabled</string> |
Kurt Partridge | 4331012 | 2012-07-18 18:41:15 -0700 | [diff] [blame] | 311 | |
Kurt Partridge | b5ace11 | 2012-08-04 23:26:35 -0700 | [diff] [blame] | 312 | <!-- Name for the research uploading service to be displayed to users. [CHAR LIMIT=50] --> |
| 313 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 314 | <string name="research_log_uploader_name" translatable="false">Research Uploader Service</string> |
| 315 | |
Kurt Partridge | 588d9b5 | 2012-09-18 10:17:53 -0700 | [diff] [blame] | 316 | <!-- Name for the research replaying service to be displayed to users. [CHAR LIMIT=50] --> |
| 317 | <!-- TODO: remove translatable=false attribute once text is stable --> |
| 318 | <string name="research_log_replayer_name" translatable="false">Research Replayer Service</string> |
| 319 | |
satok | 1a3bb54 | 2011-07-09 08:15:06 +0900 | [diff] [blame] | 320 | <!-- Preference for input language selection --> |
Jean Chalard | 7bf1d7f | 2011-09-01 19:24:53 +0900 | [diff] [blame] | 321 | <string name="select_language">Input languages</string> |
satok | 1a3bb54 | 2011-07-09 08:15:06 +0900 | [diff] [blame] | 322 | |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 323 | <!-- Add to dictionary hint --> |
Tadashi G. Takaoka | 2eb8781 | 2012-03-29 15:58:26 +0900 | [diff] [blame] | 324 | <string name="hint_add_to_dictionary">Touch again to save</string> |
Ken Wakasa | 183fbbb | 2010-12-16 16:52:00 +0900 | [diff] [blame] | 325 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 326 | <!-- Inform the user that a particular language has an available dictionary --> |
| 327 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 328 | |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 329 | <!-- Preferences item for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 330 | <string name="prefs_enable_log">Enable user feedback</string> |
Ken Wakasa | 3425026 | 2010-10-06 17:34:07 +0900 | [diff] [blame] | 331 | <!-- Description for enabling to send user statistics to Google --> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 332 | <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame] | 333 | |
satok | 543334c | 2011-01-13 21:26:12 +0900 | [diff] [blame] | 334 | <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 335 | <string name="keyboard_layout">Keyboard theme</string> |
satok | 01303e3 | 2010-05-19 14:03:00 +0900 | [diff] [blame] | 336 | |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 337 | <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=25] --> |
Ken Wakasa | 8f98cde | 2011-07-23 17:42:23 +0900 | [diff] [blame] | 338 | <string name="subtype_en_GB">English (UK)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 339 | <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=25] --> |
Ken Wakasa | 8f98cde | 2011-07-23 17:42:23 +0900 | [diff] [blame] | 340 | <string name="subtype_en_US">English (US)</string> |
Tadashi G. Takaoka | 8203f7a | 2013-01-23 15:41:43 +0900 | [diff] [blame] | 341 | <!-- Description for Spanish (United States) keyboard subtype [CHAR LIMIT=25] --> |
| 342 | <string name="subtype_es_US">Spanish (US)</string> |
Tadashi G. Takaoka | 8e50c5d | 2012-05-07 01:47:14 +0900 | [diff] [blame] | 343 | <!-- Description for English (United Kingdom) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] |
| 344 | This should be identical to subtype_en_GB aside from the trailing (%s). --> |
| 345 | <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="layout">%s</xliff:g>)</string> |
| 346 | <!-- Description for English (United States) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] |
| 347 | This should be identical to subtype_en_US aside from the trailing (%s). --> |
| 348 | <string name="subtype_with_layout_en_US">English (US) (<xliff:g id="layout">%s</xliff:g>)</string> |
Tadashi G. Takaoka | 8203f7a | 2013-01-23 15:41:43 +0900 | [diff] [blame] | 349 | <!-- Description for Spanish (United States) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] |
| 350 | This should be identical to subtype_es_US aside from the trailing (%s). --> |
| 351 | <string name="subtype_with_layout_es_US">Spanish (US) (<xliff:g id="layout">%s</xliff:g>)</string> |
Tadashi G. Takaoka | 9ecf634 | 2012-07-24 17:18:47 +0900 | [diff] [blame] | 352 | <!-- TODO: Uncomment once we can handle IETF language tag with script name specified. |
| 353 | Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25] |
| 354 | <string name="subtype_serbian_cyrillic">Serbian (Cyrillic)</string> |
| 355 | Description for Serbian Latin keyboard subtype [CHAR LIMIT=25] |
| 356 | <string name="subtype_serbian_latin">Serbian (Latin)</string> |
| 357 | Description for Serbian Latin keyboard subtype with explicit keyboard layout [CHAR LIMIT=25] |
| 358 | This should be identical to subtype_serbian_latin aside from the trailing (%s). |
| 359 | <string name="subtype_with_layout_sr-Latn">Serbian (Latin) (<xliff:g id="layout">%s</xliff:g>)</string> |
| 360 | --> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 361 | <!-- Description for language agnostic keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 362 | <string name="subtype_no_language">No language</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 363 | <!-- Description for language agnostic QWERTY keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 3bf57a5 | 2012-04-03 12:50:28 +0900 | [diff] [blame] | 364 | <string name="subtype_no_language_qwerty">No language (QWERTY)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 365 | <!-- Description for language agnostic QWERTZ keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 27b42ce | 2012-04-25 14:17:49 +0900 | [diff] [blame] | 366 | <string name="subtype_no_language_qwertz">No language (QWERTZ)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 367 | <!-- Description for language agnostic AZERTY keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 27b42ce | 2012-04-25 14:17:49 +0900 | [diff] [blame] | 368 | <string name="subtype_no_language_azerty">No language (AZERTY)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 369 | <!-- Description for language agnostic Dvorak keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 27b42ce | 2012-04-25 14:17:49 +0900 | [diff] [blame] | 370 | <string name="subtype_no_language_dvorak">No language (Dvorak)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 371 | <!-- Description for language agnostic Colemak keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 27b42ce | 2012-04-25 14:17:49 +0900 | [diff] [blame] | 372 | <string name="subtype_no_language_colemak">No language (Colemak)</string> |
Tadashi G. Takaoka | 088350d | 2012-05-01 14:15:41 +0900 | [diff] [blame] | 373 | <!-- Description for language agnostic PC QWERTY keyboard subtype [CHAR LIMIT=25] --> |
Tadashi G. Takaoka | 27b42ce | 2012-04-25 14:17:49 +0900 | [diff] [blame] | 374 | <string name="subtype_no_language_pcqwerty">No language (PC)</string> |
satok | bf96661 | 2010-09-27 12:55:21 +0900 | [diff] [blame] | 375 | |
Tadashi G. Takaoka | 6b006b4 | 2012-04-26 15:38:41 +0900 | [diff] [blame] | 376 | <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]--> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 377 | <string name="custom_input_styles_title">Custom input styles</string> |
Tadashi G. Takaoka | 7566448 | 2012-05-15 17:17:53 +0900 | [diff] [blame] | 378 | <!-- Title of the option menu to add a new style entry in the preference settings [CHAR LIMIT=16] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 379 | <string name="add_style">Add style</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 380 | <!-- Title of the button to add custom style entry in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 381 | <string name="add">Add</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 382 | <!-- Title of the button to remove a custom style entry in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 383 | <string name="remove">Remove</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 384 | <!-- Title of the button to save a custom style entry in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 385 | <string name="save">Save</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 386 | <!-- Title of the spinner for choosing a language of custom style in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 387 | <string name="subtype_locale">Language</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 388 | <!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 389 | <string name="keyboard_layout_set">Layout</string> |
Tadashi G. Takaoka | 11327c7 | 2012-06-26 11:00:19 +0900 | [diff] [blame] | 390 | <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=130] --> |
Tadashi G. Takaoka | 7566448 | 2012-05-15 17:17:53 +0900 | [diff] [blame] | 391 | <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> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 392 | <!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | 7566448 | 2012-05-15 17:17:53 +0900 | [diff] [blame] | 393 | <string name="enable">Enable</string> |
Tadashi G. Takaoka | a26bda7 | 2012-05-18 11:09:39 +0900 | [diff] [blame] | 394 | <!-- Title of the button to postpone enabling a custom input style entry in the settings dialog [CHAR LIMIT=15] --> |
Tadashi G. Takaoka | 7566448 | 2012-05-15 17:17:53 +0900 | [diff] [blame] | 395 | <string name="not_now">Not now</string> |
Tadashi G. Takaoka | 749b2a3 | 2012-05-16 16:14:17 +0900 | [diff] [blame] | 396 | <!-- Toast text to describe the same input style already exists [CHAR LIMIT=64]--> |
| 397 | <string name="custom_input_style_already_exists">"The same input style already exists: <xliff:g id="input_style_name">%s</xliff:g>"</string> |
Tadashi G. Takaoka | c27fe62 | 2012-04-13 16:41:24 +0900 | [diff] [blame] | 398 | |
satok | 95175d4 | 2010-11-16 07:48:04 +0900 | [diff] [blame] | 399 | <!-- Title of an option for usability study mode --> |
Ken Wakasa | c79aa48 | 2011-06-25 00:10:49 +0900 | [diff] [blame] | 400 | <string name="prefs_usability_study_mode">Usability study mode</string> |
Tadashi G. Takaoka | cc5e4a4 | 2013-01-18 12:19:59 +0900 | [diff] [blame] | 401 | <!-- Title of the settings for key long press delay --> |
| 402 | <string name="prefs_key_longpress_timeout_settings">Key long press delay settings</string> |
satok | 79c0acf | 2011-10-11 16:39:11 +0900 | [diff] [blame] | 403 | <!-- Title of the settings for keypress vibration duration --> |
| 404 | <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string> |
| 405 | <!-- Title of the settings for keypress sound volume --> |
| 406 | <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string> |
Jean Chalard | 9058bc0 | 2013-01-18 16:40:55 +0900 | [diff] [blame] | 407 | <!-- Title of the settings for reading an external dictionary file --> |
| 408 | <string name="prefs_read_external_dictionary">Read external dictionary file</string> |
Jean Chalard | fbc5e9b | 2013-01-18 18:55:40 +0900 | [diff] [blame] | 409 | <!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] --> |
| 410 | <string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string> |
| 411 | <!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] --> |
| 412 | <string name="read_external_dictionary_multiple_files_title">Select a dictionary file to install</string> |
| 413 | <!-- Title of the confirmation dialog to install a file as an external dictionary [CHAR LIMIT=50] --> |
| 414 | <string name="read_external_dictionary_confirm_install_message">Really install this file for <xliff:g id="locale_name">%s</xliff:g>?</string> |
Jean Chalard | b56260b | 2013-01-18 19:21:14 +0900 | [diff] [blame] | 415 | <!-- Title for an error dialog that contains the details of the error in the body [CHAR LIMIT=80] --> |
| 416 | <string name="error">There was an error</string> |
Tadashi G. Takaoka | a7a7f4e | 2013-01-10 12:06:00 +0900 | [diff] [blame] | 417 | |
| 418 | <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] --> |
| 419 | <string name="button_default">Default</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 420 | </resources> |