blob: 7341015e8690da5444cc53482e871f66e1e8e9dd [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">
Jian Jinf32cc802018-03-14 18:14:37 -070021 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard [CHAR LIMIT=30] -->
22 <string name="keyguard_enter_your_pin">Enter your PIN</string>
23
Chandru Sdfbfa7a2023-04-08 22:14:14 -070024 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -070025 <string name="keyguard_enter_pin">Enter PIN</string>
26
Jian Jinf32cc802018-03-14 18:14:37 -070027 <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=30] -->
Jian Jin19484552018-05-24 11:58:49 -070028 <string name="keyguard_enter_your_pattern">Enter your pattern</string>
Jian Jinf32cc802018-03-14 18:14:37 -070029
Chandru Sdfbfa7a2023-04-08 22:14:14 -070030 <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -070031 <string name="keyguard_enter_pattern">Draw pattern</string>
32
Jian Jinf32cc802018-03-14 18:14:37 -070033 <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=30] -->
Jian Jin19484552018-05-24 11:58:49 -070034 <string name="keyguard_enter_your_password">Enter your password</string>
Jian Jinf32cc802018-03-14 18:14:37 -070035
Chandru Sdfbfa7a2023-04-08 22:14:14 -070036 <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -070037 <string name="keyguard_enter_password">Enter password</string>
38
Wileen Chiu6b8b22e2014-10-29 22:48:21 +053039 <!-- Shown in the lock screen when there is SIM card IO error. -->
40 <string name="keyguard_sim_error_message_short">Invalid Card.</string>
41
Jim Miller5ecd8112013-01-09 18:50:26 -080042 <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
43 charged, say that it is charged. -->
Lucas Dupin706647d2019-09-26 14:22:48 -070044 <string name="keyguard_charged">Charged</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080045
Beverly7d7f6992019-02-11 13:58:27 -050046 <!-- When the lock screen is showing and the phone plugged in, and the battery is not fully charged, say that it's wirelessly charging. [CHAR LIMIT=50] -->
Beverlyfcc982ef2019-04-18 16:19:00 -040047 <string name="keyguard_plugged_in_wireless"><xliff:g id="percentage" example="20%">%s</xliff:g> • Charging wirelessly</string>
Beverly7d7f6992019-02-11 13:58:27 -050048
Wesley Wang5a753622022-08-09 16:21:48 +080049 <!-- When the lock screen is showing and the phone plugged in, and the battery is not fully charged, say that it's charging. [CHAR LIMIT=50] -->
50 <string name="keyguard_plugged_in_dock"><xliff:g id="percentage" example="20%">%s</xliff:g> • Charging</string>
Wesley Wangc0401b62021-12-21 15:14:57 +080051
Jim Miller5ecd8112013-01-09 18:50:26 -080052 <!-- When the lock screen is showing and the phone plugged in, and the battery
Adrian Roos12c1ef52014-06-04 13:54:08 +020053 is not fully charged, say that it's charging. -->
Lucas Dupin15ab3692018-02-27 12:07:31 -080054 <string name="keyguard_plugged_in"><xliff:g id="percentage">%s</xliff:g> • Charging</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080055
Adrian Roos7b043112015-07-10 13:00:33 -070056 <!-- When the lock screen is showing and the phone plugged in, and the battery
57 is not fully charged, and it's plugged into a fast charger, say that it's charging fast. -->
Lucas Dupin15ab3692018-02-27 12:07:31 -080058 <string name="keyguard_plugged_in_charging_fast"><xliff:g id="percentage">%s</xliff:g> • Charging rapidly</string>
Adrian Roos7b043112015-07-10 13:00:33 -070059
60 <!-- When the lock screen is showing and the phone plugged in, and the battery
61 is not fully charged, and it's plugged into a slow charger, say that it's charging slowly. -->
Lucas Dupin15ab3692018-02-27 12:07:31 -080062 <string name="keyguard_plugged_in_charging_slowly"><xliff:g id="percentage">%s</xliff:g> • Charging slowly</string>
Adrian Roos7b043112015-07-10 13:00:33 -070063
Wesley.CW Wangcb7c5a02021-05-27 22:36:06 +080064 <!-- When the lock screen is showing and the phone plugged in, and the defend mode is triggered, say that charging is temporarily limited. -->
pajacechenc221bea2024-01-15 16:09:35 +080065 <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Charging on hold to protect battery</string>
Wesley.CW Wang6b4185a2020-11-13 17:12:17 +080066
ykhung97ca1052023-02-10 12:36:06 +080067 <!-- When the lock screen is showing and the phone plugged in with incompatible charger. -->
pajacechen0beaf812024-01-16 13:18:13 +080068 <string name="keyguard_plugged_in_incompatible_charger"><xliff:g id="percentage">%s</xliff:g> • Check charging accessory</string>
ykhung97ca1052023-02-10 12:36:06 +080069
Jim Miller5ecd8112013-01-09 18:50:26 -080070 <!-- 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>
sandeepjsf96be3d2022-11-07 07:10:11 +000073 <!-- Shown when there is no SIM. -->
74 <string name="keyguard_missing_sim_message_short">No SIM</string>
sandeepjsf96be3d2022-11-07 07:10:11 +000075 <!-- Shown when SIM is permanently disabled. -->
76 <string name="keyguard_permanent_disabled_sim_message_short">Unusable SIM.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080077 <!-- Shown to tell the user that their SIM is locked and they must unlock it. -->
sandeepjsf96be3d2022-11-07 07:10:11 +000078 <string name="keyguard_sim_locked_message">SIM is locked.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080079 <!-- When the user enters a wrong sim pin too many times, it becomes PUK locked (Pin Unlock Kode) -->
sandeepjsf96be3d2022-11-07 07:10:11 +000080 <string name="keyguard_sim_puk_locked_message">SIM is PUK-locked.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080081 <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
82 whether it is valid, and to unlock the sim if it is valid. we display a
83 progress dialog in the meantime. this is the emssage. -->
sandeepjsf96be3d2022-11-07 07:10:11 +000084 <string name="keyguard_sim_unlock_progress_dialog_message">Unlocking SIM\u2026</string>
Fabian Kozynski2fb343a2019-05-08 16:06:51 -040085 <!-- Composes together the carrier name and the SIM card locked message. Example: CarrierName (SIM LOCKED) -->
86 <string name="keyguard_carrier_name_with_sim_locked_template" translatable="false"><xliff:g id="carrier">%s</xliff:g> (<xliff:g id="message">%s</xliff:g>)</string>
Jim Miller5ecd8112013-01-09 18:50:26 -080087
Jim Millerb0da1e72013-10-01 16:55:19 -070088 <!-- Time format strings for fall-back clock widget -->
Adrian Roosb670f4b2017-07-20 20:06:54 +020089 <string name="keyguard_widget_12_hours_format" translatable="false">h:mm</string>
Jim Millerb0da1e72013-10-01 16:55:19 -070090 <!-- Time format strings for fall-back clock widget -->
Adrian Roosb670f4b2017-07-20 20:06:54 +020091 <string name="keyguard_widget_24_hours_format" translatable="false">kk:mm</string>
Adrian Roos2edb63b2017-04-26 10:43:21 -070092 <!-- The character used in keyguard_widget_12_hours_format and keyguard_widget_24_hours_format
93 to represent a ":". -->
Adrian Roosb670f4b2017-07-20 20:06:54 +020094 <string name="keyguard_fancy_colon" translatable="false"></string>
Jim Miller5ecd8112013-01-09 18:50:26 -080095
Jinsong Mudc6efdc2014-12-03 18:13:15 -080096 <!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
97 <string name="keyguard_accessibility_pin_area">PIN area</string>
Rohan Shahfa32b352018-05-04 15:54:19 -070098 <!-- Accessibility description of the normal password view. [CHAR_LIMIT=none] -->
99 <string name="keyguard_accessibility_password">Device password</string>
100
Jinsong Mudc6efdc2014-12-03 18:13:15 -0800101 <!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
102 <string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
103 <!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->
104 <string name="keyguard_accessibility_sim_puk_area">SIM PUK area</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800105
Jorim Jaggi8a8941a2014-12-19 19:49:38 +0100106 <!-- KeyguardPinView - accessibility support --><skip />
Jim Miller5ecd8112013-01-09 18:50:26 -0800107 <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
108 <string name="keyboardview_keycode_delete">Delete</string>
qingxi3d768742017-04-12 11:07:11 -0700109 <!-- Description of the button used to disable current carrier when the device supported embedded SIM. [CHAR LIMIT=30] -->
110 <string name="disable_carrier_button_text">Disable eSIM</string>
Qingxi Li2febffb2018-01-23 16:16:35 -0800111 <!-- Title of Error message when disabling current carrier failed for the device supported embedded SIM. [CHAR LIMIT=80] -->
112 <string name="error_disable_esim_title">Can\u2019t disable eSIM</string>
113 <!-- Description of Error message when disabling current carrier failed for the device supported embedded SIM. [CHAR LIMIT=80] -->
114 <string name="error_disable_esim_msg">The eSIM can\u2019t be disabled due to an error.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800115 <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
116 <string name="keyboardview_keycode_enter">Enter</string>
117
Jim Miller5ecd8112013-01-09 18:50:26 -0800118 <!-- Message shown when user enters wrong pattern -->
Jian Jin19484552018-05-24 11:58:49 -0700119 <string name="kg_wrong_pattern">Wrong pattern</string>
Chandru S168e2c92023-03-29 22:58:15 -0700120
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700121 <!-- Message shown when user enters wrong pattern [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700122 <string name="kg_wrong_pattern_try_again">Wrong pattern. Try again.</string>
123
Jim Miller5ecd8112013-01-09 18:50:26 -0800124 <!-- Message shown when user enters wrong password -->
Jian Jin19484552018-05-24 11:58:49 -0700125 <string name="kg_wrong_password">Wrong password</string>
Chandru S168e2c92023-03-29 22:58:15 -0700126
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700127 <!-- Message shown when user enters wrong pattern [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700128 <string name="kg_wrong_password_try_again">Wrong password. Try again.</string>
129
Jim Miller5ecd8112013-01-09 18:50:26 -0800130 <!-- Message shown when user enters wrong PIN -->
131 <string name="kg_wrong_pin">Wrong PIN</string>
Chandru S168e2c92023-03-29 22:58:15 -0700132
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700133 <!-- Message shown when user enters wrong PIN [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700134 <string name="kg_wrong_pin_try_again">Wrong PIN. Try again.</string>
135
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700136 <!-- Message shown when user enters wrong PIN/password/pattern below the main message, for ex: "Wrong PIN. Try again" in line 1 and the following text in line 2. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700137 <string name="kg_wrong_input_try_fp_suggestion">Or unlock with fingerprint</string>
138
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700139 <!-- Message shown when user fingerprint is not recognized [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700140 <string name="kg_fp_not_recognized">Fingerprint not recognized</string>
141
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700142 <!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700143 <string name="bouncer_face_not_recognized">Face not recognized</string>
144
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700145 <!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700146 <string name="kg_bio_try_again_or_pin">Try again or enter PIN</string>
147
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700148 <!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700149 <string name="kg_bio_try_again_or_password">Try again or enter password</string>
150
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700151 <!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700152 <string name="kg_bio_try_again_or_pattern">Try again or draw pattern</string>
153
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700154 <!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700155 <string name="kg_bio_too_many_attempts_pin">PIN is required after too many attempts</string>
156
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700157 <!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700158 <string name="kg_bio_too_many_attempts_password">Password is required after too many attempts</string>
159
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700160 <!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700161 <string name="kg_bio_too_many_attempts_pattern">Pattern is required after too many attempts</string>
162
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700163 <!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700164 <string name="kg_unlock_with_pin_or_fp">Unlock with PIN or fingerprint</string>
165
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700166 <!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700167 <string name="kg_unlock_with_password_or_fp">Unlock with password or fingerprint</string>
168
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700169 <!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=48] -->
Chandru S168e2c92023-03-29 22:58:15 -0700170 <string name="kg_unlock_with_pattern_or_fp">Unlock with pattern or fingerprint</string>
171
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700172 <!-- Message shown when we are on bouncer after Device admin requested lockdown. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700173 <string name="kg_prompt_after_dpm_lock">For added security, device was locked by work policy</string>
174
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700175 <!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700176 <string name="kg_prompt_after_user_lockdown_pin">PIN is required after lockdown</string>
177
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700178 <!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700179 <string name="kg_prompt_after_user_lockdown_password">Password is required after lockdown</string>
180
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700181 <!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700182 <string name="kg_prompt_after_user_lockdown_pattern">Pattern is required after lockdown</string>
183
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700184 <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=70] -->
Chandru Sc1ea19c2023-07-31 15:44:55 -0700185 <string name="kg_prompt_unattended_update">Update will install when device not in use</string>
Chandru S168e2c92023-03-29 22:58:15 -0700186
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700187 <!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700188 <string name="kg_prompt_pin_auth_timeout">Added security required. PIN not used for a while.</string>
189
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700190 <!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700191 <string name="kg_prompt_password_auth_timeout">Added security required. Password not used for a while.</string>
192
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700193 <!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=76] -->
Chandru S168e2c92023-03-29 22:58:15 -0700194 <string name="kg_prompt_pattern_auth_timeout">Added security required. Pattern not used for a while.</string>
195
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700196 <!-- Message shown when device hasn't been unlocked for a while. [CHAR LIMIT=82] -->
Chandru S168e2c92023-03-29 22:58:15 -0700197 <string name="kg_prompt_auth_timeout">Added security required. Device wasn\u2019t unlocked for a while.</string>
198
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700199 <!-- Message shown when face unlock is not available after too many failed face authentication attempts. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700200 <string name="kg_face_locked_out">Can\u2019t unlock with face. Too many attempts.</string>
201
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700202 <!-- Message shown when fingerprint unlock isn't available after too many failed fingerprint authentication attempts. [CHAR LIMIT=75] -->
Chandru S168e2c92023-03-29 22:58:15 -0700203 <string name="kg_fp_locked_out">Can\u2019t unlock with fingerprint. Too many attempts.</string>
204
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700205 <!-- Message shown when Trust Agent is disabled. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700206 <string name="kg_trust_agent_disabled">Trust agent is unavailable</string>
207
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700208 <!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700209 <string name="kg_primary_auth_locked_out_pin">Too many attempts with incorrect PIN</string>
210
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700211 <!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700212 <string name="kg_primary_auth_locked_out_pattern">Too many attempts with incorrect pattern</string>
213
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700214 <!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700215 <string name="kg_primary_auth_locked_out_password">Too many attempts with incorrect password</string>
216
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700217 <!-- Countdown message shown after too many failed unlock attempts [CHAR LIMIT=48]-->
Calvin Panbf4e15d2022-01-17 12:00:22 +0800218 <string name="kg_too_many_failed_attempts_countdown">{count, plural,
219 =1 {Try again in # second.}
220 other {Try again in # seconds.}
221 }
222 </string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800223 <!-- Instructions for using the SIM PIN unlock screen -->
qingxi3d768742017-04-12 11:07:11 -0700224 <string name="kg_sim_pin_instructions">Enter SIM PIN.</string>
Jim Miller52a61332014-11-12 19:29:51 -0800225 <!-- Instructions for using the SIM PIN unlock screen when there's more than one SIM -->
qingxi3d768742017-04-12 11:07:11 -0700226 <string name="kg_sim_pin_instructions_multi">Enter SIM PIN for \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\".</string>
Qingxi Li2febffb2018-01-23 16:16:35 -0800227 <!-- Instructions for disabling eSIM carrier to unlock the phone with embedded SIM. This message follows the original SIM PIN/PUK message of device without embedded SIM. -->
228 <string name="kg_sim_lock_esim_instructions"><xliff:g id="previous_msg" example="Enter SIM PIN.">%1$s</xliff:g> Disable eSIM to use device without mobile service.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800229 <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
230 <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 -0800231 <!-- 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 -->
232 <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 -0800233 <!-- Hint shown in the PUK unlock screen PIN TextView -->
234 <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
235 <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
236 <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
sandeepjsf96be3d2022-11-07 07:10:11 +0000237 <!-- Message shown in dialog while the device is unlocking the SIM -->
238 <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM\u2026</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800239 <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
240 <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
241 <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
242 <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800243 <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
244 <string name="kg_too_many_failed_pin_attempts_dialog_message">
Adam Lesinskicf982aa2015-12-16 14:33:32 -0800245 You have incorrectly typed your PIN <xliff:g id="number">%1$d</xliff:g> times.
246 \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
Jim Miller5ecd8112013-01-09 18:50:26 -0800247 </string>
248 <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
249 <string name="kg_too_many_failed_password_attempts_dialog_message">
Adam Lesinskicf982aa2015-12-16 14:33:32 -0800250 You have incorrectly typed your password <xliff:g id="number">%1$d</xliff:g> times.
251 \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
Jim Miller5ecd8112013-01-09 18:50:26 -0800252 </string>
253 <string name="kg_too_many_failed_pattern_attempts_dialog_message">
Adam Lesinskicf982aa2015-12-16 14:33:32 -0800254 You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
255 \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
Jim Miller5ecd8112013-01-09 18:50:26 -0800256 </string>
Amith Yamasani3a3d2122014-10-29 11:41:31 -0700257
Wink Savilleb896b9f2013-10-23 15:44:26 -0700258 <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
259 Displayed in a dialog box. -->
260 <string name="kg_password_wrong_pin_code_pukked">Incorrect SIM PIN code you must now contact your carrier to unlock your device.</string>
261 <!-- Instructions telling the user that they entered the wrong SIM PIN while trying
Chandru1cc5e512022-05-31 13:25:32 +0000262 to unlock the keyguard. Displayed in a dialog box. [CHAR LIMIT=NONE] -->
263 <string name="kg_password_wrong_pin_code"> {count, plural,
264 =1 {Incorrect SIM PIN code, you have # remaining attempt before you must contact your carrier to unlock your device.}
265 other {Incorrect SIM PIN code, you have # remaining attempts. }
266 }</string>
Wink Savilleb896b9f2013-10-23 15:44:26 -0700267
268 <!-- Instructions telling the user that they have exhausted SIM PUK retries and the SIM is now unusable.
269 Displayed in a dialog box. -->
270 <string name="kg_password_wrong_puk_code_dead">SIM is unusable. Contact your carrier.</string>
271 <!-- Instructions telling the user that they entered the wrong puk while trying
Chandru1cc5e512022-05-31 13:25:32 +0000272 to unlock the keyguard. Displayed in a dialog box. [CHAR LIMIT=NONE] -->
273 <string name="kg_password_wrong_puk_code">{count, plural,
274 =1 {Incorrect SIM PUK code, you have # remaining attempt before SIM becomes permanently unusable.}
275 other {Incorrect SIM PUK code, you have # remaining attempts before SIM becomes permanently unusable.}
276 }</string>
Wink Savilleb896b9f2013-10-23 15:44:26 -0700277 <!-- Instructions telling the user that the operation to unlock the keyguard
278 with SIM PIN failed. Displayed in one line in a large font. -->
279 <string name="kg_password_pin_failed">SIM PIN operation failed!</string>
280 <!-- Instructions telling the user that the operation to unlock the keyguard
281 with PUK failed. Displayed in one line in a large font. -->
282 <string name="kg_password_puk_failed">SIM PUK operation failed!</string>
Adrian Roos4a0026312015-02-19 17:39:40 +0100283 <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Abodunrinwa Tokib4b2b432016-03-21 16:12:58 +0000284 <string name="accessibility_ime_switch_button" msgid="5032926134740456424">Switch input method</string>
Adrian Roos4a0026312015-02-19 17:39:40 +0100285
Jason Monk726fb282015-03-31 12:56:11 -0400286 <!-- Description of airplane mode -->
287 <string name="airplane_mode">Airplane mode</string>
288
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700289 <!-- An explanation text that the pattern needs to be solved since the device has just been restarted. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700290 <string name="kg_prompt_reason_restart_pattern">Pattern is required after device restarts</string>
Selim Cinek56a44622015-06-11 00:34:53 -0700291
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700292 <!-- An explanation text that the pin needs to be entered since the device has just been restarted. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700293 <string name="kg_prompt_reason_restart_pin">PIN is required after device restarts</string>
Selim Cinek56a44622015-06-11 00:34:53 -0700294
Chandru Sdfbfa7a2023-04-08 22:14:14 -0700295 <!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=70] -->
Chandru S168e2c92023-03-29 22:58:15 -0700296 <string name="kg_prompt_reason_restart_password">Password is required after device restarts</string>
Selim Cinek56a44622015-06-11 00:34:53 -0700297
Jorim Jaggi25b4d4b2015-08-11 15:54:06 -0700298 <!-- An explanation text that the pattern needs to be solved since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
Jason Chang17f81ed2022-08-24 20:47:10 +0800299 <string name="kg_prompt_reason_timeout_pattern">For additional security, use pattern instead</string>
Jorim Jaggi25b4d4b2015-08-11 15:54:06 -0700300
301 <!-- An explanation text that the pin needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
Jason Chang17f81ed2022-08-24 20:47:10 +0800302 <string name="kg_prompt_reason_timeout_pin">For additional security, use PIN instead</string>
Jorim Jaggi25b4d4b2015-08-11 15:54:06 -0700303
304 <!-- An explanation text that the password needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
Jason Chang17f81ed2022-08-24 20:47:10 +0800305 <string name="kg_prompt_reason_timeout_password">For additional security, use password instead</string>
Jorim Jaggi25b4d4b2015-08-11 15:54:06 -0700306
Chandru Sedfcbdb2024-02-27 00:19:50 +0000307 <!-- An explanation text that the pin needs to be provided to enter the device for security reasons. [CHAR LIMIT=70] -->
308 <string name="kg_prompt_added_security_pin">PIN required for additional security</string>
309
310 <!-- An explanation text that the pattern needs to be provided to enter the device for security reasons. [CHAR LIMIT=70] -->
311 <string name="kg_prompt_added_security_pattern">Pattern required for additional security</string>
312
313 <!-- An explanation text that the password needs to be provided to enter the device for security reasons. [CHAR LIMIT=70] -->
314 <string name="kg_prompt_added_security_password">Password required for additional security</string>
315
Adrian Roosd6d253a2016-04-13 13:06:21 -0700316 <!-- An explanation text that the credential needs to be entered because a device admin has
317 locked the device. [CHAR LIMIT=80] -->
Charles He61112982017-03-23 21:00:51 +0000318 <string name="kg_prompt_reason_device_admin">Device locked by admin</string>
Adrian Roosd6d253a2016-04-13 13:06:21 -0700319
320 <!-- An explanation text that the credential needs to be entered because the user has clicked
321 the force lock button. [CHAR LIMIT=80] -->
322 <string name="kg_prompt_reason_user_request">Device was locked manually</string>
323
Beverly3eaa6892022-08-25 15:16:07 +0000324 <!-- Face hint message when face was not recognized. [CHAR LIMIT=20] -->
Gilad Brettercb51b8b2018-03-22 17:04:51 +0200325 <string name="kg_face_not_recognized">Not recognized</string>
Jorim Jaggi27c9b742015-04-09 10:34:49 -0700326
Milton Wucd87a922022-05-30 16:30:11 +0800327 <!-- Error message indicating that the camera privacy sensor has been turned on [CHAR LIMIT=53] -->
328 <string name="kg_face_sensor_privacy_enabled">To use Face Unlock, turn on camera access in Settings</string>
Joshua Mccloskey9d3f1be2021-11-22 16:21:04 -0800329
Chandru1cc5e512022-05-31 13:25:32 +0000330 <!-- Instructions telling the user remaining times when enter SIM PIN view. [CHAR LIMIT=NONE] -->
331 <string name="kg_password_default_pin_message">{count, plural,
332 =1 {Enter SIM PIN. You have # remaining attempt before you must contact your carrier to unlock your device.}
333 other {Enter SIM PIN. You have # remaining attempts.}
334 }</string>
Ruthwar Kumar Ambeer118e5742017-03-09 18:46:17 +0530335
Chandru1cc5e512022-05-31 13:25:32 +0000336 <!-- Instructions telling the user remaining times when enter SIM PUK view. [CHAR LIMIT=NONE] -->
337 <string name="kg_password_default_puk_message">{count, plural,
338 =1 {SIM is now disabled. Enter PUK code to continue. You have # remaining attempt before SIM becomes permanently unusable. Contact carrier for details.}
339 other {SIM is now disabled. Enter PUK code to continue. You have # remaining attempts before SIM becomes permanently unusable. Contact carrier for details.}
340 }</string>
Ruthwar Kumar Ambeer118e5742017-03-09 18:46:17 +0530341
Robert Snoebergerdb8b7f32019-06-05 15:29:18 -0400342 <!-- Name of the "Default" clock face, which is the clock face that will be shown by default. [CHAR LIMIT=15]-->
343 <string name="clock_title_default">Default</string>
344 <!-- Name of the "Bubble" clock face, which is an analog clock with hands shaped like large bubbles [CHAR LIMIT=15]-->
345 <string name="clock_title_bubble">Bubble</string>
346 <!-- Name of the "Analog" clock face [CHAR LIMIT=15]-->
347 <string name="clock_title_analog">Analog</string>
Aaron Liubb821882022-10-11 12:11:32 -0700348 <!-- Title of bouncer when we want to authenticate before continuing with action. [CHAR LIMIT=NONE] -->
349 <string name="keyguard_unlock_to_continue">Unlock your device to continue</string>
Chandru S74ba9602023-06-13 10:21:07 -0700350
351 <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=70] -->
352 <string name="kg_prompt_unattended_update_pin">Enter PIN to install update later</string>
353
354 <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=70] -->
355 <string name="kg_prompt_unattended_update_password">Enter password to install update later</string>
356
357 <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=70] -->
358 <string name="kg_prompt_unattended_update_pattern">Draw pattern to install update later</string>
359
Chandru Seacf34b2023-06-13 10:47:27 -0700360 <!-- Message shown after an unattended mainline (major) update asking the user to enter their PIN. [CHAR LIMIT=70] -->
Chandru S74ba9602023-06-13 10:21:07 -0700361 <string name="kg_prompt_after_update_pin">Device updated. Enter PIN to continue.</string>
362
Chandru Seacf34b2023-06-13 10:47:27 -0700363 <!-- Message shown after an unattended mainline (major) update asking the user to enter their password. [CHAR LIMIT=70] -->
Chandru S74ba9602023-06-13 10:21:07 -0700364 <string name="kg_prompt_after_update_password">Device updated. Enter password to continue.</string>
365
Chandru Seacf34b2023-06-13 10:47:27 -0700366 <!-- Message shown after an unattended mainline (major) update asking the user to enter their pattern. [CHAR LIMIT=70] -->
Chandru S74ba9602023-06-13 10:21:07 -0700367 <string name="kg_prompt_after_update_pattern">Device updated. Draw pattern to continue.</string>
Jim Miller5ecd8112013-01-09 18:50:26 -0800368</resources>