blob: 3b3965e09f957ba96547582495fbda712eaa3c6a [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 -->
22 <string name="english_ime_name">Android keyboard</string>
23 <!-- Title for Latin keyboard settings activity / dialog -->
24 <string name="english_ime_settings">Android keyboard settings</string>
25
26 <!-- Option to provide vibrate/haptic feedback on keypress -->
27 <string name="vibrate_on_keypress">Vibrate on keypress</string>
28 <!-- Option to play back sound on keypress in soft keyboard -->
29 <string name="sound_on_keypress">Sound on keypress</string>
30
31 <!-- Option to enable using nearby keys when correcting/predicting -->
32 <string name="hit_correction">Correct typing errors</string>
33
34 <!-- Description for hit_correction -->
35 <string name="hit_correction_summary">Enable input error correction</string>
36
37 <!-- Option to enable using nearby keys when correcting/predicting in landscape-->
38 <string name="hit_correction_land">Landscape input errors</string>
39
40 <!-- Description for hit_correction in landscape -->
41 <string name="hit_correction_land_summary">Enable input error correction</string>
42
43 <!-- Option to automatically correct word on hitting space -->
44 <string name="auto_correction">Word suggestions</string>
45
46 <!-- Description for auto_correction -->
47 <string name="auto_correction_summary">Automatically correct the previous word</string>
48
49 <!-- Option to enable text prediction -->
50 <string name="prediction">Word suggestions</string>
51 <!-- Category title for text prediction -->
52 <string name="prediction_category">Word suggestion settings</string>
53 <!-- Description for text prediction -->
54 <string name="prediction_summary">Enable auto completion while typing</string>
55
56 <!-- Dialog title for auto complete choices -->
57 <string name="auto_complete_dialog_title">Auto completion</string>
58
59 <!-- Option to enable text prediction in landscape -->
60 <string name="prediction_landscape">Increase text field size</string>
61 <!-- Description for text prediction -->
62 <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string>
63
64 <!-- Option to enable auto capitalization of sentences -->
65 <string name="auto_cap">Auto-capitalization</string>
66 <!-- Description for auto cap -->
67 <string name="auto_cap_summary">Capitalize the start of a sentence</string>
68 <!-- Option to enable auto punctuate -->
69 <string name="auto_punctuate">Auto-punctuate</string>
70 <!-- Description for auto punctuate -->
71 <string name="auto_punctuate_summary"></string>
72
Amith Yamasani6e3d4272009-03-25 17:39:38 -070073 <!-- Option to enable quick fixes -->
74 <string name="quick_fixes">Quick fixes</string>
75 <!-- Description for quick fixes -->
76 <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
77
78 <!-- Option to enable showing suggestions -->
79 <string name="show_suggestions">Show suggestions</string>
80 <!-- Description for show suggestions -->
81 <string name="show_suggestions_summary">Display suggested words while typing</string>
82
83 <!-- Option to enable auto completion -->
84 <string name="auto_complete">Auto-complete</string>
85 <!-- Description for auto completion -->
86 <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
87
The Android Open Source Project923bf412009-03-13 15:11:42 -070088 <!-- Array of prediction modes -->
89 <string-array name="prediction_modes">
90 <item>None</item>
91 <item>Basic</item>
92 <item>Advanced</item>
93 </string-array>
94
95 <!-- Don't translate -->
96 <string name="prediction_none" >0</string>
97 <!-- Don't translate -->
98 <string name="prediction_basic">1</string>
99 <!-- Don't translate -->
100 <string name="prediction_full" >2</string>
101
102 <string-array name="prediction_modes_values">
103 <item>@string/prediction_none</item>
104 <item>@string/prediction_basic</item>
105 <item>@string/prediction_full</item>
106 </string-array>
107
108 <!-- Indicates that a word has been added to the dictionary -->
109 <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
110 <!-- Accented forms of "a" -->
111 <string name="alternates_for_a">àáâãäåæ</string>
112 <!-- Accented forms of "e" -->
113 <string name="alternates_for_e">èéêë</string>
114 <!-- Accented forms of "i" -->
115 <string name="alternates_for_i">ìíîï</string>
116 <!-- Accented forms of "o" -->
117 <string name="alternates_for_o">òóôõöœø</string>
118 <!-- Accented forms of "u" -->
119 <string name="alternates_for_u">ùúûü</string>
120 <!-- Letters associated with "s" -->
121 <string name="alternates_for_s">§ß</string>
122 <!-- Accented forms of "n" -->
123 <string name="alternates_for_n">ñ</string>
124 <!-- Accented forms of "c" -->
125 <string name="alternates_for_c">ç</string>
126 <!-- Accented forms of "y" -->
127 <string name="alternates_for_y">ýÿ</string>
Amith Yamasani56f96fe2009-08-03 18:16:19 -0700128
Daisuke Miyakawa7d92b6f2009-10-27 16:25:41 +0900129 <!-- Label to display on the lower "i" key.
130 Usually you don't need to modify this value, but if your locale requires some variant
131 for this character (e.g. \\u131 "Latin Small Letter Dotoless i"), please modify this
132 value. -->
Amith Yamasani56f96fe2009-08-03 18:16:19 -0700133 <string name="key_i">i</string>
134
The Android Open Source Project923bf412009-03-13 15:11:42 -0700135 <!-- Tip to long press on keys -->
136 <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
137 <!-- Tip to dismiss keyboard -->
138 <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
139 <!-- Tip to press ?123 to access numbers and symbols -->
140 <string name="tip_access_symbols">Access numbers and symbols</string>
141 <!-- Tip to long press on typed word to add to dictionary -->
142 <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
143 </string>
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700144
145 <!-- Instruction to touch the bubble to continue -->
146 <string name="touch_to_continue">Touch this hint to continue »</string>
147
148 <!-- Instruction to touch the bubble to start typing -->
149 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
150
151 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
152 <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
153
154 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
155 <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
156 </string>
157
158 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
159 <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
160
161 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
162 <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
163
164 <!-- Tutorial tip 5 - How to launch keyboard settings -->
165 <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
166
167 <!-- Tutorial tip 6 - Done with the tutorial -->
168 <string name="tip_to_start_typing"><b>Try it!</b></string>
169
170
The Android Open Source Project923bf412009-03-13 15:11:42 -0700171 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
172 <string name="label_go_key">Go</string>
173 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
174 <string name="label_next_key">Next</string>
175 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
176 <string name="label_done_key">Done</string>
177 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
178 <string name="label_send_key">Send</string>
179 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
180 <string name="label_symbol_key">\?123</string>
181 <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
182 <string name="label_phone_key">123</string>
183 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
184 <string name="label_alpha_key">ABC</string>
185 <!-- Label for ALT modifier key. Must be short to fit on key! -->
186 <string name="label_alt_key">ALT</string>
Eric Fischer0d1bbf62009-06-18 15:53:28 -0700187
188 <!-- IME Tutorial screen (ROMAN) --><skip />
189 <!-- appears above image showing the user to click on a TextView to show the IME -->
190 <string name="open_the_keyboard"><font size="17"><b>Open the keyboard\n</b></font><font size="3">\n</font>Touch any text field.</string>
191
192 <!-- appears above the image showing the back button used to close the keyboard -->
193 <string name="close_the_keyboard"><font size="17"><b>Close the keyboard\n</b></font><font size="3">\n</font>Press the Back key.</string>
194
195 <!-- appears above image showing how to use touch and hold -->
196 <string name="touch_and_hold"><font size="17"><b>Touch \u0026 hold a key for options\n</b></font><font size="3">\n</font>Access punctuation and accents.</string>
197
198 <!-- appears above image showing how to access keyboard settings -->
199 <string name="keyboard_settings"><font size="17"><b>Keyboard settings\n</b></font><font size="3">\n</font>Touch \u0026 hold the <b>\?123\</b> key.</string>
Amith Yamasanid9688c72009-09-04 15:30:43 -0700200
201 <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
202 <string name="popular_domain_0">".com"</string>
203 <!-- popular web domains for the locale - item 1, displayed in the popup -->
204 <string name="popular_domain_1">".net"</string>
205 <!-- popular web domains for the locale - item 2, displayed in the popup -->
206 <string name="popular_domain_2">".org"</string>
207 <!-- popular web domains for the locale - item 3, displayed in the popup -->
208 <string name="popular_domain_3">".gov"</string>
209 <!-- popular web domains for the locale - item 4, displayed in the popup -->
210 <string name="popular_domain_4">".edu"</string>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700211
212 <!-- Title for input language selection screen -->
213 <string name="language_selection_title">Select input languages</string>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700214</resources>