OSDN Git Service

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