OSDN Git Service

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