OSDN Git Service

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