OSDN Git Service

[automerger skipped] Import translations. DO NOT MERGE skipped: f72be588eb skipped...
[android-x86/frameworks-base.git] / core / res / res / values / strings.xml
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     <!-- Suffix added to a number to signify size in bytes. -->
22     <string name="byteShort">B</string>
23     <!-- Suffix added to a number to signify size in kilobytes (1000 bytes).
24         If you retain the Latin script for the localization, please use the lowercase
25         'k', as it signifies 1000 bytes as opposed to 1024 bytes. -->
26     <string name="kilobyteShort">kB</string>
27     <!-- Suffix added to a number to signify size in megabytes. -->
28     <string name="megabyteShort">MB</string>
29     <!-- Suffix added to a number to signify size in gigabytes. -->
30     <string name="gigabyteShort">GB</string>
31     <!-- Suffix added to a number to signify size in terabytes. -->
32     <string name="terabyteShort">TB</string>
33     <!-- Suffix added to a number to signify size in petabytes. -->
34     <string name="petabyteShort">PB</string>
35     <!-- Format string used to add a suffix like "kB" or "MB" to a number
36          to display a size in kilobytes, megabytes, or other size units.
37          Some languages (like French) will want to add a space between
38          the placeholders. -->
39     <string name="fileSizeSuffix"><xliff:g id="number" example="123">%1$s</xliff:g> <xliff:g id="unit" example="MB">%2$s</xliff:g></string>
40
41     <!-- [CHAR_LIMIT=10] Suffix added to signify duration in days -->
42     <string name="durationDays"><xliff:g id="days">%1$d</xliff:g> days</string>
43
44     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with hours -->
45     <string name="durationDayHours"><xliff:g id="days">%1$d</xliff:g> day
46             <xliff:g id="hours">%2$d</xliff:g> hrs</string>
47
48     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with one hours -->
49     <string name="durationDayHour"><xliff:g id="days">%1$d</xliff:g> day
50             <xliff:g id="hours">%2$d</xliff:g> hr</string>
51
52     <!-- [CHAR_LIMIT=10] Suffix added to signify duration in hours -->
53     <string name="durationHours"><xliff:g id="hours">%1$d</xliff:g> hrs</string>
54
55     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with minutes -->
56     <string name="durationHourMinutes"><xliff:g id="hours">%1$d</xliff:g> hr
57             <xliff:g id="minutes">%2$d</xliff:g> mins</string>
58
59     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with one minute -->
60     <string name="durationHourMinute"><xliff:g id="hours">%1$d</xliff:g> hr
61             <xliff:g id="minutes">%2$d</xliff:g> min</string>
62
63     <!-- [CHAR_LIMIT=10] Suffix added to signify duration in minutes -->
64     <string name="durationMinutes"><xliff:g id="minutes">%1$d</xliff:g> mins</string>
65
66     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute -->
67     <string name="durationMinute"><xliff:g id="minutes">%1$d</xliff:g> min</string>
68
69     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with seconds -->
70     <string name="durationMinuteSeconds"><xliff:g id="minutes">%1$d</xliff:g> min
71             <xliff:g id="seconds">%2$d</xliff:g> secs</string>
72
73     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with one second -->
74     <string name="durationMinuteSecond"><xliff:g id="minutes">%1$d</xliff:g> min
75             <xliff:g id="seconds">%2$d</xliff:g> sec</string>
76
77     <!-- [CHAR_LIMIT=10] Suffix added to signify duration in seconds -->
78     <string name="durationSeconds"><xliff:g id="seconds">%1$d</xliff:g> secs</string>
79
80     <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one second -->
81     <string name="durationSecond"><xliff:g id="seconds">%1$d</xliff:g> sec</string>
82
83     <!-- Used in Contacts for a field that has no label and in Note Pad
84          for a note with no name. -->
85     <string name="untitled">&lt;Untitled&gt;</string>
86
87     <!-- How to display the lack of a phone number -->
88     <string name="emptyPhoneNumber">(No phone number)</string>
89
90     <!-- How to display the lack of a name -->
91     <string name="unknownName">Unknown</string>
92
93     <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
94     <string name="defaultVoiceMailAlphaTag">Voicemail</string>
95
96     <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
97     <string name="defaultMsisdnAlphaTag">MSISDN1</string>
98
99     <!-- For GsmMmiCode.java --> <skip />
100     <!-- Displayed when the user dialed an MMI code whose function
101          could not be performed. This will be displayed in a toast. -->
102     <string name="mmiError">Connection problem or invalid MMI code.</string>
103     <!-- Displayed when the user dialed an MMI code whose function
104          could not be performed because FDN is enabled. This will be displayed in a toast. -->
105     <string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
106     <!-- Displayed when a carrier does not support call forwarding queries when roaming. -->
107     <string name="mmiErrorWhileRoaming">Can not change call forwarding settings from your phone while you are roaming.</string>
108
109     <!-- Displayed when a phone feature such as call barring was activated. -->
110     <string name="serviceEnabled">Service was enabled.</string>
111     <!-- Displayed in front of the list of a set of service classes
112          (voice, data, fax, etc.) that were enabled. -->
113     <string name="serviceEnabledFor">Service was enabled for:</string>
114     <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
115     <string name="serviceDisabled">Service has been disabled.</string>
116     <!-- Displayed when a phone property such as a SIM password was registered. -->
117     <string name="serviceRegistered">Registration was successful.</string>
118     <!-- Displayed when a phone property such as a SIM password was erased. -->
119     <string name="serviceErased">Erasure was successful.</string>
120     <!-- Displayed when a SIM password was entered incorrectly. -->
121     <string name="passwordIncorrect">Incorrect password.</string>
122     <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
123     <string name="mmiComplete">MMI complete.</string>
124     <!-- Displayed when a SIM PIN password is entered incorrectly. -->
125     <string name="badPin">The old PIN you typed isn\'t correct.</string>
126     <!-- Displayed when a SIM PUK password is entered incorrectly. -->
127     <string name="badPuk">The PUK you typed isn\'t correct.</string>
128     <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
129     <string name="mismatchPin">The PINs you typed don\'t match.</string>
130     <!-- Displayed when a SIM PIN password is too long or too short. -->
131     <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
132     <!-- Displayed when a SIM PUK password is too short. -->
133     <string name="invalidPuk">Type a PUK that is 8 numbers or longer.</string>
134     <!-- Displayed to prompt the user to type the PUK password to unlock
135          the SIM card. -->
136     <string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
137     <string name="needPuk2">Type PUK2 to unblock SIM card.</string>
138     <!-- Displayed when user attempts to change SIM PIN1 without enabling PIN1. -->
139     <string name="enablePin">Unsuccessful, enable SIM/RUIM Lock.</string>
140     <!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
141     <plurals name="pinpuk_attempts">
142         <item quantity="one">You have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM is locked.</item>
143         <item quantity="other">You have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM is locked.</item>
144     </plurals>
145     <!-- Title for the dialog used to display the user's IMEI number [CHAR LIMIT=10] -->
146     <string name="imei">IMEI</string>
147
148     <!-- Title for the dialog used to display the user's MEID number on CDMA network
149          [CHAR LIMIT=10] -->
150     <string name="meid">MEID</string>
151
152     <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
153     <string name="ClipMmi">Incoming Caller ID</string>
154     <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
155     <string name="ClirMmi">Outgoing Caller ID</string>
156     <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID. -->
157     <string name="ColpMmi">Connected Line ID</string>
158     <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID restriction. -->
159     <string name="ColrMmi">Connected Line ID Restriction</string>
160     <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
161     <string name="CfMmi">Call forwarding</string>
162     <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
163     <string name="CwMmi">Call waiting</string>
164     <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
165     <string name="BaMmi">Call barring</string>
166     <!-- Displayed as the title for a success/failure report changing the SIM password. -->
167     <string name="PwdMmi">Password change</string>
168     <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
169     <string name="PinMmi">PIN change</string>
170     <string name="CnipMmi">Calling number present</string>
171     <string name="CnirMmi">Calling number restricted</string>
172     <string name="ThreeWCMmi">Three way calling</string>
173     <string name="RuacMmi">Rejection of undesired annoying calls</string>
174     <string name="CndMmi">Calling number delivery</string>
175     <string name="DndMmi">Do not disturb</string>
176
177     <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
178     <string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
179     <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
180     <string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
181     <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
182     <string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
183     <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
184     <string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
185
186
187     <!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
188     <string name="serviceNotProvisioned">Service not provisioned.</string>
189     <!-- Displayed to tell the user that they cannot change the caller ID setting. -->
190     <string name="CLIRPermanent">You can\'t change the caller ID setting.</string>
191
192     <!-- Notification title to tell the user that data service is blocked by access control. -->
193     <string name="RestrictedOnDataTitle">No data service</string>
194     <!-- Notification title to tell the user that emergency calling is blocked by access control. -->
195     <string name="RestrictedOnEmergencyTitle">No emergency calling</string>
196     <!-- Notification title to tell the user that normal service is blocked by access control. -->
197     <string name="RestrictedOnNormalTitle">No voice service</string>
198     <!-- Notification title to tell the user that all emergency and normal voice services are blocked by access control. -->
199     <string name="RestrictedOnAllVoiceTitle">No voice/emergency service</string>
200
201     <!-- Notification content to tell the user that voice/data/emergency service is blocked by access control. -->
202     <string name="RestrictedStateContent">Temporarily not offered by the mobile network at your location</string>
203
204     <!-- Displayed to tell the user that they should switch their network preference. -->
205     <string name="NetworkPreferenceSwitchTitle">Can\u2019t reach network</string>
206     <!-- Displayed to tell the user that they should switch their network preference. -->
207     <string name="NetworkPreferenceSwitchSummary">To improve reception, try changing the type selected at System &gt; Network &amp; Internet &gt; Mobile networks &gt; Preferred network type."</string>
208
209     <!-- Telephony notification channel name for a channel containing network alert notifications. -->
210     <string name="notification_channel_network_alert">Alerts</string>
211     <!-- Telephony notification channel name for a channel containing call forwarding notifications. -->
212     <string name="notification_channel_call_forward">Call forwarding</string>
213     <!-- Telephony notification channel name for a channel containing emergency callback mode notifications. -->
214     <string name="notification_channel_emergency_callback">Emergency callback mode</string>
215     <!-- Telephony notification channel name for a channel containing mobile data alert notifications. -->
216     <string name="notification_channel_mobile_data_alert">Mobile data alerts</string>
217     <!-- Telephony notification channel name for a channel containing sms notifications. -->
218     <string name="notification_channel_sms">SMS messages</string>
219     <!-- Telephony notification channel name for a channel containing voice mail notifications. -->
220     <string name="notification_channel_voice_mail">Voicemail messages</string>
221     <!-- Telephony notification channel name for a channel containing wifi calling status notifications. -->
222     <string name="notification_channel_wfc">Wi-Fi calling</string>
223
224     <!-- Displayed to tell the user that peer changed TTY mode -->
225     <string name="peerTtyModeFull">Peer requested TTY Mode FULL</string>
226     <string name="peerTtyModeHco">Peer requested TTY Mode HCO</string>
227     <string name="peerTtyModeVco">Peer requested TTY Mode VCO</string>
228     <string name="peerTtyModeOff">Peer requested TTY Mode OFF</string>
229
230     <!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
231     <!-- Example: Service was enabled for: Voice, Data -->
232     <string name="serviceClassVoice">Voice</string>
233     <!-- Example: Service was enabled for: Voice, Data -->
234     <string name="serviceClassData">Data</string>
235     <!-- Example: Service was enabled for: Voice, FAX -->
236     <string name="serviceClassFAX">FAX</string>
237     <!-- Example: Service was enabled for: Voice, SMS -->
238     <string name="serviceClassSMS">SMS</string>
239     <!-- Meaning: asynchronous data.  Example: Service was enabled for: Voice, Async -->
240     <string name="serviceClassDataAsync">Async</string>
241     <!-- Meaning: synchronous data.  Example: Service was enabled for: Voice, Async -->
242     <string name="serviceClassDataSync">Sync</string>
243     <!-- Meaning: packet data.  Example: Service was enabled for: Voice, Packet -->
244     <string name="serviceClassPacket">Packet</string>
245     <!-- Meaning: unknown.  Example: Service was enabled for: Voice, PAD -->
246     <string name="serviceClassPAD">PAD</string>
247
248     <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
249     <!-- Default roaming indicator text -->
250     <string name="roamingText0">Roaming Indicator On</string>
251     <string name="roamingText1">Roaming Indicator Off</string>
252     <string name="roamingText2">Roaming Indicator Flashing</string>
253     <string name="roamingText3">Out of Neighborhood</string>
254     <string name="roamingText4">Out of Building</string>
255     <string name="roamingText5">Roaming - Preferred System</string>
256     <string name="roamingText6">Roaming - Available System</string>
257     <string name="roamingText7">Roaming - Alliance Partner</string>
258     <string name="roamingText8">Roaming - Premium Partner</string>
259     <string name="roamingText9">Roaming - Full Service Functionality</string>
260     <string name="roamingText10">Roaming - Partial Service Functionality</string>
261     <string name="roamingText11">Roaming Banner On</string>
262     <string name="roamingText12">Roaming Banner Off</string>
263     <string name="roamingTextSearching">Searching for Service</string>
264
265     <!-- Displayed when WFC registration fails -->
266     <string name="wfcRegErrorTitle">Wi-Fi Calling</string>
267     <!-- WFC Operator Error Messages showed as alerts -->
268     <string-array name="wfcOperatorErrorAlertMessages">
269         <item>To make calls and send messages over Wi-Fi, first ask your carrier to set up this service. Then turn on Wi-Fi calling again from Settings. (Error code: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g>)</item>
270     </string-array>
271     <!-- WFC Operator Error Messages showed as notifications -->
272     <string-array name="wfcOperatorErrorNotificationMessages">
273         <item>Register with your carrier (Error code: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g>)</item>
274     </string-array>
275     <!-- Template for showing mobile network operator name while WFC is active -->
276     <string-array name="wfcSpnFormats">
277         <item>%s</item>
278         <item>%s Wi-Fi Calling</item>
279     </string-array>
280     <!-- WFC, summary for Disabled -->
281     <string name="wifi_calling_off_summary">Off</string>
282     <!-- WFC, summary for Wi-Fi Preferred -->
283     <string name="wfc_mode_wifi_preferred_summary">Wi-Fi preferred</string>
284     <!-- WFC, summary for Mobile data Preferred -->
285     <string name="wfc_mode_cellular_preferred_summary">Mobile preferred</string>
286     <!-- WFC, summary for Wi-Fi Only -->
287     <string name="wfc_mode_wifi_only_summary">Wi-Fi only</string>
288
289     <!--
290         {0} is one of "bearerServiceCode*"
291         {1} is dialing number
292         {2} is time in seconds
293
294         cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
295         has been set but forwarding is not on.
296     --> <skip />
297     <!-- Displayed when the call forwarding query was not able to be forwarded. -->
298     <string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
299     <!-- Displayed when the call forwarding query was forwarded. -->
300     <string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
301     <!-- Displayed when the call forwarding query will be forwarded after some time. -->
302     <string name="cfTemplateForwardedTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g> after <xliff:g id="time_delay">{2}</xliff:g> seconds</string>
303     <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
304     <string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
305     <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
306     <string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
307
308     <!-- android.net.http Error strings --> <skip />
309     <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
310     <string name="fcComplete">Feature code complete.</string>
311     <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
312     <string name="fcError">Connection problem or invalid feature code.</string>
313     <!-- android.net.http Error strings --> <skip />
314     <!-- Displayed when a web request was successful. -->
315     <string name="httpErrorOk">OK</string>
316     <!-- Displayed when a web request failed with a generic network error. -->
317     <string name="httpError">There was a network error.</string>
318     <!-- Displayed when a web request failed because the URL could not be found. -->
319     <string name="httpErrorLookup">Couldn\'t find the URL.</string>
320     <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
321     <string name="httpErrorUnsupportedAuthScheme">The site authentication scheme isn\'t supported.</string>
322     <!-- Displayed when a web request failed because the authentication failed. -->
323     <string name="httpErrorAuth">Couldn\'t authenticate.</string>
324     <!-- Displayed when a web request failed because the authentication with the proxy failed. -->
325     <string name="httpErrorProxyAuth">Authentication via the proxy server was unsuccessful.</string>
326     <!-- Displayed when a web request failed because there was a connection error. -->
327     <string name="httpErrorConnect">Couldn\'t connect to the server.</string>
328     <!-- Displayed when a web request failed because there was an input or output error. -->
329     <string name="httpErrorIO">Couldn\'t communicate with the server. Try again later.</string>
330     <!-- Displayed when a web request failed because the request timed out -->
331     <string name="httpErrorTimeout">The connection to the server timed out.</string>
332     <!-- Displayed when a web request failed because the site tried to redirect us one too many times -->
333     <string name="httpErrorRedirectLoop">The page contains too many server redirects.</string>
334     <!-- Displayed when a web request failed because the protocol of the server is not supported. -->
335     <string name="httpErrorUnsupportedScheme">The protocol isn\'t supported.</string>
336     <!-- Displayed when a web request failed because the a secure connection couldn't be made to the server.-->
337     <string name="httpErrorFailedSslHandshake">Couldn\'t establish a secure connection.</string>
338     <!-- Displayed when a web request failed because the URL isn't in a valid form. -->
339     <string name="httpErrorBadUrl">Couldn\'t open the page because the URL is invalid.</string>
340     <!-- Displayed when a request failed because we failed to open the file. -->
341     <string name="httpErrorFile">Couldn\'t access the file.</string>
342     <!-- Displayed when a request failed because the file wasn't found. -->
343     <string name="httpErrorFileNotFound">Couldn\'t find the requested file.</string>
344     <!-- Displayed when a request failed because there are too many requests right now. -->
345     <string name="httpErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
346
347     <!-- Account notifications --> <skip />
348     <!-- A notification is shown when the AccountManager is unable to
349     supply an auth token without prompting the user to re-enter the
350     password.  This is the text that will scroll through the
351     notification bar (will be seen by the user as he uses another application). -->
352     <string name="notification_title">Signin error for <xliff:g id="account" example="foo@gmail.com">%1$s</xliff:g></string>
353
354     <!-- Sync notifications --> <skip />
355     <!-- A notification is shown when there is a sync error.  This is the text that will scroll through the notification bar (will be seen by the user as he uses another application). -->
356     <string name="contentServiceSync">Sync</string>
357     <!-- A notification is shown when there is a sync error.  This is the title of the notification.  It will be seen in the pull-down notification tray. -->
358     <string name="contentServiceSyncNotificationTitle">Sync</string>
359     <!-- A notification is shown when there is a sync error.  This is the message of the notification.  It describes the error, in this case is there were too many deletes. The argument is the type of content, for example Gmail or Calendar. It will be seen in the pull-down notification tray. -->
360     <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
361
362     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
363     <string name="low_memory" product="tablet">Tablet storage is full. Delete some files to free space.</string>
364     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
365     <string name="low_memory" product="watch">Watch storage is full. Delete some files to free space.</string>
366     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
367     <string name="low_memory" product="tv">TV storage is full. Delete some files to free space.</string>
368     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
369     <string name="low_memory" product="default">Phone storage is full. Delete some files to free space.</string>
370
371     <!-- SSL CA cert notification --> <skip />
372     <!-- Shows up when there is a user SSL CA Cert installed on the
373          device.  Indicates to the user that SSL traffic can be intercepted.  [CHAR LIMIT=NONE] -->
374     <plurals name="ssl_ca_cert_warning">
375         <item quantity="one">Certificate authority installed</item>
376         <item quantity="other">Certificate authorities installed</item>
377     </plurals>
378     <!-- Content text for a notification. The Title of the notification is "ssl_ca_cert_warning".
379          This says that an unknown party is doing the monitoring. [CHAR LIMIT=100]-->
380     <string name="ssl_ca_cert_noti_by_unknown">By an unknown third party</string>
381     <!-- Content text for a notification. The Title of the notification is "ssl_ca_cert_warning".
382          This indicates that an unspecified administrator is doing the monitoring. [CHAR LIMIT=100]-->
383     <string name="ssl_ca_cert_noti_by_administrator">By your work profile admin</string>
384     <!-- Content text for a notification. The Title of the notification is "ssl_ca_cert_warning".
385          This indicates who is doing the monitoring. [CHAR LIMIT=100]-->
386     <string name="ssl_ca_cert_noti_managed">By <xliff:g id="managing_domain">%s</xliff:g></string>
387
388     <!-- Work profile deleted notification--> <skip />
389     <!-- Shows up in the notification's title when the system deletes the work profile. [CHAR LIMIT=NONE] -->
390     <string name="work_profile_deleted">Work profile deleted</string>
391     <!-- Content text for a notification. The Title of the notification is "work_profile_deleted",
392          i.e. "Work profile deleted". This says that the profile is deleted by the system as a result of
393          the current profile owner gone missing. [CHAR LIMIT=100]-->
394     <string name="work_profile_deleted_description">Work profile deleted due to missing admin app</string>
395     <!-- Content text for an expanded notification. The Title of the notification is "work_profile_deleted",
396          i.e. "Work profile deleted". This further explains that the profile is deleted by the system
397          as a result of the current profile admin gone missing. [CHAR LIMIT=NONE]-->
398     <string name="work_profile_deleted_details">The work profile admin app is either missing or corrupted.
399          As a result, your work profile and related data have been deleted. Contact your admin for assistance.</string>
400     <!-- Content text for a notification. The Title of the notification is "work_profile_deleted",
401         This indicates that a work profile has been deleted. [CHAR LIMIT=NONE]-->
402     <string name="work_profile_deleted_description_dpm_wipe">Your work profile is no longer available on this device</string>
403
404     <!-- Content title for a notification. This notification indicates that the device is managed
405          and network logging was activated by a device owner. [CHAR LIMIT=NONE]-->
406     <string name="network_logging_notification_title">Device is managed</string>
407     <!-- Content text for a notification. Tapping opens a dialog with more information on device management and network
408          logging. [CHAR LIMIT=NONE]-->
409     <string name="network_logging_notification_text">Your organization manages this device and may monitor network traffic. Tap for details.</string>
410
411     <!-- Factory reset warning dialog strings--> <skip />
412     <!-- Shows up in the dialog's title to warn about an impeding factory reset. [CHAR LIMIT=NONE] -->
413     <string name="factory_reset_warning">Your device will be erased</string>
414     <!-- Text message in the factory reset warning dialog. This says that the the device admin app
415          is missing or corrupted. As a result the device will be erased. [CHAR LIMIT=NONE]-->
416     <string name="factory_reset_message">The admin app can\'t be used. Your device will now be
417         erased.\n\nIf you have questions, contact your organization's admin.</string>
418
419     <!-- Display name for any time a piece of data refers to the owner of the phone. For example, this could be used in place of the phone's phone number. -->
420     <string name="me">Me</string>
421
422     <!-- Power Dialog --> <skip />
423     <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
424     <string name="power_dialog" product="tablet">Tablet options</string>
425     <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
426     <string name="power_dialog" product="tv">TV options</string>
427     <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
428     <string name="power_dialog" product="default">Phone options</string>
429     <!-- Button to turn on silent mode, within the Phone Options dialog -->
430     <string name="silent_mode">Silent mode</string>
431     <!-- Button to turn on the radio, within the Phone Options dialog -->
432     <string name="turn_on_radio">Turn on wireless</string>
433     <!-- Button to turn off the radio, within the Phone Options dialog -->
434     <string name="turn_off_radio">Turn off wireless</string>
435     <!-- Button to lock the screen, within the Phone Options dialog -->
436     <string name="screen_lock">Screen lock</string>
437     <!-- Button to turn off the phone, within the Phone Options dialog -->
438     <string name="power_off">Power off</string>
439     <!-- Spoken description for ringer silent option. [CHAR LIMIT=NONE] -->
440     <string name="silent_mode_silent">Ringer off</string>
441     <!-- Spoken description for ringer vibrate option. [CHAR LIMIT=NONE] -->
442     <string name="silent_mode_vibrate">Ringer vibrate</string>
443     <!-- Spoken description for ringer normal option. [CHAR LIMIT=NONE] -->
444     <string name="silent_mode_ring">Ringer on</string>
445
446     <!-- Reboot to Recovery Progress Dialog. This is shown before it reboots to recovery. -->
447     <string name="reboot_to_update_title">Android system update</string>
448     <string name="reboot_to_update_prepare">Preparing to update\u2026</string>
449     <string name="reboot_to_update_package">Processing the update package\u2026</string>
450     <string name="reboot_to_update_reboot">Restarting\u2026</string>
451
452     <!-- Reboot to Recovery for factory reset. -->
453     <string name="reboot_to_reset_title">Factory data reset</string>
454     <string name="reboot_to_reset_message">Restarting\u2026</string>
455
456     <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
457     <string name="shutdown_progress">Shutting down\u2026</string>
458
459     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
460          be a confirmation dialog.  This is the message. -->
461     <string name="shutdown_confirm" product="tablet">Your tablet will shut down.</string>
462     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the TV, there will
463          be a confirmation dialog.  This is the message. -->
464     <string name="shutdown_confirm" product="tv">Your TV will shut down.</string>
465     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the watch, there will
466          be a confirmation dialog.  This is the message. -->
467     <string name="shutdown_confirm" product="watch">Your watch will shut down.</string>
468     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
469          be a confirmation dialog.  This is the message. -->
470     <string name="shutdown_confirm" product="default">Your phone will shut down.</string>
471
472     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, it asks
473          the user if they'd like to shut down.  This is the message.  This is used instead of
474          shutdown_confirm when the system is configured to use long press to go directly to the
475          power off dialog instead of the global actions menu. -->
476     <string name="shutdown_confirm_question">Do you want to shut down?</string>
477
478     <!-- Title of dialog to confirm rebooting into safe mode. [CHAR LIMIT=50] -->
479     <string name="reboot_safemode_title">Reboot to safe mode</string>
480
481     <!-- Shutdown Confirmation Dialog.  Message in the confirmation dialog
482          when the user asks to reboot into safe mode. [CHAR LIMIT=NONE] -->
483     <string name="reboot_safemode_confirm">Do you want to reboot into safe mode?
484          This will disable all third party applications you have installed.
485          They will be restored when you reboot again.</string>
486
487     <!-- Recent Tasks dialog: title
488      TODO: this should move to SystemUI.apk, but the code for the old
489             recent dialog is still in the framework
490      -->
491     <string name="recent_tasks_title">Recent</string>
492     <!-- Recent Tasks dialog: message when there are no recent applications
493      TODO: this should move to SystemUI.apk, but the code for the old
494             recent dialog is still in the framework
495      -->
496     <string name="no_recent_tasks">No recent apps.</string>
497
498     <!-- Title of the Global Actions Dialog -->
499     <string name="global_actions" product="tablet">Tablet options</string>
500     <!-- Title of the Global Actions Dialog -->
501     <string name="global_actions" product="tv">TV options</string>
502     <!-- Title of the Global Actions Dialog -->
503     <string name="global_actions" product="default">Phone options</string>
504
505     <!-- label for item that locks the phone in the phone options dialog -->
506     <string name="global_action_lock">Screen lock</string>
507
508     <!-- label for item that turns off power in phone options dialog -->
509     <string name="global_action_power_off">Power off</string>
510
511     <!-- label for item that restarts phone in phone options dialog -->
512     <!-- TODO: promote to separate string-->
513     <string name="global_action_restart" translatable="false">@string/sim_restart_button</string>
514
515     <!-- label for item that starts emergency call -->
516     <string name="global_action_emergency">Emergency</string>
517
518     <!-- label for item that generates a bug report in the phone options dialog -->
519     <string name="global_action_bug_report">Bug report</string>
520
521     <!-- Take bug report menu title [CHAR LIMIT=NONE] -->
522     <string name="bugreport_title">Take bug report</string>
523     <!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
524     <!-- TODO: remove if not used anymore -->
525     <string name="bugreport_message">This will collect information about your
526         current device state, to send as an e-mail message.  It will take a little
527         time from starting the bug report until it is ready to be sent; please be
528         patient.</string>
529     <!-- Title in the bugreport dialog for the interactive workflow. Should fit in one line. [CHAR LIMIT=30] -->
530     <string name="bugreport_option_interactive_title">Interactive report</string>
531     <!-- Summary in the bugreport dialog for the interactive workflow. [CHAR LIMIT=NONE] -->
532     <string name="bugreport_option_interactive_summary">Use this under most circumstances.
533         It allows you to track progress of the report, enter more details about the problem, and take screenshots.
534         It might omit some less-used sections that take a long time to report.</string>
535     <!-- Title in the bugreport dialog for the full workflow. Should fit in one line. [CHAR LIMIT=30] -->
536     <string name="bugreport_option_full_title">Full report</string>
537     <!-- Summary in the bugreport dialog for the full workflow. [CHAR LIMIT=NONE] -->
538     <string name="bugreport_option_full_summary">Use this option for minimal system interference when
539         your device is unresponsive or too slow, or when you need all report sections.
540         Does not allow you to enter more details or take additional screenshots.</string>
541     <!--  Toast message informing user in how many seconds a bugreport screenshot will be taken -->
542     <plurals name="bugreport_countdown">
543         <item quantity="one">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> second.</item>
544         <item quantity="other">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> seconds.</item>
545     </plurals>
546
547     <!-- Format for build summary info [CHAR LIMIT=NONE] -->
548     <string name="bugreport_status" translatable="false">%s (%s)</string>
549
550     <!-- label for item that enables silent mode in phone options dialog -->
551     <string name="global_action_toggle_silent_mode">Silent mode</string>
552
553     <!-- status message in phone options dialog for when silent mode is enabled -->
554     <string name="global_action_silent_mode_on_status">Sound is OFF</string>
555
556     <!-- status message in phone options dialog for when silent mode is disabled -->
557     <string name="global_action_silent_mode_off_status">Sound is ON</string>
558
559     <!-- label for item that toggles airplane mode -->
560     <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
561
562     <!-- status message in phone options dialog for when airplane mode is on -->
563     <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
564
565     <!-- status message in phone options dialog for when airplane mode is off -->
566     <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
567
568     <!-- label for item that launches settings in phone options dialog [CHAR LIMIT=15]-->
569     <string name="global_action_settings">Settings</string>
570
571     <!-- label for item that launches assist in phone options dialog [CHAR LIMIT=15]-->
572     <string name="global_action_assist">Assist</string>
573
574     <!-- label for item that launches voice assist in phone options dialog [CHAR LIMIT=15]-->
575     <string name="global_action_voice_assist">Voice Assist</string>
576
577     <!-- label for item that locks the phone and enforces that it can't be unlocked without entering a credential. [CHAR LIMIT=15] -->
578     <string name="global_action_lockdown">Lock now</string>
579
580     <!-- Text to use when the number in a notification info is too large
581          (greater than status_bar_notification_info_maxnum, defined in
582          values/config.xml) and must be truncated. May need to be localized
583          for most appropriate textual indicator of "more than X".
584          [CHAR LIMIT=4] -->
585     <string name="status_bar_notification_info_overflow">999+</string>
586
587     <!-- The divider symbol between different parts of the notification header. not translatable [CHAR LIMIT=1] -->
588     <string name="notification_header_divider_symbol" translatable="false">•</string>
589
590     <!-- The divider symbol between different parts of the notification header including spaces. not translatable [CHAR LIMIT=3] -->
591     <string name="notification_header_divider_symbol_with_spaces" translatable="false">" • "</string>
592
593     <!-- Text shown in place of notification contents when the notification is hidden on a secure lockscreen -->
594     <string name="notification_hidden_text">New notification</string>
595
596     <!-- Text shown when viewing channel settings for notifications related to the virtual keyboard -->
597     <string name="notification_channel_virtual_keyboard">Virtual keyboard</string>
598
599     <!-- Text shown when viewing channel settings for notifications related to the hardware keyboard -->
600     <string name="notification_channel_physical_keyboard">Physical keyboard</string>
601
602     <!-- Text shown when viewing channel settings for notifications related to security -->
603     <string name="notification_channel_security">Security</string>
604
605     <!-- Text shown when viewing channel settings for notifications related to car mode -->
606     <string name="notification_channel_car_mode">Car mode</string>
607
608     <!-- Text shown when viewing channel settings for notifications related to account status -->
609     <string name="notification_channel_account">Account status</string>
610
611     <!-- Text shown when viewing channel settings for notifications related to developers -->
612     <string name="notification_channel_developer">Developer messages</string>
613
614     <!-- Text shown when viewing channel settings for notifications related to system updates -->
615     <string name="notification_channel_updates">Updates</string>
616
617     <!-- Text shown when viewing channel settings for notifications related to network status -->
618     <string name="notification_channel_network_status">Network status</string>
619
620     <!-- Text shown when viewing channel settings for notifications related to network alerts -->
621     <string name="notification_channel_network_alerts">Network alerts</string>
622
623     <!-- Text shown when viewing the channel settings for notification about open nearby wireless networks. -->
624     <string name="notification_channel_network_available">Network available</string>
625
626     <!-- Text shown when viewing channel settings for notifications related to vpn status -->
627     <string name="notification_channel_vpn">VPN status</string>
628
629     <!-- Text shown when viewing channel settings for notifications related to remote device administration -->
630     <string name="notification_channel_device_admin">Device administration</string>
631
632     <!-- Text shown when viewing channel settings for notifications related to important alerts -->
633     <string name="notification_channel_alerts">Alerts</string>
634
635     <!-- Text shown when viewing channel settings for notifications related to being in retail mode -->
636     <string name="notification_channel_retail_mode">Retail demo</string>
637
638     <!-- Text shown when viewing channel settings for notifications related to a usb connection -->
639     <string name="notification_channel_usb">USB connection</string>
640
641     <!-- This is the label for the notification channel settings that controls the behavior
642         of the notification about applications that are running in the background (that is,
643         perhaps confusingly, running foreground services but not the foreground UI on the screen).
644         [CHAR LIMIT=NONE BACKUP_MESSAGE_ID=6665375982962336520] -->
645     <string name="notification_channel_foreground_service">Apps consuming battery</string>
646
647     <!-- Label for foreground service notification when one app is running.
648     [CHAR LIMIT=NONE BACKUP_MESSAGE_ID=6826789589341671842] -->
649     <string name="foreground_service_app_in_background"><xliff:g id="app_name">%1$s</xliff:g> is
650         using battery</string>
651
652     <!-- Label for foreground service notification when multiple apps are running.
653         [CHAR LIMIT=NONE BACKUP_MESSAGE_ID=7150914856893450380] -->
654     <string name="foreground_service_apps_in_background"><xliff:g id="number">%1$d</xliff:g> apps
655         are using battery</string>
656
657     <!-- Content for foreground service notification when one app is running.
658         [CHAR LIMIT=NONE] -->
659     <string name="foreground_service_tap_for_details">Tap for details on battery and
660         data usage</string>
661
662     <!-- Separator for foreground service notification content listing all apps when there
663         are multiple apps running.  The left and right side may both already be compound
664         (constructed using this separator).  Should be kept as short as possible, this is
665         for summary text in the notification where there is not a lot of space.
666         [CHAR LIMIT=NONE] -->
667     <string name="foreground_service_multiple_separator"><xliff:g id="left_side">%1$s</xliff:g>,
668         <xliff:g id="right_side">%2$s</xliff:g></string>
669
670     <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
671     <string name="safeMode">Safe mode</string>
672
673     <!-- Label for the Android system components when they are shown to the user. -->
674     <string name="android_system_label">Android System</string>
675
676     <!-- Label for the user owner in the intent forwarding app. -->
677     <string name="user_owner_label">Switch to Personal</string>
678
679     <!-- Label for a corporate profile in the intent forwarding app. -->
680     <string name="managed_profile_label">Switch to Work</string>
681
682     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
683     <string name="permgrouplab_contacts">Contacts</string>
684     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
685     <string name="permgroupdesc_contacts">access your contacts</string>
686
687     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
688     <string name="permgrouplab_location">Location</string>
689     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
690     <string name="permgroupdesc_location">access this device\'s location</string>
691
692     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
693     <string name="permgrouplab_calendar">Calendar</string>
694     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
695     <string name="permgroupdesc_calendar">access your calendar</string>
696
697     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
698     <string name="permgrouplab_sms">SMS</string>
699     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
700     <string name="permgroupdesc_sms">send and view SMS messages</string>
701
702     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
703     <string name="permgrouplab_storage">Storage</string>
704     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
705     <string name="permgroupdesc_storage">access photos, media, and files on your device</string>
706
707     <!-- Title of a category of application permissioncds, listed so the user can choose whether they want to allow the application to do this. -->
708     <string name="permgrouplab_microphone">Microphone</string>
709     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
710     <string name="permgroupdesc_microphone">record audio</string>
711
712     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
713     <string name="permgrouplab_camera">Camera</string>
714     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
715     <string name="permgroupdesc_camera">take pictures and record video</string>
716
717     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
718     <string name="permgrouplab_phone">Phone</string>
719     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
720     <string name="permgroupdesc_phone">make and manage phone calls</string>
721
722     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
723     <string name="permgrouplab_sensors">Body Sensors</string>
724     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
725     <string name="permgroupdesc_sensors">access sensor data about your vital signs</string>
726
727     <!-- Title for the capability of an accessibility service to retrieve window content. -->
728     <string name="capability_title_canRetrieveWindowContent">Retrieve window content</string>
729     <!-- Description for the capability of an accessibility service to retrieve window content. -->
730     <string name="capability_desc_canRetrieveWindowContent">Inspect the content of a window you\'re
731         interacting with.</string>
732
733     <!-- Title for the capability of an accessibility service to request touch exploration. -->
734     <string name="capability_title_canRequestTouchExploration">Turn on Explore by Touch</string>
735     <!-- Description for the capability of an accessibility service to request touch exploration. -->
736     <string name="capability_desc_canRequestTouchExploration">Tapped items will be spoken aloud
737         and the screen can be explored using gestures.</string>
738
739     <!-- Title for the capability of an accessibility service to request to filter key events. -->
740     <string name="capability_title_canRequestFilterKeyEvents">Observe text you type</string>
741     <!-- Description for the capability of an accessibility service to request to filter key events. -->
742     <string name="capability_desc_canRequestFilterKeyEvents">Includes personal data such as credit
743         card numbers and passwords.</string>
744
745     <!-- Title for the capability of an accessibility service to control display magnification. -->
746     <string name="capability_title_canControlMagnification">Control display magnification</string>
747     <!-- Description for the capability of an accessibility service to control display magnification. -->
748     <string name="capability_desc_canControlMagnification">Control the display\'s zoom level and
749         positioning.</string>
750
751     <!-- Title for the capability of an accessibility service to perform gestures. -->
752     <string name="capability_title_canPerformGestures">Perform gestures</string>
753     <!-- Description for the capability of an accessibility service to perform gestures. -->
754     <string name="capability_desc_canPerformGestures">Can tap, swipe, pinch, and perform other
755         gestures.</string>
756
757     <!-- Title for the capability of an accessibility service to capture fingerprint gestures. -->
758     <string name="capability_title_canCaptureFingerprintGestures">Fingerprint gestures</string>
759     <!-- Description for the capability of an accessibility service to perform gestures. -->
760     <string name="capability_desc_canCaptureFingerprintGestures">Can capture gestures performed on
761         the device's fingerprint sensor.</string>
762
763     <!--  Permissions -->
764
765     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
766     <string name="permlab_statusBar">disable or modify status bar</string>
767     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
768     <string name="permdesc_statusBar">Allows the app to disable the status bar or add and remove system icons.</string>
769
770     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
771     <string name="permlab_statusBarService">be the status bar</string>
772     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
773     <string name="permdesc_statusBarService">Allows the app to be the status bar.</string>
774
775     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
776     <string name="permlab_expandStatusBar">expand/collapse status bar</string>
777     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
778     <string name="permdesc_expandStatusBar">Allows the app to expand or collapse the status bar.</string>
779
780     <!-- Title of an application permission, listed so the user can install application shortcuts
781     in their Launcher -->
782     <string name="permlab_install_shortcut">install shortcuts</string>
783     <!-- Description of an application permission, listed so the user can install application shortcuts
784     in their Launcher -->
785     <string name="permdesc_install_shortcut">Allows an application to add
786         Homescreen shortcuts without user intervention.</string>
787
788     <!-- Title of an application permission, listed so the user can uninstall application shortcuts
789     in their Launcher -->
790     <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
791     <!-- Description of an application permission, listed so the user can install application shortcuts
792     in their Launcher -->
793     <string name="permdesc_uninstall_shortcut">Allows the application to remove
794         Homescreen shortcuts without user intervention.</string>
795
796     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
797     <string name="permlab_processOutgoingCalls">reroute outgoing calls</string>
798     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
799     <string name="permdesc_processOutgoingCalls">Allows the app to see the
800         number being dialed during an outgoing call with the option to redirect
801         the call to a different number or abort the call altogether.</string>
802
803     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
804     <string name="permlab_answerPhoneCalls">answer phone calls</string>
805     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
806     <string name="permdesc_answerPhoneCalls">Allows the app to answer an incoming phone call.</string>
807
808     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
809     <string name="permlab_receiveSms">receive text messages (SMS)</string>
810     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
811     <string name="permdesc_receiveSms">Allows the app to receive and process SMS
812       messages. This means the app could monitor or delete messages sent to your
813       device without showing them to you.</string>
814
815     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
816     <string name="permlab_receiveMms">receive text messages (MMS)</string>
817     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
818     <string name="permdesc_receiveMms">Allows the app to receive and process MMS
819       messages. This means the app could monitor or delete messages sent to your
820       device without showing them to you.</string>
821
822     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
823     <string name="permlab_readCellBroadcasts">read cell broadcast messages</string>
824     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
825     <string name="permdesc_readCellBroadcasts">Allows the app to read
826         cell broadcast messages received by your device. Cell broadcast alerts
827         are delivered in some locations to warn you of emergency situations.
828         Malicious apps may interfere with the performance or operation of your
829         device when an emergency cell broadcast is received.</string>
830
831     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
832     <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
833     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
834     <string name="permdesc_subscribedFeedsRead">Allows the app to get details about the currently synced feeds.</string>
835
836     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
837     <string name="permlab_sendSms">send and view SMS messages</string>
838     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
839     <string name="permdesc_sendSms">Allows the app to send SMS messages.
840      This may result in unexpected charges. Malicious apps may cost you money by
841      sending messages without your confirmation.</string>
842
843     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
844     <string name="permlab_readSms">read your text messages (SMS or MMS)</string>
845     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
846     <string name="permdesc_readSms" product="tablet">This app can read all SMS (text) messages stored on your tablet.</string>
847     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
848     <string name="permdesc_readSms" product="tv">This app can read all SMS (text) messages stored on your TV.</string>
849     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
850     <string name="permdesc_readSms" product="default">This app can read all SMS (text) messages stored on your phone.</string>
851
852     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
853     <string name="permlab_receiveWapPush">receive text messages (WAP)</string>
854     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
855     <string name="permdesc_receiveWapPush">Allows the app to receive and process
856      WAP messages.  This permission includes the ability to monitor or delete
857      messages sent to you without showing them to you.</string>
858
859     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
860     <string name="permlab_getTasks">retrieve running apps</string>
861     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
862     <string name="permdesc_getTasks">Allows the app to retrieve information
863        about currently and recently running tasks.  This may allow the app to
864        discover information about which applications are used on the device.</string>
865
866     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
867     <string name="permlab_manageProfileAndDeviceOwners">manage profile and device owners</string>
868     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to set the profile/device owners.
869      [CHAR LIMIT=NONE] -->
870     <string name="permdesc_manageProfileAndDeviceOwners">Allows apps to set the profile owners and the device owner.</string>
871
872     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
873     <string name="permlab_reorderTasks">reorder running apps</string>
874     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
875     <string name="permdesc_reorderTasks">Allows the app to move tasks to the
876       foreground and background.  The app may do this without your input.</string>
877
878     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
879     <string name="permlab_enableCarMode">enable car mode</string>
880     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
881     <string name="permdesc_enableCarMode">Allows the app to
882         enable the car mode.</string>
883
884     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
885     <string name="permlab_killBackgroundProcesses">close other apps</string>
886     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
887     <string name="permdesc_killBackgroundProcesses">Allows the app to end
888       background processes of other apps.  This may cause other apps to stop
889       running.</string>
890
891     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
892     <string name="permlab_systemAlertWindow">This app can appear on top of other apps</string>
893     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
894     <string name="permdesc_systemAlertWindow">This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear.</string>
895
896     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
897     <string name="permlab_runInBackground">run in the background</string>
898     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
899     <string name="permdesc_runInBackground">This app can run in the background. This may drain battery faster.</string>
900
901     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
902     <string name="permlab_useDataInBackground">use data in the background</string>
903     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
904     <string name="permdesc_useDataInBackground">This app can use data in the background. This may increase data usage.</string>
905
906     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
907     <string name="permlab_persistentActivity">make app always run</string>
908     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
909     <string name="permdesc_persistentActivity" product="tablet">Allows the app to make parts of itself persistent in memory.  This can limit memory available to other apps slowing down the tablet.</string>
910     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
911     <string name="permdesc_persistentActivity" product="tv">Allows the app to make parts of itself persistent in memory.  This can limit memory available to other apps slowing down the TV.</string>
912     <string name="permdesc_persistentActivity" product="default">Allows the app to make parts of itself persistent in memory.  This can limit memory available to other apps slowing down the phone.</string>
913
914     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
915     <string name="permlab_getPackageSize">measure app storage space</string>
916     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
917     <string name="permdesc_getPackageSize">Allows the app to retrieve its code, data, and cache sizes</string>
918
919     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
920     <string name="permlab_writeSettings">modify system settings</string>
921     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
922     <string name="permdesc_writeSettings">Allows the app to modify the
923         system\'s settings data. Malicious apps may corrupt your system\'s
924         configuration.</string>
925
926     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
927     <string name="permlab_receiveBootCompleted">run at startup</string>
928     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
929     <string name="permdesc_receiveBootCompleted" product="tablet">Allows the app to
930         have itself started as soon as the system has finished booting.
931         This can make it take longer to start the tablet and allow the
932         app to slow down the overall tablet by always running.</string>
933     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
934     <string name="permdesc_receiveBootCompleted" product="tv">Allows the app to
935         have itself started as soon as the system has finished booting.
936         This can make it take longer to start the TV and allow the
937         app to slow down the overall tablet by always running.</string>
938     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
939     <string name="permdesc_receiveBootCompleted" product="default">Allows the app to
940         have itself started as soon as the system has finished booting.
941         This can make it take longer to start the phone and allow the
942         app to slow down the overall phone by always running.</string>
943
944     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
945     <string name="permlab_broadcastSticky">send sticky broadcast</string>
946     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
947     <string name="permdesc_broadcastSticky" product="tablet">Allows the app to
948     send sticky broadcasts, which remain after the broadcast ends. Excessive use
949     may make the tablet slow or unstable by causing it to use too much memory.
950     </string>
951     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
952     <string name="permdesc_broadcastSticky" product="tv">Allows the app to
953     send sticky broadcasts, which remain after the broadcast ends. Excessive use
954     may make the TV slow or unstable by causing it to use too much memory.
955     </string>
956     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
957     <string name="permdesc_broadcastSticky" product="default">Allows the app to
958     send sticky broadcasts, which remain after the broadcast ends. Excessive
959     use may make the phone slow or unstable by causing it to use too
960     much memory.</string>
961
962     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
963     <string name="permlab_readContacts">read your contacts</string>
964     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
965     <string name="permdesc_readContacts" product="tablet">Allows the app to read
966       data about your contacts stored on your tablet, including the frequency
967       with which you\'ve called, emailed, or communicated in other ways with
968       specific individuals. This permission allows apps to save your contact
969       data, and malicious apps may share contact data without your
970       knowledge.</string>
971     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
972     <string name="permdesc_readContacts" product="tv">Allows the app to read
973       data about your contacts stored on your TV, including the frequency
974       with which you\'ve called, emailed, or communicated in other ways with
975       specific individuals. This permission allows apps to save your contact
976       data, and malicious apps may share contact data without your
977       knowledge.</string>
978     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
979     <string name="permdesc_readContacts" product="default">Allows the app to
980       read data about your contacts stored on your phone, including the
981       frequency with which you\'ve called, emailed, or communicated in other ways
982       with specific individuals. This permission allows apps to save your
983       contact data, and malicious apps may share contact data without your
984       knowledge.</string>
985
986     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
987     <string name="permlab_writeContacts">modify your contacts</string>
988     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
989     <string name="permdesc_writeContacts" product="tablet">Allows the app to
990       modify the data about your contacts stored on your tablet, including the
991       frequency with which you\'ve called, emailed, or communicated in other ways
992       with specific contacts. This permission allows apps to delete contact
993       data.</string>
994     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
995     <string name="permdesc_writeContacts" product="tv">Allows the app to
996       modify the data about your contacts stored on your TV, including the
997       frequency with which you\'ve called, emailed, or communicated in other ways
998       with specific contacts. This permission allows apps to delete contact
999       data.</string>
1000     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1001     <string name="permdesc_writeContacts" product="default">Allows the app to
1002     modify the data about your contacts stored on your phone, including the
1003     frequency with which you\'ve called, emailed, or communicated in other ways
1004     with specific contacts. This permission allows apps to delete contact
1005     data.</string>
1006
1007     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1008     <string name="permlab_readCallLog">read call log</string>
1009     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1010     <string name="permdesc_readCallLog">This app can read your call history.</string>
1011
1012     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1013     <string name="permlab_writeCallLog">write call log</string>
1014     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1015     <string name="permdesc_writeCallLog" product="tablet">Allows the app to modify your tablet\'s call log, including data about incoming and outgoing calls.
1016         Malicious apps may use this to erase or modify your call log.</string>
1017     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1018     <string name="permdesc_writeCallLog" product="tv">Allows the app to modify your TV\'s call log, including data about incoming and outgoing calls.
1019         Malicious apps may use this to erase or modify your call log.</string>
1020     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1021     <string name="permdesc_writeCallLog" product="default">Allows the app to modify your phone\'s call log, including data about incoming and outgoing calls.
1022         Malicious apps may use this to erase or modify your call log.</string>
1023
1024     <!-- Title of the body sensors permission, listed so the user can decide whether to allow the application to access body sensor data. [CHAR LIMIT=80] -->
1025     <string name="permlab_bodySensors">access body sensors (like heart rate monitors)
1026     </string>
1027     <!-- Description of the body sensors permission, listed so the user can decide whether to allow the application to access data from body sensors. [CHAR LIMIT=NONE] -->
1028     <string name="permdesc_bodySensors" product="default">Allows the app to access data from sensors
1029     that monitor your physical condition, such as your heart rate.</string>
1030
1031     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1032     <string name="permlab_readCalendar">Read calendar events and details</string>
1033     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1034     <string name="permdesc_readCalendar" product="tablet">This app can read all calendar events stored on your tablet and share or save your calendar data.</string>
1035     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1036     <string name="permdesc_readCalendar" product="tv">This app can read all calendar events stored on your TV and share or save your calendar data.</string>
1037     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1038     <string name="permdesc_readCalendar" product="default">This app can read all calendar events stored on your phone and share or save your calendar data.</string>
1039
1040     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1041     <string name="permlab_writeCalendar">add or modify calendar events and send email to guests without owners\' knowledge</string>
1042     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1043     <string name="permdesc_writeCalendar" product="tablet">This app can add, remove, or change calendar events on your tablet. This app can send messages that may appear to come from calendar owners, or change events without notifying their owners.</string>
1044     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045     <string name="permdesc_writeCalendar" product="tv">This app can add, remove, or change calendar events on your TV. This app can send messages that may appear to come from calendar owners, or change events without notifying their owners.</string>
1046     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1047     <string name="permdesc_writeCalendar" product="default">This app can add, remove, or change calendar events on your phone. This app can send messages that may appear to come from calendar owners, or change events without notifying their owners.</string>
1048
1049     <!-- Title of an application permission, listed so the user can choose whether they want to allow the applicatfion to do this. -->
1050     <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
1051     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1052     <string name="permdesc_accessLocationExtraCommands">Allows the app to access
1053         extra location provider commands.  This may allow the app to interfere
1054         with the operation of the GPS or other location sources.</string>
1055
1056     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1057     <string name="permlab_accessFineLocation">access precise location (GPS and
1058       network-based)</string>
1059     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1060     <string name="permdesc_accessFineLocation">This app can get your location based on GPS or network location sources such as cell towers and Wi-Fi networks. These location services must be turned on and available on your phone for the app to be able to use them. This may increase battery consumption.</string>
1061
1062     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1063     <string name="permlab_accessCoarseLocation">access approximate location
1064       (network-based)</string>
1065     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1066     <string name="permdesc_accessCoarseLocation" product="tablet">This app can get your location based on network sources such as cell towers and Wi-Fi networks. These location services must be turned on and available on your tablet for the app to be able to use them.</string>
1067     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1068     <string name="permdesc_accessCoarseLocation" product="tv">This app can get your location based on network sources such as cell towers and Wi-Fi networks. These location services must be turned on and available on your TV for the app to be able to use them.</string>
1069     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1070     <string name="permdesc_accessCoarseLocation" product="default">This app can get your location based on network sources such as cell towers and Wi-Fi networks. These location services must be turned on and available on your phone for the app to be able to use them.</string>
1071
1072  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1073     <string name="permlab_modifyAudioSettings">change your audio settings</string>
1074     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1075     <string name="permdesc_modifyAudioSettings">Allows the app to modify global audio settings such as volume and which speaker is used for output.</string>
1076
1077     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1078     <string name="permlab_recordAudio">record audio</string>
1079     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1080     <string name="permdesc_recordAudio">This app can record audio using the microphone at any time.</string>
1081
1082     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1083     <string name="permlab_sim_communication">send commands to the SIM</string>
1084     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1085     <string name="permdesc_sim_communication">Allows the app to send commands to the SIM. This is very dangerous.</string>
1086
1087     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1088     <string name="permlab_camera">take pictures and videos</string>
1089     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1090     <string name="permdesc_camera">This app can take pictures and record videos using the camera at any time.</string>
1091
1092     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1093     <string name="permlab_vibrate">control vibration</string>
1094     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1095     <string name="permdesc_vibrate">Allows the app to control the vibrator.</string>
1096
1097     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1098     <string name="permlab_callPhone">directly call phone numbers</string>
1099     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1100     <string name="permdesc_callPhone">Allows the app to call phone numbers
1101       without your intervention. This may result in unexpected charges or calls.
1102       Note that this doesn\'t allow the app to call emergency numbers.
1103       Malicious apps may cost you money by making calls without your
1104       confirmation.</string>
1105
1106     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1107     <string name="permlab_accessImsCallService">access IMS call service</string>
1108     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1109     <string name="permdesc_accessImsCallService">Allows the app to use the IMS service to make calls without your intervention.</string>
1110
1111     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1112     <string name="permlab_readPhoneState">read phone status and identity</string>
1113     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1114     <string name="permdesc_readPhoneState">Allows the app to access the phone
1115       features of the device.  This permission allows the app to determine the
1116       phone number and device IDs, whether a call is active, and the remote number
1117       connected by a call.</string>
1118
1119     <!-- Title of an application permission.  When granted the user is giving access to a third
1120          party app to route its calls through the system. -->
1121     <string name="permlab_manageOwnCalls">route calls through the system</string>
1122     <!-- Description of an application permission.  When granted the user is giving access to a
1123          third party app to route its calls through the system. -->
1124     <string name="permdesc_manageOwnCalls">Allows the app to route its calls through the system in
1125         order to improve the calling experience.</string>
1126
1127     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1128     <string name="permlab_readPhoneNumbers">read phone numbers</string>
1129     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1130     <string name="permdesc_readPhoneNumbers">Allows the app to access the phone numbers of the device.</string>
1131
1132     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1133     <string name="permlab_wakeLock" product="tablet">prevent tablet from sleeping</string>
1134     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1135     <string name="permlab_wakeLock" product="tv">prevent TV from sleeping</string>
1136     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1137     <string name="permlab_wakeLock" product="default">prevent phone from sleeping</string>
1138     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1139     <string name="permdesc_wakeLock" product="tablet">Allows the app to prevent the tablet from going to sleep.</string>
1140     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1141     <string name="permdesc_wakeLock" product="tv">Allows the app to prevent the TV from going to sleep.</string>
1142     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1143     <string name="permdesc_wakeLock" product="default">Allows the app to prevent the phone from going to sleep.</string>
1144
1145     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1146     <string name="permlab_transmitIr">transmit infrared</string>
1147     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1148     <string name="permdesc_transmitIr" product="tablet">Allows the app to use the tablet\'s infrared transmitter.</string>
1149     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1150     <string name="permdesc_transmitIr" product="tv">Allows the app to use the TV\'s infrared transmitter.</string>
1151     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1152     <string name="permdesc_transmitIr" product="default">Allows the app to use the phone\'s infrared transmitter.</string>
1153
1154     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1155     <string name="permlab_setWallpaper">set wallpaper</string>
1156     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1157     <string name="permdesc_setWallpaper">Allows the app to set the system wallpaper.</string>
1158
1159     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1160     <string name="permlab_setWallpaperHints">adjust your wallpaper size</string>
1161     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1162     <string name="permdesc_setWallpaperHints">Allows the app to set the system wallpaper size hints.</string>
1163
1164     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1165     <string name="permlab_setTimeZone">set time zone</string>
1166     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1167     <string name="permdesc_setTimeZone" product="tablet">Allows the app to change the tablet\'s time zone.</string>
1168     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1169     <string name="permdesc_setTimeZone" product="tv">Allows the app to change the TV\'s time zone.</string>
1170     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1171     <string name="permdesc_setTimeZone" product="default">Allows the app to change the phone\'s time zone.</string>
1172
1173     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1174     <string name="permlab_getAccounts">find accounts on the device</string>
1175     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1176     <string name="permdesc_getAccounts" product="tablet">Allows the app to get
1177       the list of accounts known by the tablet.  This may include any accounts
1178       created by applications you have installed.</string>
1179     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1180     <string name="permdesc_getAccounts" product="tv">Allows the app to get
1181       the list of accounts known by the TV.  This may include any accounts
1182       created by applications you have installed.</string>
1183     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1184     <string name="permdesc_getAccounts" product="default">Allows the app to get
1185       the list of accounts known by the phone.  This may include any accounts
1186       created by applications you have installed.</string>
1187
1188     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1189     <string name="permlab_accessNetworkState">view network connections</string>
1190     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1191     <string name="permdesc_accessNetworkState">Allows the app to view
1192       information about network connections such as which networks exist and are
1193       connected.</string>
1194
1195     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1196     <string name="permlab_createNetworkSockets">have full network access</string>
1197     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1198     <string name="permdesc_createNetworkSockets">Allows the app to create
1199      network sockets and use custom network protocols. The browser and other
1200      applications provide means to send data to the internet, so this
1201      permission is not required to send data to the internet.</string>
1202
1203  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1204     <string name="permlab_changeNetworkState">change network connectivity</string>
1205     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1206     <string name="permdesc_changeNetworkState">Allows the app to change the state of network connectivity.</string>
1207
1208     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1209     <string name="permlab_changeTetherState">change tethered connectivity</string>
1210     <!-- Description of an application permission, listed so the user can choose whether they want to allow the applicaiton to do this. -->
1211     <string name="permdesc_changeTetherState">Allows the app to change the state of tethered network connectivity.</string>
1212
1213     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1214     <string name="permlab_accessWifiState">view Wi-Fi connections</string>
1215     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1216     <string name="permdesc_accessWifiState">Allows the app to view information
1217       about Wi-Fi networking, such as whether Wi-Fi is enabled and name of
1218       connected Wi-Fi devices.</string>
1219
1220     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1221     <string name="permlab_changeWifiState">connect and disconnect from Wi-Fi</string>
1222     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1223     <string name="permdesc_changeWifiState">Allows the app to connect to and
1224       disconnect from Wi-Fi access points and to make changes to device
1225       configuration for Wi-Fi networks.</string>
1226
1227     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1228     <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast reception</string>
1229     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1230     <string name="permdesc_changeWifiMulticastState" product="tablet">Allows the app to receive
1231       packets sent to all devices on a Wi-Fi network using multicast addresses,
1232       not just your tablet.  It uses more power than the non-multicast mode.</string>
1233     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1234     <string name="permdesc_changeWifiMulticastState" product="tv">Allows the app to receive
1235       packets sent to all devices on a Wi-Fi network using multicast addresses,
1236       not just your TV.  It uses more power than the non-multicast mode.</string>
1237     <string name="permdesc_changeWifiMulticastState" product="default">Allows the app to receive
1238       packets sent to all devices on a Wi-Fi network using multicast addresses,
1239       not just your phone.  It uses more power than the non-multicast mode.</string>
1240
1241  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1242     <string name="permlab_bluetoothAdmin">access Bluetooth settings</string>
1243     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1244     <string name="permdesc_bluetoothAdmin" product="tablet">Allows the app to
1245       configure the local Bluetooth tablet, and to discover and pair with remote
1246       devices.</string>
1247     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1248     <string name="permdesc_bluetoothAdmin" product="tv">Allows the app to
1249       configure the local Bluetooth TV, and to discover and pair with remote
1250       devices.</string>
1251     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1252     <string name="permdesc_bluetoothAdmin" product="default">Allows the app to configure
1253       the local Bluetooth phone, and to discover and pair with remote devices.</string>
1254
1255     <string name="permlab_accessWimaxState">connect and disconnect from WiMAX</string>
1256     <string name="permdesc_accessWimaxState">Allows the app to determine whether
1257      WiMAX is enabled and information about any WiMAX networks that are
1258      connected. </string>
1259
1260     <string name="permlab_changeWimaxState">change WiMAX state</string>
1261     <string name="permdesc_changeWimaxState" product="tablet">Allows the app to
1262       connect the tablet to and disconnect the tablet from WiMAX networks.</string>
1263     <string name="permdesc_changeWimaxState" product="tv">Allows the app to
1264       connect the TV to and disconnect the TV from WiMAX networks.</string>
1265     <string name="permdesc_changeWimaxState" product="default">Allows the app to
1266       connect the phone to and disconnect the phone from WiMAX networks.</string>
1267
1268  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1269     <string name="permlab_bluetooth">pair with Bluetooth devices</string>
1270     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1271     <string name="permdesc_bluetooth" product="tablet">Allows the app to view the
1272       configuration of Bluetooth on the tablet, and to make and accept
1273       connections with paired devices.</string>
1274     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1275     <string name="permdesc_bluetooth" product="tv">Allows the app to view the
1276       configuration of Bluetooth on the TV, and to make and accept
1277       connections with paired devices.</string>
1278     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1279     <string name="permdesc_bluetooth" product="default">Allows the app to view the
1280       configuration of the Bluetooth on the phone, and to make and accept
1281       connections with paired devices.</string>
1282
1283     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1284     <string name="permlab_nfc">control Near Field Communication</string>
1285     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1286     <string name="permdesc_nfc">Allows the app to communicate
1287       with Near Field Communication (NFC) tags, cards, and readers.</string>
1288
1289     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1290     <string name="permlab_disableKeyguard">disable your screen lock</string>
1291     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1292     <string name="permdesc_disableKeyguard">Allows the app to disable the
1293       keylock and any associated password security.  For example, the phone
1294       disables the keylock when receiving an incoming phone call, then
1295       re-enables the keylock when the call is finished.</string>
1296
1297     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1298     <string name="permlab_manageFingerprint">manage fingerprint hardware</string>
1299     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1300     <string name="permdesc_manageFingerprint">Allows the app to invoke methods to add and delete fingerprint templates for use.</string>
1301     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1302     <string name="permlab_useFingerprint">use fingerprint hardware</string>
1303     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1304     <string name="permdesc_useFingerprint">Allows the app to use fingerprint hardware for authentication</string>
1305
1306     <!-- Message shown during fingerprint acquisision when the fingerprint cannot be recognized -->
1307     <string name="fingerprint_acquired_partial">Partial fingerprint detected. Please try again.</string>
1308     <!-- Message shown during fingerprint acquisision when the fingerprint cannot be recognized -->
1309     <string name="fingerprint_acquired_insufficient">Couldn\'t process fingerprint. Please try again.</string>
1310     <!-- Message shown during fingerprint acquisision when the fingerprint sensor needs cleaning -->
1311     <string name="fingerprint_acquired_imager_dirty">Fingerprint sensor is dirty. Please clean and try again.</string>
1312     <!-- Message shown during fingerprint acquisision when the user removes their finger from the sensor too quickly -->
1313     <string name="fingerprint_acquired_too_fast">Finger moved too fast. Please try again.</string>
1314     <!-- Message shown during fingerprint acquisision when the user moves their finger too slowly -->
1315     <string name="fingerprint_acquired_too_slow">Finger moved too slow. Please try again.</string>
1316     <!-- Array containing custom messages shown during fingerprint acquisision from vendor.  Vendor is expected to add and translate these strings -->
1317     <string-array name="fingerprint_acquired_vendor">
1318     </string-array>
1319
1320     <!-- Error message shown when the fingerprint hardware can't be accessed -->
1321     <string name="fingerprint_error_hw_not_available">Fingerprint hardware not available.</string>
1322     <!-- Error message shown when the fingerprint hardware has run out of room for storing fingerprints -->
1323     <string name="fingerprint_error_no_space">Fingerprint can\'t be stored. Please remove an existing fingerprint.</string>
1324     <!-- Error message shown when the fingerprint hardware timer has expired and the user needs to restart the operation. -->
1325     <string name="fingerprint_error_timeout">Fingerprint time out reached. Try again.</string>
1326     <!-- Generic error message shown when the fingerprint operation (e.g. enrollment or authentication) is canceled. Generally not shown to the user-->
1327     <string name="fingerprint_error_canceled">Fingerprint operation canceled.</string>
1328     <!-- Generic error message shown when the fingerprint operation fails because too many attempts have been made. -->
1329     <string name="fingerprint_error_lockout">Too many attempts. Try again later.</string>
1330     <!-- Generic error message shown when the fingerprint operation fails because strong authentication is required -->
1331     <string name="fingerprint_error_lockout_permanent">Too many attempts. Fingerprint sensor disabled.</string>
1332     <!-- Generic error message shown when the fingerprint hardware can't recognize the fingerprint -->
1333     <string name="fingerprint_error_unable_to_process">Try again.</string>
1334
1335     <!-- Template to be used to name enrolled fingerprints by default. -->
1336     <string name="fingerprint_name_template">Finger <xliff:g id="fingerId" example="1">%d</xliff:g></string>
1337
1338     <!-- Array containing custom error messages from vendor.  Vendor is expected to add and translate these strings -->
1339     <string-array name="fingerprint_error_vendor">
1340     </string-array>
1341
1342     <!-- Content description which should be used for the fingerprint icon. -->
1343     <string name="fingerprint_icon_content_description">Fingerprint icon</string>
1344
1345     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1346     <string name="permlab_readSyncSettings">read sync settings</string>
1347     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1348     <string name="permdesc_readSyncSettings">Allows the app to read the sync settings for an account. For example, this can determine whether the People app is synced with an account.</string>
1349
1350     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1351     <string name="permlab_writeSyncSettings">toggle sync on and off</string>
1352     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1353     <string name="permdesc_writeSyncSettings">Allows an app to modify the sync settings for an account.  For example, this can be used to enable sync of the People app with an account.</string>
1354
1355     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1356     <string name="permlab_readSyncStats">read sync statistics</string>
1357     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1358     <string name="permdesc_readSyncStats">Allows an app to read the sync stats for an account, including the history of sync events and how much data is synced. </string>
1359
1360     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1361     <string name="permlab_sdcardRead" product="nosdcard">read the contents of your USB storage</string>
1362     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1363     <string name="permlab_sdcardRead" product="default">read the contents of your SD card</string>
1364     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1365     <string name="permdesc_sdcardRead" product="nosdcard">Allows the app to read the contents of your USB storage.</string>
1366     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1367     <string name="permdesc_sdcardRead" product="default">Allows the app to read the contents of your SD card.</string>
1368
1369     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1370     <string name="permlab_sdcardWrite" product="nosdcard">modify or delete the contents of your USB storage</string>
1371     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1372     <string name="permlab_sdcardWrite" product="default">modify or delete the contents of your SD card</string>
1373     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1374     <string name="permdesc_sdcardWrite" product="nosdcard">Allows the app to write to the USB storage.</string>
1375     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1376     <string name="permdesc_sdcardWrite" product="default">Allows the app to write to the SD card.</string>
1377
1378     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1379     <string name="permlab_use_sip">make/receive SIP calls</string>
1380     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1381     <string name="permdesc_use_sip">Allows the app to make and receive SIP calls.</string>
1382
1383     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1384     <string name="permlab_register_sim_subscription">register new telecom SIM connections</string>
1385     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1386     <string name="permdesc_register_sim_subscription">Allows the app to register new telecom SIM connections.</string>
1387
1388     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1389     <string name="permlab_register_call_provider">register new telecom connections</string>
1390     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1391     <string name="permdesc_register_call_provider">Allows the app to register new telecom connections.</string>
1392
1393     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1394     <string name="permlab_connection_manager">manage telecom connections</string>
1395     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1396     <string name="permdesc_connection_manager">Allows the app to manage telecom connections.</string>
1397
1398     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1399     <string name="permlab_bind_incall_service">interact with in-call screen</string>
1400     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1401     <string name="permdesc_bind_incall_service">Allows the app to control when and how the user sees the in-call screen.</string>
1402
1403     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1404     <string name="permlab_bind_connection_service">interact with telephony services</string>
1405     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1406     <string name="permdesc_bind_connection_service">Allows the app to interact with telephony services to make/receive calls.</string>
1407
1408     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1409     <string name="permlab_control_incall_experience">provide an in-call user experience</string>
1410     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1411     <string name="permdesc_control_incall_experience">Allows the app to provide an in-call user experience.</string>
1412
1413     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1414     <string name="permlab_readNetworkUsageHistory">read historical network usage</string>
1415     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1416     <string name="permdesc_readNetworkUsageHistory">Allows the app to read historical network usage for specific networks and apps.</string>
1417
1418     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1419     <string name="permlab_manageNetworkPolicy">manage network policy</string>
1420     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1421     <string name="permdesc_manageNetworkPolicy">Allows the app to manage network policies and define app-specific rules.</string>
1422
1423     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1424     <string name="permlab_modifyNetworkAccounting">modify network usage accounting</string>
1425     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1426     <string name="permdesc_modifyNetworkAccounting">Allows the app to modify how network usage is accounted against apps. Not for use by normal apps.</string>
1427
1428     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1429     <string name="permlab_accessNotifications">access notifications</string>
1430     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1431     <string name="permdesc_accessNotifications">Allows the app to retrieve, examine, and clear notifications, including those posted by other apps.</string>
1432
1433     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1434     <string name="permlab_bindNotificationListenerService">bind to a notification listener service</string>
1435     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1436     <string name="permdesc_bindNotificationListenerService">Allows the holder to bind to the top-level interface of a notification listener service. Should never be needed for normal apps.</string>
1437
1438     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1439     <string name="permlab_bindConditionProviderService">bind to a condition provider service</string>
1440     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1441     <string name="permdesc_bindConditionProviderService">Allows the holder to bind to the top-level interface of a condition provider service. Should never be needed for normal apps.</string>
1442
1443     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1444     <string name="permlab_bindDreamService">bind to a dream service</string>
1445     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1446     <string name="permdesc_bindDreamService">Allows the holder to bind to the top-level interface of a dream service. Should never be needed for normal apps.</string>
1447
1448     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1449     <string name="permlab_invokeCarrierSetup">invoke the carrier-provided configuration app</string>
1450     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1451     <string name="permdesc_invokeCarrierSetup">Allows the holder to invoke the carrier-provided configuration app. Should never be needed for normal apps.</string>
1452
1453     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1454     <string name="permlab_accessNetworkConditions">listen for observations on network conditions</string>
1455     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1456     <string name="permdesc_accessNetworkConditions">Allows an application to listen for observations on network conditions. Should never be needed for normal apps.</string>
1457
1458     <string name="permlab_setInputCalibration">change input device calibration</string>
1459     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1460     <string name="permdesc_setInputCalibration">Allows the app to modify the calibration parameters of the touch screen. Should never be needed for normal apps.</string>
1461
1462     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1463     <string name="permlab_accessDrmCertificates">access DRM certificates</string>
1464     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1465     <string name="permdesc_accessDrmCertificates">Allows an application to provision and use DRM certficates. Should never be needed for normal apps.</string>
1466
1467     <string name="permlab_handoverStatus">receive Android Beam transfer status</string>
1468     <string name="permdesc_handoverStatus">Allows this application to receive information about current Android Beam transfers</string>
1469
1470     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1471     <string name="permlab_removeDrmCertificates">remove DRM certificates</string>
1472     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1473     <string name="permdesc_removeDrmCertificates">Allows an application to remove DRM certficates. Should never be needed for normal apps.</string>
1474
1475     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1476     <string name="permlab_bindCarrierMessagingService">bind to a carrier messaging service</string>
1477     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1478     <string name="permdesc_bindCarrierMessagingService">Allows the holder to bind to the top-level interface of a carrier messaging service. Should never be needed for normal apps.</string>
1479
1480     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1481     <string name="permlab_bindCarrierServices">bind to carrier services</string>
1482     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1483     <string name="permdesc_bindCarrierServices">Allows the holder to bind to carrier services. Should never be needed for normal apps.</string>
1484
1485     <!-- Title of an application permission, for applications that wish to access notification policy. -->
1486     <string name="permlab_access_notification_policy">access Do Not Disturb</string>
1487     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1488     <string name="permdesc_access_notification_policy">Allows the app to read and write Do Not Disturb configuration.</string>
1489
1490     <!-- Policy administration -->
1491
1492     <!-- Title of policy access to limiting the user's password choices -->
1493     <string name="policylab_limitPassword">Set password rules</string>
1494     <!-- Description of policy access to limiting the user's password choices -->
1495     <string name="policydesc_limitPassword">Control the length and the characters allowed in screen lock passwords and PINs.</string>
1496     <!-- Title of policy access to watch user login attempts -->
1497     <string name="policylab_watchLogin">Monitor screen unlock attempts</string>
1498     <!-- Description of policy access to watch user login attempts -->
1499     <string name="policydesc_watchLogin" product="tablet">Monitor the number of incorrect passwords
1500     typed when unlocking the screen, and lock the tablet or erase all the tablet\'s
1501     data if too many incorrect passwords are typed.</string>
1502     <!-- Description of policy access to watch user login attempts -->
1503     <string name="policydesc_watchLogin" product="TV">Monitor the number of incorrect passwords
1504     typed when unlocking the screen, and lock the TV or erase all the TV\'s
1505     data if too many incorrect passwords are typed.</string>
1506     <!-- Description of policy access to watch user login attempts -->
1507     <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords
1508     typed. when unlocking the screen, and lock the phone or erase all the phone\'s
1509     data if too many incorrect passwords are typed.</string>
1510     <string name="policydesc_watchLogin_secondaryUser" product="tablet">Monitor the number of incorrect passwords
1511     typed when unlocking the screen, and lock the tablet or erase all this user\'s data
1512     if too many incorrect passwords are typed.</string>
1513     <string name="policydesc_watchLogin_secondaryUser" product="TV">Monitor the number of incorrect passwords
1514     typed when unlocking the screen, and lock the TV or erase all this user\'s data
1515     if too many incorrect passwords are typed.</string>
1516     <string name="policydesc_watchLogin_secondaryUser" product="default">Monitor the number of incorrect passwords
1517     typed when unlocking the screen, and lock the phone or erase all this user\'s data
1518     if too many incorrect passwords are typed.</string>
1519     <!-- Title of policy access to reset user's password -->
1520     <string name="policylab_resetPassword">Change the screen lock</string>
1521     <!-- Description of policy access to reset user's password -->
1522     <string name="policydesc_resetPassword">Change the screen lock.</string>
1523     <!-- Title of policy access to force lock the device -->
1524     <string name="policylab_forceLock">Lock the screen</string>
1525     <!-- Description of policy access to limiting the user's password choices -->
1526     <string name="policydesc_forceLock">Control how and when the screen locks.</string>
1527     <!-- Title of policy access to wipe primary user's data -->
1528     <string name="policylab_wipeData">Erase all data</string>
1529     <!-- Description of policy access to wipe the user's data -->
1530     <string name="policydesc_wipeData" product="tablet">Erase the tablet\'s data without warning by performing a factory data reset.</string>
1531     <!-- Description of policy access to wipe the user's data -->
1532     <string name="policydesc_wipeData" product="tv">Erase the TV\'s data without warning by performing a factory data reset.</string>
1533     <!-- Description of policy access to wipe the user's data -->
1534     <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string>
1535     <!-- Title of policy access to wipe secondary user's data -->
1536     <string name="policylab_wipeData_secondaryUser">Erase user data</string>
1537     <!-- Description of policy access to wipe the user's data -->
1538     <string name="policydesc_wipeData_secondaryUser" product="tablet">Erase this user\'s data on this tablet without warning.</string>
1539     <!-- Description of policy access to wipe the user's data -->
1540     <string name="policydesc_wipeData_secondaryUser" product="tv">Erase this user\'s data on this TV without warning.</string>
1541     <!-- Description of policy access to wipe the user's data -->
1542     <string name="policydesc_wipeData_secondaryUser" product="default">Erase this user\'s data on this phone without warning.</string>
1543     <!-- Title of policy access to set global proxy -->
1544     <string name="policylab_setGlobalProxy">Set the device global proxy</string>
1545     <!-- Description of policy access to set global proxy -->
1546     <string name="policydesc_setGlobalProxy">Set the device global proxy
1547     to be used while policy is enabled. Only the device owner can set the global proxy.</string>
1548     <!-- Title of policy access to enforce password expiration [CHAR LIMIT=50]-->
1549     <string name="policylab_expirePassword">Set screen lock password expiration</string>
1550     <!-- Description of policy access to enforce password expiration [CHAR LIMIT=110]-->
1551     <string name="policydesc_expirePassword">Change how frequently the screen lock password, PIN, or pattern must be changed.</string>
1552     <!-- Title of policy access to require encrypted storage [CHAR LIMIT=30]-->
1553     <string name="policylab_encryptedStorage">Set storage encryption</string>
1554     <!-- Description of policy access to require encrypted storage [CHAR LIMIT=110]-->
1555     <string name="policydesc_encryptedStorage">Require that stored app data be encrypted.</string>
1556     <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]-->
1557     <string name="policylab_disableCamera">Disable cameras</string>
1558     <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]-->
1559     <string name="policydesc_disableCamera">Prevent use of all device cameras.</string>
1560     <!-- Title of policy access to disable keyguard features [CHAR LIMIT=30]-->
1561     <string name="policylab_disableKeyguardFeatures">Disable some screen lock features</string>
1562     <!-- Description of policy access to disable keyguard features. [CHAR LIMIT=110]-->
1563     <string name="policydesc_disableKeyguardFeatures">Prevent use of some screen lock features.</string>
1564
1565     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1566     <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1567     <string-array name="phoneTypes">
1568         <item>Home</item>
1569         <item>Mobile</item>
1570         <item>Work</item>
1571         <item>Work Fax</item>
1572         <item>Home Fax</item>
1573         <item>Pager</item>
1574         <item>Other</item>
1575         <item>Custom</item>
1576     </string-array>
1577
1578     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1579     <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1580     <string-array name="emailAddressTypes">
1581         <item>Home</item>
1582         <item>Work</item>
1583         <item>Other</item>
1584         <item>Custom</item>
1585     </string-array>
1586
1587     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1588     <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1589     <string-array name="postalAddressTypes">
1590         <item>Home</item>
1591         <item>Work</item>
1592         <item>Other</item>
1593         <item>Custom</item>
1594     </string-array>
1595
1596     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1597     <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1598     <string-array name="imAddressTypes">
1599         <item>Home</item>
1600         <item>Work</item>
1601         <item>Other</item>
1602         <item>Custom</item>
1603     </string-array>
1604
1605     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1606     <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1607     <string-array name="organizationTypes">
1608         <item>Work</item>
1609         <item>Other</item>
1610         <item>Custom</item>
1611     </string-array>
1612
1613     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1614     <!-- Instant Message protocols/providers from android.provider.Contacts -->
1615     <string-array name="imProtocols">
1616         <item>AIM</item>
1617         <item>Windows Live</item>
1618         <item>Yahoo</item>
1619         <item>Skype</item>
1620         <item>QQ</item>
1621         <item>Google Talk</item>
1622         <item>ICQ</item>
1623         <item>Jabber</item>
1624     </string-array>
1625
1626     <!-- Custom phone number type -->
1627     <string name="phoneTypeCustom">Custom</string>
1628     <!-- Home phone number type -->
1629     <string name="phoneTypeHome">Home</string>
1630     <!-- Mobile phone number type -->
1631     <string name="phoneTypeMobile">Mobile</string>
1632     <!-- Work phone number type -->
1633     <string name="phoneTypeWork">Work</string>
1634     <!-- Work fax phone number type -->
1635     <string name="phoneTypeFaxWork">Work Fax</string>
1636     <!-- Home fax phone number type -->
1637     <string name="phoneTypeFaxHome">Home Fax</string>
1638     <!-- Pager phone number type -->
1639     <string name="phoneTypePager">Pager</string>
1640     <!-- Other phone number type -->
1641     <string name="phoneTypeOther">Other</string>
1642     <!-- Callback phone number type -->
1643     <string name="phoneTypeCallback">Callback</string>
1644     <!-- Car phone number type -->
1645     <string name="phoneTypeCar">Car</string>
1646     <!-- Company main phone number type -->
1647     <string name="phoneTypeCompanyMain">Company Main</string>
1648     <!-- ISDN phone number type -->
1649     <string name="phoneTypeIsdn">ISDN</string>
1650     <!-- Main phone number type -->
1651     <string name="phoneTypeMain">Main</string>
1652     <!-- Other fax phone number type -->
1653     <string name="phoneTypeOtherFax">Other Fax</string>
1654     <!-- Radio phone number type -->
1655     <string name="phoneTypeRadio">Radio</string>
1656     <!-- Telex phone number type -->
1657     <string name="phoneTypeTelex">Telex</string>
1658     <!-- TTY TDD phone number type -->
1659     <string name="phoneTypeTtyTdd">TTY TDD</string>
1660     <!-- Work mobile phone number type -->
1661     <string name="phoneTypeWorkMobile">Work Mobile</string>
1662     <!-- Work pager phone number type -->
1663     <string name="phoneTypeWorkPager">Work Pager</string>
1664     <!-- Assistant phone number type -->
1665     <string name="phoneTypeAssistant">Assistant</string>
1666     <!-- MMS phone number type -->
1667     <string name="phoneTypeMms">MMS</string>
1668
1669     <!-- Label for custom events  [CHAR LIMIT=20] -->
1670     <string name="eventTypeCustom">Custom</string>
1671     <!-- Label for a birthday event  [CHAR LIMIT=20] -->
1672     <string name="eventTypeBirthday">Birthday</string>
1673     <!-- Label for an anniversary event  [CHAR LIMIT=20] -->
1674     <string name="eventTypeAnniversary">Anniversary</string>
1675     <!-- Label for other events  [CHAR LIMIT=20] -->
1676     <string name="eventTypeOther">Other</string>
1677
1678     <!-- Custom email type -->
1679     <string name="emailTypeCustom">Custom</string>
1680     <!-- Home email type -->
1681     <string name="emailTypeHome">Home</string>
1682     <!-- Work email type -->
1683     <string name="emailTypeWork">Work</string>
1684     <!-- Other email type -->
1685     <string name="emailTypeOther">Other</string>
1686     <!-- Mobile email type -->
1687     <string name="emailTypeMobile">Mobile</string>
1688
1689     <!-- Custom postal address type -->
1690     <string name="postalTypeCustom">Custom</string>
1691     <!-- Home postal address type -->
1692     <string name="postalTypeHome">Home</string>
1693     <!-- Work postal address type -->
1694     <string name="postalTypeWork">Work</string>
1695     <!-- Other postal address type -->
1696     <string name="postalTypeOther">Other</string>
1697
1698     <!-- Custom IM address type -->
1699     <string name="imTypeCustom">Custom</string>
1700     <!-- Home IM address type -->
1701     <string name="imTypeHome">Home</string>
1702     <!-- Work IM address type -->
1703     <string name="imTypeWork">Work</string>
1704     <!-- Other IM address type -->
1705     <string name="imTypeOther">Other</string>
1706
1707     <!-- Custom IM protocol type -->
1708     <string name="imProtocolCustom">Custom</string>
1709     <!-- AIM IM protocol type -->
1710     <string name="imProtocolAim">AIM</string>
1711     <!-- MSN IM protocol type -->
1712     <string name="imProtocolMsn">Windows Live</string>
1713     <!-- Yahoo IM protocol type -->
1714     <string name="imProtocolYahoo">Yahoo</string>
1715     <!-- Skype IM protocol type -->
1716     <string name="imProtocolSkype">Skype</string>
1717     <!-- QQ IM protocol type -->
1718     <string name="imProtocolQq">QQ</string>
1719     <!-- Google Talk IM protocol type -->
1720     <string name="imProtocolGoogleTalk">Hangouts</string>
1721     <!-- ICQ IM protocol type -->
1722     <string name="imProtocolIcq">ICQ</string>
1723     <!-- Jabber IM protocol type -->
1724     <string name="imProtocolJabber">Jabber</string>
1725     <!-- NetMeeting IM protocol type -->
1726     <string name="imProtocolNetMeeting">NetMeeting</string>
1727
1728     <!-- Work organization type -->
1729     <string name="orgTypeWork">Work</string>
1730     <!-- Other organization type -->
1731     <string name="orgTypeOther">Other</string>
1732     <!-- Custom organization type -->
1733     <string name="orgTypeCustom">Custom</string>
1734
1735     <!-- Custom relationship custom [CHAR LIMIT=20] -->
1736     <string name="relationTypeCustom">Custom</string>
1737     <!-- Assistant relationship type [CHAR LIMIT=20] -->
1738     <string name="relationTypeAssistant">Assistant</string>
1739     <!-- Brother relationship type [CHAR LIMIT=20] -->
1740     <string name="relationTypeBrother">Brother</string>
1741     <!-- Child relationship type [CHAR LIMIT=20] -->
1742     <string name="relationTypeChild">Child</string>
1743     <!-- Domestic Partner relationship type [CHAR LIMIT=20] -->
1744     <string name="relationTypeDomesticPartner">Domestic Partner</string>
1745     <!-- Father relationship type [CHAR LIMIT=20] -->
1746     <string name="relationTypeFather">Father</string>
1747     <!-- Friend relationship type [CHAR LIMIT=20] -->
1748     <string name="relationTypeFriend">Friend</string>
1749     <!-- Manager relationship type [CHAR LIMIT=20] -->
1750     <string name="relationTypeManager">Manager</string>
1751     <!-- Mother relationship type [CHAR LIMIT=20] -->
1752     <string name="relationTypeMother">Mother</string>
1753     <!-- Parent relationship type [CHAR LIMIT=20] -->
1754     <string name="relationTypeParent">Parent</string>
1755     <!-- Partner relationship type [CHAR LIMIT=20] -->
1756     <string name="relationTypePartner">Partner</string>
1757     <!-- Referred by relationship type [CHAR LIMIT=20] -->
1758     <string name="relationTypeReferredBy">Referred by</string>
1759     <!-- Relative relationship type [CHAR LIMIT=20] -->
1760     <string name="relationTypeRelative">Relative</string>
1761     <!-- Sister relationship type [CHAR LIMIT=20] -->
1762     <string name="relationTypeSister">Sister</string>
1763     <!-- Spouse relationship type [CHAR LIMIT=20] -->
1764     <string name="relationTypeSpouse">Spouse</string>
1765
1766     <!-- Custom SIP address type. Same context as Custom phone type.  -->
1767     <string name="sipAddressTypeCustom">Custom</string>
1768     <!-- Home SIP address type. Same context as Home phone type. -->
1769     <string name="sipAddressTypeHome">Home</string>
1770     <!-- Work SIP address type. Same context as Work phone type. -->
1771     <string name="sipAddressTypeWork">Work</string>
1772     <!-- Other SIP address type. Same context as Other phone type. -->
1773     <string name="sipAddressTypeOther">Other</string>
1774
1775     <!-- Error message that is displayed when the user clicks on a quick contacts badge, but
1776          there is no contacts application installed that can display the quick contact -->
1777     <string name="quick_contacts_not_available">No application found to view this contact.</string>
1778
1779     <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
1780          Displayed in one line in a large font.  -->
1781     <string name="keyguard_password_enter_pin_code">Type PIN code</string>
1782
1783     <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
1784          Displayed in one line in a large font.  -->
1785     <string name="keyguard_password_enter_puk_code">Type PUK and new PIN code</string>
1786
1787     <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
1788     <string name="keyguard_password_enter_puk_prompt">PUK code</string>
1789     <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
1790     <string name="keyguard_password_enter_pin_prompt">New PIN code</string>
1791
1792     <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
1793     <string name="keyguard_password_entry_touch_hint"><font size="17">Tap to type password</font></string>
1794
1795     <!-- Instructions telling the user to enter their text password to unlock the keyguard.
1796          Displayed in one line in a large font.  -->
1797     <string name="keyguard_password_enter_password_code">Type password to unlock</string>
1798
1799     <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
1800          Displayed in one line in a large font.  -->
1801     <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
1802
1803     <!-- Instructions telling the user that they entered the wrong pin while trying
1804          to unlock the keyguard.  Displayed in one line in a large font.  -->
1805     <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
1806
1807     <!-- Instructions telling the user how to unlock the phone. -->
1808     <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1809
1810     <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1811     <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1812
1813     <!--
1814        *** touch based lock / unlock ***
1815                                           --> <skip />
1816
1817     <!-- On the keyguard screen, it shows the carrier the phone is connected to.  This is displayed if the phone is not connected to a carrier.-->
1818     <string name="lockscreen_carrier_default">No service</string>
1819
1820     <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1821     <string name="lockscreen_screen_locked">Screen locked.</string>
1822
1823     <!-- when pattern lock is enabled, tell them about the emergency dial -->
1824     <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1825
1826     <!-- 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. -->
1827     <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1828
1829     <!-- On the unlock pattern screen, shown at the top of the unlock screen to tell the user what to do. Below this text is the place for theu ser to draw the pattern. -->
1830     <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1831     <!-- Button at the bottom of the unlock screen to make an emergency call or access other emergency assistance functions. -->
1832     <string name="lockscreen_emergency_call">Emergency</string>
1833     <!-- Button at the bottom of the unlock screen that lets the user return to a call -->
1834     <string name="lockscreen_return_to_call">Return to call</string>
1835     <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1836     <string name="lockscreen_pattern_correct">Correct!</string>
1837     <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1838     <string name="lockscreen_pattern_wrong">Try again</string>
1839     <!-- On the unlock password screen, shown when the user enters the wrong lock password and must try again. -->
1840     <string name="lockscreen_password_wrong">Try again</string>
1841
1842     <!-- On the keyguard screen, this string explains that some features or data may not be available until the device is unlocked. [CHAR LIMIT=48] -->
1843     <string name="lockscreen_storage_locked">Unlock for all features and data</string>
1844
1845     <!-- Shown when face unlock failed multiple times so we're just using the backup -->
1846     <string name="faceunlock_multiple_failures">Maximum Face Unlock attempts exceeded</string>
1847
1848     <!-- Shown in the lock screen when there is no SIM card. -->
1849     <string name="lockscreen_missing_sim_message_short">No SIM card</string>
1850     <!-- Shown in the lock screen when there is no SIM card. -->
1851     <string name="lockscreen_missing_sim_message" product="tablet">No SIM card in tablet.</string>
1852     <!-- Shown in the lock screen when there is no SIM card. -->
1853     <string name="lockscreen_missing_sim_message" product="tv">No SIM card in TV.</string>
1854     <!-- Shown in the lock screen when there is no SIM card. -->
1855     <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
1856     <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1857     <string name="lockscreen_missing_sim_instructions">Insert a SIM card.</string>
1858     <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. -->
1859     <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
1860     <!-- Shown in the lock screen when SIM card is permanently disabled. -->
1861     <string name="lockscreen_permanent_disabled_sim_message_short">Unusable SIM card.</string>
1862     <!-- Shown in the lock screen to inform the user to SIM card is permanently disabled. -->
1863     <string name="lockscreen_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
1864     Contact your wireless service provider for another SIM card.</string>
1865
1866     <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
1867     <string name="lockscreen_transport_prev_description">Previous track</string>
1868     <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
1869     <string name="lockscreen_transport_next_description">Next track</string>
1870     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1871     <string name="lockscreen_transport_pause_description">Pause</string>
1872     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1873     <string name="lockscreen_transport_play_description">Play</string>
1874     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1875     <string name="lockscreen_transport_stop_description">Stop</string>
1876     <!-- Shown on transport control screens. Pressing button rewinds playback [CHAR LIMIT=NONE]-->
1877     <string name="lockscreen_transport_rew_description">Rewind</string>
1878     <!-- Shown on transport control screens. Pressing button fast forwards playback [CHAR LIMIT=NONE]-->
1879     <string name="lockscreen_transport_ffw_description">Fast forward</string>
1880
1881     <!-- Shown in the lock screen when there is emergency calls only mode. -->
1882     <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
1883
1884     <!-- When the user inserts a sim card from an unsupported network, it becomes network
1885          locked -->
1886     <string name="lockscreen_network_locked_message">Network locked</string>
1887
1888
1889     <!-- When the user enters a wrong sim pin too many times, it becomes
1890          PUK locked (Pin Unlock Kode) -->
1891     <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1892     <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1893     <string name="lockscreen_sim_puk_locked_instructions">See the User Guide or contact Customer Care.</string>
1894
1895     <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1896     <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1897
1898     <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1899          whether it is valid, and to unlock the sim if it is valid.  we display a
1900          progress dialog in the meantime.  this is the emssage. -->
1901     <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1902
1903     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1904          drawing the unlock pattern -->
1905     <string name="lockscreen_too_many_failed_attempts_dialog_message">
1906         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
1907         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
1908     </string>
1909
1910     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1911          entering the password -->
1912     <string name="lockscreen_too_many_failed_password_attempts_dialog_message">
1913         You have incorrectly typed your password <xliff:g id="number">%1$d</xliff:g> times.
1914         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
1915     </string>
1916
1917     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1918          entering the PIN -->
1919     <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">
1920         You have incorrectly typed your PIN <xliff:g id="number">%1$d</xliff:g> times.
1921         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
1922     </string>
1923
1924     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1925          where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1926     <string name="lockscreen_failed_attempts_almost_glogin" product="tablet">
1927         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
1928        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1929        you will be asked to unlock your tablet using your Google signin.\n\n
1930        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
1931     </string>
1932
1933     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1934          where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1935     <string name="lockscreen_failed_attempts_almost_glogin" product="tv">
1936         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
1937        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1938        you will be asked to unlock your TV using your Google signin.\n\n
1939        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
1940     </string>
1941
1942     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1943          where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1944     <string name="lockscreen_failed_attempts_almost_glogin" product="default">
1945         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
1946        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1947        you will be asked to unlock your phone using your Google signin.\n\n
1948        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
1949     </string>
1950
1951     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1952          where the device will be wiped. -->
1953     <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet">
1954        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times.
1955        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1956        the tablet will be reset to factory default and all user data will be lost.
1957     </string>
1958
1959     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1960          where the device will be wiped. -->
1961     <string name="lockscreen_failed_attempts_almost_at_wipe" product="tv">
1962        You have incorrectly attempted to unlock the TV <xliff:g id="number">%1$d</xliff:g> times.
1963        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1964        the TV will be reset to factory default and all user data will be lost.
1965     </string>
1966
1967     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1968          where the device will be wiped. -->
1969     <string name="lockscreen_failed_attempts_almost_at_wipe" product="default">
1970        You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times.
1971        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
1972        the phone will be reset to factory default and all user data will be lost.
1973     </string>
1974
1975     <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1976         maximum attempts and the device will now be wiped -->
1977     <string name="lockscreen_failed_attempts_now_wiping" product="tablet">
1978        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
1979        The tablet will now be reset to factory default.
1980     </string>
1981
1982     <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1983         maximum attempts and the device will now be wiped -->
1984     <string name="lockscreen_failed_attempts_now_wiping" product="tv">
1985        You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
1986        The TV will now be reset to factory default.
1987     </string>
1988
1989     <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1990         maximum attempts and the device will now be wiped -->
1991     <string name="lockscreen_failed_attempts_now_wiping" product="default">
1992        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
1993        The phone will now be reset to factory default.
1994     </string>
1995
1996     <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
1997          failed attempts -->
1998     <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1999
2000     <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
2001          their lock gesture -->
2002     <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
2003
2004     <!-- Title of the unlock screen that uses your Google login and password when the user hit
2005          the 'forgot pattern' button.-->
2006     <string name="lockscreen_glogin_forgot_pattern">Account unlock</string>
2007     <!-- Title of the unlock screen that uses your Google login and password when the user attempted
2008          too many patterns and we are forcing them to use their account instead. -->
2009     <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts</string>
2010     <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
2011     <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account.</string>
2012     <!-- Hint caption for the username field when unlocking the phone using login and password -->
2013     <string name="lockscreen_glogin_username_hint">Username (email)</string>
2014     <!-- Hint caption for the password field when unlocking the phone using login and password -->
2015     <string name="lockscreen_glogin_password_hint">Password</string>
2016     <!-- Button to try to unlock the phone using username and password -->
2017     <string name="lockscreen_glogin_submit_button">Sign in</string>
2018     <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
2019     <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
2020     <!-- Hint displayed on account unlock screen to advise the user on how to recover the account. -->
2021     <string name="lockscreen_glogin_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
2022
2023     <!-- Displayed in a progress dialog while a username and password are being checked. -->
2024     <string name="lockscreen_glogin_checking_password">Checking\u2026</string>
2025     <!-- Displayed on lock screen's left tab - unlock -->
2026     <string name="lockscreen_unlock_label">Unlock</string>
2027     <!-- Displayed on lock screen's right tab - turn sound on -->
2028     <string name="lockscreen_sound_on_label">Sound on</string>
2029     <!-- Displayed on lock screen's right tab - turn sound off -->
2030     <string name="lockscreen_sound_off_label">Sound off</string>
2031
2032     <!-- Accessibility description sent when user starts drawing a lock pattern. [CHAR LIMIT=NONE] -->
2033     <string name="lockscreen_access_pattern_start">Pattern started</string>
2034     <!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] -->
2035     <string name="lockscreen_access_pattern_cleared">Pattern cleared</string>
2036     <!-- Accessibility description sent when user adds a dot to the pattern. [CHAR LIMIT=NONE]  -->
2037     <string name="lockscreen_access_pattern_cell_added">Cell added</string>
2038     <!-- Accessibility description sent when user adds a dot to the pattern. Announces the
2039     actual cell when headphones are connected [CHAR LIMIT=NONE]  -->
2040     <string name="lockscreen_access_pattern_cell_added_verbose">
2041             Cell <xliff:g id="cell_index" example="3">%1$s</xliff:g> added</string>
2042     <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] -->
2043     <string name="lockscreen_access_pattern_detected">Pattern completed</string>
2044     <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
2045     <string name="lockscreen_access_pattern_area" msgid="">Pattern area.</string>
2046
2047     <!-- Accessibility description sent when user changes the current lock screen widget. [CHAR_LIMIT=none] -->
2048     <string name="keyguard_accessibility_widget_changed">%1$s. Widget %2$d of %3$d.</string>
2049     <!-- Accessibility description of the add widget button. [CHAR_LIMIT=none] -->
2050     <string name="keyguard_accessibility_add_widget">Add widget.</string>
2051     <!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
2052     <string name="keyguard_accessibility_widget_empty_slot">Empty</string>
2053     <!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
2054     <string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
2055     <!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
2056     <string name="keyguard_accessibility_unlock_area_collapsed">Unlock area collapsed.</string>
2057     <!-- Accessibility description of a lock screen widget. [CHAR_LIMIT=none] -->
2058     <string name="keyguard_accessibility_widget"><xliff:g id="widget_index">%1$s</xliff:g> widget.</string>
2059     <!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] -->
2060     <string name="keyguard_accessibility_user_selector">User selector</string>
2061     <!-- Accessibility description of the lock screen status widget. [CHAR_LIMIT=none] -->
2062     <string name="keyguard_accessibility_status">Status</string>
2063     <!-- Accessibility description of the camera widget. [CHAR_LIMIT=none] -->
2064     <string name="keyguard_accessibility_camera">Camera</string>
2065     <!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] -->
2066     <string name="keygaurd_accessibility_media_controls">Media controls</string>
2067     <!-- Accessibility description of widget reordering start. [CHAR_LIMIT=none] -->
2068     <string name="keyguard_accessibility_widget_reorder_start">Widget reordering started.</string>
2069     <!-- Accessibility description of widget reordering end. [CHAR_LIMIT=none] -->
2070     <string name="keyguard_accessibility_widget_reorder_end">Widget reordering ended.</string>
2071     <!-- Accessibility description of the a widget deletion event. [CHAR_LIMIT=none] -->
2072     <string name="keyguard_accessibility_widget_deleted">Widget <xliff:g id="widget_index">%1$s</xliff:g> deleted.</string>
2073     <!-- Accessibility description of the button to expand the lock area. [CHAR_LIMIT=none] -->
2074     <string name="keyguard_accessibility_expand_lock_area">Expand unlock area.</string>
2075     <!-- Accessibility description of the slide unlock. [CHAR_LIMIT=none] -->
2076     <string name="keyguard_accessibility_slide_unlock">Slide unlock.</string>
2077     <!-- Accessibility description of the pattern unlock. [CHAR_LIMIT=none] -->
2078     <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
2079     <!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] -->
2080     <string name="keyguard_accessibility_face_unlock">Face unlock.</string>
2081     <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
2082     <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
2083     <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
2084     <string name="keyguard_accessibility_password_unlock">Password unlock.</string>
2085     <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
2086     <string name="keyguard_accessibility_pattern_area">Pattern area.</string>
2087     <!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
2088     <string name="keyguard_accessibility_slide_area">Slide area.</string>
2089
2090     <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
2091     <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
2092     <string name="password_keyboard_label_symbol_key">\?123</string>
2093     <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! -->
2094     <string name="password_keyboard_label_alpha_key">ABC</string>
2095     <!-- Label for ALT modifier key.  Must be short to fit on key! -->
2096     <string name="password_keyboard_label_alt_key">ALT</string>
2097
2098     <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by character. Only spoken to the user. [CHAR LIMIT=NONE] -->
2099     <string name="granularity_label_character">character</string>
2100     <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by word. Only spoken to the user. [CHAR LIMIT=NONE] -->
2101     <string name="granularity_label_word">word</string>
2102     <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by link. Only spoken to the user. [CHAR LIMIT=NONE] -->
2103     <string name="granularity_label_link">link</string>
2104     <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by line. Only spoken to the user. [CHAR LIMIT=NONE] -->
2105     <string name="granularity_label_line">line</string>
2106
2107     <!-- Title of the alert when something went wrong in the factory test. -->
2108     <string name="factorytest_failed">Factory test failed</string>
2109     <!-- Error message displayed when a non-system application tries to start a factory test. -->
2110     <string name="factorytest_not_system">The FACTORY_TEST action
2111         is only supported for packages installed in /system/app.</string>
2112     <!-- Error message displayed when the factory test could not be started. -->
2113     <string name="factorytest_no_action">No package was found that provides the
2114         FACTORY_TEST action.</string>
2115     <!-- Button to restart the device after the factory test. -->
2116     <string name="factorytest_reboot">Reboot</string>
2117
2118     <!-- Do not translate.  timepicker mode, overridden for watch -->
2119     <string name="time_picker_mode" translatable="false">"clock"</string>
2120
2121     <!-- Do not translate.  datepicker mode, overridden for watch -->
2122     <string name="date_picker_mode" translatable="false">"calendar"</string>
2123
2124     <!-- Do not translate.  WebView User Agent string -->
2125     <string name="web_user_agent" translatable="false">Mozilla/5.0 (Linux; U; <xliff:g id="x">Android %s</xliff:g>)
2126         AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 <xliff:g id="mobile">%s</xliff:g>Safari/534.30</string>
2127     <!-- Do not translate.  WebView User Agent targeted content -->
2128     <string name="web_user_agent_target_content" translatable="false">"Mobile "</string>
2129
2130     <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
2131     <string name="js_dialog_title">The page at \"<xliff:g id="title">%s</xliff:g>\" says:</string>
2132     <!-- Default title for a javascript dialog -->
2133     <string name="js_dialog_title_default">JavaScript</string>
2134     <!-- Title for the unload javascript dialog -->
2135     <string name="js_dialog_before_unload_title">Confirm Navigation</string>
2136     <!-- Text for the positive button on the unload javascript dialog -->
2137     <string name="js_dialog_before_unload_positive_button">Leave this Page</string>
2138     <!-- Text for the negative button on the unload javascript dialog -->
2139     <string name="js_dialog_before_unload_negative_button">Stay on this Page</string>
2140     <!-- Message in a javascript dialog asking if the user wishes to leave the current page -->
2141     <string name="js_dialog_before_unload"><xliff:g id="message">%s</xliff:g>\n\nAre you sure you want to navigate away from this page?</string>
2142
2143     <!-- Title of the WebView save password dialog.  If the user enters a password in a form on a website, a dialog will come up asking if they want to save the password. -->
2144     <string name="save_password_label">Confirm</string>
2145
2146     <!-- Toast for double-tap -->
2147     <string name="double_tap_toast">Tip: Double-tap to zoom in and out.</string>
2148
2149     <!-- Text to show in the auto complete drop down list on a text view when the WebView can auto fill the entire form, and the user has configured an AutoFill profile [CHAR-LIMIT=8] -->
2150     <string name="autofill_this_form">Autofill</string>
2151     <!-- Text to show in the auto complete drop down list on a text view when the WebView can auto fill the entire form but the user has not configured an AutoFill profile [CHAR-LIMIT=19] -->
2152     <string name="setup_autofill">Set up Autofill</string>
2153
2154     <!-- String used to separate FirstName and LastName when writing out a local name
2155          e.g. John<separator>Smith [CHAR-LIMIT=NONE]-->
2156     <string name="autofill_address_name_separator">\u0020</string>
2157     <!-- Format string for displaying a name. $1 is First Name, $2 is autofill_address_name_separator, $3 is Last Name.
2158          e.g. (John)( )(Smith) -->
2159     <string name="autofill_address_summary_name_format">$1$2$3</string>
2160
2161     <!-- String used to separate Name and Address Line 1
2162          e.g. John Smith<separator>123 Main Street [CHAR-LIMIT=NONE]-->
2163     <string name="autofill_address_summary_separator">,\u0020</string>
2164     <!-- Format string for displaying a name and address summary. $1 is the Full Name, $2 is autofill_address_summary_separator, $3 is the Address
2165          e.g. (John Smith)(, )(123 Main Street) -->
2166     <string name="autofill_address_summary_format">$1$2$3</string>
2167
2168     <!-- Do not translate. Regex used by AutoFill. -->
2169     <string name="autofill_attention_ignored_re">attention|attn</string>
2170
2171     <!-- Do not translate. Regex used by AutoFill. -->
2172     <string name="autofill_region_ignored_re">province|region|other<!-- es -->|provincia<!-- pt-BR, pt-PT -->|bairro|suburb</string>
2173
2174     <!-- Do not translate. Regex used by AutoFill. -->
2175     <string name="autofill_company_re">company|business|organization|organisation|department<!-- de-DE -->|firma|firmenname<!-- es -->|empresa<!-- fr-FR -->|societe|société<!-- it-IT -->|ragione.?sociale<!-- ja-JP -->|会社<!-- ru -->|название.?компании<!-- zh-CN -->|单位|公司</string>
2176
2177     <!-- Do not translate. Regex used by AutoFill. -->
2178     <string name="autofill_address_line_1_re">address.?line|address1|addr1|street<!-- de-DE -->|strasse|straße|hausnummer|housenumber<!-- en-GB -->|house.?name<!-- es -->|direccion|dirección<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|住所1<!-- pt-BR, pt-PT -->|morada|endereço<!-- ru -->|Адрес<!-- zh-CN -->|地址</string>
2179
2180     <!-- Do not translate. Regex used by AutoFill. -->
2181     <string name="autofill_address_line_1_label_re">address<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|住所<!-- zh-CN -->|地址</string>
2182
2183     <!-- Do not translate. Regex used by AutoFill. -->
2184     <string name="autofill_address_line_2_re">address.?line2|address2|addr2|street|suite|unit<!-- de-DE -->|adresszusatz|ergänzende.?angaben<!-- es -->|direccion2|colonia|adicional<!-- fr-FR -->|addresssuppl|complementnom|appartement<!-- it-IT -->|indirizzo2<!-- ja-JP -->|住所2</string>
2185
2186     <!-- Do not translate. Regex used by AutoFill. -->
2187     <string name="autofill_address_line_3_re">address.?line3|address3|addr3|street|line3<!-- es -->|municipio<!-- fr-FR -->|batiment|residence<!-- it-IT -->|indirizzo3</string>
2188
2189     <!-- Do not translate. Regex used by AutoFill. -->
2190     <string name="autofill_country_re">country|location<!-- ja-JP -->|国<!-- zh-CN -->|国家</string>
2191
2192     <!-- Do not translate. Regex used by AutoFill. -->
2193     <string name="autofill_zip_code_re">zip|postal|post code|pcode|^1z$<!-- de-DE -->|postleitzahl<!-- es -->|cp<!-- fr-FR -->|cdp<!-- it-IT -->|cap<!-- ja-JP -->|郵便番号<!-- pt-BR, pt-PT -->|codigo|codpos|cep<!-- ru -->|Почтовый.?Индекс<!--zh-CN -->|邮政编码|邮编<!-- zh-TW -->|郵遞區號</string>
2194
2195     <!-- Do not translate. Regex used by AutoFill. -->
2196     <string name="autofill_zip_4_re">zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2</string>
2197
2198     <!-- Do not translate. Regex used by AutoFill. -->
2199     <string name="autofill_city_re">city|town<!-- de-DE -->|ort|stadt<!-- en-AU -->|suburb<!-- es -->|ciudad|provincia|localidad|poblacion<!-- fr-FR -->|ville|commune<!-- it-IT -->|localita<!-- ja-JP -->|市区町村<!-- pt-BR, pt-PT -->|cidade<!-- ru -->|Город<!-- zh-CN -->|市<!-- zh-TW -->|分區</string>
2200
2201     <!-- Do not translate. Regex used by AutoFill. -->
2202     <string name="autofill_state_re">state|county|region|province<!-- de-DE -->|land<!-- en-UK -->|county|principality<!-- ja-JP -->|都道府県<!-- pt-BR, pt-PT -->|estado|provincia<!-- ru -->|область<!-- zh-CN -->|省<!-- zh-TW -->|地區</string>
2203
2204     <!-- Do not translate. Regex used by AutoFill. -->
2205     <string name="autofill_address_type_same_as_re">same as</string>
2206
2207     <!-- Do not translate. Regex used by AutoFill. -->
2208     <string name="autofill_address_type_use_my_re">use my</string>
2209
2210     <!-- Do not translate. Regex used by AutoFill. -->
2211     <string name="autofill_billing_designator_re">bill</string>
2212
2213     <!-- Do not translate. Regex used by AutoFill. -->
2214     <string name="autofill_shipping_designator_re">ship</string>
2215
2216     <!-- Do not translate. Regex used by AutoFill. -->
2217     <string name="autofill_email_re">e.?mail<!-- ja-JP -->|メールアドレス<!-- ru -->|Электронной.?Почты<!-- zh-CN -->|邮件|邮箱<!-- zh-TW -->|電郵地址</string>
2218
2219     <!-- Do not translate. Regex used by AutoFill. -->
2220     <string name="autofill_username_re">user.?name|user.?id<!-- de-DE -->|vollständiger.?name<!-- zh-CN -->|用户名</string>
2221
2222     <!-- Do not translate. Regex used by AutoFill. -->
2223     <string name="autofill_name_re">^name|full.?name|your.?name|customer.?name|firstandlastname<!-- es -->|nombre.*y.*apellidos<!-- fr-FR -->|^nom<!-- ja-JP -->|お名前|氏名<!-- pt-BR, pt-PT -->|^nome<!-- zh-CN -->|姓名</string>
2224
2225     <!-- Do not translate. Regex used by AutoFill. -->
2226     <string name="autofill_name_specific_re">^name<!-- fr-FR -->|^nom<!-- pt-BR, pt-PT -->|^nome</string>
2227
2228     <!-- Do not translate. Regex used by AutoFill. -->
2229
2230     <string name="autofill_first_name_re">irst.*name|initials|fname|first$<!-- de-DE -->|vorname<!-- es -->|nombre<!-- fr-FR -->|forename|prénom|prenom<!-- ja-JP -->|名<!-- pt-BR, pt-PT -->|nome<!-- ru -->|Имя</string>
2231
2232     <!-- Do not translate. Regex used by AutoFill. -->
2233     <string name="autofill_middle_initial_re">middle.*initial|m\\.i\\.|mi$</string>
2234
2235     <!-- Do not translate. Regex used by AutoFill. -->
2236     <string name="autofill_middle_name_re">middle.*name|mname|middle$<!-- es -->|apellido.?materno|lastlastname</string>
2237
2238     <!-- Do not translate. Regex used by AutoFill. -->
2239     <string name="autofill_last_name_re">last.*name|lname|surname|last$<!-- de-DE -->|nachname<!-- es -->|apellidos<!-- fr-FR -->|famille|^nom<!-- it-IT -->|cognome<!-- ja-JP -->|姓<!-- pt-BR, pt-PT -->|morada|apelidos|surename|sobrenome<!-- ru -->|Фамилия</string>
2240
2241     <!-- Do not translate. Regex used by AutoFill. -->
2242     <string name="autofill_phone_re">phone<!-- de-DE -->|telefonnummer<!-- es -->|telefono|teléfono<!-- fr-FR -->|telfixe<!-- ja-JP -->|電話<!-- pt-BR, pt-PT -->|telefone|telemovel<!-- ru -->|телефон<!-- zh-CN -->|电话</string>
2243
2244     <!-- Do not translate. Regex used by AutoFill. -->
2245     <string name="autofill_area_code_re">area.*code|acode|area</string>
2246
2247     <!-- Do not translate. Regex used by AutoFill. -->
2248     <string name="autofill_phone_prefix_re">prefix<!-- fr-FR -->|preselection<!-- pt-BR, pt-PT -->|ddd</string>
2249
2250     <!-- Do not translate. Regex used by AutoFill. -->
2251     <string name="autofill_phone_suffix_re">suffix</string>
2252
2253     <!-- Do not translate. Regex used by AutoFill. -->
2254     <string name="autofill_phone_extension_re">ext<!-- pt-BR, pt-PT -->|ramal</string>
2255
2256     <!-- Do not translate. Regex used by AutoFill. -->
2257     <string name="autofill_name_on_card_re">card.?holder|name.?on.?card|ccname|owner<!-- de-DE -->|karteninhaber<!-- es -->|nombre.*tarjeta<!-- fr-FR -->|nom.*carte<!-- it-IT -->|nome.*cart<!-- ja-JP -->|名前<!-- ru -->|Имя.*карты<!-- zh-CN -->|信用卡开户名|开户名|持卡人姓名<!-- zh-TW -->|持卡人姓名</string>
2258
2259     <!-- Do not translate. Regex used by AutoFill. -->
2260     <string name="autofill_name_on_card_contextual_re">name</string>
2261
2262     <!-- Do not translate. Regex used by AutoFill. -->
2263     <string name="autofill_card_cvc_re">verification|card identification|cvn|security code|cvv code|cvc</string>
2264
2265     <!-- Do not translate. Regex used by AutoFill. -->
2266     <string name="autofill_card_number_re">number|card.?#|card.?no|ccnum<!-- de-DE -->|nummer<!-- es -->|credito|numero|número<!-- fr-FR -->|numéro<!-- ja-JP -->|カード番号<!-- ru -->|Номер.*карты<!-- zh-CN -->|信用卡号|信用卡号码<!-- zh-TW -->|信用卡卡號</string>
2267
2268     <!-- Do not translate. Regex used by AutoFill. -->
2269     <string name="autofill_expiration_month_re">expir|exp.*month|exp.*date|ccmonth<!-- de-DE -->|gueltig|gültig|monat<!-- es -->|fecha<!-- fr-FR -->|date.*exp<!-- it-IT -->|scadenza<!-- ja-JP -->|有効期限<!-- pt-BR, pt-PT -->|validade<!-- ru -->|Срок действия карты<!-- zh-CN -->|月</string>
2270
2271     <!-- Do not translate. Regex used by AutoFill. -->
2272     <string name="autofill_expiration_date_re">exp|^/|year<!-- de-DE -->|ablaufdatum|gueltig|gültig|yahr<!-- es -->|fecha<!-- it-IT -->|scadenza<!-- ja-JP -->|有効期限<!-- pt-BR, pt-PT -->|validade<!-- ru -->|Срок действия карты<!-- zh-CN -->|年|有效期</string>
2273
2274     <!-- Do not translate. Regex used by AutoFill. -->
2275     <string name="autofill_card_ignored_re">^card</string>
2276
2277     <!-- Do not translate. Regex used by AutoFill. -->
2278     <string name="autofill_fax_re">fax<!-- fr-FR -->|télécopie|telecopie<!-- ja-JP -->|ファックス<!-- ru -->|факс<!-- zh-CN -->|传真<!-- zh-TW -->|傳真</string>
2279
2280     <!-- Do not translate. Regex used by AutoFill. -->
2281     <string name="autofill_country_code_re">country.*code|ccode|_cc</string>
2282
2283     <!-- Do not translate. Regex used by AutoFill. -->
2284     <string name="autofill_area_code_notext_re">^\\($</string>
2285
2286     <!-- Do not translate. Regex used by AutoFill. -->
2287     <string name="autofill_phone_prefix_separator_re">^-$|^\\)$</string>
2288
2289     <!-- Do not translate. Regex used by AutoFill. -->
2290     <string name="autofill_phone_suffix_separator_re">^-$</string>
2291
2292     <!-- Label in a web form for "Province" [CHAR-LIMIT=NONE]  -->
2293     <string name="autofill_province">Province</string>
2294
2295     <!-- Label in a web form for "Postal code" [CHAR-LIMIT=NONE]  -->
2296     <string name="autofill_postal_code">Postal code</string>
2297
2298     <!-- Label in a web form for "State" [CHAR-LIMIT=NONE]  -->
2299     <string name="autofill_state">State</string>
2300
2301     <!-- Label in a web form for "ZIP code" [CHAR-LIMIT=NONE]  -->
2302     <string name="autofill_zip_code">ZIP code</string>
2303
2304     <!-- Label in a web form for "County" [CHAR-LIMIT=NONE]  -->
2305     <string name="autofill_county">County</string>
2306
2307     <!-- Label in a web form for "Island" [CHAR-LIMIT=NONE]  -->
2308     <string name="autofill_island">Island</string>
2309
2310     <!-- Label in a web form for "District" [CHAR-LIMIT=NONE]  -->
2311     <string name="autofill_district">District</string>
2312
2313     <!-- Label in a web form for "Department" [CHAR-LIMIT=NONE]  -->
2314     <string name="autofill_department">Department</string>
2315
2316     <!-- Label in a web form for "Prefecture" [CHAR-LIMIT=NONE]  -->
2317     <string name="autofill_prefecture">Prefecture</string>
2318
2319     <!-- Label in a web form for "Parish" [CHAR-LIMIT=NONE]  -->
2320     <string name="autofill_parish">Parish</string>
2321
2322     <!-- Label in a web form for "Area" [CHAR-LIMIT=NONE]  -->
2323     <string name="autofill_area">Area</string>
2324
2325     <!-- Label in a web form for "Emirate" [CHAR-LIMIT=NONE]  -->
2326     <string name="autofill_emirate">Emirate</string>
2327
2328
2329     <!-- Title of an application permission, listed so the user can choose whether
2330         they want to allow the application to do this. -->
2331     <string name="permlab_readHistoryBookmarks">read your Web bookmarks and history</string>
2332     <!-- Description of an application permission, listed so the user can choose whether
2333         they want to allow the application to do this. -->
2334     <string name="permdesc_readHistoryBookmarks">Allows the app to read the
2335      history of all URLs that the Browser has visited, and all of the Browser\'s
2336      bookmarks. Note: this permission may not be enforced by third-party
2337      browsers or other  applications with web browsing capabilities.</string>
2338     <!-- Title of an application permission, listed so the user can choose whether
2339         they want to allow the application to do this. -->
2340
2341     <string name="permlab_writeHistoryBookmarks">write web bookmarks and history</string>
2342     <!-- Description of an application permission, listed so the user can choose whether
2343         they want to allow the application to do this. -->
2344     <string name="permdesc_writeHistoryBookmarks" product="tablet">Allows the
2345         app to modify the Browser\'s history or bookmarks stored on your tablet.
2346         This may allow the app to erase or modify Browser data.  Note: this
2347         permission may note be enforced by third-party browsers or other
2348         applications with web browsing capabilities.</string>
2349     <!-- Description of an application permission, listed so the user can choose whether
2350         they want to allow the application to do this. -->
2351     <string name="permdesc_writeHistoryBookmarks" product="tv">Allows the
2352         app to modify the Browser\'s history or bookmarks stored on your TV.
2353         This may allow the app to erase or modify Browser data.  Note: this
2354         permission may note be enforced by third-party browsers or other
2355         applications with web browsing capabilities.</string>
2356     <!-- Description of an application permission, listed so the user can choose whether
2357         they want to allow the application to do this. -->
2358     <string name="permdesc_writeHistoryBookmarks" product="default">Allows the
2359         app to modify the Browser\'s history or bookmarks stored on your phone.
2360         This may allow the app to erase or modify Browser data.  Note:
2361         this permission may note be enforced by third-party browsers or other
2362         applications with web browsing capabilities.</string>
2363
2364     <!-- Title of an application permission, listed so the user can choose whether
2365     they want to allow the application to do this. -->
2366     <string name="permlab_setAlarm">set an alarm</string>
2367     <!-- Description of an application permission, listed so the user can choose whether
2368         they want to allow the application to do this. -->
2369     <string name="permdesc_setAlarm">Allows the app to set an alarm in
2370         an installed alarm clock app. Some alarm clock apps may
2371         not implement this feature.</string>
2372
2373     <!-- Title of an application permission, listed so the user can choose whether
2374         they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2375     <string name="permlab_addVoicemail">add voicemail</string>
2376     <!-- Description of an application permission, listed so the user can choose whether
2377         they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2378     <string name="permdesc_addVoicemail">Allows the app to add messages
2379       to your voicemail inbox.</string>
2380
2381     <!-- Title of an application permission, listed so the user can choose whether
2382         they want to allow the application to do this. -->
2383     <string name="permlab_writeGeolocationPermissions">modify Browser geolocation permissions</string>
2384     <!-- Description of an application permission, listed so the user can choose whether
2385         they want to allow the application to do this. -->
2386     <string name="permdesc_writeGeolocationPermissions">Allows the app to modify the
2387         Browser\'s geolocation permissions. Malicious apps
2388         may use this to allow sending location information to arbitrary web sites.</string>
2389
2390     <!-- If the user enters a password in a form on a website, a dialog will come up asking if they want to save the password. Text in the save password dialog, asking if the browser should remember a password. -->
2391     <string name="save_password_message">Do you want the browser to remember this password?</string>
2392     <!-- If the user enters a password in a form on a website, a dialog will come up asking if they want to save the password. Button in the save password dialog, saying not to remember this password. -->
2393     <string name="save_password_notnow">Not now</string>
2394     <!-- If the user enters a password in a form on a website, a dialog will come up asking if they want to save the password. Button in the save password dialog, saying to remember this password. -->
2395     <string name="save_password_remember">Remember</string>
2396     <!-- Button in the save password dialog, saying never to remember this password. This should be short. Should be "Never for this site". But it is too long, use "Never" instead -->
2397     <string name="save_password_never">Never</string>
2398
2399     <!-- Displayed to the user when they do not have permission to open a particular web page. -->
2400     <string name="open_permission_deny">You don\'t have permission to open this page.</string>
2401
2402     <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
2403     <string name="text_copied">Text copied to clipboard.</string>
2404
2405     <!-- Menu item displayed at the end of a menu to allow users to see another page worth of menu items. This is shown on any app's menu as long as the app has too many items in the menu.-->
2406     <string name="more_item_label">More</string>
2407     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the MENU button together with the shortcut to invoke the item. For example, if the shortcut to open a new tab in browser is MENU and B together, then this would be prepended to the letter "B" -->
2408     <string name="prepend_shortcut_label">Menu+</string>
2409     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
2410     <string name="menu_space_shortcut_label">space</string>
2411     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
2412     <string name="menu_enter_shortcut_label">enter</string>
2413     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
2414     <string name="menu_delete_shortcut_label">delete</string>
2415
2416     <!-- Strings used for search bar --><skip />
2417
2418     <!-- This is the default button label in the system-wide search UI.
2419          It is also used by the home screen's search "widget". It should be short -->
2420     <string name="search_go">Search</string>
2421     <!-- Default hint text for the system-wide search UI's text field. [CHAR LIMIT=30] -->
2422     <string name="search_hint">Search\u2026</string>
2423     <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
2424     <string name="searchview_description_search">Search</string>
2425     <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
2426     <string name="searchview_description_query">Search query</string>
2427     <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
2428     <string name="searchview_description_clear">Clear query</string>
2429     <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
2430     <string name="searchview_description_submit">Submit query</string>
2431     <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
2432     <string name="searchview_description_voice">Voice search</string>
2433
2434     <!-- Title for a warning message about the interaction model changes after allowing an accessibility
2435          service to put the device into explore by touch mode, displayed as a dialog message when
2436          the user selects to enables the service. (default). [CHAR LIMIT=45] -->
2437     <string name="enable_explore_by_touch_warning_title">Enable Explore by Touch?</string>
2438     <!-- Summary for a warning message about the interaction model changes after allowing an accessibility
2439          service to put the device into explore by touch mode, displayed as a dialog message when
2440          the user selects to enables the service. (tablet). [CHAR LIMIT=NONE] -->
2441     <string name="enable_explore_by_touch_warning_message" product="tablet">
2442         <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch.
2443         When Explore by Touch is turned on, you can hear or see descriptions of what\'s under
2444         your finger or perform gestures to interact with the tablet.</string>
2445     <!-- Summary for a warning message about the interaction model changes after allowing an accessibility
2446          service to put the device into explore by touch mode, displayed as a dialog message when
2447          the user selects to enables the service. (default). [CHAR LIMIT=NONE] -->
2448     <string name="enable_explore_by_touch_warning_message" product="default">
2449         <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch.
2450        When Explore by Touch is turned on, you can hear or see descriptions of what\'s under
2451        your finger or perform gestures to interact with the phone.</string>
2452
2453     <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
2454     <string name="oneMonthDurationPast">1 month ago</string>
2455     <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
2456     <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
2457
2458     <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
2459     <plurals name="last_num_days">
2460         <item quantity="one">Last <xliff:g id="count">%d</xliff:g> day</item>
2461         <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
2462     </plurals>
2463
2464     <!-- This is used to express that something has occurred within the last month -->
2465     <string name="last_month">Last month</string>
2466
2467     <!-- This is used to express that something happened longer ago than the previous options -->
2468     <string name="older">Older</string>
2469
2470     <!-- String used to display the date. Preposition for date display ("on May 29") -->
2471     <string name="preposition_for_date">on <xliff:g id="date" example="May 29">%s</xliff:g></string>
2472     <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
2473     <string name="preposition_for_time">at <xliff:g id="time" example="2:33 am">%s</xliff:g></string>
2474     <!-- String used to display the date. Preposition for year display ("in 2008") -->
2475     <string name="preposition_for_year">in <xliff:g id="year" example="2003">%s</xliff:g></string>
2476
2477     <!-- Appened to express the value is this unit of time: singular day -->
2478     <string name="day">day</string>
2479     <!-- Appened to express the value is this unit of time: plural days -->
2480     <string name="days">days</string>
2481     <!-- Appened to express the value is this unit of time: singular hour -->
2482     <string name="hour">hour</string>
2483     <!-- Appened to express the value is this unit of time: plural hours -->
2484     <string name="hours">hours</string>
2485     <!-- Appened to express the value is this unit of time: singular minute -->
2486     <string name="minute">min</string>
2487     <!-- Appened to express the value is this unit of time: plural minutes -->
2488     <string name="minutes">mins</string>
2489     <!-- Appened to express the value is this unit of time. -->
2490     <string name="second">sec</string>
2491     <!-- Appened to express the value is this unit of time. -->
2492     <string name="seconds">secs</string>
2493     <!-- Appened to express the value is this unit of time. -->
2494     <string name="week">week</string>
2495     <!-- Appened to express the value is this unit of time. -->
2496     <string name="weeks">weeks</string>
2497     <!-- Appened to express the value is this unit of time. -->
2498     <string name="year">year</string>
2499     <!-- Appened to express the value is this unit of time. -->
2500     <string name="years">years</string>
2501
2502     <!-- A string denoting the current point in time that should be as short as possible. Abbreviations are preferred to full strings as this might be shown repetitively. It is used in the header of notifications. [CHAR LIMIT=8]-->
2503     <string name="now_string_shortest">now</string>
2504
2505     <!-- Phrase describing a time duration using minutes that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
2506     <plurals name="duration_minutes_shortest">
2507         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>m</item>
2508         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>m</item>
2509     </plurals>
2510
2511     <!-- Phrase describing a time duration using hours that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
2512     <plurals name="duration_hours_shortest">
2513         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>h</item>
2514         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>h</item>
2515     </plurals>
2516
2517     <!-- Phrase describing a time duration using days that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
2518     <plurals name="duration_days_shortest">
2519         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>d</item>
2520         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>d</item>
2521     </plurals>
2522
2523     <!-- Phrase describing a time duration using years that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
2524     <plurals name="duration_years_shortest">
2525         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>y</item>
2526         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>y</item>
2527     </plurals>
2528
2529     <!-- Phrase describing a time duration using minutes that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
2530     <plurals name="duration_minutes_shortest_future">
2531         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>m</item>
2532         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>m</item>
2533     </plurals>
2534
2535     <!-- Phrase describing a time duration using hours that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
2536     <plurals name="duration_hours_shortest_future">
2537         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>h</item>
2538         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>h</item>
2539     </plurals>
2540
2541     <!-- Phrase describing a time duration using days that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
2542     <plurals name="duration_days_shortest_future">
2543         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>d</item>
2544         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>d</item>
2545     </plurals>
2546
2547     <!-- Phrase describing a time duration using years that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
2548     <plurals name="duration_years_shortest_future">
2549         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>y</item>
2550         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>y</item>
2551     </plurals>
2552
2553     <!-- Phrase describing a relative time using minutes in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=NONE] -->
2554     <plurals name="duration_minutes_relative">
2555         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> minute ago</item>
2556         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> minutes ago</item>
2557     </plurals>
2558
2559     <!-- Phrase describing a relative time using hours in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=NONE] -->
2560     <plurals name="duration_hours_relative">
2561         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> hour ago</item>
2562         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> hours ago</item>
2563     </plurals>
2564
2565     <!-- Phrase describing a relative time using days in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=NONE] -->
2566     <plurals name="duration_days_relative">
2567         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> day ago</item>
2568         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> days ago</item>
2569     </plurals>
2570
2571     <!-- Phrase describing a relative time using years in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=NONE] -->
2572     <plurals name="duration_years_relative">
2573         <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> year ago</item>
2574         <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> years ago</item>
2575     </plurals>
2576
2577     <!-- Phrase describing a relative time using minutes that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
2578     <plurals name="duration_minutes_relative_future">
2579         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> minute</item>
2580         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> minutes</item>
2581     </plurals>
2582
2583     <!-- Phrase describing a relative time using hours that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
2584     <plurals name="duration_hours_relative_future">
2585         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> hour</item>
2586         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> hours</item>
2587     </plurals>
2588
2589     <!-- Phrase describing a relative time using days that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
2590     <plurals name="duration_days_relative_future">
2591         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> day</item>
2592         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> days</item>
2593     </plurals>
2594
2595     <!-- Phrase describing a relative time using years that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
2596     <plurals name="duration_years_relative_future">
2597         <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> year</item>
2598         <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> years</item>
2599     </plurals>
2600
2601     <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
2602     <string name="VideoView_error_title">Video problem</string>
2603     <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
2604     <string name="VideoView_error_text_invalid_progressive_playback">This video isn\'t valid for streaming to this device.</string>
2605     <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
2606     <string name="VideoView_error_text_unknown">Can\'t play this video.</string>
2607     <!-- Button to close error alert when a video cannot be played -->
2608     <string name="VideoView_error_button">OK</string>
2609
2610
2611
2612
2613     <!-- Format indicating a relative expression and time.
2614          Example: "4 hours ago, 11:00 am" -->
2615     <string name="relative_time">"<xliff:g id="date" example="4 hours ago">%1$s</xliff:g>, <xliff:g id="time" example="11:00 am">%2$s</xliff:g>"</string>
2616
2617
2618     <!-- Quoted name for 12pm, lowercase -->
2619     <string name="noon">"noon"</string>
2620     <!-- Quoted name for 12pm, uppercase first letter -->
2621     <string name="Noon">"Noon"</string>
2622     <!-- Quoted name for 12am, lowercase -->
2623     <string name="midnight">"midnight"</string>
2624     <!-- Quoted name for 12am, uppercase first letter -->
2625     <string name="Midnight">"Midnight"</string>
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637     <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
2638     <string name="elapsed_time_short_format_mm_ss"><xliff:g id="minutes" example="1">%1$02d</xliff:g>:<xliff:g id="seconds" example="23">%2$02d</xliff:g></string>
2639
2640     <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
2641     <string name="elapsed_time_short_format_h_mm_ss"><xliff:g id="hours" example="1">%1$d</xliff:g>:<xliff:g id="minutes" example="43">%2$02d</xliff:g>:<xliff:g id="seconds" example="33">%3$02d</xliff:g></string>
2642
2643     <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
2644     <string name="selectAll">Select all</string>
2645
2646     <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
2647     <string name="cut">Cut</string>
2648
2649     <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
2650     <string name="copy">Copy</string>
2651
2652     <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
2653     <string name="paste">Paste</string>
2654
2655     <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field without formatting -->
2656     <string name="paste_as_plain_text">Paste as plain text</string>
2657
2658     <!-- Item on EditText context menu. This action is used to replace the current word by other suggested words, suggested by the IME or the spell checker -->
2659     <string name="replace">Replace\u2026</string>
2660
2661     <!-- Item on EditText pop-up window. This action is used to delete the text that the user recently added. [CHAR LIMIT=15] -->
2662     <string name="delete">Delete</string>
2663
2664     <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
2665     <string name="copyUrl">Copy URL</string>
2666
2667     <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20] -->
2668     <string name="selectTextMode">Select text</string>
2669
2670     <!-- Item on EditText context menu. This action is used to undo a text edit operation. -->
2671     <string name="undo">Undo</string>
2672
2673     <!-- Item on EditText context menu. This action is used to redo a text edit operation. -->
2674     <string name="redo">Redo</string>
2675
2676     <!-- Item on EditText context menu. This action is used to request autofill. -->
2677     <string name="autofill">Autofill</string>
2678
2679     <!-- Text selection contextual mode title, displayed in the CAB. [CHAR LIMIT=20] -->
2680     <string name="textSelectionCABTitle">Text selection</string>
2681
2682     <!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2683     <string name="addToDictionary">Add to dictionary</string>
2684
2685     <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] -->
2686     <string name="deleteText">Delete</string>
2687
2688     <!-- EditText context menu -->
2689     <string name="inputMethod">Input method</string>
2690
2691     <!-- Title for EditText context menu [CHAR LIMIT=20] -->
2692     <string name="editTextMenuTitle">Text actions</string>
2693
2694     <!-- Label for item in the text selection menu to trigger an Email app [CHAR LIMIT=20] -->
2695     <string name="email">Email</string>
2696
2697     <!-- Label for item in the text selection menu to trigger a Dialer app [CHAR LIMIT=20] -->
2698     <string name="dial">Phone</string>
2699
2700     <!-- Label for item in the text selection menu to trigger a Map app [CHAR LIMIT=20] -->
2701     <string name="map">Maps</string>
2702
2703     <!-- Label for item in the text selection menu to trigger a Browser app [CHAR LIMIT=20] -->
2704     <string name="browse">Browser</string>
2705
2706     <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
2707     <string name="low_internal_storage_view_title">Storage space running out</string>
2708     <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2709     <string name="low_internal_storage_view_text">Some system functions may not work</string>
2710     <!-- If the device does not have storage for the main system classes, a notification is shown to the user.  This is the message of that notification. -->
2711     <string name="low_internal_storage_view_text_no_boot">Not enough storage for the system. Make sure you have 250MB of free space and restart.</string>
2712
2713     <!-- [CHAR LIMIT=NONE] Stub notification title for an app running a service that has provided
2714          a bad bad notification for itself. -->
2715     <string name="app_running_notification_title"><xliff:g id="app_name">%1$s</xliff:g>
2716         is running</string>
2717     <!-- [CHAR LIMIT=NONE] Stub notification text for an app running a service that has provided
2718          a bad bad notification for itself. -->
2719     <string name="app_running_notification_text">Tap for more information
2720         or to stop the app.</string>
2721
2722     <!-- Preference framework strings. -->
2723     <string name="ok">OK</string>
2724     <!-- Preference framework strings. -->
2725     <string name="cancel">Cancel</string>
2726     <!-- Preference framework strings. -->
2727     <string name="yes">OK</string>
2728     <!-- Preference framework strings. -->
2729     <string name="no">Cancel</string>
2730     <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
2731          combined with setIconAttribute(android.R.attr.alertDialogIcon)
2732          (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform) -->
2733     <string name="dialog_alert_title">Attention</string>
2734
2735     <!-- Text shown by list fragment when waiting for data to display. -->
2736     <string name="loading">Loading\u2026</string>
2737
2738     <!-- Default text for a button that can be toggled on and off. -->
2739     <string name="capital_on">ON</string>
2740     <!-- Default text for a button that can be toggled on and off. -->
2741     <string name="capital_off">OFF</string>
2742
2743     <!-- Title of intent resolver dialog when selecting an application to run. -->
2744     <string name="whichApplication">Complete action using</string>
2745     <!-- Title of intent resolver dialog when selecting an application to run
2746          and a previously used application is known. -->
2747     <string name="whichApplicationNamed">Complete action using %1$s</string>
2748     <!-- Generic label for a link to a intent resolver. -->
2749     <string name="whichApplicationLabel">Complete action</string>
2750     <!-- Title of intent resolver dialog when selecting a viewer application to run. -->
2751     <string name="whichViewApplication">Open with</string>
2752     <!-- Title of intent resolver dialog when selecting a viewer application to run
2753          and a previously used application is known. -->
2754     <string name="whichViewApplicationNamed">Open with %1$s</string>
2755     <!-- Label for a link to a intent resolver dialog to view something -->
2756     <string name="whichViewApplicationLabel">Open</string>
2757     <!-- Title of intent resolver dialog when selecting an editor application to run. -->
2758     <string name="whichEditApplication">Edit with</string>
2759     <!-- Title of intent resolver dialog when selecting an editor application to run
2760          and a previously used application is known. -->
2761     <string name="whichEditApplicationNamed">Edit with %1$s</string>
2762     <!-- Label for a link to a intent resolver dialog when selecting an editor application -->
2763     <string name="whichEditApplicationLabel">Edit</string>
2764     <!-- Title of intent resolver dialog when selecting a sharing application to run. -->
2765     <string name="whichSendApplication">Share with</string>
2766     <!-- Title of intent resolver dialog when selecting a sharing application to run
2767          and a previously used application is known. -->
2768     <string name="whichSendApplicationNamed">Share with %1$s</string>
2769     <!-- Label for a link to a intent resolver dialog to sharing something -->
2770     <string name="whichSendApplicationLabel">Share</string>
2771     <!-- Title of intent resolver dialog when selecting an application to run to
2772          send content to a specific recipient. Often used for email. -->
2773     <string name="whichSendToApplication">Send using</string>
2774     <!-- Title of intent resolver dialog when selecting an application to run to
2775          send content to a specific recipient and a previously used application is known.
2776          Often used for email. -->
2777     <string name="whichSendToApplicationNamed">Send using %1$s</string>
2778     <!-- Label for a link to a intent resolver dialog to send content to a specific recipient. -->
2779     <string name="whichSendToApplicationLabel">Send</string>
2780     <!-- Title of intent resolver dialog when selecting a HOME application to run. -->
2781     <string name="whichHomeApplication">Select a Home app</string>
2782     <!-- Title of intent resolver dialog when selecting a HOME application to run
2783          and a previously used application is known. -->
2784     <string name="whichHomeApplicationNamed">Use %1$s as Home</string>
2785     <!-- Label for a link to a intent resolver dialog when selecting a HOME -->
2786     <string name="whichHomeApplicationLabel">Capture image</string>
2787     <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2788     <!-- Title of intent resolver dialog when capturing an image. -->
2789     <string name="whichImageCaptureApplication">Capture image with</string>
2790     <!-- Title of intent resolver dialog when capturing an image
2791          and a previously used application is known. -->
2792     <string name="whichImageCaptureApplicationNamed">Capture image with %1$s</string>
2793     <!-- Label for a link to a intent resolver dialog when capturing an image -->
2794     <string name="whichImageCaptureApplicationLabel">Capture image</string>
2795     <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2796     <string name="alwaysUse">Use by default for this action.</string>
2797     <!-- Title of the list of alternate options to complete an action shown when the
2798          last used option is being displayed separately. -->
2799     <string name="use_a_different_app">Use a different app</string>
2800     <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
2801     <string name="clearDefaultHintMsg">Clear default in System settings &gt; Apps &gt; Downloaded.</string>
2802     <!-- Default title for the activity chooser, when one is not given. Android allows multiple activities to perform an action.  for example, there may be many ringtone pickers installed.  A dialog is shown to the user allowing him to pick which activity should be used.  This is the title. -->
2803     <string name="chooseActivity">Choose an action</string>
2804     <!-- title for the USB activity chooser. -->
2805     <string name="chooseUsbActivity">Choose an app for the USB device</string>
2806     <!-- Text to display when there are no activities found to display in the
2807          activity chooser. See the "Select an action" title. -->
2808     <string name="noApplications">No apps can perform this action.</string>
2809     <!-- Text of the alert that is displayed when an application has crashed. -->
2810     <string name="aerr_application"><xliff:g id="application">%1$s</xliff:g> has stopped</string>
2811     <!-- Text of the alert that is displayed when a process has crashed. -->
2812     <string name="aerr_process"><xliff:g id="process">%1$s</xliff:g> has
2813         stopped</string>
2814     <!-- Text of the alert that is displayed when an application has crashed repeatedly. -->
2815     <string name="aerr_application_repeated"><xliff:g id="application">%1$s</xliff:g> keeps stopping</string>
2816     <!-- Text of the alert that is displayed when a process has crashed repeatedly. -->
2817     <string name="aerr_process_repeated"><xliff:g id="process">%1$s</xliff:g> keeps stopping</string>
2818     <!-- Button that restarts a crashed application -->
2819     <string name="aerr_restart">Open app again</string>
2820     <!-- Button that sends feedback about a crashed application -->
2821     <string name="aerr_report">Send feedback</string>
2822     <!-- Button that closes a crashed application -->
2823     <string name="aerr_close">Close</string>
2824     <!-- Button that mutes further crashes of the crashed application. Note that this only appears on engineering builds. -->
2825     <string name="aerr_mute">Mute until device restarts</string>
2826     <!-- Button that waits a bit more for an unresponsive app -->
2827     <string name="aerr_wait">Wait</string>
2828     <!-- Button that closes an unresponsive application -->
2829     <string name="aerr_close_app">Close app</string>
2830
2831     <!-- Title of the alert when an application is not responding. -->
2832     <string name="anr_title"></string>
2833     <!-- Text of the alert that is displayed when an application is not responding. -->
2834     <string name="anr_activity_application"><xliff:g id="application">%2$s</xliff:g> isn\'t responding</string>
2835     <!-- Text of the alert that is displayed when an application is not responding. -->
2836     <string name="anr_activity_process"><xliff:g id="activity">%1$s</xliff:g> isn\'t responding</string>
2837     <!-- Text of the alert that is displayed when an application is not responding. -->
2838     <string name="anr_application_process"><xliff:g id="application">%1$s</xliff:g> isn\'t responding</string>
2839     <!-- Text of the alert that is displayed when an application is not responding. -->
2840     <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> isn\'t responding</string>
2841     <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
2842     <string name="force_close">OK</string>
2843     <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
2844     <string name="report">Report</string>
2845     <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
2846     <string name="wait">Wait</string>
2847     <!-- Text of the alert that is displayed when a web page is not responding. [CHAR-LIMIT=NONE] -->
2848     <string name="webpage_unresponsive">The page has become unresponsive.\n\nDo you want to close it?</string>
2849     <!-- [CHAR LIMIT=25] Title of the alert when application launches on top of another. -->
2850     <string name="launch_warning_title">App redirected</string>
2851     <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2852     <string name="launch_warning_replace"><xliff:g id="app_name">%1$s</xliff:g> is now running.</string>
2853     <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2854     <string name="launch_warning_original"><xliff:g id="app_name">%1$s</xliff:g> was originally launched.</string>
2855     <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2856     <string name="screen_compat_mode_scale">Scale</string>
2857     <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2858     <string name="screen_compat_mode_show">Always show</string>
2859     <!-- [CHAR LIMIT=200] Compat mode dialog: hint to re-enable compat mode dialog. -->
2860     <string name="screen_compat_mode_hint">Re-enable this in System settings &gt; Apps &gt; Downloaded.</string>
2861
2862     <!-- [CHAR LIMIT=200] Unsupported display size dialog: message. Refers to "Display size" setting. -->
2863     <string name="unsupported_display_size_message"><xliff:g id="app_name">%1$s</xliff:g> does not support the current Display size setting and may behave unexpectedly.</string>
2864     <!-- [CHAR LIMIT=50] Unsupported display size dialog: check box label. -->
2865     <string name="unsupported_display_size_show">Always show</string>
2866
2867     <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2868     <string name="smv_application">The app <xliff:g id="application">%1$s</xliff:g>
2869         (process <xliff:g id="process">%2$s</xliff:g>) has violated its self-enforced StrictMode policy.</string>
2870     <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2871     <string name="smv_process">The process <xliff:g id="process">%1$s</xliff:g> has
2872       has violated its self-enforced StrictMode policy.</string>
2873
2874     <!-- [CHAR LIMIT=40] Title of dialog that is shown when performing a system upgrade. -->
2875     <string name="android_upgrading_title">Android is upgrading\u2026</string>
2876
2877     <!-- [CHAR LIMIT=40] Title of dialog that is shown when system is starting. -->
2878     <string name="android_start_title">Android is starting\u2026</string>
2879
2880     <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog when doing an fstrim. -->
2881     <string name="android_upgrading_fstrim">Optimizing storage.</string>
2882
2883     <!-- [CHAR LIMIT=40] Title of notification that is shown when finishing a system upgrade. -->
2884     <string name="android_upgrading_notification_title">Finishing Android update\u2026</string>
2885     <!-- [CHAR LIMIT=200] Body of notification that is shown when performing a system upgrade. -->
2886     <string name="android_upgrading_notification_body">Some apps may not work properly until the upgrade finishes</string>
2887
2888     <!-- [CHAR LIMIT=40] Toast that is shown when an app is still upgrading. -->
2889     <string name="app_upgrading_toast"><xliff:g id="application">%1$s</xliff:g> is upgrading\u2026</string>
2890
2891     <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk that is optimized. -->
2892     <string name="android_upgrading_apk">Optimizing app
2893         <xliff:g id="number" example="123">%1$d</xliff:g> of
2894         <xliff:g id="number" example="123">%2$d</xliff:g>.</string>
2895
2896     <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk pre boot broadcast -->
2897     <string name="android_preparing_apk">Preparing <xliff:g id="appname">%1$s</xliff:g>.</string>
2898
2899     <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when reached the point of starting apps. -->
2900     <string name="android_upgrading_starting_apps">Starting apps.</string>
2901
2902     <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when the bulk of the upgrade work is done. -->
2903     <string name="android_upgrading_complete">Finishing boot.</string>
2904
2905     <!-- Notification text to tell the user that a heavy-weight application is running. -->
2906     <string name="heavy_weight_notification"><xliff:g id="app">%1$s</xliff:g> running</string>
2907
2908     <!-- Notification details to tell the user that a heavy-weight application is running. -->
2909     <string name="heavy_weight_notification_detail">Tap to switch to app</string>
2910
2911     <!-- Title of dialog prompting whether user wants to switch between heavy-weight apps. -->
2912     <string name="heavy_weight_switcher_title">Switch apps?</string>
2913
2914     <!-- Descriptive text for switching to a new heavy-weight application. -->
2915     <string name="heavy_weight_switcher_text">Another app is already running
2916     that must be stopped before you can start a new one.</string>
2917
2918     <string name="old_app_action">Return to <xliff:g id="old_app">%1$s</xliff:g></string>
2919     <string name="old_app_description">Don\'t start the new app.</string>
2920
2921     <string name="new_app_action">Start <xliff:g id="old_app">%1$s</xliff:g></string>
2922     <string name="new_app_description">Stop the old app without saving.</string>
2923
2924     <!-- Notification text to tell the user that a process has exceeded its memory limit. -->
2925     <string name="dump_heap_notification"><xliff:g id="proc">%1$s</xliff:g> exceeded memory
2926         limit</string>
2927
2928     <!-- Notification details to tell the user that a process has exceeded its memory limit. -->
2929     <string name="dump_heap_notification_detail">Heap dump has been collected;
2930         tap to share</string>
2931
2932     <!-- Title of dialog prompting the user to share a heap dump. -->
2933     <string name="dump_heap_title">Share heap dump?</string>
2934
2935     <!-- Text of dialog prompting the user to share a heap dump. -->
2936     <string name="dump_heap_text">The process <xliff:g id="proc">%1$s</xliff:g> has exceeded
2937         its process memory limit of <xliff:g id="size">%2$s</xliff:g>.  A heap dump is available
2938         for you to share with its developer.  Be careful: this heap dump can contain any
2939         of your personal information that the application has access to.</string>
2940
2941     <!-- Displayed in the title of the chooser for things to do with text that
2942          is to be sent to another application. For example, I can send
2943          text through SMS or IM.  A dialog with those choices would be shown,
2944          and this would be the title. -->
2945     <string name="sendText">Choose an action for text</string>
2946
2947     <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
2948     <string name="volume_ringtone">Ringer volume</string>
2949     <!-- Title of the dialog where the user is adjusting the music volume -->
2950     <string name="volume_music">Media volume</string>
2951     <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
2952     <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
2953     <!-- Hint shown in the volume toast to inform the user that the current ringtone is the silent ringtone. -->
2954     <string name="volume_music_hint_silent_ringtone_selected">Silent ringtone set</string>
2955     <!-- Title of the dialog where the user is adjusting the phone call volume -->
2956     <string name="volume_call">In-call volume</string>
2957     <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
2958     <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
2959     <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
2960     <string name="volume_alarm">Alarm volume</string>
2961     <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
2962     <string name="volume_notification">Notification volume</string>
2963     <!-- Title of the dialog where the user is adjusting the general audio volume -->
2964     <string name="volume_unknown">Volume</string>
2965
2966     <!-- Content description for bluetooth volume icon [CHAR LIMIT=100] -->
2967     <string name="volume_icon_description_bluetooth">Bluetooth volume</string>
2968     <!-- Content description for ringer volume icon [CHAR LIMIT=100] -->
2969     <string name="volume_icon_description_ringer">Ringtone volume</string>
2970     <!-- Content description for in-call volume icon [CHAR LIMIT=100] -->
2971     <string name="volume_icon_description_incall">Call volume</string>
2972     <!-- Content description for media volume icon [CHAR LIMIT=100] -->
2973     <string name="volume_icon_description_media">Media volume</string>
2974     <!-- Content description for notification volume icon [CHAR LIMIT=100] -->
2975     <string name="volume_icon_description_notification">Notification volume</string>
2976
2977     <!-- Ringtone picker strings --> <skip />
2978     <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
2979     <string name="ringtone_default">Default ringtone</string>
2980     <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
2981     <string name="ringtone_default_with_actual">Default (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
2982     <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
2983     <string name="ringtone_silent">None</string>
2984     <!-- The title of the ringtone picker dialog. -->
2985     <string name="ringtone_picker_title">Ringtones</string>
2986     <!-- The title of the alarm sound picker dialog [CHAR LIMIT=100] -->
2987     <string name="ringtone_picker_title_alarm">Alarm sounds</string>
2988     <!-- The title of the notification sound picker dialog [CHAR LIMIT=100] -->
2989     <string name="ringtone_picker_title_notification">Notification sounds</string>
2990     <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, t his is shown instead.  For example, if the ringtone was on a SD card and it had been removed, this woudl be shown for ringtones on that SD card. -->
2991     <string name="ringtone_unknown">Unknown</string>
2992
2993     <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
2994     <plurals name="wifi_available">
2995         <item quantity="one">Wi-Fi network available</item>
2996         <item quantity="other">Wi-Fi networks available</item>
2997     </plurals>
2998     <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
2999     <plurals name="wifi_available_detailed">
3000         <item quantity="one">Open Wi-Fi network available</item>
3001         <item quantity="other">Open Wi-Fi networks available</item>
3002     </plurals>
3003
3004     <!-- Notification title for a nearby open wireless network.-->
3005     <string name="wifi_available_title">Connect to open Wi\u2011Fi network</string>
3006     <!-- Notification title when the system is connecting to the specified open network. The network name is specified in the notification content. -->
3007     <string name="wifi_available_title_connecting">Connecting to open Wi\u2011Fi network</string>
3008     <!-- Notification title when the system has connected to the open network. The network name is specified in the notification content. -->
3009     <string name="wifi_available_title_connected">Connected to Wi\u2011Fi network</string>
3010     <!-- Notification title when the system failed to connect to the specified open network. -->
3011     <string name="wifi_available_title_failed_to_connect">Could not connect to Wi\u2011Fi network</string>
3012     <!-- Notification content when the system failed to connect to the specified open network. This informs the user that tapping on this notification will open the wifi picker. -->
3013     <string name="wifi_available_content_failed_to_connect">Tap to see all networks</string>
3014     <!-- Notification action name for connecting to the network specified in the notification body. -->
3015     <string name="wifi_available_action_connect">Connect</string>
3016     <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. -->
3017     <string name="wifi_available_action_all_networks">All Networks</string>
3018
3019     <!-- A notification is shown when a wifi captive portal network is detected.  This is the notification's title. -->
3020     <string name="wifi_available_sign_in">Sign in to Wi-Fi network</string>
3021
3022     <!-- A notification is shown when a captive portal network is detected.  This is the notification's title. -->
3023     <string name="network_available_sign_in">Sign in to network</string>
3024
3025     <!-- A notification is shown when a captive portal network is detected.  This is the notification's message. -->
3026     <string name="network_available_sign_in_detailed"><xliff:g id="network_ssid">%1$s</xliff:g></string>
3027
3028     <!-- A notification is shown when the user connects to a Wi-Fi network and the system detects that that network has no Internet access. This is the notification's title. -->
3029     <string name="wifi_no_internet">Wi-Fi has no Internet access</string>
3030
3031     <!-- A notification is shown when the user connects to a Wi-Fi network and the system detects that that network has no Internet access. This is the notification's message. -->
3032     <string name="wifi_no_internet_detailed">Tap for options</string>
3033
3034     <!-- A notification might be shown if the device switches to another network type (e.g., mobile data) because it detects that the network it was using (e.g., Wi-Fi) has lost Internet connectivity. This is the notification's title. %1$s is the network type that the device switched to, e.g., cellular data. It is one of the strings in the network_switch_type_name array. -->
3035     <string name="network_switch_metered">Switched to <xliff:g id="network_type">%1$s</xliff:g></string>
3036
3037     <!-- A notification might be shown if the device switches to another network type (e.g., mobile data) because it detects that the network it was using (e.g., Wi-Fi) has lost Internet connectivity. This is the notification's message. %1$s is the network that the device switched to, e.g., cellular data. %2$s is the network type the device switched from, e.g., Wi-Fi. Both are strings in the network_switch_type_name array. -->
3038     <string name="network_switch_metered_detail">Device uses <xliff:g id="new_network">%1$s</xliff:g> when <xliff:g id="previous_network">%2$s</xliff:g> has no Internet access. Charges may apply.</string>
3039
3040     <!-- A toast might be shown if the device switches to another network type (e.g., mobile data) because it detects that the network it was using (e.g., Wi-Fi) has lost Internet connectivity. This is the text of the toast. %1$s is the network that the device switched from, e.g., Wi-Fi. %2$s is the network type the device switched from, e.g., cellular data. Both are strings in the network_switch_type_name array. -->
3041     <string name="network_switch_metered_toast">Switched from <xliff:g id="previous_network">%1$s</xliff:g> to <xliff:g id="new_network">%2$s</xliff:g></string>
3042
3043     <!-- Network type names used in the network_switch_metered and network_switch_metered_detail strings. These must be kept in the sync with the values NetworkCapabilities.TRANSPORT_xxx values, and in the same order. -->
3044     <string-array name="network_switch_type_name">
3045         <item>mobile data</item>
3046         <item>Wi-Fi</item>
3047         <item>Bluetooth</item>
3048         <item>Ethernet</item>
3049         <item>VPN</item>
3050     </string-array>
3051
3052     <!-- Network type name displayed if one of the types is not found in network_switch_type_name. -->
3053     <string name="network_switch_type_name_unknown">an unknown network type</string>
3054
3055      <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  This is the notification's title / ticker. -->
3056      <string name="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string>
3057      <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  The complete alert msg is: <hotspot name> + this string, i.e. "Linksys has a poor internet connection" -->
3058     <string name="wifi_watchdog_network_disabled_detailed">\u0020has a poor Internet connection.</string>
3059
3060     <!-- Do not translate. Default access point SSID used for tethering -->
3061     <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
3062     <!-- Do not translate. Default access point SSID used for local only hotspot -->
3063     <string name="wifi_localhotspot_configure_ssid_default" translatable="false">AndroidShare</string>
3064
3065     <!-- A notification is shown the first time a connection is attempted on an app owned AP -->
3066     <!-- title for this message -->
3067     <string name="wifi_connect_alert_title">Allow connection?</string>
3068     <!-- message explaining who is connecting to what -->
3069     <string name="wifi_connect_alert_message">Application %1$s would like to connect to Wifi Network %2$s</string>
3070     <!-- default application in case name can not be found -->
3071     <string name="wifi_connect_default_application">An application</string>
3072
3073     <string name="wifi_p2p_dialog_title">Wi-Fi Direct</string>
3074     <string name="wifi_p2p_turnon_message">Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot.</string>
3075     <string name="wifi_p2p_failed_message">Couldn\'t start Wi-Fi Direct.</string>
3076     <string name="wifi_p2p_enabled_notification_title">Wi-Fi Direct is on</string>
3077     <string name="wifi_p2p_enabled_notification_message">Tap for settings</string>
3078
3079     <string name="accept">Accept</string>
3080     <string name="decline">Decline</string>
3081     <string name="wifi_p2p_invitation_sent_title">Invitation sent</string>
3082     <string name="wifi_p2p_invitation_to_connect_title">Invitation to connect</string>
3083
3084     <string name="wifi_p2p_from_message">From: </string>
3085     <string name="wifi_p2p_to_message">To: </string>
3086     <string name="wifi_p2p_enter_pin_message">Type the required PIN: </string>
3087     <string name="wifi_p2p_show_pin_message">PIN: </string>
3088
3089     <string name="wifi_p2p_frequency_conflict_message" product="tablet">The tablet will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
3090     <string name="wifi_p2p_frequency_conflict_message" product="tv">The TV will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
3091     <string name="wifi_p2p_frequency_conflict_message" product="default">The phone will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
3092
3093     <!-- Name of the dialog that lets the user choose an accented character to insert -->
3094     <string name="select_character">Insert character</string>
3095
3096     <!-- SMS per-application rate control Dialog --> <skip />
3097     <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
3098     <string name="sms_control_title">Sending SMS messages</string>
3099     <!-- See SMS_DIALOG.  This is the message shown in that dialog. [CHAR LIMIT=NONE] -->
3100     <string name="sms_control_message">&lt;b><xliff:g id="app_name">%1$s</xliff:g>&lt;/b> is sending a large number of SMS messages. Do you want to allow this app to continue sending messages?</string>
3101     <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. [CHAR LIMIT=30] -->
3102     <string name="sms_control_yes">Allow</string>
3103     <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes. [CHAR LIMIT=30] -->
3104     <string name="sms_control_no">Deny</string>
3105
3106     <!-- SMS short code verification dialog. --> <skip />
3107     <!-- The message text for the SMS short code confirmation dialog. [CHAR LIMIT=NONE] -->
3108     <string name="sms_short_code_confirm_message">&lt;b><xliff:g id="app_name">%1$s</xliff:g>&lt;/b> would like to send a message to &lt;b><xliff:g id="dest_address">%2$s</xliff:g>&lt;/b>.</string>
3109     <!-- Message details for the SMS short code confirmation dialog (possible premium short code). [CHAR LIMIT=NONE] -->
3110     <string name="sms_short_code_details">This <b>may cause charges</b> on your mobile account.</string>
3111     <!-- Message details for the SMS short code confirmation dialog (premium short code). [CHAR LIMIT=NONE] -->
3112     <string name="sms_premium_short_code_details"><b>This will cause charges on your mobile account.</b></string>
3113     <!-- Text of the approval button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
3114     <string name="sms_short_code_confirm_allow">Send</string>
3115     <!-- Text of the cancel button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
3116     <string name="sms_short_code_confirm_deny">Cancel</string>
3117     <!-- Text of the checkbox for the SMS short code confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
3118     <string name="sms_short_code_remember_choice">Remember my choice</string>
3119     <!-- Text shown when remember checkbox is checked to inform the user how they may undo the setting. [CHAR LIMIT=40] -->
3120     <string name="sms_short_code_remember_undo_instruction">You can change this later in Settings\u00A0>\u00A0Apps"</string>
3121
3122     <!-- Text of the approval button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
3123     <string name="sms_short_code_confirm_always_allow">Always Allow</string>
3124     <!-- Text of the cancel button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
3125     <string name="sms_short_code_confirm_never_allow">Never Allow</string>
3126
3127     <!-- SIM swap and device reboot Dialog --> <skip />
3128     <!-- See SIM_REMOVED_DIALOG.  This is the title of that dialog. -->
3129     <string name="sim_removed_title">SIM card removed</string>
3130     <!-- See SIM_REMOVED_DIALOG.  This is the message of that dialog. -->
3131     <string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>
3132     <!-- See SIM_REMOVED_DIALOG.  This is the button of that dialog. -->
3133     <string name="sim_done_button">Done</string>
3134     <!-- See SIM_ADDED_DIALOG.  This is the title of that dialog. -->
3135     <string name="sim_added_title">SIM card added</string>
3136     <!-- See SIM_ADDED_DIALOG.  This is the message of that dialog. -->
3137     <string name="sim_added_message">Restart your device to access the mobile network.</string>
3138     <!-- See SIM_ADDED_DIALOG.  This is the button of that dialog. -->
3139     <string name="sim_restart_button">Restart</string>
3140     <!-- See Carrier_App_Dialog. This is the message of that dialog. -->
3141     <string name="carrier_app_dialog_message">To get your new SIM working properly, you\'ll need to install and open an app from your carrier.</string>
3142     <!-- See Carrier_App_Dialog. This is the button of that dialog. -->
3143     <string name="carrier_app_dialog_button">GET THE APP</string>
3144     <string name="carrier_app_dialog_not_now">NOT NOW</string>
3145     <!-- See carrier_app_notification. This is the headline. -->
3146     <string name="carrier_app_notification_title">New SIM inserted</string>
3147     <string name="carrier_app_notification_text">Tap to set it up</string>
3148
3149     <!-- Date/Time picker dialogs strings -->
3150
3151     <!-- The title of the time picker dialog. [CHAR LIMIT=NONE] -->
3152     <string name="time_picker_dialog_title">Set time</string>
3153     <!-- The title of the date picker dialog. [CHAR LIMIT=NONE] -->
3154     <string name="date_picker_dialog_title">Set date</string>
3155     <!-- Name of the button in the date/time picker to accept the date/time change -->
3156     <string name="date_time_set">Set</string>
3157     <!-- Name of the button in the date/time picker to accept the date/time change -->
3158     <string name="date_time_done">Done</string>
3159
3160     <!-- Security Permissions strings-->
3161     <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
3162     <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff33b5e5">NEW: </font></string>
3163     <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
3164     <string name="perms_description_app">Provided by <xliff:g id="app_name">%1$s</xliff:g>.</string>
3165     <!-- Shown for an application when it doesn't require any permission grants. -->
3166     <string name="no_permissions">No permissions required</string>
3167     <!-- [CHAR LIMIT=NONE] Additional text in permission description for perms that can cost money. -->
3168     <string name="perm_costs_money">this may cost you money</string>
3169     <!-- Dialog ok button-->
3170     <string name="dlg_ok">OK</string>
3171
3172     <!-- USB_PREFERENCES: Notification for when the user connected to the charger only.  This is the title -->
3173     <string name="usb_charging_notification_title">USB charging this device</string>
3174     <!-- USB_PREFERENCES: Notification for when the user connects the phone to supply power to attached device.  This is the title -->
3175     <string name="usb_supplying_notification_title">USB supplying power to attached device</string>
3176     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MTP mode.  This is the title -->
3177     <string name="usb_mtp_notification_title">USB for file transfer</string>
3178     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in PTP mode.  This is the title -->
3179     <string name="usb_ptp_notification_title">USB for photo transfer</string>
3180     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MIDI mode.  This is the title -->
3181     <string name="usb_midi_notification_title">USB for MIDI</string>
3182     <!-- USB_PREFERENCES: Notification for when a USB accessory is attached.  This is the title -->
3183     <string name="usb_accessory_notification_title">Connected to a USB accessory</string>
3184     <!-- See USB_PREFERENCES. This is the message. -->
3185     <string name="usb_notification_message">Tap for more options.</string>
3186     <!-- USB_PREFERENCES: Notification for when a type-c USB audio accessory is attached but not supported.  This is the title -->
3187     <string name="usb_unsupported_audio_accessory_title">Analog audio accessory detected</string>
3188     <!-- Message of notification shown when a type-c USB audio accessory is attached but not supported. -->
3189     <string name="usb_unsupported_audio_accessory_message">The attached device is not compatible with this phone. Tap to learn more.</string>
3190
3191
3192     <!-- Title of notification shown when ADB is actively connected to the phone. -->
3193     <string name="adb_active_notification_title">USB debugging connected</string>
3194     <!-- Message of notification shown when ADB is actively connected to the phone. -->
3195     <string name="adb_active_notification_message">Tap to disable USB debugging.</string>
3196     <string name="adb_active_notification_message" product="tv">Select to disable USB debugging.</string>
3197
3198     <!-- Title of notification shown to indicate that bug report is being collected. -->
3199     <string name="taking_remote_bugreport_notification_title">Taking bug report\u2026</string>
3200     <!-- Title of notification shown to ask for user consent for sharing a bugreport that was requested remotely by the IT administrator. -->
3201     <string name="share_remote_bugreport_notification_title">Share bug report?</string>
3202     <!-- Title of notification shown to indicate that bug report is still being collected after sharing was accepted. -->
3203     <string name="sharing_remote_bugreport_notification_title">Sharing bug report\u2026</string>
3204     <!-- Message of a notification shown to ask for user consent for sharing a bugreport that was requested remotely by the IT administrator. -->
3205     <string name="share_remote_bugreport_notification_message_finished">Your admin requested a bug
3206         report to help troubleshoot this device. Apps and data may be shared.</string>
3207     <!-- Acceptance label of notification shown to ask for user consent for sharing the remote bugreport. -->
3208     <string name="share_remote_bugreport_action">SHARE</string>
3209     <!-- Decline label of notification shown to ask for user consent for sharing the remote bugreport. -->
3210     <string name="decline_remote_bugreport_action">DECLINE</string>
3211
3212     <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
3213     <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
3214     <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
3215     <!-- at all and later replace it with a locale string based on the users chosen locale          -->
3216     <!-- DO NOT TRANSLATE -->
3217     <string name="locale_replacement">""</string>
3218
3219     <!-- Title of the pop-up dialog in which the user switches keyboard, also known as input method. -->
3220     <string name="select_input_method">Change keyboard</string>
3221     <!-- Summary text of a toggle switch to enable/disable use of the IME while a physical
3222          keyboard is connected -->
3223     <string name="show_ime">Keep it on screen while physical keyboard is active</string>
3224     <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=30] -->
3225     <string name="hardware">Show virtual keyboard</string>
3226
3227     <!-- Title of the notification to prompt the user to configure physical keyboard settings. -->
3228     <string name="select_keyboard_layout_notification_title">Configure physical keyboard</string>
3229     <!-- Message of the notification to prompt the user to configure physical keyboard settings
3230          where the user can associate language with physical keyboard layout. -->
3231     <string name="select_keyboard_layout_notification_message">Tap to select language and layout</string>
3232
3233     <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3234     <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3235
3236     <!-- Alert windows notification strings -->
3237     <skip />
3238     <!-- Name of notification channel group the system post notification to inform the use about apps
3239          that are drawing ui on-top of other apps (alert-windows) [CHAR LIMIT=NONE] -->
3240     <string name="alert_windows_notification_channel_group_name">Display over other apps</string>
3241     <!-- Name of notification channel the system post notification to inform the use about apps
3242          that are drawing ui on-top of other apps (alert-windows) [CHAR LIMIT=NONE] -->
3243     <string name="alert_windows_notification_channel_name"><xliff:g id="name" example="Google Maps">%s</xliff:g> displaying over other apps</string>
3244     <!-- Notification title when an application is displaying ui on-top of other apps
3245          [CHAR LIMIT=30] -->
3246     <string name="alert_windows_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is displaying over other apps</string>
3247     <!-- Notification body when an application is displaying ui on-top of other apps
3248          [CHAR LIMIT=NONE] -->
3249     <string name="alert_windows_notification_message">If you don’t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string>
3250     <!-- Notification action to turn-off app displaying on-top of other apps. [CHAR LIMIT=20] -->
3251     <string name="alert_windows_notification_turn_off_action">TURN OFF</string>
3252
3253
3254     <!-- External media notification strings -->
3255     <skip />
3256
3257     <!-- Notification title when external media is being checked [CHAR LIMIT=30] -->
3258     <string name="ext_media_checking_notification_title">Preparing <xliff:g id="name" example="SD card">%s</xliff:g></string>
3259     <!-- Notification body when external media is being checked [CHAR LIMIT=NONE] -->
3260     <string name="ext_media_checking_notification_message">Checking for errors</string>
3261
3262     <!-- Notification body when new external media is detected [CHAR LIMIT=NONE] -->
3263     <string name="ext_media_new_notification_message">New <xliff:g id="name" example="SD card">%s</xliff:g> detected</string>
3264     <!-- Notification body when external media is ready for use [CHAR LIMIT=NONE] -->
3265     <string name="ext_media_ready_notification_message">For transferring photos and media</string>
3266
3267     <!-- Notification title when external media is unmountable (corrupt) [CHAR LIMIT=30] -->
3268     <string name="ext_media_unmountable_notification_title">Corrupted <xliff:g id="name" example="SD card">%s</xliff:g></string>
3269     <!-- Notification body when external media is unmountable (corrupt) [CHAR LIMIT=NONE] -->
3270     <string name="ext_media_unmountable_notification_message"><xliff:g id="name" example="SD card">%s</xliff:g> is corrupt. Tap to fix.</string>
3271     <!-- TV-specifiv notification body when external media is unmountable (corrupt) [CHAR LIMIT=NONE] -->
3272     <string name="ext_media_unmountable_notification_message" product="tv"><xliff:g id="name" example="SD card">%s</xliff:g> is corrupt. Select to fix.</string>
3273
3274     <!-- Notification title when external media is unsupported [CHAR LIMIT=30] -->
3275     <string name="ext_media_unsupported_notification_title">Unsupported <xliff:g id="name" example="SD card">%s</xliff:g></string>
3276     <!-- Notification body when external media is unsupported [CHAR LIMIT=NONE] -->
3277     <string name="ext_media_unsupported_notification_message">This device doesn\u2019t support this <xliff:g id="name" example="SD card">%s</xliff:g>. Tap to set up in a supported format.</string>
3278     <!-- TV-specific notification body when external media is unsupported [CHAR LIMIT=NONE] -->
3279     <string name="ext_media_unsupported_notification_message" product="tv">This device doesn\u2019t support this <xliff:g id="name" example="SD card">%s</xliff:g>. Select to set up in a supported format.</string>
3280
3281     <!-- Notification title when external media is unsafely removed [CHAR LIMIT=30] -->
3282     <string name="ext_media_badremoval_notification_title"><xliff:g id="name" example="SD card">%s</xliff:g> unexpectedly removed</string>
3283     <!-- Notification body when external media is unsafely removed [CHAR LIMIT=NONE] -->
3284     <string name="ext_media_badremoval_notification_message">Unmount <xliff:g id="name" example="SD card">%s</xliff:g> before removing to avoid data loss</string>
3285
3286     <!-- Notification title when external media is missing [CHAR LIMIT=30] -->
3287     <string name="ext_media_nomedia_notification_title">Removed <xliff:g id="name" example="SD card">%s</xliff:g></string>
3288     <!-- Notification body when external media is missing [CHAR LIMIT=NONE] -->
3289     <string name="ext_media_nomedia_notification_message"><xliff:g id="name" example="SD card">%s</xliff:g> removed; insert a new one</string>
3290
3291     <!-- Notification title when external media is unmounting [CHAR LIMIT=30] -->
3292     <string name="ext_media_unmounting_notification_title">Still ejecting <xliff:g id="name" example="SD card">%s</xliff:g>\u2026</string>
3293     <!-- Notification body when external media is unmounting [CHAR LIMIT=NONE] -->
3294     <string name="ext_media_unmounting_notification_message">Don\'t remove</string>
3295
3296     <!-- Notification action to setup external media [CHAR LIMIT=20] -->
3297     <string name="ext_media_init_action">Set up</string>
3298     <!-- Notification action to unmount external media [CHAR LIMIT=20] -->
3299     <string name="ext_media_unmount_action">Eject</string>
3300     <!-- Notification action to browse external media [CHAR LIMIT=20] -->
3301     <string name="ext_media_browse_action">Explore</string>
3302
3303     <!-- Notification title when external media is missing [CHAR LIMIT=30] -->
3304     <string name="ext_media_missing_title"><xliff:g id="name" example="SD card">%s</xliff:g> missing</string>
3305     <!-- Notification body when external media is missing [CHAR LIMIT=30] -->
3306     <string name="ext_media_missing_message">Reinsert this device</string>
3307
3308     <!-- Notification title when moving an application to external storage [CHAR LIMIT=30] -->
3309     <string name="ext_media_move_specific_title">Moving <xliff:g id="name" example="Calculator">%s</xliff:g></string>
3310     <!-- Notification title when moving data to external storage [CHAR LIMIT=32] -->
3311     <string name="ext_media_move_title">Moving data</string>
3312
3313     <!-- Notification title when moving data to external storage [CHAR LIMIT=32] -->
3314     <string name="ext_media_move_success_title">Move complete</string>
3315     <!-- Notification title when moving data to external storage [CHAR LIMIT=64] -->
3316     <string name="ext_media_move_success_message">Data moved to <xliff:g id="name" example="SD card">%s</xliff:g></string>
3317
3318     <!-- Notification title when moving data to external storage failed [CHAR LIMIT=32] -->
3319     <string name="ext_media_move_failure_title">Couldn\'t move data</string>
3320     <!-- Notification title when moving data to external storage failed [CHAR LIMIT=64] -->
3321     <string name="ext_media_move_failure_message">Data left at original location</string>
3322
3323     <!-- Short summary of storage media status when removed [CHAR LIMIT=32] -->
3324     <string name="ext_media_status_removed">Removed</string>
3325     <!-- Short summary of storage media status when unmounted [CHAR LIMIT=32] -->
3326     <string name="ext_media_status_unmounted">Ejected</string>
3327     <!-- Short summary of storage media status when checking [CHAR LIMIT=32] -->
3328     <string name="ext_media_status_checking">Checking\u2026</string>
3329     <!-- Short summary of storage media status when mounted [CHAR LIMIT=32] -->
3330     <string name="ext_media_status_mounted">Ready</string>
3331     <!-- Short summary of storage media status when mounted read-only [CHAR LIMIT=32] -->
3332     <string name="ext_media_status_mounted_ro">Read-only</string>
3333     <!-- Short summary of storage media status when removed unsafely [CHAR LIMIT=32] -->
3334     <string name="ext_media_status_bad_removal">Removed unsafely</string>
3335     <!-- Short summary of storage media status when unmountable [CHAR LIMIT=32] -->
3336     <string name="ext_media_status_unmountable">Corrupted</string>
3337     <!-- Short summary of storage media status when unsupported [CHAR LIMIT=32] -->
3338     <string name="ext_media_status_unsupported">Unsupported</string>
3339     <!-- Short summary of storage media status when ejecting [CHAR LIMIT=32] -->
3340     <string name="ext_media_status_ejecting">Ejecting\u2026</string>
3341     <!-- Short summary of storage media status when formatting [CHAR LIMIT=32] -->
3342     <string name="ext_media_status_formatting">Formatting\u2026</string>
3343     <!-- Short summary of storage media status when missing [CHAR LIMIT=32] -->
3344     <string name="ext_media_status_missing">Not inserted</string>
3345
3346     <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
3347     <string name="activity_list_empty">No matching activities found.</string>
3348
3349     <!-- Title of an application permission that lets an application route media output. -->
3350     <string name="permlab_route_media_output">route media output</string>
3351     <!-- Description of an application permission that lets an application route media output. -->
3352     <string name="permdesc_route_media_output">Allows an application to route media output to other external devices.</string>
3353
3354     <!-- Title of an application permission that lets it read install sessions. -->
3355     <string name="permlab_readInstallSessions">read install sessions</string>
3356     <!-- Description of an application permission that lets it read install sessions. -->
3357     <string name="permdesc_readInstallSessions">Allows an application to read install sessions. This allows it to see details about active package installations.</string>
3358
3359     <!-- Title of an application permission that lets it read install sessions. -->
3360     <string name="permlab_requestInstallPackages">request install packages</string>
3361     <!-- Description of an application permission that lets it read install sessions. -->
3362     <string name="permdesc_requestInstallPackages">Allows an application to request installation of packages.</string>
3363
3364     <!-- Title of an application permission that lets it read install sessions. -->
3365     <string name="permlab_requestDeletePackages">request delete packages</string>
3366     <!-- Description of an application permission that lets it read install sessions. -->
3367     <string name="permdesc_requestDeletePackages">Allows an application to request deletion of packages.</string>
3368
3369     <!-- Title of an application permission that lets it ask user to ignore battery optimizations for that app. -->
3370     <string name="permlab_requestIgnoreBatteryOptimizations">ask to ignore battery optimizations</string>
3371     <!-- Description of an application permission that lets it ask user to ignore battery optimizations for that app-->
3372     <string name="permdesc_requestIgnoreBatteryOptimizations">Allows an app to ask for permission to ignore battery optimizations for that app.</string>
3373
3374     <!-- Shown in the tutorial for tap twice for zoom control. -->
3375     <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>
3376
3377
3378     <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
3379     the gadget. -->
3380     <string name="gadget_host_error_inflating">Couldn\'t add widget.</string>
3381
3382     <!-- Long label for a button on a full-screen input method for the "Go" action. -->
3383     <string name="ime_action_go">Go</string>
3384
3385     <!-- Long label for a button on a full-screen input method for the "Search" action. -->
3386     <string name="ime_action_search">Search</string>
3387
3388     <!-- Long label for a button on a full-screen input method for the "Send" action. -->
3389     <string name="ime_action_send">Send</string>
3390
3391     <!-- Long label for a button on a full-screen input method for the "Next" action. -->
3392     <string name="ime_action_next">Next</string>
3393
3394     <!-- Long label for a button on a full-screen input method for the "Done" action. -->
3395     <string name="ime_action_done">Done</string>
3396
3397     <!-- [CHAR LIMIT=6] Long label for a button on a full-screen input method for the "Previous" action. -->
3398     <string name="ime_action_previous">Prev</string>
3399
3400     <!-- Long label for a button on a full-screen input method for an unknown action. -->
3401     <string name="ime_action_default">Execute</string>
3402
3403     <!-- Strings for search suggestions. These are going here because they are referenced by both
3404          ContactsProvider and GoogleContactsProvider -->
3405     <skip />
3406
3407
3408     <!-- This string appears (on two lines) when you type a number into contacts search, to let you dial the phone number you typed.  The first line will be in bigger type than the second. -->
3409     <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3410
3411     <!-- This string appears (on two lines) when you type a number into contacts search, to let you create a contact whose phone number is the number you typed.  The first line will be in bigger type than the second. -->
3412     <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3413
3414     <!-- This string array should be overridden by the manufacture to present a list of carrier-id,locale. The wifi regulatory domain is extracted from the locale information. This is used at startup to set system defaults by checking the system property ro.carrier for the carrier-id and searching through this array -->
3415     <!-- An Array of [[Carrier-ID]                     -->
3416     <!--              [default-locale]]                -->
3417     <string-array translatable="false" name="carrier_properties">
3418     </string-array>
3419
3420     <string name="grant_credentials_permission_message_header">The following one or more apps request permission to access your account, now and in the future.</string>
3421     <string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
3422     <string name="grant_permissions_header_text">Access request</string>
3423     <string name="allow">Allow</string>
3424     <string name="deny">Deny</string>
3425     <string name="permission_request_notification_title">Permission requested</string>
3426     <string name="permission_request_notification_with_subtitle">Permission requested\nfor account <xliff:g id="account" example="foo@gmail.com">%s</xliff:g>.</string>
3427
3428     <!-- Message to show when an intent automatically switches users into the personal profile. -->
3429     <string name="forward_intent_to_owner">You\'re using this app outside of your work profile</string>
3430     <!-- Message to show when an intent automatically switches users into a work profile. -->
3431     <string name="forward_intent_to_work">You\'re using this app in your work profile</string>
3432
3433     <!-- Label to show for a service that is running because it is an input method. -->
3434     <string name="input_method_binding_label">Input method</string>
3435     <!-- Label to show for a service that is running because it is a sync adapter. -->
3436     <string name="sync_binding_label">Sync</string>
3437     <!-- Label to show for a service that is running because it is an accessibility module. -->
3438     <string name="accessibility_binding_label">Accessibility</string>
3439     <!-- Label to show for a service that is running because it is a wallpaper. -->
3440     <string name="wallpaper_binding_label">Wallpaper</string>
3441     <!-- Dialog title for user to select a different wallpaper from service list -->
3442     <string name="chooser_wallpaper">Change wallpaper</string>
3443     <!-- Label to show for a service that is running because it is observing
3444          the user's notifications. -->
3445     <string name="notification_listener_binding_label">Notification listener</string>
3446     <!-- Label to show for a service that is running because the system is in VR mode. -->
3447     <string name="vr_listener_binding_label">VR listener</string>
3448     <!-- Label to show for a service that is running because it is providing conditions. -->
3449     <string name="condition_provider_service_binding_label">Condition provider</string>
3450     <!-- Label to show for a service that is running because it is observing and modifying the
3451          importance of the user's notifications. -->
3452     <string name="notification_ranker_binding_label">Notification ranker service</string>
3453
3454     <!-- Do Not Translate: Alternate eri.xml -->
3455     <string name="alternate_eri_file">/data/eri.xml</string>
3456
3457     <!-- The title of the notification when VPN is active. -->
3458     <string name="vpn_title">VPN activated</string>
3459     <!-- The title of the notification when VPN is active with an application name. -->
3460     <string name="vpn_title_long">VPN is activated by <xliff:g id="app" example="FooVPN client">%s</xliff:g></string>
3461     <!-- The text of the notification when VPN is active. -->
3462     <string name="vpn_text">Tap to manage the network.</string>
3463     <!-- The text of the notification when VPN is active with a session name. -->
3464     <string name="vpn_text_long">Connected to <xliff:g id="session" example="office">%s</xliff:g>. Tap to manage the network.</string>
3465
3466     <!-- Notification title when connecting to lockdown VPN. -->
3467     <string name="vpn_lockdown_connecting">Always-on VPN connecting\u2026</string>
3468     <!-- Notification title when connected to lockdown VPN. -->
3469     <string name="vpn_lockdown_connected">Always-on VPN connected</string>
3470     <!-- Notification title when not connected to lockdown VPN. -->
3471     <string name="vpn_lockdown_disconnected">Always-on VPN disconnected</string>
3472     <!-- Notification title when error connecting to lockdown VPN. -->
3473     <string name="vpn_lockdown_error">Always-on VPN error</string>
3474     <!-- Notification body that indicates user can touch to configure lockdown VPN connection. -->
3475     <string name="vpn_lockdown_config">Tap to set up</string>
3476
3477     <!-- Localized strings for WebView -->
3478     <!-- Label for button in a WebView that will open a chooser to choose a file to upload -->
3479     <string name="upload_file">Choose file</string>
3480     <!-- Label for the file upload control when no file has been chosen yet -->
3481     <string name="no_file_chosen">No file chosen</string>
3482     <!-- Label for <input type="reset"> button in html -->
3483     <string name="reset">Reset</string>
3484     <!-- Label for <input type="submit"> button in html -->
3485     <string name="submit">Submit</string>
3486
3487     <!-- Strings for car mode notification -->
3488     <!-- Shown when car mode is enabled -->
3489     <string name="car_mode_disable_notification_title">Car mode enabled</string>
3490     <string name="car_mode_disable_notification_message">Tap to exit car mode.</string>
3491
3492     <!-- Strings for tethered notification -->
3493     <!-- Shown when the device is tethered -->
3494     <string name="tethered_notification_title">Tethering or hotspot active</string>
3495     <string name="tethered_notification_message">Tap to set up.</string>
3496
3497     <!--  Strings for possible PreferenceActivity Back/Next buttons -->
3498     <string name="back_button_label">Back</string>
3499     <string name="next_button_label">Next</string>
3500
3501     <!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
3502     <string name="skip_button_label">Skip</string>
3503
3504     <!-- Displayed on the Find dialog when there are no matches [CHAR LIMIT=NONE]-->
3505     <string name="no_matches">No matches</string>
3506
3507     <!-- Find dialog hint text.  Also used in the menu item to open find on page [CHAR LIMIT=NONE] -->
3508     <string name="find_on_page">Find on page</string>
3509
3510     <!-- Displayed on the Find dialog to display the index of the highlighted
3511          match and total number of matches found in the current page. [CHAR LIMIT=NONE] -->
3512     <plurals name="matches_found">
3513         <!-- Case of one match -->
3514         <item quantity="one">1 match</item>
3515         <!-- Case of multiple total matches -->
3516         <item quantity="other"><xliff:g id="index" example="2">%d</xliff:g> of <xliff:g id="total" example="137">%d</xliff:g></item>
3517     </plurals>
3518
3519     <!-- Label for the "Done" button on the far left of action mode toolbars. -->
3520     <string name="action_mode_done">Done</string>
3521
3522     <!-- Strings for MasterClearReceiver. -->
3523     <!-- Text for progress dialog while erasing USB storage volume [CHAR LIMIT=NONE] -->
3524     <string name="progress_erasing" product="nosdcard">Erasing USB storage\u2026</string>
3525     <!-- Text for progress dialog while erasing SD card [CHAR LIMIT=NONE] -->
3526     <string name="progress_erasing" product="default">Erasing SD card\u2026</string>
3527
3528     <!-- Text for WebView's text selection Action Mode -->
3529     <!-- ActionBar action to share the current selection [CHAR LIMIT=10] -->
3530     <string name="share">Share</string>
3531     <!-- ActionBar action to use the current selection to open the Find on page functionality [CHAR LIMIT=10]-->
3532     <string name="find">Find</string>
3533     <!-- ActionBar action to use the current selection to perform a web search [CHAR-LIMIT=16] -->
3534     <string name="websearch">Web Search</string>
3535     <!-- ActionBar action to find the next match in the page [CHAR LIMIT=24] -->
3536     <string name="find_next">Find next</string>
3537     <!-- ActionBar action to find the previous match in the page [CHAR LIMIT=24] -->
3538     <string name="find_previous">Find previous</string>
3539
3540     <!-- Network positioning notification ticker. The name of the user (e.g. John Doe) who sent
3541          the request is shown as a dynamic string. -->
3542     <string name="gpsNotifTicker">Location request from <xliff:g id="name">%s</xliff:g></string>
3543     <!-- Network positioning notification and verification title to inform the user about
3544          an incoming location request. -->
3545     <string name="gpsNotifTitle">Location request</string>
3546     <!-- Network positioning notification message. The name of the user (e.g. John Doe) and
3547          service (SUPL-service) who sent the request is shown as dynamic strings.
3548          Translation should not be longer than master text. -->
3549     <string name="gpsNotifMessage">Requested by <xliff:g id="name">%1$s</xliff:g> (<xliff:g id="service" example="SUPL-service">%2$s</xliff:g>)</string>
3550     <!-- Network positioning verification Yes. Button to push to share location information. -->
3551     <string name="gpsVerifYes">Yes</string>
3552     <!-- Network positioning verification No. Button to push to deny sharing of location
3553          information. -->
3554     <string name="gpsVerifNo">No</string>
3555
3556     <!-- Error message when the sync tried to delete too many things -->
3557     <string name="sync_too_many_deletes">Delete limit exceeded</string>
3558     <!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
3559     <string name="sync_too_many_deletes_desc">There are <xliff:g id="number_of_deleted_items">%1$d</xliff:g> deleted items for <xliff:g id="type_of_sync">%2$s</xliff:g>, account <xliff:g id="account_name">%3$s</xliff:g>. What do you want to do?</string>
3560     <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to delete the items -->
3561     <string name="sync_really_delete">Delete the items</string>
3562     <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to undo the deletions -->
3563     <string name="sync_undo_deletes">Undo the deletes</string>
3564     <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to do nothing for now -->
3565     <string name="sync_do_nothing">Do nothing for now</string>
3566
3567     <!-- Choose Account Activity label -->
3568     <string name="choose_account_label">Choose an account</string>
3569
3570     <string name="add_account_label">"Add an account"</string>
3571
3572     <!-- List item to add an account [CHAR LIMIT=20] -->
3573     <string name="add_account_button_label">Add account</string>
3574
3575     <!-- NumberPicker - accessibility support -->
3576     <!-- Description of the button to increase the NumberPicker value. [CHAR LIMIT=NONE] -->
3577     <string name="number_picker_increment_button">Increase</string>
3578     <!-- Description of the button to decrease the NumberPicker value. [CHAR LIMIT=NONE] -->
3579     <string name="number_picker_decrement_button">Decrease</string>
3580     <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
3581     <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch &amp; hold.</string>
3582     <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
3583     <string name="number_picker_increment_scroll_action">Slide up to increase and down to decrease.</string>
3584
3585     <!-- TimePicker - accessibility support -->
3586     <!-- Description of the button to increase the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3587     <string name="time_picker_increment_minute_button">Increase minute</string>
3588     <!-- Description of the button to decrease the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3589     <string name="time_picker_decrement_minute_button">Decrease minute</string>
3590     <!-- Description of the button to increase the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3591     <string name="time_picker_increment_hour_button">Increase hour</string>
3592     <!-- Description of the button to decrease the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3593     <string name="time_picker_decrement_hour_button">Decrease hour</string>
3594     <!-- Description of the button to increase the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
3595     <string name="time_picker_increment_set_pm_button">Set PM</string>
3596     <!-- Description of the button to decrease the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
3597     <string name="time_picker_decrement_set_am_button">Set AM</string>
3598
3599     <!-- DatePicker - accessibility support -->
3600     <!-- Description of the button to increase the DatePicker's month value. [CHAR LIMIT=NONE] -->
3601     <string name="date_picker_increment_month_button">Increase month</string>
3602     <!-- Description of the button to decrease the DatePicker's month value. [CHAR LIMIT=NONE] -->
3603     <string name="date_picker_decrement_month_button">Decrease month</string>
3604     <!-- Description of the button to increase the DatePicker's day value. [CHAR LIMIT=NONE] -->
3605     <string name="date_picker_increment_day_button">Increase day</string>
3606     <!-- Description of the button to decrease the DatePicker's day value. [CHAR LIMIT=NONE] -->
3607     <string name="date_picker_decrement_day_button">Decrease day</string>
3608     <!-- Description of the button to increase the DatePicker's year value. [CHAR LIMIT=NONE] -->
3609     <string name="date_picker_increment_year_button">Increase year</string>
3610     <!-- Description of the button to decrease the DatePicker's year value. [CHAR LIMIT=NONE] -->
3611     <string name="date_picker_decrement_year_button">Decrease year</string>
3612     <!-- Description of the button to move to the previous month. [CHAR LIMIT=NONE] -->
3613     <string name="date_picker_prev_month_button">Previous month</string>
3614     <!-- Description of the button to move to the next month. [CHAR LIMIT=NONE] -->
3615     <string name="date_picker_next_month_button">Next month</string>
3616
3617     <!-- KeyboardView - accessibility support -->
3618     <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
3619     <string name="keyboardview_keycode_alt">Alt</string>
3620     <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
3621     <string name="keyboardview_keycode_cancel">Cancel</string>
3622     <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
3623     <string name="keyboardview_keycode_delete">Delete</string>
3624     <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
3625     <string name="keyboardview_keycode_done">Done</string>
3626     <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
3627     <string name="keyboardview_keycode_mode_change">Mode change</string>
3628     <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
3629     <string name="keyboardview_keycode_shift">Shift</string>
3630     <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
3631     <string name="keyboardview_keycode_enter">Enter</string>
3632
3633     <!-- ActivityChooserView - accessibility support -->
3634     <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
3635     <string name="activitychooserview_choose_application">Choose an app</string>
3636
3637     <!-- Error message if the share target app cannto be launched. [CHAR LIMIT=NONE] -->
3638     <string name="activitychooserview_choose_application_error">Couldn\'t launch <xliff:g id="application_name" example="Acme">%s</xliff:g></string>
3639
3640     <!-- ShareActionProvider - accessibility support -->
3641     <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3642     <string name="shareactionprovider_share_with">Share with</string>
3643     <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3644     <string name="shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
3645
3646     <!-- Slide lock screen -->
3647
3648     <!-- Description of the sliding handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3649     <string name="content_description_sliding_handle">"Sliding handle. Touch &amp; hold."</string>
3650
3651     <!-- Description of the unlock handle in the Slide unlock screen for tablets. [CHAR LIMIT=NONE] -->
3652     <string name="description_target_unlock_tablet">Swipe to unlock.</string>
3653
3654     <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
3655     <string name="action_bar_home_description">Navigate home</string>
3656     <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
3657     <string name="action_bar_up_description">Navigate up</string>
3658     <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
3659     <string name="action_menu_overflow_description">More options</string>
3660     <!-- Formatting string for describing the action bar's title/home/up affordance.
3661          This is a single tappable "button" that includes the app icon, the Up indicator
3662          (usually a "<" chevron) and the window title text.
3663          %1$s is the title. %2$s is the description of what tapping/clicking the whole
3664          thing is going to do. -->
3665     <string name="action_bar_home_description_format">%1$s, %2$s</string>
3666     <!-- Just like action_bar_home_description_format, but this one will be used
3667          if the window is also providing subtitle text.
3668          %1$s is the title. %2$s is the subtitle. %3$s is the description of what
3669          tapping/clicking the whole thing is going to do. -->
3670     <string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string>
3671
3672     <!-- Storage description for internal shared storage. [CHAR LIMIT=NONE] -->
3673     <string name="storage_internal">Internal shared storage</string>
3674
3675     <!-- Storage description for a generic SD card. [CHAR LIMIT=NONE] -->
3676     <string name="storage_sd_card">SD card</string>
3677     <!-- Storage description for a SD card from a specific manufacturer. [CHAR LIMIT=NONE] -->
3678     <string name="storage_sd_card_label"><xliff:g id="manufacturer" example="SanDisk">%s</xliff:g> SD card</string>
3679
3680     <!-- Storage description for a generic USB drive. [CHAR LIMIT=NONE] -->
3681     <string name="storage_usb_drive">USB drive</string>
3682     <!-- Storage description for a USB drive from a specific manufacturer. [CHAR LIMIT=NONE] -->
3683     <string name="storage_usb_drive_label"><xliff:g id="manufacturer" example="Seagate">%s</xliff:g> USB drive</string>
3684
3685     <!-- Storage description for USB storage. [CHAR LIMIT=NONE] -->
3686     <string name="storage_usb">USB storage</string>
3687
3688     <!-- Button text for the edit menu in input method extract mode. [CHAR LIMIT=16] -->
3689     <string name="extract_edit_menu_button">Edit</string>
3690
3691     <!-- Notification title when data usage has exceeded warning threshold. [CHAR LIMIT=50] -->
3692     <string name="data_usage_warning_title">Data usage alert</string>
3693     <!-- Notification body when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3694     <string name="data_usage_warning_body">Tap to view usage and settings.</string>
3695
3696     <!-- Notification title when 2G-3G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3697     <string name="data_usage_3g_limit_title">2G-3G data limit reached</string>
3698     <!-- Notification title when 4G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3699     <string name="data_usage_4g_limit_title">4G data limit reached</string>
3700     <!-- Notification title when mobile data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=50] -->
3701     <string name="data_usage_mobile_limit_title">Mobile data limit reached</string>
3702     <!-- Notification title when Wi-Fi data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3703     <string name="data_usage_wifi_limit_title">Wi-Fi data limit reached</string>
3704     <!-- Notification body when data usage has exceeded limit threshold, and has been disabled. -->
3705     <string name="data_usage_limit_body">Data paused for rest of cycle</string>
3706
3707     <!-- Notification title when 2G-3G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3708     <string name="data_usage_3g_limit_snoozed_title">2G-3G data limit exceeded</string>
3709     <!-- Notification title when 4G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3710     <string name="data_usage_4g_limit_snoozed_title">4G data limit exceeded</string>
3711     <!-- Notification title when mobile data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3712     <string name="data_usage_mobile_limit_snoozed_title">Mobile data limit exceeded</string>
3713     <!-- Notification title when Wi-Fi data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3714     <string name="data_usage_wifi_limit_snoozed_title">Wi-Fi data limit exceeded</string>
3715     <!-- Notification body when data usage has exceeded limit threshold. -->
3716     <string name="data_usage_limit_snoozed_body"><xliff:g id="size" example="3.8GB">%s</xliff:g> over specified limit.</string>
3717
3718     <!-- Notification title when background data usage is limited. [CHAR LIMIT=32] -->
3719     <string name="data_usage_restricted_title">Background data restricted</string>
3720     <!-- Notification body when background data usage is limited. -->
3721     <string name="data_usage_restricted_body">Tap to remove restriction.</string>
3722
3723     <!-- SSL Certificate dialogs -->
3724     <!-- Title for an SSL Certificate dialog -->
3725     <string name="ssl_certificate">Security certificate</string>
3726     <!-- Message on an SSL Certificate dialog -->
3727     <string name="ssl_certificate_is_valid">This certificate is valid.</string>
3728     <!-- Label for an information field on an SSL Certificate Dialog -->
3729     <string name="issued_to">Issued to:</string>
3730     <!-- Label for an information field on an SSL Certificate Dialog -->
3731     <string name="common_name">Common name:</string>
3732     <!-- Label for an information field on an SSL Certificate Dialog -->
3733     <string name="org_name">Organization:</string>
3734     <!-- Label for an information field on an SSL Certificate Dialog -->
3735     <string name="org_unit">Organizational unit:</string>
3736     <!-- Label for an information field on an SSL Certificate Dialog -->
3737     <string name="issued_by">Issued by:</string>
3738     <!-- Label for an information field on an SSL Certificate Dialog -->
3739     <string name="validity_period">Validity:</string>
3740     <!-- Label for an information field on an SSL Certificate Dialog -->
3741     <string name="issued_on">Issued on:</string>
3742     <!-- Label for an information field on an SSL Certificate Dialog -->
3743     <string name="expires_on">Expires on:</string>
3744     <!-- Label for an information field on an SSL Certificate Dialog -->
3745     <string name="serial_number">Serial number:</string>
3746     <!-- Label for an information field on an SSL Certificate Dialog -->
3747     <string name="fingerprints">Fingerprints:</string>
3748     <!-- Label for an information field on an SSL Certificate Dialog -->
3749     <string name="sha256_fingerprint">SHA-256 fingerprint:</string>
3750     <!-- Label for an information field on an SSL Certificate Dialog -->
3751     <string name="sha1_fingerprint">SHA-1 fingerprint:</string>
3752
3753     <!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
3754     <string name="activity_chooser_view_see_all">See all</string>
3755     <!-- Title default for a dialog showing possible activities in ActivityChooserView [CHAR LIMIT=25] -->
3756     <string name="activity_chooser_view_dialog_title_default">Choose activity</string>
3757
3758     <!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
3759     <string name="share_action_provider_share_with">Share with</string>
3760
3761     <!-- STK sending DTMF, SMS, USSD, SS -->
3762     <string name="sending">Sending\u2026</string>
3763
3764     <!-- STK launch Browser -->
3765     <string name="launchBrowserDefault">Launch Browser?</string>
3766
3767     <!-- STK setup Call -->
3768     <string name="SetupCallDefault">Accept call?</string>
3769
3770     <!-- Title for a button to choose the currently selected activity
3771          as the default in the activity resolver. [CHAR LIMIT=25] -->
3772     <string name="activity_resolver_use_always">Always</string>
3773
3774     <!-- Title for a button to choose the currently selected activity
3775          from the activity resolver to use just this once. [CHAR LIMIT=25] -->
3776     <string name="activity_resolver_use_once">Just once</string>
3777
3778     <!-- Text for the toast that is shown when the user clicks on a launcher that
3779          doesn't support the work profile. [CHAR LIMIT=100] -->
3780     <string name="activity_resolver_work_profiles_support">%1$s doesn\'t support work profile</string>
3781
3782     <!-- Name of the default audio route for tablets when nothing
3783          is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3784     <string name="default_audio_route_name" product="tablet">Tablet</string>
3785
3786     <!-- Name of the default audio route for tablets when nothing
3787          is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3788     <string name="default_audio_route_name" product="tv">TV</string>
3789
3790     <!-- Name of the default audio route when nothing is connected to
3791          a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3792     <string name="default_audio_route_name" product="default">Phone</string>
3793
3794     <!-- Name of the default audio route when wired headphones are
3795          connected. [CHAR LIMIT=50] -->
3796     <string name="default_audio_route_name_headphones">Headphones</string>
3797
3798     <!-- Name of the default audio route when an audio dock is connected. [CHAR LIMIT=50] -->
3799     <string name="default_audio_route_name_dock_speakers">Dock speakers</string>
3800
3801     <!-- Name of the default media route when HDMI is connected. [CHAR LIMIT=50] -->
3802     <string name="default_media_route_name_hdmi">HDMI</string>
3803
3804     <!-- Name of the default audio route category. [CHAR LIMIT=50] -->
3805     <string name="default_audio_route_category_name">System</string>
3806
3807     <!-- Description of the bluetooth a2dp audio route. [CHAR LIMIT=50] -->
3808     <string name="bluetooth_a2dp_audio_route_name">Bluetooth audio</string>
3809
3810     <!-- Description of a wireless display route. [CHAR LIMIT=50] -->
3811     <string name="wireless_display_route_description">Wireless display</string>
3812
3813     <!-- Content description of a MediaRouteButton for accessibility support.
3814         Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50] -->
3815     <string name="media_route_button_content_description">Cast</string>
3816
3817     <!-- Title of the media route chooser dialog. [CHAR LIMIT=40] -->
3818     <string name="media_route_chooser_title">Connect to device</string>
3819
3820     <!-- Title of the media route chooser dialog for selecting remote display routes. [CHAR LIMIT=40] -->
3821     <string name="media_route_chooser_title_for_remote_display">Cast screen to device</string>
3822
3823     <!-- Placeholder text to show when no devices have been found. [CHAR LIMIT=50] -->
3824     <string name="media_route_chooser_searching">Searching for devices\u2026</string>
3825
3826     <!-- Button to access extended settings.  [CHAR LIMIT=30] -->
3827     <string name="media_route_chooser_extended_settings">Settings</string>
3828
3829     <!-- Button to disconnect from a media route.  [CHAR LIMIT=30] -->
3830     <string name="media_route_controller_disconnect">Disconnect</string>
3831
3832     <!-- Status message for remote routes attempting to scan/determine availability -->
3833     <string name="media_route_status_scanning">Scanning...</string>
3834
3835     <!-- Status message for a remote route attempting to connect -->
3836     <string name="media_route_status_connecting">Connecting...</string>
3837
3838     <!-- Status message for a remote route that is confirmed to be available for connection -->
3839     <string name="media_route_status_available">Available</string>
3840
3841     <!-- Status message for remote routes that are not available for connection right now -->
3842     <string name="media_route_status_not_available">Not available</string>
3843
3844     <!-- Status message for a remote route that is in use (and thus unavailabe) right now -->
3845     <string name="media_route_status_in_use">In use</string>
3846
3847     <!-- Display manager service -->
3848
3849     <!-- Name of the built-in display.  [CHAR LIMIT=50] -->
3850     <string name="display_manager_built_in_display_name">Built-in Screen</string>
3851
3852     <!-- Name of the HDMI display.  [CHAR LIMIT=50] -->
3853     <string name="display_manager_hdmi_display_name">HDMI Screen</string>
3854
3855     <!-- Name of the N'th overlay display for testing.  [CHAR LIMIT=50] -->
3856     <string name="display_manager_overlay_display_name">Overlay #<xliff:g id="id">%1$d</xliff:g></string>
3857
3858     <!-- Title text to show within the overlay.  [CHAR LIMIT=50] -->
3859     <string name="display_manager_overlay_display_title"><xliff:g id="name">%1$s</xliff:g>: <xliff:g id="width">%2$d</xliff:g>x<xliff:g id="height">%3$d</xliff:g>, <xliff:g id="dpi">%4$d</xliff:g> dpi</string>
3860
3861     <!-- Title text to append when the display is secure.  [CHAR LIMIT=30] -->
3862     <string name="display_manager_overlay_display_secure_suffix">, secure</string>
3863
3864     <!-- Keyguard strings -->
3865     <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
3866     <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
3867     <!-- Message shown when user enters wrong pattern -->
3868     <string name="kg_wrong_pattern">Wrong Pattern</string>
3869     <!-- Message shown when user enters wrong password -->
3870     <string name="kg_wrong_password">Wrong Password</string>
3871     <!-- Message shown when user enters wrong PIN -->
3872     <string name="kg_wrong_pin">Wrong PIN</string>
3873     <!-- Countdown message shown after too many failed unlock attempts -->
3874     <string name="kg_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%1$d</xliff:g> seconds.</string>
3875     <!-- Instructions for using the pattern unlock screen -->
3876     <string name="kg_pattern_instructions">Draw your pattern</string>
3877     <!-- Instructions for using the SIM PIN unlock screen -->
3878     <string name="kg_sim_pin_instructions">Enter SIM PIN</string>
3879     <!-- Instructions for using the PIN unlock screen -->
3880     <string name="kg_pin_instructions">Enter PIN</string>
3881     <!-- Instructions for using the password unlock screen -->
3882     <string name="kg_password_instructions">Enter Password</string>
3883     <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
3884     <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
3885     <!-- Hint shown in the PUK unlock screen PIN TextView -->
3886     <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
3887     <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
3888     <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
3889     <!-- Message shown in dialog while the device is unlocking the SIM card -->
3890     <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
3891     <!-- Message shown when the user enters the wrong PIN code -->
3892     <string name="kg_password_wrong_pin_code">Incorrect PIN code.</string>
3893     <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
3894     <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
3895     <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
3896     <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers.</string>
3897     <!-- Message shown when the user enters an invalid PUK code -->
3898     <string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
3899       <!-- String shown in PUK screen when PIN codes don't match -->
3900     <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string>
3901     <!-- Message shown when the user exceeds the maximum number of pattern attempts -->
3902     <string name="kg_login_too_many_attempts">Too many pattern attempts</string>
3903     <!-- Instructions show in account unlock screen allowing user to enter their email password -->
3904     <string name="kg_login_instructions">To unlock, sign in with your Google account.</string>
3905     <!-- Hint shown in TextView in account unlock screen of keyguard -->
3906     <string name="kg_login_username_hint">Username (email)</string>
3907     <!-- Hint shown in TextView in account unlock screen of keyguard -->
3908     <string name="kg_login_password_hint">Password</string>
3909     <!-- Label shown on sign in button on account unlock screen of keyguard -->
3910     <string name="kg_login_submit_button">Sign in</string>
3911     <!-- Message shown when the user enters an invalid username/password combination in account unlock screen of keyguard -->
3912     <string name="kg_login_invalid_input">Invalid username or password.</string>
3913     <!-- Hint text shown when user has too many failed password attempts in account unlock screen of keyguard -->
3914     <string name="kg_login_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
3915     <!-- Message shown while device checks username/password in account unlock screen of keyguard -->
3916     <string name="kg_login_checking_password">Checking account\u2026</string>
3917     <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
3918     <string name="kg_too_many_failed_pin_attempts_dialog_message">
3919         You have incorrectly typed your PIN <xliff:g id="number">%1$d</xliff:g> times.
3920         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
3921     </string>
3922     <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
3923     <string name="kg_too_many_failed_password_attempts_dialog_message">
3924         You have incorrectly typed your password <xliff:g id="number">%1$d</xliff:g> times.
3925         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
3926     </string>
3927     <string name="kg_too_many_failed_pattern_attempts_dialog_message">
3928         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
3929         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
3930     </string>
3931     <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
3932     <string name="kg_failed_attempts_almost_at_wipe" product="tablet">
3933        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times.
3934        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3935        the tablet will be reset to factory default and all user data will be lost.
3936     </string>
3937     <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
3938     <string name="kg_failed_attempts_almost_at_wipe" product="tv">
3939        You have incorrectly attempted to unlock the TV <xliff:g id="number">%1$d</xliff:g> times.
3940        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3941        the TV will be reset to factory default and all user data will be lost.
3942     </string>
3943     <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
3944     <string name="kg_failed_attempts_almost_at_wipe" product="default">
3945        You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times.
3946        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3947        the phone will be reset to factory default and all user data will be lost.
3948     </string>
3949     <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
3950     <string name="kg_failed_attempts_now_wiping" product="tablet">
3951        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
3952        The tablet will now be reset to factory default.
3953     </string>
3954     <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
3955     <string name="kg_failed_attempts_now_wiping" product="tv">
3956        You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
3957        The TV will now be reset to factory default.
3958     </string>
3959     <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
3960     <string name="kg_failed_attempts_now_wiping" product="default">
3961        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
3962        The phone will now be reset to factory default.
3963     </string>
3964     <!-- Message shown in dialog when user is almost at the limit where they will be
3965     locked out and may have to enter an alternate username/password to unlock the phone -->
3966     <string name="kg_failed_attempts_almost_at_login" product="tablet">
3967        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
3968        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3969        you will be asked to unlock your tablet using an email account.\n\n
3970        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
3971     </string>
3972     <!-- Message shown in dialog when user is almost at the limit where they will be
3973     locked out and may have to enter an alternate username/password to unlock the phone -->
3974     <string name="kg_failed_attempts_almost_at_login" product="tv">
3975        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
3976        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3977        you will be asked to unlock your TV using an email account.\n\n
3978        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
3979     </string>
3980     <!-- Message shown in dialog when user is almost at the limit where they will be
3981     locked out and may have to enter an alternate username/password to unlock the phone -->
3982     <string name="kg_failed_attempts_almost_at_login" product="default">
3983        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
3984        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
3985        you will be asked to unlock your phone using an email account.\n\n
3986        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
3987     </string>
3988     <!-- Sequence of characters used to separate message strings in keyguard. Typically just em-dash
3989          with spaces on either side. [CHAR LIMIT=3] -->
3990     <string name="kg_text_message_separator" product="default">" \u2014 "</string>
3991     <!-- The delete-widget drop target button text -->
3992     <string name="kg_reordering_delete_drop_target_text">Remove</string>
3993
3994     <!-- Message shown in dialog when user is attempting to set the music volume above the
3995     recommended maximum level for headphones -->
3996     <string name="safe_media_volume_warning" product="default">
3997        "Raise volume above recommended level?\n\nListening at high volume for long periods may damage your hearing."
3998     </string>
3999
4000     <!-- Dialog title for dialog shown when the accessibility shortcut is activated, and we want
4001      to confirm that the user understands what's going to happen-->
4002     <string name="accessibility_shortcut_warning_dialog_title">Use Accessibility Shortcut?</string>
4003
4004     <!-- Message shown in dialog when user is in the process of enabling the accessibility
4005     service via the volume buttons shortcut for the first time. [CHAR LIMIT=none] -->
4006     <string name="accessibility_shortcut_toogle_warning">
4007         When the shortcut is on, pressing both volume buttons for 3 seconds will start an
4008         accessibility feature.\n\n
4009         Current accessibility feature:\n
4010         <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>\n\n
4011         You can change the feature in Settings > Accessibility.
4012     </string>
4013
4014     <!-- Text in button that turns off the accessibility shortcut -->
4015     <string name="disable_accessibility_shortcut">Turn off Shortcut</string>
4016
4017     <!-- Text in button that closes the warning dialog about the accessibility shortcut, leaving the
4018     shortcut enabled.-->
4019     <string name="leave_accessibility_shortcut_on">Use Shortcut</string>
4020
4021     <!-- Text in toast to alert the user that the accessibility shortcut turned on an accessibility
4022     service.-->
4023     <string name="accessibility_shortcut_enabling_service">Accessibility Shortcut turned
4024         <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> on</string>
4025
4026     <!-- Text in toast to alert the user that the accessibility shortcut turned off an accessibility
4027     service.-->
4028     <string name="accessibility_shortcut_disabling_service">Accessibility Shortcut turned
4029         <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> off</string>
4030
4031     <!-- Text appearing in a prompt at the top of UI allowing the user to select a target service or feature to be assigned to the Accessibility button in the navigation bar. -->
4032     <string name="accessibility_button_prompt_text">Choose a feature to use when you tap the Accessibility button:</string>
4033
4034     <!-- Text describing how to display UI allowing a user to select a target service or feature to be assigned to the Accessibility button in the navigation bar. -->
4035     <string name="accessibility_button_instructional_text">To change features, touch &amp; hold the Accessibility button.</string>
4036
4037     <!-- Text used to describe system navigation features, shown within a UI allowing a user to assign system magnification features to the Accessibility button in the navigation bar. -->
4038     <string name="accessibility_magnification_chooser_text">Magnification</string>
4039
4040     <!-- Text spoken when the current user is switched if accessibility is enabled. [CHAR LIMIT=none] -->
4041     <string name="user_switched">Current user <xliff:g id="name" example="Bob">%1$s</xliff:g>.</string>
4042     <!-- Message shown when switching to a user [CHAR LIMIT=none] -->
4043     <string name="user_switching_message">Switching to <xliff:g id="name" example="Bob">%1$s</xliff:g>\u2026</string>
4044     <!-- Message when logging out a user on a split user system -->
4045     <string name="user_logging_out_message">Logging out <xliff:g id="name" example="Bob">%1$s</xliff:g>\u2026</string>
4046     <!-- Default name of the owner user [CHAR LIMIT=20] -->
4047     <string name="owner_name" msgid="3879126011135546571">Owner</string>
4048     <!-- Error message title [CHAR LIMIT=35] -->
4049     <string name="error_message_title">Error</string>
4050     <!-- Message informing user that the change was disallowed by an administrator. [CHAR LIMIT=none] -->
4051     <string name="error_message_change_not_allowed">This change isn\'t allowed by your admin</string>
4052     <!-- Message informing user that the requested activity could not be found [CHAR LIMIT=none] -->
4053     <string name="app_not_found">No application found to handle this action</string>
4054     <string name="revoke">Revoke</string>
4055
4056     <!-- Printing -->
4057
4058     <!-- ISO (European standard) A0 media (paper) size: 33.11" × 46.81" -->
4059     <string name="mediasize_iso_a0">ISO A0</string>
4060     <!-- ISO (European standard) A1 media (paper) size: 23.39" × 33.11" -->
4061     <string name="mediasize_iso_a1">ISO A1</string>
4062     <!-- ISO (European standard) A2 media (paper) size: 16.54" x 23.39" -->
4063     <string name="mediasize_iso_a2">ISO A2</string>
4064     <!-- ISO (European standard) A3 media (paper) size: 11.69" x 16.54" -->
4065     <string name="mediasize_iso_a3">ISO A3</string>
4066     <!-- ISO (European standard) A4 media (paper) size: 8.27" x 11.69" -->
4067     <string name="mediasize_iso_a4">ISO A4</string>
4068     <!-- ISO (European standard) A5 media (paper) size: 5.83" x 8.27" -->
4069     <string name="mediasize_iso_a5">ISO A5</string>
4070     <!-- ISO (European standard) A6 media (paper) size: 4.13" x 5.83" -->
4071     <string name="mediasize_iso_a6">ISO A6</string>
4072     <!-- ISO (European standard) A7 media (paper) size: 2.91" x 4.13" -->
4073     <string name="mediasize_iso_a7">ISO A7</string>
4074     <!-- ISO (European standard) A8 media (paper) size: 2.05" x 2.91" -->
4075     <string name="mediasize_iso_a8">ISO A8</string>
4076     <!-- ISO (European standard) A9 media (paper) size: 1.46" x 2.05" -->
4077     <string name="mediasize_iso_a9">ISO A9</string>
4078     <!-- ISO (European standard) A10 media (paper) size: 1.02" x 1.46" -->
4079     <string name="mediasize_iso_a10">ISO A10</string>
4080
4081     <!-- ISO (European standard) B0 media (paper) size: 39.37" x 55.67" -->
4082     <string name="mediasize_iso_b0">ISO B0</string>
4083     <!-- ISO (European standard) B1 media (paper) size: 27.83" x 39.37" -->
4084     <string name="mediasize_iso_b1">ISO B1</string>
4085     <!-- ISO (European standard) B2 media (paper) size - 19.69" x 27.83" -->
4086     <string name="mediasize_iso_b2">ISO B2</string>
4087     <!-- ISO (European standard) B3 media (paper) size: 13.90" x 19.69" -->
4088     <string name="mediasize_iso_b3">ISO B3</string>
4089     <!-- ISO (European standard) B4 media (paper) size: 9.84" x 13.90" -->
4090     <string name="mediasize_iso_b4">ISO B4</string>
4091     <!-- ISO (European standard) B5 media (paper) size: 6.93" x 9.84" -->
4092     <string name="mediasize_iso_b5">ISO B5</string>
4093     <!-- ISO (European standard) B6 media (paper) size: 4.92" x 6.93" -->
4094     <string name="mediasize_iso_b6">ISO B6</string>
4095     <!-- ISO (European standard) B7 media (paper) size: 3.46" x 4.92" -->
4096     <string name="mediasize_iso_b7">ISO B7</string>
4097     <!-- ISO (European standard) B8 media (paper) size: 2.44" x 3.46" -->
4098     <string name="mediasize_iso_b8">ISO B8</string>
4099     <!-- ISO (European standard) B9 media (paper) size: 1.73" x 2.44" -->
4100     <string name="mediasize_iso_b9">ISO B9</string>
4101     <!-- ISO (European standard) B10 media (paper) size: 1.22" x 1.73" -->
4102     <string name="mediasize_iso_b10">ISO B10</string>
4103
4104     <!-- ISO (European standard) C0 media (paper) size: 36.10" x 51.06" -->
4105     <string name="mediasize_iso_c0">ISO C0</string>
4106     <!-- ISO (European standard) C1 media (paper) size: 25.51" x 36.10" -->
4107     <string name="mediasize_iso_c1">ISO C1</string>
4108     <!-- ISO (European standard) C2 media (paper) size: 18.03" x 25.51" -->
4109     <string name="mediasize_iso_c2">ISO C2</string>
4110     <!-- ISO (European standard) C3 media (paper) size: 12.76" x 18.03" -->
4111     <string name="mediasize_iso_c3">ISO C3</string>
4112     <!-- ISO (European standard) C4 media (paper) size: 9.02" x 12.76" -->
4113     <string name="mediasize_iso_c4">ISO C4</string>
4114     <!-- ISO (European standard) C5 media (paper) size: 6.38" x 9.02" -->
4115     <string name="mediasize_iso_c5">ISO C5</string>
4116     <!-- ISO (European standard) C6 media (paper) size: 4.49" x 6.38" -->
4117     <string name="mediasize_iso_c6">ISO C6</string>
4118     <!-- ISO (European standard) C7 media (paper) size: 3.19" x 4.49" -->
4119     <string name="mediasize_iso_c7">ISO C7</string>
4120     <!-- ISO ISO C8 media (paper) size: 2.24" x 3.19" -->
4121     <string name="mediasize_iso_c8">ISO C8</string>
4122     <!-- ISO ISO C9 media (paper) size: 1.57" x 2.24" -->
4123     <string name="mediasize_iso_c9">ISO C9</string>
4124     <!-- ISO (European standard) C10 media (paper) size: 1.10" x 1.57" -->
4125     <string name="mediasize_iso_c10">ISO C10</string>
4126
4127     <!-- North America Letter media (paper) size: 8.5" × 11" (279mm x 216mm) -->
4128     <string name="mediasize_na_letter">Letter</string>
4129     <!-- North America Government Letter media (paper) size: 8.0" × 10.5" (203mm x 267mm) -->
4130     <string name="mediasize_na_gvrnmt_letter">Government Letter</string>
4131     <!-- North America Legal media (paper) size: 8.5" × 14" (216mm x 356mm) -->
4132     <string name="mediasize_na_legal">Legal</string>
4133     <!-- North America Junior Legal media (paper) size: 8.0" × 5.0" (203mm × 127mm) -->
4134     <string name="mediasize_na_junior_legal">Junior Legal</string>
4135     <!-- North America Ledger media (paper) size: 17" × 11" (432mm × 279mm) -->
4136     <string name="mediasize_na_ledger">Ledger</string>
4137     <!-- North America Tabloid media (paper) size: 11" × 17" (279mm × 432mm) -->
4138     <string name="mediasize_na_tabloid">Tabloid</string>
4139
4140     <!-- North America Index Card 3x5 media (paper) size: 3" x 5" (76mm x 127mm) -->
4141     <string name="mediasize_na_index_3x5">Index Card 3x5</string>
4142     <!-- North America Index Card 4x6 media (paper) size: 4" x 6" (102mm x 152mm) -->
4143     <string name="mediasize_na_index_4x6">Index Card 4x6</string>
4144     <!-- North America Index Card 5x8 media (paper) size: 5" x 8" (127mm x 203mm) -->
4145     <string name="mediasize_na_index_5x8">Index Card 5x8</string>
4146     <!-- North America Monarch media (paper) size: 7.25" x 10.5" (184mm x 267mm) -->
4147     <string name="mediasize_na_monarch">Monarch</string>
4148     <!-- North America Quarto media (paper) size: 8" x 10" (203mm x 254mm) -->
4149     <string name="mediasize_na_quarto">Quarto</string>
4150     <!-- North America Foolscap media (paper) size: 8" x 13" (203mm x 330mm) -->
4151     <string name="mediasize_na_foolscap">Foolscap</string>
4152
4153     <!-- Chinese Roc 8k media (paper) size: 270mm x 390mm (10.629" x 15.3543") -->
4154     <string name="mediasize_chinese_roc_8k">ROC 8K</string>
4155     <!-- Chinese Roc 16k media (paper) size: 195mm x 270mm (7.677" x 10.629") -->
4156     <string name="mediasize_chinese_roc_16k">ROC 16K</string>
4157
4158     <!-- Chinese PRC 1 media (paper) size: 102mm x 165mm (4.015" x 6.496") -->
4159     <string name="mediasize_chinese_prc_1">PRC 1</string>
4160     <!-- Chinese PRC 2 media (paper) size: 102mm x 176mm (4.015" x 6.929") -->
4161     <string name="mediasize_chinese_prc_2">PRC 2</string>
4162     <!-- Chinese PRC 3 media (paper) size: 125mm x 176mm (4.921" x 6.929") -->
4163     <string name="mediasize_chinese_prc_3">PRC 3</string>
4164     <!-- Chinese PRC 4 media (paper) size: 110mm x 208mm (4.330" x 8.189") -->
4165     <string name="mediasize_chinese_prc_4">PRC 4</string>
4166     <!-- Chinese PRC 5 media (paper) size: 110mm x 220mm (4.330" x 8.661") -->
4167     <string name="mediasize_chinese_prc_5">PRC 5</string>
4168     <!-- Chinese PRC 6 media (paper) size: 120mm x 320mm (4.724" x 12.599") -->
4169     <string name="mediasize_chinese_prc_6">PRC 6</string>
4170     <!-- Chinese PRC 7 media (paper) size: 160mm x 230mm (6.299" x 9.055") -->
4171     <string name="mediasize_chinese_prc_7">PRC 7</string>
4172     <!-- Chinese PRC 8 media (paper) size: 120mm x 309mm (4.724" x 12.165") -->
4173     <string name="mediasize_chinese_prc_8">PRC 8</string>
4174     <!-- Chinese PRC 9 media (paper) size: 229mm x 324mm (9.016" x 12.756") -->
4175     <string name="mediasize_chinese_prc_9">PRC 9</string>
4176     <!-- Chinese PRC 10 media (paper) size: 324mm x 458mm (12.756" x 18.032") -->
4177     <string name="mediasize_chinese_prc_10">PRC 10</string>
4178
4179     <!-- Chinese RPC 16K media (paper) size: 146mm x 215mm (5.749" x 8.465") -->
4180     <string name="mediasize_chinese_prc_16k">PRC 16K</string>
4181     <!-- Chinese Pa Kai media (paper) size: 146mm x 215mm (5.749" x 8.465") -->
4182     <string name="mediasize_chinese_om_pa_kai">Pa Kai</string>
4183     <!-- Chinese Dai Pa Kai media (paper) size: 275mm x 395mm (10.827" x 15.551") -->
4184     <string name="mediasize_chinese_om_dai_pa_kai">Dai Pa Kai</string>
4185     <!-- Chinese Jurro Ku Kai media (paper) size: 275mm x 395mm (10.827" x 15.551") -->
4186     <string name="mediasize_chinese_om_jurro_ku_kai">Jurro Ku Kai</string>
4187
4188     <!-- Japanese JIS B10 media (paper) size: 32mm x 45mm (1.259" x 1.772") -->
4189     <string name="mediasize_japanese_jis_b10">JIS B10</string>
4190     <!-- Japanese JIS B9 media (paper) size: 45mm x 64mm (1.772" x 2.52") -->
4191     <string name="mediasize_japanese_jis_b9">JIS B9</string>
4192     <!-- Japanese JIS B8 media (paper) size: 64mm x 91mm (2.52" x 3.583") -->
4193     <string name="mediasize_japanese_jis_b8">JIS B8</string>
4194     <!-- Japanese JIS B7 media (paper) size: 91mm x 128mm (3.583" x 5.049") -->
4195     <string name="mediasize_japanese_jis_b7">JIS B7</string>
4196     <!-- Japanese JIS B6 media (paper) size: 128mm x 182mm (5.049" x 7.165") -->
4197     <string name="mediasize_japanese_jis_b6">JIS B6</string>
4198     <!-- Japanese JIS B5 media (paper) size: 182mm x 257mm (7.165" x 10.118") -->
4199     <string name="mediasize_japanese_jis_b5">JIS B5</string>
4200     <!-- Japanese JIS B4 media (paper) size: 257mm x 364mm (10.118" x 14.331") -->
4201     <string name="mediasize_japanese_jis_b4">JIS B4</string>
4202     <!-- Japanese JIS B3 media (paper) size: 364mm x 515mm (14.331" x 20.276") -->
4203     <string name="mediasize_japanese_jis_b3">JIS B3</string>
4204     <!-- Japanese JIS B2 media (paper) size: 515mm x 728mm (20.276" x 28.661") -->
4205     <string name="mediasize_japanese_jis_b2">JIS B2</string>
4206     <!-- Japanese JIS B1 media (paper) size: 728mm x 1030mm (28.661" x 40.551") -->
4207     <string name="mediasize_japanese_jis_b1">JIS B1</string>
4208     <!-- Japanese JIS B0 media (paper) size: 1030mm x 1456mm (40.551" x 57.323") -->
4209     <string name="mediasize_japanese_jis_b0">JIS B0</string>
4210
4211     <!-- Japanese JIS Exec media (paper) size: 216mm x 330mm (8.504" x 12.992") -->
4212     <string name="mediasize_japanese_jis_exec">JIS Exec</string>
4213
4214     <!-- Japanese Chou4 media (paper) size: 90mm x 205mm (3.543" x 8.071") -->
4215     <string name="mediasize_japanese_chou4">Chou4</string>
4216     <!-- Japanese Chou3 media (paper) size: 120mm x 235mm (4.724" x 9.252") -->
4217     <string name="mediasize_japanese_chou3">Chou3</string>
4218     <!-- Japanese Chou2 media (paper) size: 111.1mm x 146mm (4.374" x 5.748") -->
4219     <string name="mediasize_japanese_chou2">Chou2</string>
4220
4221     <!-- Japanese Hagaki media (paper) size: 100mm x 148mm (3.937" x 5.827") -->
4222     <string name="mediasize_japanese_hagaki">Hagaki </string>
4223     <!-- Japanese Oufuku media (paper) size: 148mm x 200mm (5.827" x 7.874") -->
4224     <string name="mediasize_japanese_oufuku">Oufuku </string>
4225     <!-- Japanese Kahu media (paper) size: 240mm x 322.1mm (9.449" x 12.681") -->
4226     <string name="mediasize_japanese_kahu">Kahu</string>
4227     <!-- Japanese Kaku2 media (paper) size: 240mm x 332mm (9.449" x 13.071") -->
4228     <string name="mediasize_japanese_kaku2">Kaku2</string>
4229     <!-- Japanese You4 media (paper) size: 105mm x 235mm (4.134" x 9.252") -->
4230     <string name="mediasize_japanese_you4">You4</string>
4231
4232     <!-- Media (paper) size for specifying any paper size in portrait.-->
4233     <string name="mediasize_unknown_portrait">Unknown portrait</string>
4234     <!-- Media (paper) size for specifying any paper size in landscape.-->
4235     <string name="mediasize_unknown_landscape">Unknown landscape</string>
4236
4237     <!-- Write fail reason: printing was cancelled.[CHAR LIMIT=none] -->
4238     <string name="write_fail_reason_cancelled">Cancelled</string>
4239     <!-- Write fail reason: couldn't write the printed content. [CHAR LIMIT=none] -->
4240     <string name="write_fail_reason_cannot_write">Error writing content</string>
4241
4242     <!-- Print fail reason: unknown. [CHAR LIMIT=25] -->
4243     <string name="reason_unknown">unknown</string>
4244
4245     <!-- Print fail reason: the print service that has to process the print job is not available. [CHAR LIMIT=none] -->
4246     <string name="reason_service_unavailable">Print service not enabled</string>
4247
4248     <!-- Title for the notification that a print service was installed. [CHAR LIMIT=50] -->
4249     <string name="print_service_installed_title"><xliff:g id="name" example="Cloud Print">%s</xliff:g> service installed</string>
4250     <!-- Message for the notification that a print service was installed. [CHAR LIMIT=50] -->
4251     <string name="print_service_installed_message">Tap to enable</string>
4252
4253     <!-- PIN entry dialog title for entering the administrator PIN [CHAR LIMIT=none] -->
4254     <string name="restr_pin_enter_admin_pin">Enter admin PIN</string>
4255     <!-- PIN entry dialog label/hint for PIN [CHAR LIMIT=none] -->
4256     <string name="restr_pin_enter_pin">Enter PIN</string>
4257     <!-- PIN entry dialog label/hint for incorrect PIN entry [CHAR LIMIT=none] -->
4258     <string name="restr_pin_incorrect">Incorrect</string>
4259     <!-- PIN entry dialog label/hint for old PIN [CHAR LIMIT=none] -->
4260     <string name="restr_pin_enter_old_pin">Current PIN</string>
4261     <!-- PIN entry dialog label for new PIN [CHAR LIMIT=none] -->
4262     <string name="restr_pin_enter_new_pin">New PIN</string>
4263     <!-- PIN entry dialog label for new PIN confirmation [CHAR LIMIT=none] -->
4264     <string name="restr_pin_confirm_pin">Confirm new PIN</string>
4265     <!-- PIN creation dialog message [CHAR LIMIT=none] -->
4266     <string name="restr_pin_create_pin">Create a PIN for modifying restrictions</string>
4267     <!-- PIN entry dialog error when PINs are not the same [CHAR LIMIT=none] -->
4268     <string name="restr_pin_error_doesnt_match">PINs don\'t match. Try again.</string>
4269     <!-- PIN entry dialog error when PIN is too short [CHAR LIMIT=none] -->
4270     <string name="restr_pin_error_too_short">PIN is too short. Must be at least 4 digits.</string>
4271     <!-- PIN entry dialog countdown message for next chance to enter the PIN [CHAR LIMIT=none] -->
4272     <!-- Phrase describing a time duration using seconds [CHAR LIMIT=none] -->
4273     <plurals name="restr_pin_countdown">
4274         <item quantity="one">Try again in 1 second</item>
4275         <item quantity="other">Try again in <xliff:g id="count">%d</xliff:g> seconds</item>
4276     </plurals>
4277     <!-- PIN entry dialog tells the user to not enter a PIN for a while. [CHAR LIMIT=none] -->
4278     <string name="restr_pin_try_later">Try again later</string>
4279
4280     <!-- Cling help message title when hiding the navigation bar entering immersive mode [CHAR LIMIT=none] -->
4281     <string name="immersive_cling_title">Viewing full screen</string>
4282
4283     <!-- Cling help message description when hiding the navigation bar entering immersive mode [CHAR LIMIT=none] -->
4284     <string name="immersive_cling_description">To exit, swipe down from the top.</string>
4285
4286     <!-- Cling help message confirmation button when hiding the navigation bar entering immersive mode [CHAR LIMIT=30] -->
4287     <string name="immersive_cling_positive">Got it</string>
4288
4289     <!-- Label for button to confirm chosen date or time [CHAR LIMIT=30] -->
4290     <string name="done_label">Done</string>
4291     <!--
4292          Content description for the hour selector in the time picker, which displays
4293          selectable hours of the day along the inside edge of a circle, as in an analog clock.
4294          [CHAR LIMIT=50]
4295     -->
4296     <string name="hour_picker_description">Hours circular slider</string>
4297     <!--
4298          Content description for the minute selector in the time picker, which displays
4299          selectable five-minute intervals along the inside edge of a circle, as in an analog clock.
4300          [CHAR LIMIT=50]
4301     -->
4302     <string name="minute_picker_description">Minutes circular slider</string>
4303     <!-- Accessibility announcement for hour circular picker [CHAR LIMIT=NONE] -->
4304     <string name="select_hours">Select hours</string>
4305     <!-- Accessibility announcement for minute circular picker [CHAR LIMIT=NONE] -->
4306     <string name="select_minutes">Select minutes</string>
4307
4308     <!-- Accessibility announcement for the day picker [CHAR LIMIT=NONE] -->
4309     <string name="select_day">Select month and day</string>
4310     <!-- Accessibility announcement for the year picker [CHAR LIMIT=NONE] -->
4311     <string name="select_year">Select year</string>
4312     <!-- Accessibility announcement when a number that had been typed in is deleted [CHAR_LIMIT=NONE] -->
4313     <string name="deleted_key"><xliff:g id="key" example="4">%1$s</xliff:g> deleted</string>
4314
4315     <!--
4316         Used to wrap a label for content description for a work profile, e.g. "Work Email" instead
4317         of email when there are two email apps.
4318         [CHAR LIMIT=20]
4319      -->
4320     <string name="managed_profile_label_badge">Work <xliff:g id="label" example="Email">%1$s</xliff:g></string>
4321     <string name="managed_profile_label_badge_2">2nd Work <xliff:g id="label" example="Email">%1$s</xliff:g></string>
4322     <string name="managed_profile_label_badge_3">3rd Work <xliff:g id="label" example="Email">%1$s</xliff:g></string>
4323
4324     <!-- DO NOT TRANSLATE -->
4325     <string name="time_placeholder">--</string>
4326
4327     <!-- DO NOT TRANSLATE -->
4328     <string name="radial_numbers_typeface">sans-serif</string>
4329     <!-- DO NOT TRANSLATE -->
4330     <string name="sans_serif">sans-serif</string>
4331
4332     <!-- DO NOT TRANSLATE -->
4333     <string name="date_picker_month_typeface">sans-serif-medium</string>
4334     <!-- DO NOT TRANSLATE -->
4335     <string name="date_picker_day_of_week_typeface">sans-serif-medium</string>
4336     <!-- DO NOT TRANSLATE -->
4337     <string name="date_picker_day_typeface">sans-serif-medium</string>
4338
4339     <!-- Notify use that they are in Lock-to-app -->
4340     <string name="lock_to_app_toast">To unpin this screen, touch &amp; hold Back and Overview
4341         buttons</string>
4342
4343     <!-- Notify user that they are locked in lock-to-app mode -->
4344     <string name="lock_to_app_toast_locked">This app can\'t be unpinned</string>
4345     <!-- Starting lock-to-app indication. -->
4346     <string name="lock_to_app_start">Screen pinned</string>
4347     <!-- Exting lock-to-app indication. -->
4348     <string name="lock_to_app_exit">Screen unpinned</string>
4349
4350     <!-- Lock-to-app unlock pin string -->
4351     <string name="lock_to_app_unlock_pin">Ask for PIN before unpinning</string>
4352     <!-- Lock-to-app unlock pattern string -->
4353     <string name="lock_to_app_unlock_pattern">Ask for unlock pattern before unpinning</string>
4354     <!-- Lock-to-app unlock password string -->
4355     <string name="lock_to_app_unlock_password">Ask for password before unpinning</string>
4356
4357     <!-- Notification shown when device owner silently installs a package [CHAR LIMIT=NONE] -->
4358     <string name="package_installed_device_owner">Installed by your admin</string>
4359     <!-- Notification shown when device owner silently updates a package [CHAR LIMIT=NONE] -->
4360     <string name="package_updated_device_owner">Updated by your admin</string>
4361     <!-- Notification shown when device owner silently deletes a package [CHAR LIMIT=NONE] -->
4362     <string name="package_deleted_device_owner">Deleted by your admin</string>
4363
4364     <!-- [CHAR_LIMIT=NONE] Battery saver: Feature description -->
4365     <string name="battery_saver_description">To help improve battery life, battery saver reduces your device’s performance and limits vibration, location services, and most background data. Email, messaging, and other apps that rely on syncing may not update unless you open them.\n\nBattery saver turns off automatically when your device is charging.</string>
4366
4367     <!-- [CHAR_LIMIT=NONE] Data saver: Feature description -->
4368     <string name="data_saver_description">To help reduce data usage, Data Saver prevents some apps from sending or receiving data in the background. An app you’re currently using can access data, but may do so less frequently. This may mean, for example, that images don’t display until you tap them.</string>
4369     <!-- [CHAR_LIMIT=35] Data saver: Title on first-time dialog -->
4370     <string name="data_saver_enable_title">Turn on Data Saver?</string>
4371     <!-- [CHAR_LIMIT=16] Data saver: Button to turn it on on first-time dialog -->
4372     <string name="data_saver_enable_button">Turn on</string>
4373
4374     <!-- Zen mode condition - summary: time duration in minutes. [CHAR LIMIT=NONE] -->
4375     <plurals name="zen_mode_duration_minutes_summary">
4376         <item quantity="one">For one minute (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4377         <item quantity="other">For %1$d minutes (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4378     </plurals>
4379
4380     <!-- Zen mode condition - summary: time duration in minutes (short version). [CHAR LIMIT=NONE] -->
4381     <plurals name="zen_mode_duration_minutes_summary_short">
4382         <item quantity="one">For 1 min (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4383         <item quantity="other">For %1$d min (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4384     </plurals>
4385
4386     <!-- Zen mode condition - summary: time duration in hours. [CHAR LIMIT=NONE] -->
4387     <plurals name="zen_mode_duration_hours_summary">
4388         <item quantity="one">For one hour (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4389         <item quantity="other">For %1$d hours (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4390     </plurals>
4391
4392     <!-- Zen mode condition - summary: time duration in hours (short version). [CHAR LIMIT=NONE] -->
4393     <plurals name="zen_mode_duration_hours_summary_short">
4394         <item quantity="one">For 1 hr (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4395         <item quantity="other">For %1$d hr (until <xliff:g id="formattedTime" example="10:00 PM">%2$s</xliff:g>)</item>
4396     </plurals>
4397
4398     <!-- Zen mode condition - line one: time duration in minutes. [CHAR LIMIT=NONE] -->
4399     <plurals name="zen_mode_duration_minutes">
4400         <item quantity="one">For one minute</item>
4401         <item quantity="other">For %d minutes</item>
4402     </plurals>
4403
4404     <!-- Zen mode condition - line one: time duration in minutes (short version). [CHAR LIMIT=NONE] -->
4405     <plurals name="zen_mode_duration_minutes_short">
4406         <item quantity="one">For 1 min</item>
4407         <item quantity="other">For %d min</item>
4408     </plurals>
4409
4410     <!-- Zen mode condition - line one: time duration in hours. [CHAR LIMIT=NONE] -->
4411     <plurals name="zen_mode_duration_hours">
4412         <item quantity="one">For one hour</item>
4413         <item quantity="other">For %d hours</item>
4414     </plurals>
4415
4416     <!-- Zen mode condition - line one: time duration in hours (short version). [CHAR LIMIT=NONE] -->
4417     <plurals name="zen_mode_duration_hours_short">
4418         <item quantity="one">For 1 hr</item>
4419         <item quantity="other">For %d hr</item>
4420     </plurals>
4421
4422     <!-- Zen mode condition - line two: ending time. [CHAR LIMIT=NONE] -->
4423     <string name="zen_mode_until">Until <xliff:g id="formattedTime" example="10:00 PM">%1$s</xliff:g></string>
4424
4425     <!-- Zen mode condition - line one: Until next alarm. [CHAR LIMIT=NONE] -->
4426     <string name="zen_mode_alarm">Until <xliff:g id="formattedTime" example="10:00 PM">%1$s</xliff:g> (next alarm)</string>
4427
4428     <!-- Zen mode condition: no exit criteria. [CHAR LIMIT=NONE] -->
4429     <string name="zen_mode_forever">Until you turn off Do Not Disturb</string>
4430
4431     <!-- Zen mode condition: no exit criteria, includes the name of the feature for emphasis. [CHAR LIMIT=NONE] -->
4432     <string name="zen_mode_forever_dnd">Until you turn off Do Not Disturb</string>
4433
4434     <!-- Zen mode active automatic rule name separator. [CHAR LIMIT=NONE] -->
4435     <string name="zen_mode_rule_name_combination"><xliff:g id="first" example="Weeknights">%1$s</xliff:g> / <xliff:g id="rest" example="Meetings">%2$s</xliff:g></string>
4436
4437     <!-- Content description for the Toolbar icon used to collapse an expanded action mode. [CHAR LIMIT=NONE] -->
4438     <string name="toolbar_collapse_description">Collapse</string>
4439
4440     <!-- Zen mode - feature name. [CHAR LIMIT=40] -->
4441     <string name="zen_mode_feature_name">Do not disturb</string>
4442
4443     <!-- Zen mode - downtime legacy feature name. [CHAR LIMIT=40] -->
4444     <string name="zen_mode_downtime_feature_name">Downtime</string>
4445
4446     <!-- Zen mode - name of default automatic schedule for weeknights. [CHAR LIMIT=40] -->
4447     <string name="zen_mode_default_weeknights_name">Weeknight</string>
4448
4449     <!-- Zen mode - name of default automatic schedule for weekends. [CHAR LIMIT=40] -->
4450     <string name="zen_mode_default_weekends_name">Weekend</string>
4451
4452     <!-- Zen mode - name of default automatic calendar event-based rule. [CHAR LIMIT=40] -->
4453     <string name="zen_mode_default_events_name">Event</string>
4454
4455     <!-- Indication that the current volume and other effects (vibration) are being suppressed by a third party, such as a notification listener. [CHAR LIMIT=30] -->
4456     <string name="muted_by">Muted by <xliff:g id="third_party">%1$s</xliff:g></string>
4457
4458     <!-- Error message shown when there is a system error which can be solved by user performing factory reset. [CHAR LIMIT=NONE] -->
4459     <string name="system_error_wipe_data">There\'s an internal problem with your device, and it may be unstable until you factory data reset.</string>
4460     <!-- Error message shown when there is a system error which can be solved by the manufacturer. [CHAR LIMIT=NONE] -->
4461     <string name="system_error_manufacturer">There\'s an internal problem with your device. Contact your manufacturer for details.</string>
4462
4463     <!-- Displayed when the USSD/SS request is modified by STK CC to a
4464     different request. This will be displayed in a toast. -->
4465     <string name="stk_cc_ussd_to_dial">USSD request is modified to DIAL request.</string>
4466     <string name="stk_cc_ussd_to_ss">USSD request is modified to SS request.</string>
4467     <string name="stk_cc_ussd_to_ussd">USSD request is modified to new USSD request.</string>
4468     <string name="stk_cc_ss_to_dial">SS request is modified to DIAL request.</string>
4469     <string name="stk_cc_ss_to_ussd">SS request is modified to USSD request.</string>
4470     <string name="stk_cc_ss_to_ss">SS request is modified to new SS request.</string>
4471
4472     <!-- Content description of the work profile icon in the notification. -->
4473     <string name="notification_work_profile_content_description">Work profile</string>
4474
4475     <!-- Content description of the expand button icon in the notification when collaped.-->
4476     <string name="expand_button_content_description_collapsed">Expand</string>
4477
4478     <!-- Content description of the expand button icon in the notification when expanded.-->
4479     <string name="expand_button_content_description_expanded">Collapse</string>
4480
4481     <!-- Accessibility action description on the expand button. -->
4482     <string name="expand_action_accessibility">toggle expansion</string>
4483
4484     <!-- User visible name for USB MIDI Peripheral port -->
4485     <string name="usb_midi_peripheral_name">Android USB Peripheral Port</string>
4486     <!-- Manufacturer name for USB MIDI Peripheral port -->
4487     <string name="usb_midi_peripheral_manufacturer_name">Android</string>
4488     <!-- Product name for USB MIDI Peripheral port -->
4489     <string name="usb_midi_peripheral_product_name">USB Peripheral Port</string>
4490
4491     <!-- Floating toolbar strings -->
4492     <!-- Content description for the button that opens the floating toolbar overflow. [CHAR LIMIT=NONE] -->
4493     <string name="floating_toolbar_open_overflow_description">More options</string>
4494     <!-- Content description for the button that closes the floating toolbar overflow. [CHAR LIMIT=NONE] -->
4495     <string name="floating_toolbar_close_overflow_description">Close overflow</string>
4496
4497     <!-- Free style window strings -->
4498     <!-- Accessibility text for the maximize window button -->
4499     <string name="maximize_button_text">Maximize</string>
4500     <!-- Accessibility text for the close window button -->
4501     <string name="close_button_text">Close</string>
4502
4503     <!-- Ellipsis character to appear in notification templates, e.g.
4504          notification_template_material_inbox.xml.
4505          DO NOT TRANSLATE -->
4506     <string name="notification_inbox_ellipsis">\u2026</string>
4507
4508     <!-- Tempalate for Notification.MessagingStyle to join a conversation name with the name of the sender of a message, to make a notification title [CHAR LIMIT=NONE] -->
4509     <string name="notification_messaging_title_template"><xliff:g id="conversation_title" example="Tasty Treat Team">%1$s</xliff:g>: <xliff:g id="sender_name" example="Adrian Baker">%2$s</xliff:g></string>
4510
4511
4512     <!-- Label describing the number of selected items [CHAR LIMIT=48] -->
4513     <plurals name="selected_count">
4514         <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
4515         <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
4516     </plurals>
4517
4518     <string name="default_notification_channel_label">Uncategorized</string>
4519
4520     <string name="importance_from_user">You set the importance of these notifications.</string>
4521     <string name="importance_from_person">This is important because of the people involved.</string>
4522
4523     <!-- Message to user that app trying to create user for an account that already exists. [CHAR LIMIT=none] -->
4524     <string name="user_creation_account_exists">Allow <xliff:g id="app" example="Gmail">%1$s</xliff:g> to create a new User with <xliff:g id="account" example="foobar@gmail.com">%2$s</xliff:g> ?</string>
4525     <!-- Message to user that app is trying to create user for a specified account. [CHAR LIMIT=none] -->
4526     <string name="user_creation_adding">Allow <xliff:g id="app" example="Gmail">%1$s</xliff:g> to create a new User with <xliff:g id="account" example="foobar">%2$s</xliff:g> (a User with this account already exists) ?</string>
4527
4528     <!-- Locale picker strings -->
4529
4530     <!-- Title for the language selection screen [CHAR LIMIT=25] -->
4531     <string name="language_selection_title">Add a language</string>
4532     <!-- Title for the region selection screen [CHAR LIMIT=25] -->
4533     <string name="country_selection_title">Region preference</string>
4534     <!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=25] -->
4535     <string name="search_language_hint">Type language name</string>
4536
4537     <!-- List section subheader for the language picker, containing a list of suggested languages determined by the default region [CHAR LIMIT=30] -->
4538     <string name="language_picker_section_suggested">Suggested</string>
4539     <!-- List section subheader for the language picker, containing a list of all languages available [CHAR LIMIT=30] -->
4540     <string name="language_picker_section_all">All languages</string>
4541     <!-- List section subheader for the region picker, containing a list of all regions supported for the selected language.
4542     Warning: this is a more 'neutral' term for 'country', not for the sub-divisions of a country. [CHAR LIMIT=30] -->
4543     <string name="region_picker_section_all">All regions</string>
4544
4545     <!-- Menu item in the locale menu  [CHAR LIMIT=30] -->
4546     <string name="locale_search_menu">Search</string>
4547
4548     <!-- Title for dialog displayed when work profile is turned off. [CHAR LIMIT=30] -->
4549     <string name="work_mode_off_title">Turn on work mode?</string>
4550     <!-- Message displayed in dialog when work profile is turned off. [CHAR LIMIT=NONE] -->
4551     <string name="work_mode_off_message">This will turn on your work profile, including apps,
4552         background sync, and related features</string>
4553     <!-- Title for button to turn on work profile. [CHAR LIMIT=NONE] -->
4554     <string name="work_mode_turn_on">Turn on</string>
4555
4556     <!-- Notification title shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
4557     <string name="new_sms_notification_title">You have new messages</string>
4558     <!-- Notification content shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
4559     <string name="new_sms_notification_content">Open SMS app to view</string>
4560
4561     <!-- Notification title shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
4562     <string name="user_encrypted_title">Some functionality may be limited</string>
4563     <!-- Notification message shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
4564     <string name="user_encrypted_message">Tap to unlock</string>
4565     <!-- Notification detail shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
4566     <string name="user_encrypted_detail">User data locked</string>
4567
4568     <!-- Notification detail shown when work profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
4569     <string name="profile_encrypted_detail">Work profile locked</string>
4570     <!-- Notification message shown when work profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
4571     <string name="profile_encrypted_message">Tap to unlock work profile</string>
4572
4573     <!-- Title of notification shown after a MTP device is connected to Android. -->
4574     <string name="usb_mtp_launch_notification_title">Connected to <xliff:g id="product_name">%1$s</xliff:g></string>
4575     <!-- Description of notification shown after a MTP device is connected to Android. -->
4576     <string name="usb_mtp_launch_notification_description">Tap to view files</string>
4577
4578     <!-- Resolver target actions strings -->
4579
4580     <!-- Pin (as in to a bulletin board with a pushpin) a resolver
4581          target to the front of the list. -->
4582     <string name="pin_target">Pin</string>
4583     <!-- Unpin a resolver target such that it sorts normally. -->
4584     <string name="unpin_target">Unpin</string>
4585     <!-- View application info for a target. -->
4586     <string name="app_info">App info</string>
4587
4588     <!-- The representation of a time duration when negative. An example is -1:14. This can be used with a countdown timer for example.-->
4589     <string name="negative_duration">\u2212<xliff:g id="time" example="1:14">%1$s</xliff:g></string>
4590
4591     <!-- Text of dialog shown when starting a demo user for the first time [CHAR LIMIT=40] -->
4592     <string name="demo_starting_message">Starting demo\u2026</string>
4593     <!-- Text of dialog shown when starting a new demo user in retail demo mode [CHAR LIMIT=40] -->
4594     <string name="demo_restarting_message">Resetting device\u2026</string>
4595
4596     <!-- Accessibilty string added to a widget that has been suspended [CHAR LIMIT=20] -->
4597     <string name="suspended_widget_accessibility">Disabled <xliff:g id="label" example="Calendar">%1$s</xliff:g></string>
4598
4599     <!-- Label used by Telephony code, assigned as the display name for conference calls [CHAR LIMIT=60] -->
4600     <string name="conference_call">Conference Call</string>
4601
4602     <!-- Window title for a tooltip [CHAR LIMIT=NONE] -->
4603     <string name="tooltip_popup_title">Tooltip</string>
4604
4605     <!-- Category title for apps which are primarily games. [CHAR LIMIT=32] -->
4606     <string name="app_category_game">Games</string>
4607     <!-- Category title for apps which primarily work with audio or music, such as music players. [CHAR LIMIT=32] -->
4608     <string name="app_category_audio">Music &amp; Audio</string>
4609     <!-- Category title for apps which primarily work with video or movies, such as streaming video apps. [CHAR LIMIT=32] -->
4610     <string name="app_category_video">Movies &amp; Video</string>
4611     <!-- Category title for apps which primarily work with images or photos, such as camera or gallery apps. [CHAR LIMIT=32] -->
4612     <string name="app_category_image">Photos &amp; Images</string>
4613     <!-- Category title for apps which are primarily social apps, such as messaging, communication, email, or social network apps. [CHAR LIMIT=32] -->
4614     <string name="app_category_social">Social &amp; Communication</string>
4615     <!-- Category title for apps which are primarily news apps, such as newspapers, magazines, or sports apps. [CHAR LIMIT=32] -->
4616     <string name="app_category_news">News &amp; Magazines</string>
4617     <!-- Category title for apps which are primarily maps apps, such as navigation apps. [CHAR LIMIT=32] -->
4618     <string name="app_category_maps">Maps &amp; Navigation</string>
4619     <!-- Category title for apps which are primarily productivity apps, such as cloud storage or workplace apps. [CHAR LIMIT=32] -->
4620     <string name="app_category_productivity">Productivity</string>
4621
4622     <!-- Channel name for DeviceStorageMonitor notifications -->
4623     <string name="device_storage_monitor_notification_channel">Device storage</string>
4624     <!-- Channel name for UsbDeviceManager adb debugging notifications -->
4625     <string name="adb_debugging_notification_channel_tv">USB debugging</string>
4626
4627     <!-- Label for the time picker hour input field. [CHAR LIMIT=20] -->
4628     <string name="time_picker_hour_label">hour</string>
4629     <!-- Label for the time picker minute input field. [CHAR LIMIT=20] -->
4630     <string name="time_picker_minute_label">minute</string>
4631     <!-- The title for the time picker dialog. [CHAR LIMIT=NONE] -->
4632     <string name="time_picker_header_text">Set time</string>
4633     <!-- Error shown to the user if they type in invalid hour or minute in the time picker. [CHAR LIMIT=NONE] -->
4634     <string name="time_picker_input_error">Enter a valid time</string>
4635     <!-- Label shown to the user in time picker to let them know that should type in time. [CHAR LIMIT=NONE] -->
4636     <string name="time_picker_prompt_label">Type in time</string>
4637     <!-- Accessibility string used for describing the button in time picker that changes the dialog to text input mode. [CHAR LIMIT=NONE] -->
4638     <string name="time_picker_text_input_mode_description">Switch to text input mode for the time input.</string>
4639     <!-- Accessibility string used for describing the button in time picker that changes the dialog to circular clock mode. [CHAR LIMIT=NONE] -->
4640     <string name="time_picker_radial_mode_description">Switch to clock mode for the time input.</string>
4641
4642     <!-- Accessibility title for the autofill dialog used to select a list of options to autofill an activity. [CHAR LIMIT=NONE] -->
4643     <string name="autofill_picker_accessibility_title">Autofill options</string>
4644
4645     <!-- Accessibility title for the autofill dialog used to ask user to save the information on the screen by sending it to an Autofill Service. [CHAR LIMIT=NONE] -->
4646     <string name="autofill_save_accessibility_title">Save for Autofill</string>
4647
4648     <!-- Toast message shown when user manually request autofill but service could not figure out the data that would autofill the screen contents. [CHAR LIMIT=NONE] -->
4649     <string name="autofill_error_cannot_autofill">Contents can\u2019t be autofilled</string>
4650
4651     <!-- Accessibility string to announce there are no autofill suggestions in the autofill picker. [CHAR LIMIT=NONE] -->
4652     <string name="autofill_picker_no_suggestions">No autofill suggestions</string>
4653
4654     <!-- Accessibility string to announce there are some autofill suggestions in the autofill picker. [CHAR LIMIT=NONE] -->
4655     <plurals name="autofill_picker_some_suggestions">
4656         <item quantity="one">One autofill suggestion</item>
4657         <item quantity="other"><xliff:g id="count" example="Two">%1$s</xliff:g> autofill suggestions</item>
4658     </plurals>
4659
4660     <!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
4661          by an autofill service, but the service does not know what the activity represents [CHAR LIMIT=NONE] -->
4662     <string name="autofill_save_title">Save to &lt;b><xliff:g id="label" example="MyPass">%1$s</xliff:g>&lt;/b>?</string>
4663     <!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
4664          by an autofill service, and the service does knows what the activity represents (for example, credit card info) [CHAR LIMIT=NONE] -->
4665     <string name="autofill_save_title_with_type">Save <xliff:g id="type" example="Credit Card">%1$s</xliff:g> to &lt;b><xliff:g id="label" example="MyPass">%2$s</xliff:g>&lt;/b>?</string>
4666     <!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
4667          by an autofill service, and the service does knows what the activity represents, and it represents 2 types of
4668          data (for example, password and credit card info) [CHAR LIMIT=NONE] -->
4669     <string name="autofill_save_title_with_2types">Save <xliff:g id="type" example="Password">%1$s</xliff:g> and <xliff:g id="type" example="Credit Card">%2$s</xliff:g> to &lt;b><xliff:g id="label" example="MyPass">%3$s</xliff:g>&lt;/b>?</string>
4670     <!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
4671          by an autofill service, and the service does knows what the activity represents, and it represents 3 types of
4672          data (for example, username, password and credit card info) [CHAR LIMIT=NONE] -->
4673     <string name="autofill_save_title_with_3types">Save <xliff:g id="type" example="Username">%1$s</xliff:g>, <xliff:g id="type" example="Password">%2$s</xliff:g>, and <xliff:g id="type" example="Credit Card">%3$s</xliff:g> to &lt;b><xliff:g id="label" example="MyPass">%4$s</xliff:g>&lt;/b>?</string>
4674     <!-- Label for the autofill save button [CHAR LIMIT=NONE] -->
4675     <string name="autofill_save_yes">Save</string>
4676     <!-- Label for the autofill cancel button [CHAR LIMIT=NONE] -->
4677     <string name="autofill_save_no">No thanks</string>
4678
4679     <!-- Label for the type of data being saved for autofill when it represent user credentials with a password [CHAR LIMIT=NONE] -->
4680     <string name="autofill_save_type_password">password</string>
4681     <!-- Label for the type of data being saved for autofill when it represent an address (street, city, etc.) [CHAR LIMIT=NONE] -->
4682     <string name="autofill_save_type_address">address</string>
4683     <!-- Label for the type of data being saved for autofill when it represents a credit card [CHAR LIMIT=NONE] -->
4684     <string name="autofill_save_type_credit_card">credit card</string>
4685     <!-- Label for the type of data being saved for autofill when it represents an username [CHAR LIMIT=NONE] -->
4686     <string name="autofill_save_type_username">username</string>
4687     <!-- Label for the type of data being saved for autofill when it represents an email address [CHAR LIMIT=NONE] -->
4688     <string name="autofill_save_type_email_address">email address</string>
4689
4690     <!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for earthquake -->
4691     <string name="etws_primary_default_message_earthquake">Stay calm and seek shelter nearby.</string>
4692
4693     <!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for Tsunami -->
4694     <string name="etws_primary_default_message_tsunami">Evacuate immediately from coastal regions and riverside areas to a safer place such as high ground.</string>
4695
4696     <!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for earthquake and Tsunami -->
4697     <string name="etws_primary_default_message_earthquake_and_tsunami">Stay calm and seek shelter nearby.</string>
4698
4699     <!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for test -->
4700     <string name="etws_primary_default_message_test">Emergency messages test</string>
4701
4702     <!-- Content description for the reply button in the notification area [CHAR LIMIT=NONE]-->
4703     <string name="notification_reply_button_accessibility">Reply</string>
4704
4705     <!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for others -->
4706     <string name="etws_primary_default_message_others"></string>
4707
4708     <!-- Title of notification when UE fails to register network with MM reject cause code. -->
4709     <string name="mmcc_authentication_reject">SIM not allowed</string>
4710     <string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned</string>
4711     <string name="mmcc_illegal_ms">SIM not allowed</string>
4712     <string name="mmcc_illegal_me">Phone not allowed</string>
4713 </resources>