blob: 4f038e1a5122038ea76e9ba5728f0d6ca3c5c7cf [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>
The Android Open Source Project923bf412009-03-13 15:11:42 -070029
satoke54723d2012-03-05 15:12:10 +090030 <!-- Name of Android spell checker service -->
31 <string name="spell_checker_service_name">Android spell checker</string>
32 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. -->
33 <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string>
satok022c1cc2011-07-25 10:35:51 +090034
Jean Chalard31fd54c2011-08-12 17:18:32 +090035 <!-- Title for the spell checking service settings screen -->
36 <string name="android_spell_checker_settings">Spell checking settings</string>
37
Jean Chalarddb5aedb2011-11-10 08:21:42 +090038 <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] -->
39 <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string>
Jean Chalard31fd54c2011-08-12 17:18:32 +090040
Jean Chalarddb5aedb2011-11-10 08:21:42 +090041 <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] -->
42 <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string>
Jean Chalard31fd54c2011-08-12 17:18:32 +090043
The Android Open Source Project923bf412009-03-13 15:11:42 -070044 <!-- Option to provide vibrate/haptic feedback on keypress -->
45 <string name="vibrate_on_keypress">Vibrate on keypress</string>
satokee2ab402010-05-10 18:43:50 +090046
The Android Open Source Project923bf412009-03-13 15:11:42 -070047 <!-- Option to play back sound on keypress in soft keyboard -->
48 <string name="sound_on_keypress">Sound on keypress</string>
satokee2ab402010-05-10 18:43:50 +090049
Yohei Fujii4cd593d2010-08-23 18:06:34 +090050 <!-- 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 +090051 <string name="popup_on_keypress">Popup on keypress</string>
52
Jean Chalardce9c4172011-01-19 15:07:14 +090053 <!-- Category title for general settings for Android keyboard -->
54 <string name="general_category">General</string>
55
The Android Open Source Project923bf412009-03-13 15:11:42 -070056 <!-- Category title for text prediction -->
Jean Chalardb5059122011-04-22 13:08:35 +090057 <string name="correction_category">Text correction</string>
58
Jean Chalardb5059122011-04-22 13:08:35 +090059 <!-- Category title for misc options -->
60 <string name="misc_category">Other options</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +090061
Jean Chalard240297d2011-05-11 20:51:07 +090062 <!-- Option name for advanced settings screen [CHAR LIMIT=25] -->
63 <string name="advanced_settings">Advanced settings</string>
64 <!-- 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 +090065 <string name="advanced_settings_summary">Options for experts</string>
Jean Chalard240297d2011-05-11 20:51:07 +090066
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -080067 <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=25] -->
68 <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string>
69 <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] -->
70 <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string>
71 <!-- Option to suppress language switch key [CHAR LIMIT=25] -->
72 <string name="suppress_language_switch_key">Suppress language switch key</string>
73
Jean Chalard240297d2011-05-11 20:51:07 +090074 <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
75 <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string>
76 <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
77 <string name="key_preview_popup_dismiss_no_delay">No delay</string>
78 <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
79 <string name="key_preview_popup_dismiss_default_delay">Default</string>
80
Jean Chalard699094f2011-06-10 18:16:21 +090081 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
82 <string name="use_contacts_dict">Suggest Contact names</string>
83 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
84 <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
85
Jean Chalard15315282011-09-02 14:09:10 +090086 <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] -->
87 <string name="enable_span_insert">Enable recorrections</string>
88 <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] -->
89 <string name="enable_span_insert_summary">Set suggestions for recorrections</string>
90
The Android Open Source Project923bf412009-03-13 15:11:42 -070091 <!-- Option to enable auto capitalization of sentences -->
Ken Wakasa183fbbb2010-12-16 16:52:00 +090092 <string name="auto_cap">Auto-capitalization</string>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090093
Jean Chalard4f3d5d32011-06-24 20:17:38 +090094 <!-- Option to configure dictionaries -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +090095 <string name="configure_dictionaries_title">Add-on dictionaries</string>
Jean Chalardadda8e32011-09-14 17:01:40 +090096 <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) -->
97 <string name="main_dictionary">Main dictionary</string>
Jean Chalard4f3d5d32011-06-24 20:17:38 +090098
Amith Yamasani6e3d4272009-03-25 17:39:38 -070099 <!-- Option to enable showing suggestions -->
Jean Chalardce9c4172011-01-19 15:07:14 +0900100 <string name="prefs_show_suggestions">Show correction suggestions</string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700101 <!-- Description for show suggestions -->
satok7599cfe2010-11-13 19:09:30 +0900102 <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
satok7599cfe2010-11-13 19:09:30 +0900103 <string name="prefs_suggestion_visibility_show_name">Always show</string>
104 <string name="prefs_suggestion_visibility_show_only_portrait_name">Show on portrait mode</string>
105 <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
satok7599cfe2010-11-13 19:09:30 +0900106
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900107 <!-- Option to decide the auto correction threshold score -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900108 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900109 <string name="auto_correction">Auto correction</string>
Tadashi G. Takaokae0aed8d2011-09-29 21:28:15 +0900110 <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
Jean Chalard2f4cc012011-01-25 17:31:34 +0900111 <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900112 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900113 <string name="auto_correction_threshold_mode_off">Off</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900114 <!-- 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 +0900115 <string name="auto_correction_threshold_mode_modest">Modest</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900116 <!-- 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 +0900117 <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900118 <!-- 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 +0900119 <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string>
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900120
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900121 <!-- Option to enable bigram correction -->
Jean Chalardb5059122011-04-22 13:08:35 +0900122 <string name="bigram_suggestion">Bigram suggestions</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900123 <!-- Description for auto correction -->
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700124 <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
Jean Chalardb5059122011-04-22 13:08:35 +0900125 <!-- Option to enable using user-history bigram when no input -->
126 <string name="bigram_prediction">Bigram prediction</string>
127 <!-- Description for auto correction -->
128 <string name="bigram_prediction_summary">Use previous word also for prediction</string>
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700129
The Android Open Source Project923bf412009-03-13 15:11:42 -0700130 <!-- Indicates that a word has been added to the dictionary -->
131 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900132
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900133 <!-- 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 -0700134 <string name="label_go_key">Go</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900135 <!-- 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 -0700136 <string name="label_next_key">Next</string>
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +0900137 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key! [CHAR LIMIT=5] -->
138 <string name="label_previous_key">Prev</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900139 <!-- 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 -0700140 <string name="label_done_key">Done</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900141 <!-- 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 -0700142 <string name="label_send_key">Send</string>
Ken Wakasa0b08a4b2011-08-02 19:43:58 +0900143 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] -->
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800144 <string name="label_to_alpha_key">ABC</string>
Ken Wakasa047f63f2011-08-03 00:28:46 +0900145 <!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] -->
146 <string name="label_to_symbol_key">\?123</string>
Tadashi G. Takaoka62d4a962011-08-02 21:29:24 -0700147 <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
148 part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] -->
149 <string name="label_to_symbol_with_microphone_key">123</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900150 <!-- 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 +0900151 <string name="label_pause_key">Pause</string>
Tadashi G. Takaoka03728d62010-11-04 17:22:30 +0900152 <!-- 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 +0900153 <string name="label_wait_key">Wait</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700154
Alan Viveretteb0c8db02011-10-05 16:59:31 -0700155 <!-- 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] -->
156 <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string>
157
Alan Viverette5ac46382011-05-17 17:03:25 -0700158 <!-- Spoken description for the currently entered text -->
159 <string name="spoken_current_text_is">Current text is "%s"</string>
160 <!-- Spoken description when there is no text entered -->
161 <string name="spoken_no_text_entered">No text entered</string>
162
163 <!-- Spoken description for unknown keyboard keys. -->
164 <string name="spoken_description_unknown">Key code %d</string>
alanv8d4f0d52012-02-07 13:14:18 -0800165 <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. -->
Alan Viverette5ac46382011-05-17 17:03:25 -0700166 <string name="spoken_description_shift">Shift</string>
alanv8d4f0d52012-02-07 13:14:18 -0800167 <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. -->
168 <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string>
169 <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. -->
170 <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string>
Alan Viverette5ac46382011-05-17 17:03:25 -0700171 <!-- Spoken description for the "Delete" keyboard key. -->
172 <string name="spoken_description_delete">Delete</string>
173 <!-- Spoken description for the "To Symbol" keyboard key. -->
174 <string name="spoken_description_to_symbol">Symbols</string>
175 <!-- Spoken description for the "To Alpha" keyboard key. -->
176 <string name="spoken_description_to_alpha">Letters</string>
177 <!-- Spoken description for the "To Numbers" keyboard key. -->
178 <string name="spoken_description_to_numeric">Numbers</string>
179 <!-- Spoken description for the "Settings" keyboard key. -->
180 <string name="spoken_description_settings">Settings</string>
181 <!-- Spoken description for the "Tab" keyboard key. -->
182 <string name="spoken_description_tab">Tab</string>
183 <!-- Spoken description for the "Space" keyboard key. -->
184 <string name="spoken_description_space">Space</string>
185 <!-- Spoken description for the "Mic" keyboard key. -->
186 <string name="spoken_description_mic">Voice input</string>
187 <!-- Spoken description for the "Smiley" keyboard key. -->
188 <string name="spoken_description_smiley">Smiley face</string>
189 <!-- Spoken description for the "Return" keyboard key. -->
190 <string name="spoken_description_return">Return</string>
Ken Wakasaa5663962012-02-14 17:20:00 +0900191 <!-- Spoken description for the "U+2022" (BULLET) keyboard key. -->
Eric Fischerfbd83a82012-02-02 13:57:15 -0800192 <string name="spoken_description_dot">Dot</string>
Alan Viverette5ac46382011-05-17 17:03:25 -0700193
alanv8d4f0d52012-02-07 13:14:18 -0800194 <!-- Spoken feedback after turning "Shift" mode on. -->
195 <string name="spoken_description_shiftmode_on">Shift enabled</string>
196 <!-- Spoken feedback after turning "Caps lock" mode on. -->
197 <string name="spoken_description_shiftmode_locked">Caps lock enabled</string>
198 <!-- Spoken feedback after turning "Shift" mode off. -->
199 <string name="spoken_description_shiftmode_off">Shift disabled</string>
200
201 <!-- Spoken feedback after changing to the symbols keyboard. -->
202 <string name="spoken_description_mode_symbol">Symbols mode</string>
203 <!-- Spoken feedback after changing to the alphanumeric keyboard. -->
204 <string name="spoken_description_mode_alpha">Letters mode</string>
205 <!-- Spoken feedback after changing to the phone dialer keyboard. -->
206 <string name="spoken_description_mode_phone">Phone mode</string>
207 <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. -->
208 <string name="spoken_description_mode_phone_shift">Phone symbols mode</string>
209
Mike LeBeau466741d2010-01-16 12:21:23 -0800210 <!-- Preferences item for enabling speech input -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +0900211 <string name="voice_input">Voice input key</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800212
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900213 <!-- Voice Input modes -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900214 <!-- 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 +0900215 <string name="voice_input_modes_main_keyboard">On main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900216 <!-- 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 +0900217 <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900218 <!-- 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 +0900219 <string name="voice_input_modes_off">Off</string>
220 <!-- Voice Input modes summary -->
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900221 <!-- 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 +0900222 <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900223 <!-- 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 +0900224 <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
Tadashi G. Takaokac5900962010-12-16 22:18:40 +0900225 <!-- 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 +0900226 <string name="voice_input_modes_summary_off">Voice input is disabled</string>
Mike LeBeau466741d2010-01-16 12:21:23 -0800227
Tadashi G. Takaokabf9d8342011-07-17 21:18:47 -0700228 <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
229 <string name="configure_input_method">Configure input methods</string>
230
Amith Yamasani36fcf252009-10-12 13:48:35 -0700231 <!-- Title for input language selection screen -->
Amith Yamasaniec7eb072010-02-11 06:06:02 -0800232 <string name="language_selection_title">Input languages</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900233
satok1a3bb542011-07-09 08:15:06 +0900234 <!-- Preference for input language selection -->
Jean Chalard7bf1d7f2011-09-01 19:24:53 +0900235 <string name="select_language">Input languages</string>
satok1a3bb542011-07-09 08:15:06 +0900236
Amith Yamasani66a787b2010-02-10 17:45:35 -0800237 <!-- Add to dictionary hint -->
Tadashi G. Takaoka2eb87812012-03-29 15:58:26 +0900238 <string name="hint_add_to_dictionary">Touch again to save</string>
Ken Wakasa183fbbb2010-12-16 16:52:00 +0900239
Amith Yamasani0a2df342010-03-04 04:43:15 -0800240 <!-- Inform the user that a particular language has an available dictionary -->
241 <string name="has_dictionary">Dictionary available</string>
satokee2ab402010-05-10 18:43:50 +0900242
Ken Wakasa34250262010-10-06 17:34:07 +0900243 <!-- Preferences item for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900244 <string name="prefs_enable_log">Enable user feedback</string>
Ken Wakasa34250262010-10-06 17:34:07 +0900245 <!-- Description for enabling to send user statistics to Google -->
satokee2ab402010-05-10 18:43:50 +0900246 <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 +0900247
satok543334c2011-01-13 21:26:12 +0900248 <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
Ken Wakasac79aa482011-06-25 00:10:49 +0900249 <string name="keyboard_layout">Keyboard theme</string>
satok01303e32010-05-19 14:03:00 +0900250
Tadashi G. Takaokad81479a2011-08-31 21:20:52 +0900251 <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=22] -->
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900252 <string name="subtype_en_GB">English (UK)</string>
Tadashi G. Takaokad81479a2011-08-31 21:20:52 +0900253 <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=22] -->
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900254 <string name="subtype_en_US">English (US)</string>
satokbf966612010-09-27 12:55:21 +0900255
satok95175d42010-11-16 07:48:04 +0900256 <!-- Title of an option for usability study mode -->
Ken Wakasac79aa482011-06-25 00:10:49 +0900257 <string name="prefs_usability_study_mode">Usability study mode</string>
satok79c0acf2011-10-11 16:39:11 +0900258 <!-- Title of the settings for keypress vibration duration -->
259 <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string>
260 <!-- Title of the settings for keypress sound volume -->
261 <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700262</resources>