1<?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 PIN password to unlock the keyguard [CHAR LIMIT=30] -->
22    <string name="keyguard_enter_your_pin">Enter your PIN</string>
23
24    <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=30] -->
25    <string name="keyguard_enter_your_pattern">Enter your pattern</string>
26
27    <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=30] -->
28    <string name="keyguard_enter_your_password">Enter your password</string>
29
30    <!-- Shown in the lock screen when there is SIM card IO error. -->
31    <string name="keyguard_sim_error_message_short">Invalid Card.</string>
32
33    <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
34         charged, say that it is charged. -->
35    <string name="keyguard_charged">Charged</string>
36
37    <!-- 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]  -->
38    <string name="keyguard_plugged_in_wireless"><xliff:g id="percentage" example="20%">%s</xliff:g> • Charging wirelessly</string>
39
40    <!-- When the lock screen is showing and the phone plugged in, and the battery
41         is not fully charged, say that it's charging.  -->
42    <string name="keyguard_plugged_in"><xliff:g id="percentage">%s</xliff:g> • Charging</string>
43
44    <!-- When the lock screen is showing and the phone plugged in, and the battery
45         is not fully charged, and it's plugged into a fast charger, say that it's charging fast.  -->
46    <string name="keyguard_plugged_in_charging_fast"><xliff:g id="percentage">%s</xliff:g> • Charging rapidly</string>
47
48    <!-- When the lock screen is showing and the phone plugged in, and the battery
49         is not fully charged, and it's plugged into a slow charger, say that it's charging slowly.  -->
50    <string name="keyguard_plugged_in_charging_slowly"><xliff:g id="percentage">%s</xliff:g> • Charging slowly</string>
51
52    <!-- When the lock screen is showing and the phone plugged in, and the defend mode is triggered, say that charging is temporarily limited.  -->
53    <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Charging temporarily limited</string>
54
55    <!-- 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. -->
56    <string name="keyguard_instructions_when_pattern_disabled">Press Menu to unlock.</string>
57
58    <!-- SIM messages --><skip />
59    <!-- When the user inserts a sim card from an unsupported network, it becomes network locked -->
60    <string name="keyguard_network_locked_message">Network locked</string>
61    <!-- Shown when there is no SIM card. -->
62    <string name="keyguard_missing_sim_message_short">No SIM card</string>
63    <!-- Shown to ask the user to insert a SIM card. -->
64    <string name="keyguard_missing_sim_instructions">Insert a SIM card.</string>
65    <!-- Shown to ask the user to insert a SIM card when sim is missing or not readable. -->
66    <string name="keyguard_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
67    <!-- Shown when SIM card is permanently disabled. -->
68    <string name="keyguard_permanent_disabled_sim_message_short">Unusable SIM card.</string>
69    <!-- Shown to inform the user to SIM card is permanently disabled. -->
70    <string name="keyguard_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
71    Contact your wireless service provider for another SIM card.</string>
72    <!-- Shown to tell the user that their SIM is locked and they must unlock it. -->
73    <string name="keyguard_sim_locked_message">SIM card is locked.</string>
74    <!-- When the user enters a wrong sim pin too many times, it becomes PUK locked (Pin Unlock Kode) -->
75    <string name="keyguard_sim_puk_locked_message">SIM card is PUK-locked.</string>
76    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
77         whether it is valid, and to unlock the sim if it is valid.  we display a
78         progress dialog in the meantime.  this is the emssage. -->
79    <string name="keyguard_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
80    <!-- Composes together the carrier name and the SIM card locked message. Example: CarrierName (SIM LOCKED) -->
81    <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>
82
83    <!-- Time format strings for fall-back clock widget -->
84    <string name="keyguard_widget_12_hours_format" translatable="false">h:mm</string>
85    <!-- Time format strings for fall-back clock widget -->
86    <string name="keyguard_widget_24_hours_format" translatable="false">kk:mm</string>
87    <!-- The character used in keyguard_widget_12_hours_format and keyguard_widget_24_hours_format
88         to represent a ":". -->
89    <string name="keyguard_fancy_colon" translatable="false"></string>
90
91    <!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
92    <string name="keyguard_accessibility_pin_area">PIN area</string>
93    <!-- Accessibility description of the normal password view. [CHAR_LIMIT=none] -->
94    <string name="keyguard_accessibility_password">Device password</string>
95
96    <!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
97    <string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
98    <!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->
99    <string name="keyguard_accessibility_sim_puk_area">SIM PUK area</string>
100
101    <!-- KeyguardPinView - accessibility support --><skip />
102    <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
103    <string name="keyboardview_keycode_delete">Delete</string>
104    <!-- Description of the button used to disable current carrier when the device supported embedded SIM. [CHAR LIMIT=30] -->
105    <string name="disable_carrier_button_text">Disable eSIM</string>
106    <!-- Title of Error message when disabling current carrier failed for the device supported embedded SIM. [CHAR LIMIT=80] -->
107    <string name="error_disable_esim_title">Can\u2019t disable eSIM</string>
108    <!-- Description of Error message when disabling current carrier failed for the device supported embedded SIM. [CHAR LIMIT=80] -->
109    <string name="error_disable_esim_msg">The eSIM can\u2019t be disabled due to an error.</string>
110    <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
111    <string name="keyboardview_keycode_enter">Enter</string>
112
113    <!-- Message shown when user enters wrong pattern -->
114    <string name="kg_wrong_pattern">Wrong pattern</string>
115    <!-- Message shown when user enters wrong password -->
116    <string name="kg_wrong_password">Wrong password</string>
117    <!-- Message shown when user enters wrong PIN -->
118    <string name="kg_wrong_pin">Wrong PIN</string>
119    <!-- Countdown message shown after too many failed unlock attempts -->
120    <plurals name="kg_too_many_failed_attempts_countdown">
121        <item quantity="one">Try again in 1 second.</item>
122        <item quantity="other">Try again in <xliff:g id="number">%d</xliff:g> seconds.</item>
123    </plurals>
124    <!-- Instructions for using the SIM PIN unlock screen -->
125    <string name="kg_sim_pin_instructions">Enter SIM PIN.</string>
126    <!-- Instructions for using the SIM PIN unlock screen when there's more than one SIM -->
127    <string name="kg_sim_pin_instructions_multi">Enter SIM PIN for \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\".</string>
128    <!-- 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. -->
129    <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>
130    <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
131    <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
132    <!-- 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 -->
133    <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>
134    <!-- Hint shown in the PUK unlock screen PIN TextView -->
135    <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
136    <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
137    <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
138    <!-- Message shown in dialog while the device is unlocking the SIM card -->
139    <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
140    <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
141    <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
142    <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
143    <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
144    <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
145    <string name="kg_too_many_failed_pin_attempts_dialog_message">
146        You have incorrectly typed your PIN <xliff:g id="number">%1$d</xliff:g> times.
147        \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
148    </string>
149    <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
150    <string name="kg_too_many_failed_password_attempts_dialog_message">
151        You have incorrectly typed your password <xliff:g id="number">%1$d</xliff:g> times.
152        \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
153    </string>
154    <string name="kg_too_many_failed_pattern_attempts_dialog_message">
155        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
156        \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
157    </string>
158
159    <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
160         Displayed in a dialog box.  -->
161    <string name="kg_password_wrong_pin_code_pukked">Incorrect SIM PIN code you must now contact your carrier to unlock your device.</string>
162    <!-- Instructions telling the user that they entered the wrong SIM PIN while trying
163         to unlock the keyguard.  Displayed in a dialog box.  -->
164    <plurals name="kg_password_wrong_pin_code">
165        <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>
166        <item quantity="other">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempts.</item>
167    </plurals>
168
169    <!-- Instructions telling the user that they have exhausted SIM PUK retries and the SIM is now unusable.
170         Displayed in a dialog box.  -->
171    <string name="kg_password_wrong_puk_code_dead">SIM is unusable. Contact your carrier.</string>
172    <!-- Instructions telling the user that they entered the wrong puk while trying
173         to unlock the keyguard.  Displayed in a dialog box.  -->
174    <plurals name="kg_password_wrong_puk_code">
175        <item quantity="one">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable.</item>
176        <item quantity="other">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable.</item>
177    </plurals>
178    <!-- Instructions telling the user that the operation to unlock the keyguard
179         with SIM PIN failed. Displayed in one line in a large font.  -->
180    <string name="kg_password_pin_failed">SIM PIN operation failed!</string>
181    <!-- Instructions telling the user that the operation to unlock the keyguard
182         with PUK failed. Displayed in one line in a large font.  -->
183    <string name="kg_password_puk_failed">SIM PUK operation failed!</string>
184    <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
185    <string name="accessibility_ime_switch_button" msgid="5032926134740456424">Switch input method</string>
186
187    <!-- Description of airplane mode -->
188    <string name="airplane_mode">Airplane mode</string>
189
190    <!-- An explanation text that the pattern needs to be solved since the device has just been restarted. [CHAR LIMIT=80] -->
191    <string name="kg_prompt_reason_restart_pattern">Pattern required after device restarts</string>
192
193    <!-- An explanation text that the pin needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
194    <string name="kg_prompt_reason_restart_pin">PIN required after device restarts</string>
195
196    <!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
197    <string name="kg_prompt_reason_restart_password">Password required after device restarts</string>
198
199    <!-- 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] -->
200    <string name="kg_prompt_reason_timeout_pattern">Pattern required for additional security</string>
201
202    <!-- 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] -->
203    <string name="kg_prompt_reason_timeout_pin">PIN required for additional security</string>
204
205    <!-- 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] -->
206    <string name="kg_prompt_reason_timeout_password">Password required for additional security</string>
207
208    <!-- An explanation text that the credential needs to be entered because a device admin has
209    locked the device. [CHAR LIMIT=80] -->
210    <string name="kg_prompt_reason_device_admin">Device locked by admin</string>
211
212    <!-- An explanation text that the credential needs to be entered because the user has clicked
213     the force lock button. [CHAR LIMIT=80] -->
214    <string name="kg_prompt_reason_user_request">Device was locked manually</string>
215
216    <!-- Fingerprint hint message when finger was not recognized.-->
217    <string name="kg_fingerprint_not_recognized">Not recognized</string>
218
219    <!-- Face hint message when finger was not recognized. [CHAR LIMIT=20] -->
220    <string name="kg_face_not_recognized">Not recognized</string>
221
222     <!-- Error message indicating that the camera privacy sensor has been turned on [CHAR LIMIT=NONE] -->
223    <string name="kg_face_sensor_privacy_enabled">To use Face Unlock, turn on <b>Camera access</b> in Settings > Privacy</string>
224
225    <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
226    <plurals name="kg_password_default_pin_message">
227        <item quantity="one">Enter SIM PIN. You have <xliff:g id="number">%d</xliff:g> remaining
228attempt before you must contact your carrier to unlock your device.</item>
229        <item quantity="other">Enter SIM PIN. You have <xliff:g id="number">%d</xliff:g> remaining
230attempts.</item>
231    </plurals>
232
233    <!-- Instructions telling the user remaining times when enter SIM PUK view.  -->
234    <plurals name="kg_password_default_puk_message">
235        <item quantity="one">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="
236number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable. Contact carrier for details.</item>
237        <item quantity="other">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="
238number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable. Contact carrier for details.</item>
239    </plurals>
240
241    <!-- Name of the "Default" clock face, which is the clock face that will be shown by default. [CHAR LIMIT=15]-->
242    <string name="clock_title_default">Default</string>
243    <!-- Name of the "Bubble" clock face, which is an analog clock with hands shaped like large bubbles [CHAR LIMIT=15]-->
244    <string name="clock_title_bubble">Bubble</string>
245    <!-- Name of the "Analog" clock face [CHAR LIMIT=15]-->
246    <string name="clock_title_analog">Analog</string>
247</resources>
248