blob: d663b008d23561547907182e700c5c638fec37dd [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2008, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <!-- Title for Latin keyboard -->
satoke04cc8b2010-07-20 14:17:34 +090022 <string name="english_ime_name">Android keyboard</string>
satokc1da6562012-01-12 14:13:09 +090023 <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated. -->
24 <string name="aosp_android_keyboard_ime_name">Android keyboard (AOSP)</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070025 <!-- Title for Latin keyboard settings activity / dialog -->
satoke04cc8b2010-07-20 14:17:34 +090026 <string name="english_ime_settings">Android keyboard settings</string>
Tadashi G. Takaoka297d6612011-01-14 18:29:35 +090027 <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
Ken Wakasac1ff2842010-09-07 20:22:50 +090028 <string name="english_ime_input_options">Input options</string>
Kurt Partridge724bc472012-06-04 12:27:37 -070029 <!-- Title for Latin keyboard research log dialog, which contains special commands for users that contribute data for research. [CHAR LIMIT=25] -->
30 <string name="english_ime_research_log">Research Log Commands</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -070031
satoke54723d2012-03-05 15:12:10 +090032 <!-- Name of Android spell checker service -->
33 <string name="spell_checker_service_name">Android spell checker</string>
34 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. -->
35 <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string>
satok022c1cc2011-07-25 10:35:51 +090036
Jean Chalard31fd54c2011-08-12 17:18:32 +090037 <!-- Title for the spell checking service settings screen -->
38 <string name="android_spell_checker_settings">Spell checking settings</string>
39
Jean Chalarddb5aedb2011-11-10 08:21:42 +090040 <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] -->
41 <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string>
Jean Chalard31fd54c2011-08-12 17:18:32 +090042
Jean Chalarddb5aedb2011-11-10 08:21:42 +090043 <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] -->
44 <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string>
Jean Chalard31fd54c2011-08-12 17:18:32 +090045
The Android Open Source Project923bf412009-03-13 15:11:42 -070046 <!-- Option to provide vibrate/haptic feedback on keypress -->
47 <string name="vibrate_on_keypress">Vibrate on keypress</string>
satokee2ab402010-05-10 18:43:50 +090048
The Android Open Source Project923bf412009-03-13 15:11:42 -070049 <!-- Option to play back sound on keypress in soft keyboard -->
50 <string name="sound_on_keypress">Sound on keypress</string>
satokee2ab402010-05-10 18:43:50 +090051
Yohei Fujii4cd593d2010-08-23 18:06:34 +090052 <!-- Option to control whether or not to show a popup with a larger font on each key press. -->
Yohei Fujii0b0a6862010-08-11 20:50:20 +090053 <string name="popup_on_keypress">Popup on keypress</string>
54
Jean Chalardce9c4172011-01-19 15:07:14 +090055 <!-- Category title for general settings for Android keyboard -->
56 <string name="general_category">General</string>
57
The Android Open Source Project923bf412009-03-13 15:11:42 -070058 <!-- Category title for text prediction -->
Jean Chalardb5059122011-04-22 13:08:35 +090059 <string name="correction_category">Text correction</string>
60
Jean Chalardb5059122011-04-22 13:08:35 +090061 <!-- Category title for misc options -->
62 <string name="misc_category">Other options</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090063
Jean Chalard240297d2011-05-11 20:51:07 +090064 <!-- Option name for advanced settings screen [CHAR LIMIT=25] -->
65 <string name="advanced_settings">Advanced settings</string>
66 <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
Ken Wakasaf6f40532012-02-14 03:32:39 +090067 <string name="advanced_settings_summary">Options for experts</string>
Jean Chalard240297d2011-05-11 20:51:07 +090068
Tadashi G. Takaoka6b006b42012-04-26 15:38:41 +090069 <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] -->
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -080070 <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string>
71 <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] -->
72 <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string>
Tadashi G. Takaoka6b006b42012-04-26 15:38:41 +090073 <!-- Option to suppress language switch key [CHAR LIMIT=30] -->
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -080074 <string name="suppress_language_switch_key">Suppress language switch key</string>
75
Jean Chalard240297d2011-05-11 20:51:07 +090076 <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
77 <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string>
78 <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
79 <string name="key_preview_popup_dismiss_no_delay">No delay</string>
80 <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
81 <string name="key_preview_popup_dismiss_default_delay">Default</string>
82
Jean Chalard699094f2011-06-10 18:16:21 +090083 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
84 <string name="use_contacts_dict">Suggest Contact names</string>
85 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
86 <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
87
Jean Chalard15315282011-09-02 14:09:10 +090088 <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] -->
89 <string name="enable_span_insert">Enable recorrections</string>
90 <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] -->
91 <string name="enable_span_insert_summary">Set suggestions for recorrections</string>
92
The Android Open Source Project923bf412009-03-13 15:11:42 -070093 <!-- Option to enable auto capitalization of sentences -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +090094 <string name="auto_cap">Auto-capitalization</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090095
Jean Chalard4f3d5d32011-06-24 20:17:38 +090096 <!-- Option to configure dictionaries -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +090097 <string name="configure_dictionaries_title">Add-on dictionaries</string>
Jean Chalardadda8e32011-09-14 17:01:40 +090098 <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) -->
99 <string name="main_dictionary">Main dictionary</string>
Jean Chalard4f3d5d32011-06-24 20:17:38 +0900100
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700101 <!-- Option to enable showing suggestions -->
Jean Chalardce9c4172011-01-19 15:07:14 +0900102 <string name="prefs_show_suggestions">Show correction suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700103 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +0900104 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
satok7599cfe2010-11-13 19:09:30 +0900105 <string name="prefs_suggestion_visibility_show_name">Always show</string>
106 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
107 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
satok7599cfe2010-11-13 19:09:30 +0900108
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900109 <!-- Option to decide the auto correction threshold score -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900110 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900111 <string name="auto_correction">Auto correction</string>
Tadashi G. Takaokae0aed8d2011-09-29 21:28:15 +0900112 <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
Jean Chalard2f4cc012011-01-25 17:31:34 +0900113 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900114 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900115 <string name="auto_correction_threshold_mode_off">Off</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900116 <!-- 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. Takaoka1b1f7f92010-12-11 17:06:24 +0900117 <string name="auto_correction_threshold_mode_modest">Modest</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900118 <!-- 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. Takaoka1b1f7f92010-12-11 17:06:24 +0900119 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900120 <!-- 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 Wakasac79aa482011-06-25 00:10:49 +0900121 <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string>
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900122
Jean Chalard80f2ccc2012-04-05 20:49:37 +0900123 <!-- Option to enable next word correction -->
124 <string name="bigram_suggestion">Next word suggestions</string>
125 <!-- Option to enable next word suggestion. This uses the previous word in an attempt to improve the suggestions quality -->
126 <string name="bigram_suggestion_summary">Use previous word to improve suggestions</string>
127 <!-- Option to enable using next word prediction -->
128 <string name="bigram_prediction">Next word prediction</string>
129 <!-- Description for "next word prediction" option. This displays suggestions even when there is no input, based on the previous word. -->
Jean Chalardb5059122011-04-22 13:08:35 +0900130 <string name="bigram_prediction_summary">Use previous word also for prediction</string>
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700131
The Android Open Source Project923bf412009-03-13 15:11:42 -0700132 <!-- Indicates that a word has been added to the dictionary -->
133 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900134
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900135 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! [CHAR LIMIT=5] -->
The Android Open Source Project923bf412009-03-13 15:11:42 -0700136 <string name="label_go_key">Go</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900137 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! [CHAR LIMIT=5] -->
The Android Open Source Project923bf412009-03-13 15:11:42 -0700138 <string name="label_next_key">Next</string>
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +0900139 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key! [CHAR LIMIT=5] -->
140 <string name="label_previous_key">Prev</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900141 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! [CHAR LIMIT=5] -->
The Android Open Source Project923bf412009-03-13 15:11:42 -0700142 <string name="label_done_key">Done</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900143 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] -->
The Android Open Source Project923bf412009-03-13 15:11:42 -0700144 <string name="label_send_key">Send</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900145 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] -->
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800146 <string name="label_to_alpha_key">ABC</string>
Ken Wakasa047f63f2011-08-03 00:28:46 +0900147 <!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] -->
148 <string name="label_to_symbol_key">\?123</string>
Tadashi G. Takaoka62d4a962011-08-02 21:29:24 -0700149 <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
150 part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] -->
151 <string name="label_to_symbol_with_microphone_key">123</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900152 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900153 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900154 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]-->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900155 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700156
Alan Viveretteb0c8db02011-10-05 16:59:31 -0700157 <!-- 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] -->
158 <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string>
159
Alan Viverette5ac46382011-05-17 17:03:25 -0700160 <!-- Spoken description for the currently entered text -->
161 <string name="spoken_current_text_is">Current text is "%s"</string>
162 <!-- Spoken description when there is no text entered -->
163 <string name="spoken_no_text_entered">No text entered</string>
164
165 <!-- Spoken description for unknown keyboard keys. -->
166 <string name="spoken_description_unknown">Key code %d</string>
alanv8d4f0d52012-02-07 13:14:18 -0800167 <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. -->
Alan Viverette5ac46382011-05-17 17:03:25 -0700168 <string name="spoken_description_shift">Shift</string>
alanv8d4f0d52012-02-07 13:14:18 -0800169 <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. -->
170 <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string>
171 <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. -->
172 <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string>
Alan Viverette5ac46382011-05-17 17:03:25 -0700173 <!-- Spoken description for the "Delete" keyboard key. -->
174 <string name="spoken_description_delete">Delete</string>
175 <!-- Spoken description for the "To Symbol" keyboard key. -->
176 <string name="spoken_description_to_symbol">Symbols</string>
177 <!-- Spoken description for the "To Alpha" keyboard key. -->
178 <string name="spoken_description_to_alpha">Letters</string>
179 <!-- Spoken description for the "To Numbers" keyboard key. -->
180 <string name="spoken_description_to_numeric">Numbers</string>
181 <!-- Spoken description for the "Settings" keyboard key. -->
182 <string name="spoken_description_settings">Settings</string>
183 <!-- Spoken description for the "Tab" keyboard key. -->
184 <string name="spoken_description_tab">Tab</string>
185 <!-- Spoken description for the "Space" keyboard key. -->
186 <string name="spoken_description_space">Space</string>
187 <!-- Spoken description for the "Mic" keyboard key. -->
188 <string name="spoken_description_mic">Voice input</string>
189 <!-- Spoken description for the "Smiley" keyboard key. -->
190 <string name="spoken_description_smiley">Smiley face</string>
191 <!-- Spoken description for the "Return" keyboard key. -->
192 <string name="spoken_description_return">Return</string>
alanv08032712012-05-31 16:15:21 -0700193 <!-- Spoken description for the "Search" keyboard key. -->
194 <string name="spoken_description_search">Search</string>
Ken Wakasaa5663962012-02-14 17:20:00 +0900195 <!-- Spoken description for the "U+2022" (BULLET) keyboard key. -->
Eric Fischerfbd83a82012-02-02 13:57:15 -0800196 <string name="spoken_description_dot">Dot</string>
Alan Viverette5ac46382011-05-17 17:03:25 -0700197
alanv8d4f0d52012-02-07 13:14:18 -0800198 <!-- Spoken feedback after turning "Shift" mode on. -->
199 <string name="spoken_description_shiftmode_on">Shift enabled</string>
200 <!-- Spoken feedback after turning "Caps lock" mode on. -->
201 <string name="spoken_description_shiftmode_locked">Caps lock enabled</string>
202 <!-- Spoken feedback after turning "Shift" mode off. -->
203 <string name="spoken_description_shiftmode_off">Shift disabled</string>
204
205 <!-- Spoken feedback after changing to the symbols keyboard. -->
206 <string name="spoken_description_mode_symbol">Symbols mode</string>
207 <!-- Spoken feedback after changing to the alphanumeric keyboard. -->
208 <string name="spoken_description_mode_alpha">Letters mode</string>
209 <!-- Spoken feedback after changing to the phone dialer keyboard. -->
210 <string name="spoken_description_mode_phone">Phone mode</string>
211 <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. -->
212 <string name="spoken_description_mode_phone_shift">Phone symbols mode</string>
213
Mike LeBeau466741d2010-01-16 12:21:23 -0800214 <!-- Preferences item for enabling speech input -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +0900215 <string name="voice_input">Voice input key</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800216
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900217 <!-- Voice Input modes -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900218 <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900219 <string name="voice_input_modes_main_keyboard">On main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900220 <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900221 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900222 <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900223 <string name="voice_input_modes_off">Off</string>
224 <!-- Voice Input modes summary -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900225 <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900226 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900227 <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900228 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900229 <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900230 <string name="voice_input_modes_summary_off">Voice input is disabled</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800231
Tadashi G. Takaokabf9d8342011-07-17 21:18:47 -0700232 <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
233 <string name="configure_input_method">Configure input methods</string>
234
Amith Yamasani36fcf252009-10-12 13:48:35 -0700235 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800236 <string name="language_selection_title">Input languages</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900237
Kurt Partridge724bc472012-06-04 12:27:37 -0700238 <!-- Title for dialog option that lets user mark a particular time in the log for later review by experts [CHAR LIMIT=25] -->
239 <string name="note_timestamp_for_researchlog">Note timestamp in log</string>
240 <!-- Toast notification message that the time has been marked for later review. [CHAR LIMIT=25] -->
241 <string name="notify_recorded_timestamp">Recorded timestamp</string>
242
243 <!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=25] -->
244 <string name="do_not_log_this_session">Do not log this session</string>
245 <!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=25] -->
246 <string name="notify_session_log_deleting">Deleting session log</string>
247 <!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=25] -->
248 <string name="notify_session_log_deleted">Session log deleted</string>
249 <!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=25] -->
250 <string name="notify_session_log_not_deleted">Session log NOT deleted</string>
251
satok1a3bb542011-07-09 08:15:06 +0900252 <!-- Preference for input language selection -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +0900253 <string name="select_language">Input languages</string>
satok1a3bb542011-07-09 08:15:06 +0900254
Amith Yamasani66a787b2010-02-10 17:45:35 -0800255 <!-- Add to dictionary hint -->
Tadashi G. Takaoka2eb87812012-03-29 15:58:26 +0900256 <string name="hint_add_to_dictionary">Touch again to save</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900257
Amith Yamasani0a2df342010-03-04 04:43:15 -0800258 <!-- Inform the user that a particular language has an available dictionary -->
259 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900260
Ken Wakasa34250262010-10-06 17:34:07 +0900261 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900262 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900263 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900264 <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
satoka0f87392010-05-14 22:20:13 +0900265
satok543334c2011-01-13 21:26:12 +0900266 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
Ken Wakasac79aa482011-06-25 00:10:49 +0900267 <string name="keyboard_layout">Keyboard theme</string>
satok01303e32010-05-19 14:03:00 +0900268
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900269 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=25] -->
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900270 <string name="subtype_en_GB">English (UK)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900271 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=25] -->
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900272 <string name="subtype_en_US">English (US)</string>
Tadashi G. Takaoka8e50c5d2012-05-07 01:47:14 +0900273 <!-- Description for English (United Kingdom) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
274 This should be identical to subtype_en_GB aside from the trailing (%s). -->
275 <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="layout">%s</xliff:g>)</string>
276 <!-- Description for English (United States) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
277 This should be identical to subtype_en_US aside from the trailing (%s). -->
278 <string name="subtype_with_layout_en_US">English (US) (<xliff:g id="layout">%s</xliff:g>)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900279 <!-- Description for language agnostic keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900280 <string name="subtype_no_language">No language</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900281 <!-- Description for language agnostic QWERTY keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka3bf57a52012-04-03 12:50:28 +0900282 <string name="subtype_no_language_qwerty">No language (QWERTY)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900283 <!-- Description for language agnostic QWERTZ keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka27b42ce2012-04-25 14:17:49 +0900284 <string name="subtype_no_language_qwertz">No language (QWERTZ)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900285 <!-- Description for language agnostic AZERTY keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka27b42ce2012-04-25 14:17:49 +0900286 <string name="subtype_no_language_azerty">No language (AZERTY)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900287 <!-- Description for language agnostic Dvorak keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka27b42ce2012-04-25 14:17:49 +0900288 <string name="subtype_no_language_dvorak">No language (Dvorak)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900289 <!-- Description for language agnostic Colemak keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka27b42ce2012-04-25 14:17:49 +0900290 <string name="subtype_no_language_colemak">No language (Colemak)</string>
Tadashi G. Takaoka088350d2012-05-01 14:15:41 +0900291 <!-- Description for language agnostic PC QWERTY keyboard subtype [CHAR LIMIT=25] -->
Tadashi G. Takaoka27b42ce2012-04-25 14:17:49 +0900292 <string name="subtype_no_language_pcqwerty">No language (PC)</string>
satokbf966612010-09-27 12:55:21 +0900293
Tadashi G. Takaoka6b006b42012-04-26 15:38:41 +0900294 <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]-->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900295 <string name="custom_input_styles_title">Custom input styles</string>
Tadashi G. Takaoka75664482012-05-15 17:17:53 +0900296 <!-- Title of the option menu to add a new style entry in the preference settings [CHAR LIMIT=16] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900297 <string name="add_style">Add style</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900298 <!-- Title of the button to add custom style entry in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900299 <string name="add">Add</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900300 <!-- Title of the button to remove a custom style entry in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900301 <string name="remove">Remove</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900302 <!-- Title of the button to save a custom style entry in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900303 <string name="save">Save</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900304 <!-- Title of the spinner for choosing a language of custom style in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900305 <string name="subtype_locale">Language</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900306 <!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900307 <string name="keyboard_layout_set">Layout</string>
Tadashi G. Takaoka75664482012-05-15 17:17:53 +0900308 <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=64] -->
309 <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. Takaokaa26bda72012-05-18 11:09:39 +0900310 <!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaoka75664482012-05-15 17:17:53 +0900311 <string name="enable">Enable</string>
Tadashi G. Takaokaa26bda72012-05-18 11:09:39 +0900312 <!-- Title of the button to postpone enabling a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
Tadashi G. Takaoka75664482012-05-15 17:17:53 +0900313 <string name="not_now">Not now</string>
Tadashi G. Takaoka749b2a32012-05-16 16:14:17 +0900314 <!-- Toast text to describe the same input style already exists [CHAR LIMIT=64]-->
315 <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. Takaokac27fe622012-04-13 16:41:24 +0900316
satok95175d42010-11-16 07:48:04 +0900317 <!-- Title of an option for usability study mode -->
Ken Wakasac79aa482011-06-25 00:10:49 +0900318 <string name="prefs_usability_study_mode">Usability study mode</string>
satok79c0acf2011-10-11 16:39:11 +0900319 <!-- Title of the settings for keypress vibration duration -->
320 <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string>
321 <!-- Title of the settings for keypress sound volume -->
322 <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700323</resources>