OSDN Git Service

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