blob: 59906476b1a391f41ca24d7a4ef46ad69c87827f [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">
John Spurlock99155e252014-04-10 10:31:31 -040021 <!-- App label in the manifest -->
22 <string name="app_name">Keyguard</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080023 <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
24 Displayed in one line in a large font. -->
25 <string name="keyguard_password_enter_pin_code">Type PIN code</string>
26
27 <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
28 Displayed in one line in a large font. -->
Wink Savilleb896b9f2013-10-23 15:44:26 -070029 <string name="keyguard_password_enter_puk_code">Type SIM PUK and new PIN code</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080030
31 <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
Wink Savilleb896b9f2013-10-23 15:44:26 -070032 <string name="keyguard_password_enter_puk_prompt">SIM PUK code</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080033 <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
Wink Savilleb896b9f2013-10-23 15:44:26 -070034 <string name="keyguard_password_enter_pin_prompt">New SIM PIN code</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080035
36 <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
37 <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to type password</font></string>
38
39 <!-- Instructions telling the user to enter their text password to unlock the keyguard.
40 Displayed in one line in a large font. -->
41 <string name="keyguard_password_enter_password_code">Type password to unlock</string>
42
43 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
44 Displayed in one line in a large font. -->
45 <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
46
47 <!-- Instructions telling the user that they entered the wrong pin while trying
48 to unlock the keyguard. Displayed in one line in a large font. -->
49 <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
50
51 <!-- Instructions telling the user how to unlock the phone. -->
52 <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
53
54 <!-- Shown when face unlock failed multiple times so we're just using the backup -->
55 <string name="faceunlock_multiple_failures">Maximum Face Unlock attempts exceeded</string>
56
57 <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
58 charged, say that it is charged. -->
59 <string name="keyguard_charged">Charged</string>
60
61 <!-- When the lock screen is showing and the phone plugged in, and the battery
Adrian Roos12c1ef52014-06-04 13:54:08 +020062 is not fully charged, say that it's charging. -->
63 <string name="keyguard_plugged_in">Charging</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080064
65 <!-- When the lock screen is showing and the battery is low, warn user to plug
66 in the phone soon. -->
67 <string name="keyguard_low_battery">Connect your charger.</string>
68
69 <!-- 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. -->
70 <string name="keyguard_instructions_when_pattern_disabled">Press Menu to unlock.</string>
71
72 <!-- SIM messages --><skip />
73 <!-- When the user inserts a sim card from an unsupported network, it becomes network locked -->
74 <string name="keyguard_network_locked_message">Network locked</string>
75 <!-- Shown when there is no SIM card. -->
76 <string name="keyguard_missing_sim_message_short">No SIM card</string>
77 <!-- Shown when there is no SIM card. -->
78 <string name="keyguard_missing_sim_message" product="tablet">No SIM card in tablet.</string>
79 <!-- Shown when there is no SIM card. -->
80 <string name="keyguard_missing_sim_message" product="default">No SIM card in phone.</string>
81 <!-- Shown to ask the user to insert a SIM card. -->
82 <string name="keyguard_missing_sim_instructions">Insert a SIM card.</string>
83 <!-- Shown to ask the user to insert a SIM card when sim is missing or not readable. -->
84 <string name="keyguard_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
85 <!-- Shown when SIM card is permanently disabled. -->
86 <string name="keyguard_permanent_disabled_sim_message_short">Unusable SIM card.</string>
87 <!-- Shown to inform the user to SIM card is permanently disabled. -->
88 <string name="keyguard_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
89 Contact your wireless service provider for another SIM card.</string>
90 <!-- Shown to tell the user that their SIM is locked and they must unlock it. -->
91 <string name="keyguard_sim_locked_message">SIM card is locked.</string>
92 <!-- When the user enters a wrong sim pin too many times, it becomes PUK locked (Pin Unlock Kode) -->
93 <string name="keyguard_sim_puk_locked_message">SIM card is PUK-locked.</string>
94 <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
95 whether it is valid, and to unlock the sim if it is valid. we display a
96 progress dialog in the meantime. this is the emssage. -->
97 <string name="keyguard_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
98
Jim Millerb0da1e72013-10-01 16:55:19 -070099 <!-- Time format strings for fall-back clock widget -->
Jorim Jaggicc12a9d2014-05-26 01:55:29 +0200100 <string name="keyguard_widget_12_hours_format" translatable="false">h\uee01mm</string>
Jim Millerb0da1e72013-10-01 16:55:19 -0700101 <!-- Time format strings for fall-back clock widget -->
Jorim Jaggicc12a9d2014-05-26 01:55:29 +0200102 <string name="keyguard_widget_24_hours_format" translatable="false">kk\uee01mm</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800103
104 <!-- Accessibility description sent when user changes the current lock screen widget. [CHAR_LIMIT=none] -->
105 <string name="keyguard_accessibility_widget_changed">%1$s. Widget %2$d of %3$d.</string>
106 <!-- Accessibility description of the add widget button. [CHAR_LIMIT=none] -->
107 <string name="keyguard_accessibility_add_widget">Add widget.</string>
108 <!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
109 <string name="keyguard_accessibility_widget_empty_slot">Empty</string>
110 <!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
111 <string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
112 <!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
113 <string name="keyguard_accessibility_unlock_area_collapsed">Unlock area collapsed.</string>
114 <!-- Accessibility description of a lock screen widget. [CHAR_LIMIT=none] -->
115 <string name="keyguard_accessibility_widget"><xliff:g id="widget_index">%1$s</xliff:g> widget.</string>
116 <!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] -->
117 <string name="keyguard_accessibility_user_selector">User selector</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800118 <!-- Accessibility description of the camera widget. [CHAR_LIMIT=none] -->
119 <string name="keyguard_accessibility_camera">Camera</string>
120 <!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] -->
121 <string name="keygaurd_accessibility_media_controls">Media controls</string>
122 <!-- Accessibility description of widget reordering start. [CHAR_LIMIT=none] -->
123 <string name="keyguard_accessibility_widget_reorder_start">Widget reordering started.</string>
124 <!-- Accessibility description of widget reordering end. [CHAR_LIMIT=none] -->
125 <string name="keyguard_accessibility_widget_reorder_end">Widget reordering ended.</string>
126 <!-- Accessibility description of the a widget deletion event. [CHAR_LIMIT=none] -->
127 <string name="keyguard_accessibility_widget_deleted">Widget <xliff:g id="widget_index">%1$s</xliff:g> deleted.</string>
128 <!-- Accessibility description of the button to expand the lock area. [CHAR_LIMIT=none] -->
129 <string name="keyguard_accessibility_expand_lock_area">Expand unlock area.</string>
130 <!-- Accessibility description of the slide unlock. [CHAR_LIMIT=none] -->
131 <string name="keyguard_accessibility_slide_unlock">Slide unlock.</string>
132 <!-- Accessibility description of the pattern unlock. [CHAR_LIMIT=none] -->
133 <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
134 <!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] -->
135 <string name="keyguard_accessibility_face_unlock">Face unlock.</string>
136 <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
137 <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
138 <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
139 <string name="keyguard_accessibility_password_unlock">Password unlock.</string>
140 <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
141 <string name="keyguard_accessibility_pattern_area">Pattern area.</string>
142 <!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
143 <string name="keyguard_accessibility_slide_area">Slide area.</string>
Jinsong Mudc6efdc2014-12-03 18:13:15 -0800144 <!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
145 <string name="keyguard_accessibility_pin_area">PIN area</string>
146 <!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
147 <string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
148 <!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->
149 <string name="keyguard_accessibility_sim_puk_area">SIM PUK area</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800150
151 <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
152 <string name="keyguard_accessibility_transport_prev_description">Previous track button</string>
153 <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
154 <string name="keyguard_accessibility_transport_next_description">Next track button</string>
155 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
156 <string name="keyguard_accessibility_transport_pause_description">Pause button</string>
157 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
158 <string name="keyguard_accessibility_transport_play_description">Play button</string>
159 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
160 <string name="keyguard_accessibility_transport_stop_description">Stop button</string>
Adam Powellf8895242013-09-30 16:16:24 -0700161 <!-- Shown on transport control of lockscreen. Pressing button rates the track as "thumbs up." -->
162 <string name="keyguard_accessibility_transport_thumbs_up_description">Thumbs up</string>
163 <!-- Shown on transport control of lockscreen. Pressing button rates the track as "thumbs down." -->
164 <string name="keyguard_accessibility_transport_thumbs_down_description">Thumbs down</string>
165 <!-- Shown on transport control of lockscreen. Pressing button toggles the "heart" rating. -->
166 <string name="keyguard_accessibility_transport_heart_description">Heart</string>
167
Jim Miller5ecd8112013-01-09 18:50:26 -0800168
Jim Miller138f25d2013-09-25 13:46:58 -0700169 <!-- Accessibility description for when the device prompts the user to dismiss keyguard
170 in order to complete an action. This will be followed by a message about the current
171 security option (e.g. "Pattern unlock."). [CHAR LIMIT=NONE] -->
172 <string name="keyguard_accessibility_show_bouncer">Unlock to continue</string>
173
174 <!-- Accessibility description for when the bouncer prompt is dismissed. [CHAR LIMIT=NONE] -->
175 <string name="keyguard_accessibility_hide_bouncer">Launch canceled</string>
176
Jim Miller1962e262013-09-25 17:08:48 -0700177 <!-- Accessibility description announced when user drags widget over the delete drop target [CHAR LIMIT=NONE] -->
178 <string name="keyguard_accessibility_delete_widget_start">Drop <xliff:g id="widget_index">%1$s</xliff:g> to delete.</string>
179
180 <!-- Accessibility description announced when user drags widget away from delete drop target [CHAR LIMIT=NONE] -->
181 <string name="keyguard_accessibility_delete_widget_end"><xliff:g id="widget_index">%1$s</xliff:g> will not be deleted.</string>
182
Jorim Jaggi321583d2014-08-22 01:33:33 +0200183 <!-- Accessibility description for the text view that indicates when the next alarm is set (not shown on screen). [CHAR_LIMIT=none] -->
184 <string name="keyguard_accessibility_next_alarm">Next alarm set for <xliff:g id="alarm" example="Fri 8:30 AM">%1$s</xliff:g></string>
185
Jim Miller5ecd8112013-01-09 18:50:26 -0800186 <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
187 <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
188 <string name="password_keyboard_label_symbol_key">\?123</string>
189 <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
190 <string name="password_keyboard_label_alpha_key">ABC</string>
191 <!-- Label for ALT modifier key. Must be short to fit on key! -->
192 <string name="password_keyboard_label_alt_key">ALT</string>
193
194 <!-- KeyboardView - accessibility support --><skip />
195 <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
196 <string name="keyboardview_keycode_alt">Alt</string>
197 <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
198 <string name="keyboardview_keycode_cancel">Cancel</string>
199 <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
200 <string name="keyboardview_keycode_delete">Delete</string>
201 <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
202 <string name="keyboardview_keycode_done">Done</string>
203 <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
204 <string name="keyboardview_keycode_mode_change">Mode change</string>
205 <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
206 <string name="keyboardview_keycode_shift">Shift</string>
207 <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
208 <string name="keyboardview_keycode_enter">Enter</string>
209
210 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
211 <string name="description_target_unlock">Unlock</string>
212 <!-- Description of the camera target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
213 <string name="description_target_camera">Camera</string>
214 <!-- Description of the silent target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
215 <string name="description_target_silent">Silent</string>
216 <!-- Description of the sound on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
217 <string name="description_target_soundon">Sound on</string>
218 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
219 <string name="description_target_search">Search</string>
220
221 <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
222 <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
223 <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
224 <string name="description_direction_down">Slide down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
225 <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
226 <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
227 <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
228 <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
229
230 <!-- Text spoken when the current user is switched if accessibility is enabled. [CHAR LIMIT=none] -->
231 <string name="user_switched">Current user <xliff:g id="name" example="Bob">%1$s</xliff:g>.</string>
232
233 <!-- Label shown on emergency call button in keyguard -->
234 <string name="kg_emergency_call_label">Emergency call</string>
235 <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
236 <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
237 <!-- Message shown when user enters wrong pattern -->
238 <string name="kg_wrong_pattern">Wrong Pattern</string>
239 <!-- Message shown when user enters wrong password -->
240 <string name="kg_wrong_password">Wrong Password</string>
241 <!-- Message shown when user enters wrong PIN -->
242 <string name="kg_wrong_pin">Wrong PIN</string>
243 <!-- Countdown message shown after too many failed unlock attempts -->
244 <string name="kg_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
245 <!-- Instructions for using the pattern unlock screen -->
246 <string name="kg_pattern_instructions">Draw your pattern</string>
247 <!-- Instructions for using the SIM PIN unlock screen -->
248 <string name="kg_sim_pin_instructions">Enter SIM PIN</string>
Jim Miller52a61332014-11-12 19:29:51 -0800249 <!-- Instructions for using the SIM PIN unlock screen when there's more than one SIM -->
250 <string name="kg_sim_pin_instructions_multi">Enter SIM PIN for \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\"</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800251 <!-- Instructions for using the PIN unlock screen -->
252 <string name="kg_pin_instructions">Enter PIN</string>
253 <!-- Instructions for using the password unlock screen -->
254 <string name="kg_password_instructions">Enter Password</string>
255 <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
256 <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
Jim Miller52a61332014-11-12 19:29:51 -0800257 <!-- Hint shown when there are multiple SIMs in the device to ask the user to enter the PUK code given to them by their provider -->
258 <string name="kg_puk_enter_puk_hint_multi">SIM \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\" is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800259 <!-- Hint shown in the PUK unlock screen PIN TextView -->
260 <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
261 <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
262 <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
263 <!-- Message shown in dialog while the device is unlocking the SIM card -->
264 <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800265 <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
266 <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
267 <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
268 <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
269 <!-- Message shown when the user enters an invalid PUK code -->
270 <string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
271 <!-- String shown in PUK screen when PIN codes don't match -->
272 <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string>
273 <!-- Message shown when the user exceeds the maximum number of pattern attempts -->
274 <string name="kg_login_too_many_attempts">Too many pattern attempts</string>
275 <!-- Instructions show in account unlock screen allowing user to enter their email password -->
276 <string name="kg_login_instructions">To unlock, sign in with your Google account.</string>
277 <!-- Hint shown in TextView in account unlock screen of keyguard -->
278 <string name="kg_login_username_hint">Username (email)</string>
279 <!-- Hint shown in TextView in account unlock screen of keyguard -->
280 <string name="kg_login_password_hint">Password</string>
281 <!-- Label shown on sign in button on account unlock screen of keyguard -->
282 <string name="kg_login_submit_button">Sign in</string>
283 <!-- Message shown when the user enters an invalid username/password combination in account unlock screen of keyguard -->
284 <string name="kg_login_invalid_input">Invalid username or password.</string>
285 <!-- Hint text shown when user has too many failed password attempts in account unlock screen of keyguard -->
286 <string name="kg_login_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
287 <!-- Message shown while device checks username/password in account unlock screen of keyguard -->
288 <string name="kg_login_checking_password">Checking account\u2026</string>
289 <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
290 <string name="kg_too_many_failed_pin_attempts_dialog_message">
291 You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times.
292 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
293 </string>
294 <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
295 <string name="kg_too_many_failed_password_attempts_dialog_message">
296 You have incorrectly typed your password <xliff:g id="number">%d</xliff:g> times.
297 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
298 </string>
299 <string name="kg_too_many_failed_pattern_attempts_dialog_message">
300 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
301 \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
302 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700303
304 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] -->
Jim Miller5ecd8112013-01-09 18:50:26 -0800305 <string name="kg_failed_attempts_almost_at_wipe" product="tablet">
306 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
307 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700308 this tablet will be reset, which will delete all its data.
Jim Miller5ecd8112013-01-09 18:50:26 -0800309 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700310 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] -->
Jim Miller5ecd8112013-01-09 18:50:26 -0800311 <string name="kg_failed_attempts_almost_at_wipe" product="default">
312 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
313 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700314 this phone will be reset, which will delete all its data.
Jim Miller5ecd8112013-01-09 18:50:26 -0800315 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700316 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] -->
Jim Miller5ecd8112013-01-09 18:50:26 -0800317 <string name="kg_failed_attempts_now_wiping" product="tablet">
318 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700319 This tablet will be reset, which will delete all its data.
Jim Miller5ecd8112013-01-09 18:50:26 -0800320 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700321 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] -->
Jim Miller5ecd8112013-01-09 18:50:26 -0800322 <string name="kg_failed_attempts_now_wiping" product="default">
323 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700324 This phone will be reset, which will delete all its data.
Jim Miller5ecd8112013-01-09 18:50:26 -0800325 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700326
327 <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] -->
328 <string name="kg_failed_attempts_almost_at_erase_user" product="tablet">
329 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
330 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
331 this user will be removed, which will delete all user data.
332 </string>
333 <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] -->
334 <string name="kg_failed_attempts_almost_at_erase_user" product="default">
335 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
336 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
337 this user will be removed, which will delete all user data.
338 </string>
339 <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] -->
340 <string name="kg_failed_attempts_now_erasing_user" product="tablet">
341 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
342 This user will be removed, which will delete all user data.
343 </string>
344 <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] -->
345 <string name="kg_failed_attempts_now_erasing_user" product="default">
346 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
347 This user will be removed, which will delete all user data.
348 </string>
349
350 <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] -->
351 <string name="kg_failed_attempts_almost_at_erase_profile" product="tablet">
352 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
353 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
354 the work profile will be removed, which will delete all profile data.
355 </string>
356 <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] -->
357 <string name="kg_failed_attempts_almost_at_erase_profile" product="default">
358 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
359 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
360 the work profile will be removed, which will delete all profile data.
361 </string>
362 <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] -->
363 <string name="kg_failed_attempts_now_erasing_profile" product="tablet">
364 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
365 The work profile will be removed, which will delete all profile data.
366 </string>
367 <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] -->
368 <string name="kg_failed_attempts_now_erasing_profile" product="default">
369 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
370 The work profile will be removed, which will delete all profile data.
371 </string>
372
Jim Miller5ecd8112013-01-09 18:50:26 -0800373 <!-- Message shown in dialog when user is almost at the limit where they will be
374 locked out and may have to enter an alternate username/password to unlock the phone -->
375 <string name="kg_failed_attempts_almost_at_login" product="tablet">
376 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
377 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
378 you will be asked to unlock your tablet using an email account.\n\n
379 Try again in <xliff:g id="number">%d</xliff:g> seconds.
380 </string>
381 <!-- Message shown in dialog when user is almost at the limit where they will be
382 locked out and may have to enter an alternate username/password to unlock the phone -->
383 <string name="kg_failed_attempts_almost_at_login" product="default">
384 You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
385 After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
386 you will be asked to unlock your phone using an email account.\n\n
387 Try again in <xliff:g id="number">%d</xliff:g> seconds.
388 </string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800389 <!-- The delete-widget drop target button text -->
390 <string name="kg_reordering_delete_drop_target_text">Remove</string>
391
Wink Savilleb896b9f2013-10-23 15:44:26 -0700392 <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
393 Displayed in a dialog box. -->
394 <string name="kg_password_wrong_pin_code_pukked">Incorrect SIM PIN code you must now contact your carrier to unlock your device.</string>
395 <!-- Instructions telling the user that they entered the wrong SIM PIN while trying
396 to unlock the keyguard. Displayed in a dialog box. -->
397 <plurals name="kg_password_wrong_pin_code">
398 <item quantity="one">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before you must contact your carrier to unlock your device.</item>
399 <item quantity="other">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempts.</item>
400 </plurals>
401
402 <!-- Instructions telling the user that they have exhausted SIM PUK retries and the SIM is now unusable.
403 Displayed in a dialog box. -->
404 <string name="kg_password_wrong_puk_code_dead">SIM is unusable. Contact your carrier.</string>
405 <!-- Instructions telling the user that they entered the wrong puk while trying
406 to unlock the keyguard. Displayed in a dialog box. -->
407 <plurals name="kg_password_wrong_puk_code">
408 <item quantity="one">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable.</item>
409 <item quantity="other">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable.</item>
410 </plurals>
411 <!-- Instructions telling the user that the operation to unlock the keyguard
412 with SIM PIN failed. Displayed in one line in a large font. -->
413 <string name="kg_password_pin_failed">SIM PIN operation failed!</string>
414 <!-- Instructions telling the user that the operation to unlock the keyguard
415 with PUK failed. Displayed in one line in a large font. -->
416 <string name="kg_password_puk_failed">SIM PUK operation failed!</string>
417 <!-- Notification telling the user that the PIN1 they entered is valid -->
418 <string name="kg_pin_accepted">Code Accepted!</string>
419
Jim Miller5ecd8112013-01-09 18:50:26 -0800420 <!-- Transport control strings -->
421 <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
422 <string name="keyguard_transport_prev_description">Previous track button</string>
423 <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
424 <string name="keyguard_transport_next_description">Next track button</string>
425 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
426 <string name="keyguard_transport_pause_description">Pause button</string>
427 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
428 <string name="keyguard_transport_play_description">Play button</string>
429 <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
430 <string name="keyguard_transport_stop_description">Stop button</string>
431
432 <!-- On the keyguard screen, it shows the carrier the phone is connected to.
433 This is displayed if the phone is not connected to a carrier.-->
434 <string name="keyguard_carrier_default">No service.</string>
435
Adrian Roos4a0026312015-02-19 17:39:40 +0100436 <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
437 <string name="accessibility_ime_switch_button" msgid="5032926134740456424">Switch input method button.</string>
438
Jim Miller5ecd8112013-01-09 18:50:26 -0800439</resources>