blob: 5cf05f8ed9fb71a5527d6333a8318d5f8caea68c [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/strings.xml
4**
5** Copyright 2006, 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 <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
22 Displayed in one line in a large font. -->
23 <string name="keyguard_password_enter_pin_code">Type PIN code</string>
24
25 <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
26 Displayed in one line in a large font. -->
27 <string name="keyguard_password_enter_puk_code">Type PUK and new PIN code</string>
28
29 <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
30 <string name="keyguard_password_enter_puk_prompt">PUK code</string>
31 <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
32 <string name="keyguard_password_enter_pin_prompt">New PIN code</string>
33
34 <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
35 <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to type password</font></string>
36
37 <!-- Instructions telling the user to enter their text password to unlock the keyguard.
38 Displayed in one line in a large font. -->
39 <string name="keyguard_password_enter_password_code">Type password to unlock</string>
40
41 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
42 Displayed in one line in a large font. -->
43 <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
44
45 <!-- Instructions telling the user that they entered the wrong pin while trying
46 to unlock the keyguard. Displayed in one line in a large font. -->
47 <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
48
49 <!-- Instructions telling the user how to unlock the phone. -->
50 <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
51
52 <!-- Shown when face unlock failed multiple times so we're just using the backup -->
53 <string name="faceunlock_multiple_failures">Maximum Face Unlock attempts exceeded</string>
54
55 <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
56 charged, say that it is charged. -->
57 <string name="keyguard_charged">Charged</string>
58
59 <!-- When the lock screen is showing and the phone plugged in, and the battery
60 is not fully charged, show the current charge %. -->
61 <string name="keyguard_plugged_in">Charging, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
62
63 <!-- When the lock screen is showing and the battery is low, warn user to plug
64 in the phone soon. -->
65 <string name="keyguard_low_battery">Connect your charger.</string>
66
67 <!-- On the keyguard screen, when pattern lock is disabled, only tell them to press menu to unlock. This is shown in small font at the bottom. -->
68 <string name="keyguard_instructions_when_pattern_disabled">Press Menu to unlock.</string>
69
70 <!-- SIM messages --><skip />
71 <!-- When the user inserts a sim card from an unsupported network, it becomes network locked -->
72 <string name="keyguard_network_locked_message">Network locked</string>
73 <!-- Shown when there is no SIM card. -->
74 <string name="keyguard_missing_sim_message_short">No SIM card</string>
75 <!-- Shown when there is no SIM card. -->
76 <string name="keyguard_missing_sim_message" product="tablet">No SIM card in tablet.</string>
77 <!-- Shown when there is no SIM card. -->
78 <string name="keyguard_missing_sim_message" product="default">No SIM card in phone.</string>
79 <!-- Shown to ask the user to insert a SIM card. -->
80 <string name="keyguard_missing_sim_instructions">Insert a SIM card.</string>
81 <!-- Shown to ask the user to insert a SIM card when sim is missing or not readable. -->
82 <string name="keyguard_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
83 <!-- Shown when SIM card is permanently disabled. -->
84 <string name="keyguard_permanent_disabled_sim_message_short">Unusable SIM card.</string>
85 <!-- Shown to inform the user to SIM card is permanently disabled. -->
86 <string name="keyguard_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
87 Contact your wireless service provider for another SIM card.</string>
88 <!-- Shown to tell the user that their SIM is locked and they must unlock it. -->
89 <string name="keyguard_sim_locked_message">SIM card is locked.</string>
90 <!-- When the user enters a wrong sim pin too many times, it becomes PUK locked (Pin Unlock Kode) -->
91 <string name="keyguard_sim_puk_locked_message">SIM card is PUK-locked.</string>
92 <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
93 whether it is valid, and to unlock the sim if it is valid. we display a
94 progress dialog in the meantime. this is the emssage. -->
95 <string name="keyguard_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
96
97
98 <!-- Accessibility description sent when user changes the current lock screen widget. [CHAR_LIMIT=none] -->
99 <string name="keyguard_accessibility_widget_changed">%1$s. Widget %2$d of %3$d.</string>
100 <!-- Accessibility description of the add widget button. [CHAR_LIMIT=none] -->
101 <string name="keyguard_accessibility_add_widget">Add widget.</string>
102 <!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
103 <string name="keyguard_accessibility_widget_empty_slot">Empty</string>
104 <!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
105 <string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
106 <!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
107 <string name="keyguard_accessibility_unlock_area_collapsed">Unlock area collapsed.</string>
108 <!-- Accessibility description of a lock screen widget. [CHAR_LIMIT=none] -->
109 <string name="keyguard_accessibility_widget"><xliff:g id="widget_index">%1$s</xliff:g> widget.</string>
110 <!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] -->
111 <string name="keyguard_accessibility_user_selector">User selector</string>
112 <!-- Accessibility description of the lock screen status widget. [CHAR_LIMIT=none] -->
113 <string name="keyguard_accessibility_status">Status</string>
114 <!-- Accessibility description of the camera widget. [CHAR_LIMIT=none] -->
115 <string name="keyguard_accessibility_camera">Camera</string>
116 <!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] -->
117 <string name="keygaurd_accessibility_media_controls">Media controls</string>
118 <!-- Accessibility description of widget reordering start. [CHAR_LIMIT=none] -->
119 <string name="keyguard_accessibility_widget_reorder_start">Widget reordering started.</string>
120 <!-- Accessibility description of widget reordering end. [CHAR_LIMIT=none] -->
121 <string name="keyguard_accessibility_widget_reorder_end">Widget reordering ended.</string>
122 <!-- Accessibility description of the a widget deletion event. [CHAR_LIMIT=none] -->
123 <string name="keyguard_accessibility_widget_deleted">Widget <xliff:g id="widget_index">%1$s</xliff:g> deleted.</string>
124 <!-- Accessibility description of the button to expand the lock area. [CHAR_LIMIT=none] -->
125 <string name="keyguard_accessibility_expand_lock_area">Expand unlock area.</string>
126 <!-- Accessibility description of the slide unlock. [CHAR_LIMIT=none] -->
127 <string name="keyguard_accessibility_slide_unlock">Slide unlock.</string>
128 <!-- Accessibility description of the pattern unlock. [CHAR_LIMIT=none] -->
129 <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
130 <!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] -->
131 <string name="keyguard_accessibility_face_unlock">Face unlock.</string>
132 <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
133 <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
134 <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
135 <string name="keyguard_accessibility_password_unlock">Password unlock.</string>
136 <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
137 <string name="keyguard_accessibility_pattern_area">Pattern area.</string>
138 <!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
139 <string name="keyguard_accessibility_slide_area">Slide area.</string>
140
141 <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
142 <string name="keyguard_accessibility_transport_prev_description">Previous track button</string>
143 <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
144 <string name="keyguard_accessibility_transport_next_description">Next track button</string>
145 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
146 <string name="keyguard_accessibility_transport_pause_description">Pause button</string>
147 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
148 <string name="keyguard_accessibility_transport_play_description">Play button</string>
149 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
150 <string name="keyguard_accessibility_transport_stop_description">Stop button</string>
151
152 <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
153 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
154 <string name="password_keyboard_label_symbol_key">\?123</string>
155 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
156 <string name="password_keyboard_label_alpha_key">ABC</string>
157 <!-- Label for ALT modifier key. Must be short to fit on key! -->
158 <string name="password_keyboard_label_alt_key">ALT</string>
159
160 <!-- KeyboardView - accessibility support --><skip />
161 <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
162 <string name="keyboardview_keycode_alt">Alt</string>
163 <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
164 <string name="keyboardview_keycode_cancel">Cancel</string>
165 <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
166 <string name="keyboardview_keycode_delete">Delete</string>
167 <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
168 <string name="keyboardview_keycode_done">Done</string>
169 <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
170 <string name="keyboardview_keycode_mode_change">Mode change</string>
171 <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
172 <string name="keyboardview_keycode_shift">Shift</string>
173 <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
174 <string name="keyboardview_keycode_enter">Enter</string>
175
176 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
177 <string name="description_target_unlock">Unlock</string>
178 <!-- Description of the camera target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
179 <string name="description_target_camera">Camera</string>
180 <!-- Description of the silent target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
181 <string name="description_target_silent">Silent</string>
182 <!-- Description of the sound on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
183 <string name="description_target_soundon">Sound on</string>
184 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
185 <string name="description_target_search">Search</string>
186
187 <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
188 <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
189 <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
190 <string name="description_direction_down">Slide down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
191 <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
192 <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
193 <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
194 <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
195
196 <!-- Text spoken when the current user is switched if accessibility is enabled. [CHAR LIMIT=none] -->
197 <string name="user_switched">Current user <xliff:g id="name" example="Bob">%1$s</xliff:g>.</string>
198
199 <!-- Label shown on emergency call button in keyguard -->
200 <string name="kg_emergency_call_label">Emergency call</string>
201 <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
202 <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
203 <!-- Message shown when user enters wrong pattern -->
204 <string name="kg_wrong_pattern">Wrong Pattern</string>
205 <!-- Message shown when user enters wrong password -->
206 <string name="kg_wrong_password">Wrong Password</string>
207 <!-- Message shown when user enters wrong PIN -->
208 <string name="kg_wrong_pin">Wrong PIN</string>
209 <!-- Countdown message shown after too many failed unlock attempts -->
210 <string name="kg_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
211 <!-- Instructions for using the pattern unlock screen -->
212 <string name="kg_pattern_instructions">Draw your pattern</string>
213 <!-- Instructions for using the SIM PIN unlock screen -->
214 <string name="kg_sim_pin_instructions">Enter SIM PIN</string>
215 <!-- Instructions for using the PIN unlock screen -->
216 <string name="kg_pin_instructions">Enter PIN</string>
217 <!-- Instructions for using the password unlock screen -->
218 <string name="kg_password_instructions">Enter Password</string>
219 <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
220 <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
221 <!-- Hint shown in the PUK unlock screen PIN TextView -->
222 <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
223 <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
224 <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
225 <!-- Message shown in dialog while the device is unlocking the SIM card -->
226 <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
227 <!-- Message shown when the user enters the wrong PIN code -->
228 <string name="kg_password_wrong_pin_code">Incorrect PIN code.</string>
229 <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
230 <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
231 <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
232 <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
233 <!-- Message shown when the user enters an invalid PUK code -->
234 <string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
235 <!-- String shown in PUK screen when PIN codes don't match -->
236 <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string>
237 <!-- Message shown when the user exceeds the maximum number of pattern attempts -->
238 <string name="kg_login_too_many_attempts">Too many pattern attempts</string>
239 <!-- Instructions show in account unlock screen allowing user to enter their email password -->
240 <string name="kg_login_instructions">To unlock, sign in with your Google account.</string>
241 <!-- Hint shown in TextView in account unlock screen of keyguard -->
242 <string name="kg_login_username_hint">Username (email)</string>
243 <!-- Hint shown in TextView in account unlock screen of keyguard -->
244 <string name="kg_login_password_hint">Password</string>
245 <!-- Label shown on sign in button on account unlock screen of keyguard -->
246 <string name="kg_login_submit_button">Sign in</string>
247 <!-- Message shown when the user enters an invalid username/password combination in account unlock screen of keyguard -->
248 <string name="kg_login_invalid_input">Invalid username or password.</string>
249 <!-- Hint text shown when user has too many failed password attempts in account unlock screen of keyguard -->
250 <string name="kg_login_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
251 <!-- Message shown while device checks username/password in account unlock screen of keyguard -->
252 <string name="kg_login_checking_password">Checking account\u2026</string>
253 <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
254 <string name="kg_too_many_failed_pin_attempts_dialog_message">
255 You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times.
256 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
257 </string>
258 <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
259 <string name="kg_too_many_failed_password_attempts_dialog_message">
260 You have incorrectly typed your password <xliff:g id="number">%d</xliff:g> times.
261 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
262 </string>
263 <string name="kg_too_many_failed_pattern_attempts_dialog_message">
264 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
265 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
266 </string>
267 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
268 <string name="kg_failed_attempts_almost_at_wipe" product="tablet">
269 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
270 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
271 the tablet will be reset to factory default and all user data will be lost.
272 </string>
273 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
274 <string name="kg_failed_attempts_almost_at_wipe" product="default">
275 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
276 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
277 the phone will be reset to factory default and all user data will be lost.
278 </string>
279 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
280 <string name="kg_failed_attempts_now_wiping" product="tablet">
281 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
282 The tablet will now be reset to factory default.
283 </string>
284 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
285 <string name="kg_failed_attempts_now_wiping" product="default">
286 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
287 The phone will now be reset to factory default.
288 </string>
289 <!-- Message shown in dialog when user is almost at the limit where they will be
290 locked out and may have to enter an alternate username/password to unlock the phone -->
291 <string name="kg_failed_attempts_almost_at_login" product="tablet">
292 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
293 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
294 you will be asked to unlock your tablet using an email account.\n\n
295 Try again in <xliff:g id="number">%d</xliff:g> seconds.
296 </string>
297 <!-- Message shown in dialog when user is almost at the limit where they will be
298 locked out and may have to enter an alternate username/password to unlock the phone -->
299 <string name="kg_failed_attempts_almost_at_login" product="default">
300 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
301 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
302 you will be asked to unlock your phone using an email account.\n\n
303 Try again in <xliff:g id="number">%d</xliff:g> seconds.
304 </string>
305 <!-- Sequence of characters used to separate message strings in keyguard. Typically just em-dash
306 with spaces on either side. [CHAR LIMIT=3] -->
307 <string name="kg_text_message_separator" product="default">" \u2014 "</string>
308 <!-- The delete-widget drop target button text -->
309 <string name="kg_reordering_delete_drop_target_text">Remove</string>
310
311 <!-- Transport control strings -->
312 <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
313 <string name="keyguard_transport_prev_description">Previous track button</string>
314 <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
315 <string name="keyguard_transport_next_description">Next track button</string>
316 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
317 <string name="keyguard_transport_pause_description">Pause button</string>
318 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
319 <string name="keyguard_transport_play_description">Play button</string>
320 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
321 <string name="keyguard_transport_stop_description">Stop button</string>
322
323 <!-- On the keyguard screen, it shows the carrier the phone is connected to.
324 This is displayed if the phone is not connected to a carrier.-->
325 <string name="keyguard_carrier_default">No service.</string>
326
327</resources>