OSDN Git Service

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