strings.xml revision 82b2cd0fe9b8c6e353a9b3b0600aafc7b97eecc1
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    <!-- Used in Contacts for a field that has no label and in Note Pad
40         for a note with no name. -->
41    <string name="untitled">&lt;Untitled&gt;</string>
42
43    <!-- Used to replace a range of characters in text that is too wide
44         for the space allocated to it (three dots). -->
45    <string name="ellipsis">\u2026</string>
46
47    <!-- Used to replace a range of characters in text that is too wide
48         for the space allocated to it (two dots). -->
49    <string name="ellipsis_two_dots">\u2025</string>
50
51    <!-- How to display the lack of a phone number -->
52    <string name="emptyPhoneNumber">(No phone number)</string>
53
54    <!-- How to display the lack of a name -->
55    <string name="unknownName">(Unknown)</string>
56
57    <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
58    <string name="defaultVoiceMailAlphaTag">Voicemail</string>
59
60    <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
61    <string name="defaultMsisdnAlphaTag">MSISDN1</string>
62
63    <!-- For GsmMmiCode.java --> <skip />
64    <!-- Displayed when the user dialed an MMI code whose function
65         could not be performed. This will be displayed in a toast. -->
66    <string name="mmiError">Connection problem or invalid MMI code.</string>
67    <!-- Displayed when the user dialed an MMI code whose function
68         could not be performed because FDN is enabled. This will be displayed in a toast. -->
69    <string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
70
71    <!-- Displayed when a phone feature such as call barring was activated. -->
72    <string name="serviceEnabled">Service was enabled.</string>
73    <!-- Displayed in front of the list of a set of service classes
74         (voice, data, fax, etc.) that were enabled. -->
75    <string name="serviceEnabledFor">Service was enabled for:</string>
76    <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
77    <string name="serviceDisabled">Service has been disabled.</string>
78    <!-- Displayed when a phone property such as a SIM password was registered. -->
79    <string name="serviceRegistered">Registration was successful.</string>
80    <!-- Displayed when a phone property such as a SIM password was erased. -->
81    <string name="serviceErased">Erasure was successful.</string>
82    <!-- Displayed when a SIM password was entered incorrectly. -->
83    <string name="passwordIncorrect">Incorrect password.</string>
84    <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
85    <string name="mmiComplete">MMI complete.</string>
86    <!-- Displayed when a SIM PIN password is entered incorrectly. -->
87    <string name="badPin">The old PIN you typed isn\'t correct.</string>
88    <!-- Displayed when a SIM PUK password is entered incorrectly. -->
89    <string name="badPuk">The PUK you typed isn\'t correct.</string>
90    <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
91    <string name="mismatchPin">The PINs you typed don\'t match.</string>
92    <!-- Displayed when a SIM PIN password is too long or too short. -->
93    <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
94    <!-- Displayed when a SIM PUK password is too short. -->
95    <string name="invalidPuk">Type a PUK that is 8 numbers or longer.</string>
96    <!-- Displayed to prompt the user to type the PUK password to unlock
97         the SIM card. -->
98    <string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
99    <string name="needPuk2">Type PUK2 to unblock SIM card.</string>
100    <!-- Title for the dialog used to display the user's IMEI number [CHAR LIMIT=10] -->
101    <string name="imei">IMEI</string>
102
103    <!-- Title for the dialog used to display the user's MEID number on CDMA network
104         [CHAR LIMIT=10] -->
105    <string name="meid">MEID</string>
106
107    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
108    <string name="ClipMmi">Incoming Caller ID</string>
109    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
110    <string name="ClirMmi">Outgoing Caller ID</string>
111    <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
112    <string name="CfMmi">Call forwarding</string>
113    <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
114    <string name="CwMmi">Call waiting</string>
115    <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
116    <string name="BaMmi">Call barring</string>
117    <!-- Displayed as the title for a success/failure report changing the SIM password. -->
118    <string name="PwdMmi">Password change</string>
119    <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
120    <string name="PinMmi">PIN change</string>
121    <string name="CnipMmi">Calling number present</string>
122    <string name="CnirMmi">Calling number restricted</string>
123    <string name="ThreeWCMmi">Three way calling</string>
124    <string name="RuacMmi">Rejection of undesired annoying calls</string>
125    <string name="CndMmi">Calling number delivery</string>
126    <string name="DndMmi">Do not disturb</string>
127
128    <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
129    <string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
130    <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
131    <string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
132    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
133    <string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
134    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
135    <string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
136
137
138    <!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
139    <string name="serviceNotProvisioned">Service not provisioned.</string>
140    <!-- Displayed to tell the user that they cannot change the caller ID setting. -->
141    <string name="CLIRPermanent">You can\'t change the caller ID setting.</string>
142
143    <!-- Notification title to tell the user that restricted state is changed by access control. -->
144    <string name="RestrictedChangedTitle">Restricted access changed</string>
145    <!-- Displayed to tell the user that data service is blocked by access control. -->
146    <string name="RestrictedOnData">Data service is blocked.</string>
147    <!-- Displayed to tell the user that emergency service is blocked by access control. -->
148    <string name="RestrictedOnEmergency">Emergency service is blocked.</string>
149    <!-- Displayed to tell the user that normal service is blocked by access control. -->
150    <string name="RestrictedOnNormal">Voice service is blocked.</string>
151    <!-- Displayed to tell the user that all emergency and normal voice services are blocked by access control. -->
152    <string name="RestrictedOnAllVoice">All voice services are blocked.</string>
153    <!-- Displayed to tell the user that sms service is blocked by access control. -->
154    <string name="RestrictedOnSms">SMS service is blocked.</string>
155    <!-- Displayed to tell the user that voice/data service is blocked by access control. -->
156    <string name="RestrictedOnVoiceData">Voice/data services are blocked.</string>
157    <!-- Displayed to tell the user that voice and sms service are blocked by access control. -->
158    <string name="RestrictedOnVoiceSms">Voice/SMS services are blocked.</string>
159    <!-- Displayed to tell the user that all service is blocked by access control. -->
160    <string name="RestrictedOnAll">All voice/data/SMS services are blocked.</string>
161
162    <!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
163    <!-- Example: Service was enabled for: Voice, Data -->
164    <string name="serviceClassVoice">Voice</string>
165    <!-- Example: Service was enabled for: Voice, Data -->
166    <string name="serviceClassData">Data</string>
167    <!-- Example: Service was enabled for: Voice, FAX -->
168    <string name="serviceClassFAX">FAX</string>
169    <!-- Example: Service was enabled for: Voice, SMS -->
170    <string name="serviceClassSMS">SMS</string>
171    <!-- Meaning: asynchronous data.  Example: Service was enabled for: Voice, Async -->
172    <string name="serviceClassDataAsync">Async</string>
173    <!-- Meaning: synchronous data.  Example: Service was enabled for: Voice, Async -->
174    <string name="serviceClassDataSync">Sync</string>
175    <!-- Meaning: packet data.  Example: Service was enabled for: Voice, Packet -->
176    <string name="serviceClassPacket">Packet</string>
177    <!-- Meaning: unknown.  Example: Service was enabled for: Voice, PAD -->
178    <string name="serviceClassPAD">PAD</string>
179
180    <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
181    <!-- Default roaming indicator text -->
182    <string name="roamingText0">Roaming Indicator On</string>
183    <string name="roamingText1">Roaming Indicator Off</string>
184    <string name="roamingText2">Roaming Indicator Flashing</string>
185    <string name="roamingText3">Out of Neighborhood</string>
186    <string name="roamingText4">Out of Building</string>
187    <string name="roamingText5">Roaming - Preferred System</string>
188    <string name="roamingText6">Roaming - Available System</string>
189    <string name="roamingText7">Roaming - Alliance Partner</string>
190    <string name="roamingText8">Roaming - Premium Partner</string>
191    <string name="roamingText9">Roaming - Full Service Functionality</string>
192    <string name="roamingText10">Roaming - Partial Service Functionality</string>
193    <string name="roamingText11">Roaming Banner On</string>
194    <string name="roamingText12">Roaming Banner Off</string>
195    <string name="roamingTextSearching">Searching for Service</string>
196
197
198    <!--
199        {0} is one of "bearerServiceCode*"
200        {1} is dialing number
201        {2} is time in seconds
202
203        cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
204        has been set but forwarding is not on.
205    --> <skip />
206    <!-- Displayed when the call forwarding query was not able to be forwarded. -->
207    <string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
208    <!-- Displayed when the call forwarding query was forwarded. -->
209    <string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
210    <!-- Displayed when the call forwarding query will be forwarded after some time. -->
211    <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>
212    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
213    <string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
214    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
215    <string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
216
217    <!-- android.net.http Error strings --> <skip />
218    <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
219    <string name="fcComplete">Feature code complete.</string>
220    <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
221    <string name="fcError">Connection problem or invalid feature code.</string>
222    <!-- android.net.http Error strings --> <skip />
223    <!-- Displayed when a web request was successful. -->
224    <string name="httpErrorOk">OK</string>
225    <!-- Displayed when a web request failed with a generic network error. -->
226    <string name="httpError">There was a network error.</string>
227    <!-- Displayed when a web request failed because the URL could not be found. -->
228    <string name="httpErrorLookup">Couldn\'t find the URL.</string>
229    <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
230    <string name="httpErrorUnsupportedAuthScheme">The site authentication scheme isn\'t supported.</string>
231    <!-- Displayed when a web request failed because the authentication failed. -->
232    <string name="httpErrorAuth">Couldn\'t authenticate.</string>
233    <!-- Displayed when a web request failed because the authentication with the proxy failed. -->
234    <string name="httpErrorProxyAuth">Authentication via the proxy server was unsuccessful.</string>
235    <!-- Displayed when a web request failed because there was a connection error. -->
236    <string name="httpErrorConnect">Couldn\'t connect to the server.</string>
237    <!-- Displayed when a web request failed because there was an input or output error. -->
238    <string name="httpErrorIO">Couldn\'t communicate with the server. Try again later.</string>
239    <!-- Displayed when a web request failed because the request timed out -->
240    <string name="httpErrorTimeout">The connection to the server timed out.</string>
241    <!-- Displayed when a web request failed because the site tried to redirect us one too many times -->
242    <string name="httpErrorRedirectLoop">The page contains too many server redirects.</string>
243    <!-- Displayed when a web request failed because the protocol of the server is not supported. -->
244    <string name="httpErrorUnsupportedScheme">The protocol isn\'t supported.</string>
245    <!-- Displayed when a web request failed because the a secure connection couldn't be made to the server.-->
246    <string name="httpErrorFailedSslHandshake">Couldn\'t establish a secure connection.</string>
247    <!-- Displayed when a web request failed because the URL isn't in a valid form. -->
248    <string name="httpErrorBadUrl">Couldn\'t open the page because the URL is invalid.</string>
249    <!-- Displayed when a request failed because we failed to open the file. -->
250    <string name="httpErrorFile">Couldn\'t access the file.</string>
251    <!-- Displayed when a request failed because the file wasn't found. -->
252    <string name="httpErrorFileNotFound">Couldn\'t find the requested file.</string>
253    <!-- Displayed when a request failed because there are too many requests right now. -->
254    <string name="httpErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
255
256    <!-- Account notifications --> <skip />
257    <!-- A notification is shown when the AccountManager is unable to
258    supply an auth token without prompting the user to re-enter the
259    password.  This is the text that will scroll through the
260    notification bar (will be seen by the user as he uses another application). -->
261    <string name="notification_title">Signin error for <xliff:g id="account" example="foo@gmail.com">%1$s</xliff:g></string>
262
263    <!-- Sync notifications --> <skip />
264    <!-- 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). -->
265    <string name="contentServiceSync">Sync</string>
266    <!-- 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. -->
267    <string name="contentServiceSyncNotificationTitle">Sync</string>
268    <!-- 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. -->
269    <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
270
271    <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
272    <string name="low_memory" product="tablet">Tablet storage is full. Delete some files to free space.</string>
273    <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
274    <string name="low_memory" product="default">Phone storage is full. Delete some files to free space.</string>
275
276
277    <!-- 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. -->
278    <string name="me">Me</string>
279
280    <!-- Power Dialog --> <skip />
281    <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
282    <string name="power_dialog" product="tablet">Tablet options</string>
283    <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
284    <string name="power_dialog" product="default">Phone options</string>
285    <!-- Button to turn on silent mode, within the Phone Options dialog -->
286    <string name="silent_mode">Silent mode</string>
287    <!-- Button to turn on the radio, within the Phone Options dialog -->
288    <string name="turn_on_radio">Turn on wireless</string>
289    <!-- Button to turn off the radio, within the Phone Options dialog -->
290    <string name="turn_off_radio">Turn off wireless</string>
291    <!-- Button to lock the screen, within the Phone Options dialog -->
292    <string name="screen_lock">Screen lock</string>
293    <!-- Button to turn off the phone, within the Phone Options dialog -->
294    <string name="power_off">Power off</string>
295    <!-- Spoken description for ringer silent option. [CHAR LIMIT=NONE] -->
296    <string name="silent_mode_silent">Ringer off</string>
297    <!-- Spoken description for ringer vibrate option. [CHAR LIMIT=NONE] -->
298    <string name="silent_mode_vibrate">Ringer vibrate</string>
299    <!-- Spoken description for ringer normal option. [CHAR LIMIT=NONE] -->
300    <string name="silent_mode_ring">Ringer on</string>
301
302    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
303    <string name="shutdown_progress">Shutting down\u2026</string>
304
305    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
306         be a confirmation dialog.  This is the message. -->
307    <string name="shutdown_confirm" product="tablet">Your tablet will shut down.</string>
308    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
309         be a confirmation dialog.  This is the message. -->
310    <string name="shutdown_confirm" product="default">Your phone will shut down.</string>
311
312    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, it asks
313         the user if they'd like to shut down.  This is the message.  This is used instead of
314         shutdown_confirm when the system is configured to use long press to go directly to the
315         power off dialog instead of the global actions menu. -->
316    <string name="shutdown_confirm_question">Do you want to shut down?</string>
317
318    <!-- Title of dialog to confirm rebooting into safe mode. [CHAR LIMIT=50] -->
319    <string name="reboot_safemode_title">Reboot to safe mode</string>
320
321    <!-- Shutdown Confirmation Dialog.  Message in the confirmation dialog
322         when the user asks to reboot into safe mode. [CHAR LIMIT=NONE] -->
323    <string name="reboot_safemode_confirm">Do you want to reboot into safe mode?
324         This will disable all third party applications you have installed.
325         They will be restored when you reboot again.</string>
326
327    <!-- Recent Tasks dialog: title
328     TODO: this should move to SystemUI.apk, but the code for the old
329            recent dialog is still in the framework
330     -->
331    <string name="recent_tasks_title">Recent</string>
332    <!-- Recent Tasks dialog: message when there are no recent applications
333     TODO: this should move to SystemUI.apk, but the code for the old
334            recent dialog is still in the framework
335     -->
336    <string name="no_recent_tasks">No recent apps.</string>
337
338    <!-- Title of the Global Actions Dialog -->
339    <string name="global_actions" product="tablet">Tablet options</string>
340    <!-- Title of the Global Actions Dialog -->
341    <string name="global_actions" product="default">Phone options</string>
342
343    <!-- label for item that locks the phone in the phone options dialog -->
344    <string name="global_action_lock">Screen lock</string>
345
346    <!-- label for item that turns off power in phone options dialog -->
347    <string name="global_action_power_off">Power off</string>
348
349    <!-- label for item that enables silent mode in phone options dialog -->
350    <string name="global_action_toggle_silent_mode">Silent mode</string>
351
352    <!-- status message in phone options dialog for when silent mode is enabled -->
353    <string name="global_action_silent_mode_on_status">Sound is OFF</string>
354
355    <!-- status message in phone options dialog for when silent mode is disabled -->
356    <string name="global_action_silent_mode_off_status">Sound is ON</string>
357
358    <!-- label for item that toggles airplane mode -->
359    <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
360
361    <!-- status message in phone options dialog for when airplane mode is on -->
362    <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
363
364    <!-- status message in phone options dialog for when airplane mode is off -->
365    <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
366
367    <!-- Text to use when the number in a notification info is too large
368         (greater than status_bar_notification_info_maxnum, defined in
369         values/config.xml) and must be truncated. May need to be localized
370         for most appropriate textual indicator of "more than X".
371         [CHAR LIMIT=4] -->
372    <string name="status_bar_notification_info_overflow">999+</string>
373
374    <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
375    <string name="safeMode">Safe mode</string>
376
377    <!-- Label for the Android system components when they are shown to the user. -->
378    <string name="android_system_label">Android System</string>
379
380    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
381    <string name="permgrouplab_costMoney">Services that cost you money</string>
382    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
383    <string name="permgroupdesc_costMoney">Do things that can cost you money.</string>
384
385    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
386    <string name="permgrouplab_messages">Your messages</string>
387    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
388    <string name="permgroupdesc_messages">Read and write your SMS, email, and other messages.</string>
389
390    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
391    <string name="permgrouplab_personalInfo">Your personal information</string>
392    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
393    <string name="permgroupdesc_personalInfo" product="tablet">Direct access to your contacts
394        and calendar stored on the tablet.</string>
395    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
396    <string name="permgroupdesc_personalInfo" product="default">Direct access to your contacts
397        and calendar stored on the phone.</string>
398
399    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
400    <string name="permgrouplab_location">Your location</string>
401    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
402    <string name="permgroupdesc_location">Monitor your physical location.</string>
403
404    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
405    <string name="permgrouplab_network">Network communication</string>
406    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
407    <string name="permgroupdesc_network">Access various network features.</string>
408
409    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
410    <string name="permgrouplab_accounts">Your accounts</string>
411    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
412    <string name="permgroupdesc_accounts">Access the available accounts.</string>
413
414    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
415    <string name="permgrouplab_hardwareControls">Hardware controls</string>
416    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
417    <string name="permgroupdesc_hardwareControls">Direct access to hardware on the handset.</string>
418
419    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
420    <string name="permgrouplab_phoneCalls">Phone calls</string>
421    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
422    <string name="permgroupdesc_phoneCalls">Monitor, record, and process phone calls.</string>
423
424    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
425    <string name="permgrouplab_systemTools">System tools</string>
426    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
427    <string name="permgroupdesc_systemTools">Lower-level access and control of the system.</string>
428
429    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
430    <string name="permgrouplab_developmentTools">Development tools</string>
431    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
432    <string name="permgroupdesc_developmentTools">Features only needed for app developers.</string>
433
434    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
435    <string name="permgrouplab_storage">Storage</string>
436    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this.   [CHAR LIMIT=30] -->
437    <string name="permgroupdesc_storage" product="nosdcard">Access the USB storage.</string>
438    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
439    <string name="permgroupdesc_storage" product="default">Access the SD card.</string>
440
441    <!--  Permissions -->
442
443    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
444    <string name="permlab_statusBar">disable or modify status bar</string>
445    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
446    <string name="permdesc_statusBar">Allows the app to disable the status bar or add and remove system icons.</string>
447
448    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
449    <string name="permlab_statusBarService">status bar</string>
450    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
451    <string name="permdesc_statusBarService">Allows the app to be the status bar.</string>
452
453    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
454    <string name="permlab_expandStatusBar">expand/collapse status bar</string>
455    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
456    <string name="permdesc_expandStatusBar">Allows the app to expand or collapse the status bar.</string>
457
458    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
459    <string name="permlab_processOutgoingCalls">reroute outgoing calls</string>
460    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
461    <string name="permdesc_processOutgoingCalls">Allows the app to
462        process outgoing calls and change the number to be dialed. Malicious
463        apps may monitor, redirect, or prevent outgoing calls.</string>
464
465    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
466    <string name="permlab_receiveSms">receive text messages (SMS)</string>
467    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
468    <string name="permdesc_receiveSms">Allows the app to receive
469      and process SMS messages. Malicious apps may monitor
470      your messages or delete them without showing them to you.</string>
471
472    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
473    <string name="permlab_receiveMms">receive text messages (MMS)</string>
474    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
475    <string name="permdesc_receiveMms">Allows the app to receive
476      and process MMS messages. Malicious apps may monitor
477      your messages or delete them without showing them to you.</string>
478
479    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
480    <string name="permlab_receiveEmergencyBroadcast">receive emergency broadcasts</string>
481    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
482    <string name="permdesc_receiveEmergencyBroadcast">Allows the app to receive
483      and process emergency broadcast messages. This permission is only available
484      to system apps.</string>
485
486    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
487    <string name="permlab_readCellBroadcasts">read cell broadcast messages</string>
488    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
489    <string name="permdesc_readCellBroadcasts">Allows the app to read
490      cell broadcast messages received by your device. Cell broadcast alerts
491      are delivered in some locations to warn you of emergency situations.
492      Malicious apps may interfere with the performance or operation of your
493      device when an emergency cell broadcast is received.</string>
494
495     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
496    <string name="permlab_sendSms">send SMS messages</string>
497    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
498    <string name="permdesc_sendSms">Allows the app to send SMS
499      messages. Malicious apps may cost you money by sending
500      messages without your confirmation.</string>
501
502     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
503    <string name="permlab_sendSmsNoConfirmation">send SMS messages with no confirmation</string>
504    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
505    <string name="permdesc_sendSmsNoConfirmation">Allows the app to send SMS
506      messages. Malicious apps may cost you money by sending
507      messages without your confirmation.</string>
508
509    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
510    <string name="permlab_readSms">read your text messages (SMS or MMS)</string>
511    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
512    <string name="permdesc_readSms" product="tablet">Allows the app to read
513      SMS messages stored on your tablet or SIM card. Malicious apps
514      may read your confidential messages.</string>
515    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
516    <string name="permdesc_readSms" product="default">Allows the app to read
517      SMS messages stored on your phone or SIM card. Malicious apps
518      may read your confidential messages.</string>
519
520    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
521    <string name="permlab_writeSms">edit your text messages (SMS or MMS)</string>
522    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
523    <string name="permdesc_writeSms" product="tablet">Allows the app to write
524      to SMS messages stored on your tablet or SIM card. Malicious apps
525      may delete your messages.</string>
526    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
527    <string name="permdesc_writeSms" product="default">Allows the app to write
528      to SMS messages stored on your phone or SIM card. Malicious apps
529      may delete your messages.</string>
530
531    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
532    <string name="permlab_receiveWapPush">receive text messages (WAP)</string>
533    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
534    <string name="permdesc_receiveWapPush">Allows the app to receive
535      and process WAP messages. Malicious apps may monitor
536      your messages or delete them without showing them to you.</string>
537
538    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
539    <string name="permlab_getTasks">retrieve running apps</string>
540    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
541    <string name="permdesc_getTasks">Allows the app to retrieve
542        information about currently and recently running tasks. Malicious apps may
543        discover private information about other apps.</string>
544
545    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50] -->
546    <string name="permlab_getDetailedTasks">retrieve details of running apps</string>
547    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
548    <string name="permdesc_getDetailedTasks">Allows the app to retrieve
549        detailed information about currently and recently running tasks. Malicious apps may 
550        discover private information about other apps.</string>
551
552    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
553    <string name="permlab_reorderTasks">reorder running apps</string>
554    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
555    <string name="permdesc_reorderTasks">Allows the app to move
556        tasks to the foreground and background. Malicious apps may force
557        themselves to the front without your control.</string>
558
559    <!-- Title of an application permission, allowing an application to remove/kill tasks -->
560    <string name="permlab_removeTasks">stop running apps</string>
561    <!-- Description of an application permission, allowing an application to remove/kill tasks -->
562    <string name="permdesc_removeTasks">Allows the app to remove
563        tasks and kill their apps. Malicious apps may disrupt
564        the behavior of other apps.</string>
565
566    <!-- Title of an application permission, allowing an application to start any activity, regardless of permission protection or exported state. -->
567    <string name="permlab_startAnyActivity">start any activity</string>
568    <!-- Description of an application permission, allowing an application to start any activity, regardless of permission protection or exported state. -->
569    <string name="permdesc_startAnyActivity">Allows the app to start any activity, regardless of permission protection or exported state.</string>
570
571    <!-- Title of an application permission, allowing control of app screen compatibility mode -->
572    <string name="permlab_setScreenCompatibility">set screen compatibility</string>
573    <!-- Description of an application permission, allowing control of app screen compatibility mode -->
574    <string name="permdesc_setScreenCompatibility">Allows the app to control the
575        screen compatibility mode of other applications.  Malicious applications may
576        break the behavior of other applications.</string>
577
578    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
579    <string name="permlab_setDebugApp">enable app debugging</string>
580    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
581    <string name="permdesc_setDebugApp">Allows the app to turn
582        on debugging for another app. Malicious apps may use this
583        to kill other apps.</string>
584
585    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
586    <string name="permlab_changeConfiguration">change system display settings</string>
587    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
588    <string name="permdesc_changeConfiguration">Allows the app to
589        change the current configuration, such as the locale or overall font
590        size.</string>
591
592    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
593    <string name="permlab_enableCarMode">enable car mode</string>
594    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
595    <string name="permdesc_enableCarMode">Allows the app to
596        enable the car mode.</string>
597
598    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
599    <string name="permlab_killBackgroundProcesses">close other apps</string>
600    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
601    <string name="permdesc_killBackgroundProcesses">Allows the app to
602        kill background processes of other apps, even if memory
603        isn\'t low.</string>
604
605    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
606    <string name="permlab_forceStopPackages">force stop other apps</string>
607    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
608    <string name="permdesc_forceStopPackages">Allows the app to forcibly stop other apps.</string>
609
610    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
611    <string name="permlab_forceBack">force app to close</string>
612    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
613    <string name="permdesc_forceBack">Allows the app to force any
614        activity that is in the foreground to close and go back.
615        Should never be needed for normal apps.</string>
616
617    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
618    <string name="permlab_dump">retrieve system internal state</string>
619    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
620    <string name="permdesc_dump">Allows the app to retrieve
621        internal state of the system. Malicious apps may retrieve
622        a wide variety of private and secure information that they should
623        never normally need.</string>
624
625    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
626    <string name="permlab_retrieve_window_content">retrieve screen content</string>
627    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
628    <string name="permdesc_retrieve_window_content">Allows the app to retrieve
629        the content of the active window. Malicious apps may retrieve
630        the entire window content and examine all its text except passwords.</string>
631
632    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
633    <string name="permlab_shutdown">partial shutdown</string>
634    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
635    <string name="permdesc_shutdown">Puts the activity manager into a shutdown
636        state.  Does not perform a complete shutdown.</string>
637
638    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
639    <string name="permlab_stopAppSwitches">prevent app switches</string>
640    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
641    <string name="permdesc_stopAppSwitches">Prevents the user from switching to
642        another app.</string>
643
644    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
645    <string name="permlab_runSetActivityWatcher">monitor and control all app launching</string>
646    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
647    <string name="permdesc_runSetActivityWatcher">Allows the app to
648        monitor and control how the system launches activities.
649        Malicious apps may completely compromise the system. This
650        permission is only needed for development, never for normal
651        use.</string>
652
653    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
654    <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
655    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
656    <string name="permdesc_broadcastPackageRemoved">Allows the app to
657        broadcast a notification that an app package has been removed.
658        Malicious apps may use this to kill any other running
659        app.</string>
660
661    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
662    <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
663    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
664    <string name="permdesc_broadcastSmsReceived">Allows the app to
665        broadcast a notification that an SMS message has been received.
666        Malicious apps may use this to forge incoming SMS messages.</string>
667
668    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
669    <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
670    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
671    <string name="permdesc_broadcastWapPush">Allows the app to
672        broadcast a notification that a WAP PUSH message has been received.
673        Malicious apps may use this to forge MMS message receipt or to
674        silently replace the content of any webpage with malicious variants.</string>
675
676    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
677    <string name="permlab_setProcessLimit">limit number of running processes</string>
678    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
679    <string name="permdesc_setProcessLimit">Allows the app
680        to control the maximum number of processes that will run. Never
681        needed for normal apps.</string>
682
683    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
684    <string name="permlab_setAlwaysFinish">force background apps to close</string>
685    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
686    <string name="permdesc_setAlwaysFinish">Allows the app
687        to control whether activities are always finished as soon as they
688        go to the background. Never needed for normal apps.</string>
689
690    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
691    <string name="permlab_batteryStats">modify battery statistics</string>
692    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
693    <string name="permdesc_batteryStats">Allows the app to modify
694        collected battery statistics. Not for use by normal apps.</string>
695
696    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
697    <string name="permlab_backup">control system backup and restore</string>
698    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
699    <string name="permdesc_backup">Allows the app to control the system\'s backup and restore mechanism.  Not for use by normal apps.</string>
700
701    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
702    <string name="permlab_confirm_full_backup">confirm a full backup or restore operation</string>
703    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
704    <string name="permdesc_confirm_full_backup">Allows the app to launch the full backup confirmation UI.  Not to be used by any app.</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_internalSystemWindow">display unauthorized windows</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_internalSystemWindow">Allows the app to create
710        windows that are intended to be used by the internal system
711        user interface. Not for use by normal apps.</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_systemAlertWindow">draw over other 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_systemAlertWindow">Allows the app to
717        show system alert windows. Malicious apps may take over the
718        entire screen.</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_setAnimationScale">modify global animation speed</string>
722    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
723    <string name="permdesc_setAnimationScale">Allows the app to change
724        the global animation speed (faster or slower animations) at any time.</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_manageAppTokens">manage app tokens</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_manageAppTokens">Allows the app to
730        create and manage their own tokens, bypassing their normal
731        Z-ordering. Should never be needed for normal apps.</string>
732
733    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
734    <string name="permlab_injectEvents">press keys and control buttons</string>
735    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
736    <string name="permdesc_injectEvents" product="tablet">Allows the app to deliver
737        its own input events (key presses, etc.) to other apps. Malicious
738        apps may use this to take over the tablet.</string>
739    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
740    <string name="permdesc_injectEvents" product="default">Allows the app to deliver
741        its own input events (key presses, etc.) to other apps. Malicious
742        apps may use this to take over the phone.</string>
743
744    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
745    <string name="permlab_readInputState">record what you type and actions you take</string>
746    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
747    <string name="permdesc_readInputState">Allows the app to watch the
748        keys you press even when interacting with another app (such
749        as typing a password). Should never be needed for normal apps.</string>
750
751    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
752    <string name="permlab_bindInputMethod">bind to an input method</string>
753    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
754    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
755        interface of an input method. Should never be needed for normal apps.</string>
756
757    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
758    <string name="permlab_bindTextService">bind to a text service</string>
759    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
760    <string name="permdesc_bindTextService">Allows the holder to bind to the top-level
761        interface of a text service(e.g. SpellCheckerService). Should never be needed for normal apps.</string>
762
763    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
764    <string name="permlab_bindVpnService">bind to a VPN service</string>
765    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
766    <string name="permdesc_bindVpnService">Allows the holder to bind to the top-level
767        interface of a Vpn service. Should never be needed for normal apps.</string>
768
769    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
770    <string name="permlab_bindWallpaper">bind to a wallpaper</string>
771    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
772    <string name="permdesc_bindWallpaper">Allows the holder to bind to the top-level
773        interface of a wallpaper. Should never be needed for normal apps.</string>
774
775    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
776    <string name="permlab_bindRemoteViews">bind to a widget service</string>
777    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
778    <string name="permdesc_bindRemoteViews">Allows the holder to bind to the top-level
779        interface of a widget service. Should never be needed for normal apps.</string>
780
781    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
782    <string name="permlab_bindDeviceAdmin">interact with a device admin</string>
783    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
784    <string name="permdesc_bindDeviceAdmin">Allows the holder to send intents to
785        a device administrator. Should never be needed for normal apps.</string>
786
787    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
788    <string name="permlab_setOrientation">change screen orientation</string>
789    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
790    <string name="permdesc_setOrientation">Allows the app to change
791        the rotation of the screen at any time. Should never be needed for
792        normal apps.</string>
793
794    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
795    <string name="permlab_setPointerSpeed">change pointer speed</string>
796    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
797    <string name="permdesc_setPointerSpeed">Allows the app to change
798        the mouse or trackpad pointer speed at any time. Should never be needed for
799        normal apps.</string>
800
801    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
802    <string name="permlab_setKeyboardLayout">change keyboard layout</string>
803    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
804    <string name="permdesc_setKeyboardLayout">Allows the app to change
805        the keyboard layout. Should never be needed for normal apps.</string>
806
807    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
808    <string name="permlab_signalPersistentProcesses">send Linux signals to apps</string>
809    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
810    <string name="permdesc_signalPersistentProcesses">Allows the app to request that the
811        supplied signal be sent to all persistent processes.</string>
812
813    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
814    <string name="permlab_persistentActivity">make app always run</string>
815    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
816    <string name="permdesc_persistentActivity">Allows the app to make
817        parts of itself persistent, so the system can\'t use it for other
818        apps.</string>
819
820    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
821    <string name="permlab_deletePackages">delete apps</string>
822    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
823    <string name="permdesc_deletePackages">Allows the app to delete
824        Android packages. Malicious apps may use this to delete important apps.</string>
825
826    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
827    <string name="permlab_clearAppUserData">delete other apps\' data</string>
828    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
829    <string name="permdesc_clearAppUserData">Allows the app to clear user data.</string>
830    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
831    <string name="permlab_deleteCacheFiles">delete other apps\' caches</string>
832    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
833    <string name="permdesc_deleteCacheFiles">Allows the app to delete
834        cache files.</string>
835
836    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
837    <string name="permlab_getPackageSize">measure app storage space</string>
838    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
839    <string name="permdesc_getPackageSize">Allows the app to retrieve its code, data, and cache sizes</string>
840
841    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
842    <string name="permlab_installPackages">directly install apps</string>
843    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
844    <string name="permdesc_installPackages">Allows the app to install new or updated
845        Android packages. Malicious apps may use this to add new apps with arbitrarily
846        powerful permissions.</string>
847
848    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
849    <string name="permlab_clearAppCache">delete all app cache data</string>
850    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
851    <string name="permdesc_clearAppCache" product="tablet">Allows the app to free tablet storage
852        by deleting files in app cache directory. Access is very
853        restricted usually to system process.</string>
854    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
855    <string name="permdesc_clearAppCache" product="default">Allows the app to free phone storage
856        by deleting files in app cache directory. Access is very
857        restricted usually to system process.</string>
858
859    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
860    <string name="permlab_movePackage">move app resources</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_movePackage">Allows the app to move app resources from internal to external media and vice versa.</string>
863
864    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
865    <string name="permlab_readLogs">read sensitive log data</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_readLogs" product="tablet">Allows the app to read from the
868        system\'s various log files.  This allows it to discover general
869        information about what you are doing with the tablet, potentially
870        including personal or private information.</string>
871    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
872    <string name="permdesc_readLogs" product="default">Allows the app to read from the
873        system\'s various log files.  This allows it to discover general
874        information about what you are doing with the phone, potentially
875        including personal or private information.</string>
876
877    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
878    <string name="permlab_anyCodecForPlayback">use any media decoder for playback</string>
879    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
880    <string name="permdesc_anyCodecForPlayback">Allows the app to use any installed
881        media decoder to decode for playback.</string>
882
883    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
884    <string name="permlab_diagnostic">read/write to resources owned by diag</string>
885    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
886    <string name="permdesc_diagnostic">Allows the app to read and write to
887    any resource owned by the diag group; for example, files in /dev. This could
888    potentially affect system stability and security. This should be ONLY be used
889    for hardware-specific diagnostics by the manufacturer or operator.</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_changeComponentState">enable or disable app components</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_changeComponentState" product="tablet">Allows the app to change whether a
895        component of another app is enabled or not. Malicious apps may use this
896        to disable important tablet capabilities. Care must be used with this permission, as it is
897        possible to get app components into an unusable, inconsistent, or unstable state.
898    </string>
899    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
900    <string name="permdesc_changeComponentState" product="default">Allows the app to change whether a
901        component of another app is enabled or not. Malicious apps may use this
902        to disable important phone capabilities. Care must be used with this permission, as it is
903        possible to get app components into an unusable, inconsistent, or unstable state.
904    </string>
905
906    <!-- Title of an application permission for granting or revoking other permissions [CHAR LIMIT=NONE] -->
907    <string name="permlab_grantRevokePermissions">grant or revoke permissions</string>
908    <!-- Description of an application permission for granting or revoking other permissions [CHAR LIMIT=NONE] -->
909    <string name="permdesc_grantRevokePermissions">Allows an application to grant or revoke
910        specific permissions for it or other applications.  Malicious applications may use this
911        to access features you have not granted them.
912    </string>
913
914    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
915    <string name="permlab_setPreferredApplications">set preferred apps</string>
916    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
917    <string name="permdesc_setPreferredApplications">Allows the app to
918        modify your preferred apps. Malicious apps may
919        silently change the apps that are run, spoofing your
920        existing apps to collect private data from you.</string>
921
922    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
923    <string name="permlab_writeSettings">modify system settings</string>
924    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
925    <string name="permdesc_writeSettings">Allows the app to modify the
926        system\'s settings data. Malicious apps may corrupt your system\'s
927        configuration.</string>
928
929    <string name="permlab_writeSecureSettings">modify secure system settings</string>
930    <string name="permdesc_writeSecureSettings">Allows the app to modify the
931        system\'s secure settings data. Not for use by normal apps.</string>
932
933    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
934    <string name="permlab_writeGservices">modify the Google services map</string>
935    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
936    <string name="permdesc_writeGservices">Allows the app to modify the
937        Google services map.  Not for use by normal apps.</string>
938
939    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
940    <string name="permlab_receiveBootCompleted">run at startup</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_receiveBootCompleted" product="tablet">Allows the app to
943        have itself started as soon as the system has finished booting.
944        This can make it take longer to start the tablet and allow the
945        app to slow down the overall tablet by always running.</string>
946    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
947    <string name="permdesc_receiveBootCompleted" product="default">Allows the app to
948        have itself started as soon as the system has finished booting.
949        This can make it take longer to start the phone and allow the
950        app to slow down the overall phone by always running.</string>
951
952    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
953    <string name="permlab_broadcastSticky">send sticky broadcast</string>
954    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
955    <string name="permdesc_broadcastSticky" product="tablet">Allows the app to send
956        sticky broadcasts, which remain after the broadcast ends.
957        Malicious apps may make the tablet slow or unstable by causing it
958        to use too much memory.</string>
959    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
960    <string name="permdesc_broadcastSticky" product="default">Allows the app to send
961        sticky broadcasts, which remain after the broadcast ends.
962        Malicious apps may make the phone slow or unstable by causing it
963        to use too much memory.</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_readContacts">read your contacts</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_readContacts" product="tablet">Allows the app to read all
969        the data about your contacts stored on your tablet, including the frequency
970        with which you\'ve called, emailed, or communicated in other ways with specific
971        individuals. This helps with auto-completion of email addresses and other convenient
972        features. Malicious apps can use this permission to send your contact data to
973        other people.</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_readContacts" product="default">Allows the app to read all
976        the data about your contacts stored on your phone, including the frequency
977        with which you\'ve called, emailed, or communicated in other ways with specific
978        individuals. This helps with auto-completion of email addresses and other convenient
979        features. Malicious apps can use this permission to send your contact data to
980        other people.</string>
981
982    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
983    <string name="permlab_writeContacts">modify your contacts</string>
984    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
985    <string name="permdesc_writeContacts" product="tablet">Allows the app to modify
986        the data about your contacts stored on your tablet, including the frequency
987        with which you\'ve called, emailed, or communicated in other ways with specific
988        individuals. This helps with auto-completion of email addresses and other convenient
989        features. Malicious apps may use this to erase or modify your contact data.</string>
990    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
991    <string name="permdesc_writeContacts" product="default">Allows the app to modify
992        the data about your contacts stored on your phone, including the frequency
993        with which you\'ve called, emailed, or communicated in other ways with specific
994        individuals. This helps with auto-completion of email addresses and other convenient
995        features. Malicious apps may use this to erase or modify your contact data.</string>
996
997    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
998    <string name="permlab_readCallLog">read call log</string>
999    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1000    <string name="permdesc_readCallLog" product="tablet">Allows the app to read your tablet\'s call log, including data about incoming and outgoing calls.
1001        Malicious apps may use this to send your data to other people.</string>
1002    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1003    <string name="permdesc_readCallLog" product="default">Allows the app to read your phone\'s call log, including data about incoming and outgoing calls.
1004        Malicious apps may use this to send your data to other people.</string>
1005
1006    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1007    <string name="permlab_writeCallLog">write call log</string>
1008    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1009    <string name="permdesc_writeCallLog" product="tablet">Allows the app to modify your tablet\'s call log, including data about incoming and outgoing calls.
1010        Malicious apps may use this to erase or modify your call log.</string>
1011    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1012    <string name="permdesc_writeCallLog" product="default">Allows the app to modify your phone\'s call log, including data about incoming and outgoing calls.
1013        Malicious apps may use this to erase or modify your call log.</string>
1014
1015
1016    <!-- Title of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=30] -->
1017    <string name="permlab_readProfile">read your own contact card</string>
1018    <!-- Description of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=NONE] -->
1019    <string name="permdesc_readProfile" product="default">Allows the app to read personal
1020        profile information stored on your device, such as your name and contact information. This
1021        means the app can identify you and send your profile information to others.</string>
1022
1023    <!-- Title of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=30] -->
1024    <string name="permlab_writeProfile">modify your own contact card</string>
1025    <!-- Description of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=NONE] -->
1026    <string name="permdesc_writeProfile" product="default">Allows the app to change or add
1027        to personal profile information stored on your device, such as your name and contact
1028        information.  This means other apps can identify you and send your profile
1029        information to others.</string>
1030
1031    <!-- Title of the read social stream permission, listed so the user can decide whether to allow the application to read information from the user's social stream. [CHAR LIMIT=30] -->
1032    <string name="permlab_readSocialStream" product="default">read your social stream</string>
1033    <string name="permdesc_readSocialStream" product="default">Allows the app to access
1034        and sync social updates from you and your friends. Malicious apps may use this to read
1035        private communications between you and your friends on social networks.</string>
1036
1037    <!-- Title of the write social stream permission, listed so the user can decide whether to allow the application to write information to the user's social stream. [CHAR LIMIT=30] -->
1038    <string name="permlab_writeSocialStream" product="default">write to your social stream</string>
1039    <string name="permdesc_writeSocialStream" product="default">Allows the app to display
1040        social updates from your friends. Malicious apps may use this to pretend to be a friend
1041        and trick you into revealing passwords or other confidential information.</string>
1042
1043
1044    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045    <string name="permlab_readCalendar">read calendar events plus confidential information</string>
1046    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1047    <string name="permdesc_readCalendar" product="tablet">Allows the app to read all calendar
1048        events stored on your tablet, including those of friends or coworkers. Malicious apps
1049        may extract personal information from these calendars without the owners\' knowledge.</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_readCalendar" product="default">Allows the app to read all calendar
1052        events stored on your phone, including those of friends or coworkers. Malicious apps
1053        may extract personal information from these calendars without the owners\' knowledge.</string>
1054
1055    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1056    <string name="permlab_writeCalendar">add or modify calendar events and send email to guests without owners\' knowledge</string>
1057    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1058    <string name="permdesc_writeCalendar">Allows the app to send event invitations as the calendar owner and add, remove,
1059        change events that you can modify on your device, including those of friends or co-workers. Malicious apps
1060        may send spam emails that appear to come from calendar owners, modify events without the owners\' knowledge, or add fake events.</string>
1061
1062    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1063    <string name="permlab_accessMockLocation">mock location sources for testing</string>
1064    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1065    <string name="permdesc_accessMockLocation">Allows the app to create mock location sources for testing.
1066        Malicious apps may use this to override the location and/or status returned by real
1067        location sources such as GPS or network providers.</string>
1068
1069    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1070    <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
1071    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1072    <string name="permdesc_accessLocationExtraCommands">Allows the app to access extra location provider commands.
1073        Malicious apps may use this to interfere with the operation of the GPS
1074        or other location sources.</string>
1075
1076    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1077    <string name="permlab_installLocationProvider">permission to install a location provider</string>
1078    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1079    <string name="permdesc_installLocationProvider">Create mock location sources for testing.
1080        Malicious apps may use this to override the location and/or status returned by real
1081        location sources such as GPS or Network providers or monitor and report your location to an external source.</string>
1082
1083    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1084    <string name="permlab_accessFineLocation">fine (GPS) location</string>
1085    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1086    <string name="permdesc_accessFineLocation" product="tablet">Access fine location sources such as the
1087        Global Positioning System on the tablet, where available.
1088        Malicious apps may use this to determine where you are, and may
1089        consume additional battery power.</string>
1090    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1091    <string name="permdesc_accessFineLocation" product="default">Access fine location sources such as the
1092        Global Positioning System on the phone, where available.
1093        Malicious apps may use this to determine where you are, and may
1094        consume additional battery power.</string>
1095
1096    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1097    <string name="permlab_accessCoarseLocation">coarse (network-based) location</string>
1098    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1099    <string name="permdesc_accessCoarseLocation" product="tablet">Access coarse location sources such as the cellular
1100        network database to determine an approximate tablet location, where available. Malicious
1101        apps may use this to determine approximately where you are.</string>
1102    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1103    <string name="permdesc_accessCoarseLocation" product="default">Access coarse location sources such as the cellular
1104        network database to determine an approximate phone location, where available. Malicious
1105        apps may use this to determine approximately where you are.</string>
1106
1107    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1108    <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
1109    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1110    <string name="permdesc_accessSurfaceFlinger">Allows the app to use SurfaceFlinger low-level features.</string>
1111
1112    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1113    <string name="permlab_readFrameBuffer">read frame buffer</string>
1114    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1115    <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string>
1116
1117    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1118    <string name="permlab_modifyAudioSettings">change your audio settings</string>
1119    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1120    <string name="permdesc_modifyAudioSettings">Allows the app to modify global audio settings such as volume and routing.</string>
1121
1122    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1123    <string name="permlab_recordAudio">record audio</string>
1124    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1125    <string name="permdesc_recordAudio">Allows the app to access the audio record path.</string>
1126
1127    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1128    <string name="permlab_camera">take pictures and videos</string>
1129    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1130    <string name="permdesc_camera">Allows the app to take pictures and videos
1131        with the camera. This allows the app at any time to collect
1132        images the camera is seeing.</string>
1133
1134    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1135    <string name="permlab_brick" product="tablet">permanently disable tablet</string>
1136    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1137    <string name="permlab_brick" product="default">permanently disable phone</string>
1138    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1139    <string name="permdesc_brick" product="tablet">Allows the app to
1140        disable the entire tablet permanently. This is very dangerous.</string>
1141    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1142    <string name="permdesc_brick" product="default">Allows the app to
1143        disable the entire phone permanently. This is very dangerous.</string>
1144
1145    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1146    <string name="permlab_reboot" product="tablet">force tablet reboot</string>
1147    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1148    <string name="permlab_reboot" product="default">force phone reboot</string>
1149    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1150    <string name="permdesc_reboot" product="tablet">Allows the app to force the tablet to reboot.</string>
1151    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1152    <string name="permdesc_reboot" product="default">Allows the app to force the phone to reboot.</string>
1153
1154
1155    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1156    <string name="permlab_mount_unmount_filesystems" product="nosdcard">access USB storage filesystem</string>
1157    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1158    <string name="permlab_mount_unmount_filesystems" product="default">access SD Card filesystem</string>
1159    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1160    <string name="permdesc_mount_unmount_filesystems">Allows the app to mount and
1161        unmount filesystems for removable storage.</string>
1162
1163    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1164    <string name="permlab_mount_format_filesystems" product="nosdcard">erase USB storage</string>
1165    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1166    <string name="permlab_mount_format_filesystems" product="default">erase SD Card</string>
1167    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1168    <string name="permdesc_mount_format_filesystems">Allows the app to format removable storage.</string>
1169
1170    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1171    <string name="permlab_asec_access">get information on internal storage</string>
1172    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1173    <string name="permdesc_asec_access">Allows the app to get information on internal storage.</string>
1174
1175    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1176    <string name="permlab_asec_create">create internal storage</string>
1177    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1178    <string name="permdesc_asec_create">Allows the app to create internal storage.</string>
1179
1180    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1181    <string name="permlab_asec_destroy">destroy internal storage</string>
1182    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1183    <string name="permdesc_asec_destroy">Allows the app to destroy internal storage.</string>
1184
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_asec_mount_unmount">mount/unmount internal storage</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_asec_mount_unmount">Allows the app to mount/unmount internal storage.</string>
1189
1190    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1191    <string name="permlab_asec_rename">rename internal storage</string>
1192    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1193    <string name="permdesc_asec_rename">Allows the app to rename internal storage.</string>
1194
1195    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1196    <string name="permlab_vibrate">control vibration</string>
1197    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1198    <string name="permdesc_vibrate">Allows the app to control the vibrator.</string>
1199
1200    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1201    <string name="permlab_flashlight">control flashlight</string>
1202    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1203    <string name="permdesc_flashlight">Allows the app to control the flashlight.</string>
1204
1205    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1206    <string name="permlab_manageUsb">manage preferences and permissions for USB devices</string>
1207    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1208    <string name="permdesc_manageUsb">Allows the app to manage preferences and permissions for USB devices.</string>
1209
1210    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1211    <string name="permlab_accessMtp">implement MTP protocol</string>
1212    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1213    <string name="permdesc_accessMtp">Allows access to the kernel MTP driver to implement the MTP USB protocol.</string>
1214
1215    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1216    <string name="permlab_hardware_test">test hardware</string>
1217    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1218    <string name="permdesc_hardware_test">Allows the app to control
1219        various peripherals for the purpose of hardware testing.</string>
1220
1221    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1222    <string name="permlab_callPhone">directly call phone numbers</string>
1223    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1224    <string name="permdesc_callPhone">Allows the app to call
1225        phone numbers without your intervention. Malicious apps may
1226        cause unexpected calls on your phone bill. Note that this doesn\'t
1227        allow the app to call emergency numbers.</string>
1228
1229    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1230    <string name="permlab_callPrivileged">directly call any phone numbers</string>
1231    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1232    <string name="permdesc_callPrivileged">Allows the app to call
1233        any phone number, including emergency numbers, without your intervention.
1234        Malicious apps may place unnecessary and illegal calls to emergency
1235        services.</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_performCdmaProvisioning" product="tablet">directly start CDMA tablet setup</string>
1239    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1240    <string name="permlab_performCdmaProvisioning" product="default">directly start CDMA phone setup</string>
1241    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1242    <string name="permdesc_performCdmaProvisioning">Allows the app to start CDMA provisioning.
1243        Malicious apps may unnecessarily start CDMA provisioning.</string>
1244
1245    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1246    <string name="permlab_locationUpdates">control location update notifications</string>
1247    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1248    <string name="permdesc_locationUpdates">Allows the app to enable/disable location
1249        update notifications from the radio.  Not for use by normal apps.</string>
1250
1251    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1252    <string name="permlab_checkinProperties">access checkin properties</string>
1253    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1254    <string name="permdesc_checkinProperties">Allows the app read/write access to
1255        properties uploaded by the checkin service.  Not for use by normal
1256        apps.</string>
1257
1258    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1259    <string name="permlab_bindGadget">choose widgets</string>
1260    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1261    <string name="permdesc_bindGadget">Allows the app to tell the system
1262        which widgets can be used by which app. An app with this permission
1263        can give access to personal data to other apps.
1264        Not for use by normal apps.</string>
1265
1266    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1267    <string name="permlab_modifyPhoneState">modify phone state</string>
1268    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1269    <string name="permdesc_modifyPhoneState">Allows the app to control the
1270        phone features of the device. An app with this permission can switch
1271        networks, turn the phone radio on and off and the like without ever notifying
1272        you.</string>
1273
1274    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1275    <string name="permlab_readPhoneState">read phone status and identity</string>
1276    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1277    <string name="permdesc_readPhoneState">Allows the app to access the phone
1278        features of the device.  An app with this permission can determine the phone
1279        number and serial number of this phone, whether a call is active, the number that call
1280        is connected to and the like.</string>
1281
1282    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1283    <string name="permlab_wakeLock" product="tablet">prevent tablet from sleeping</string>
1284    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1285    <string name="permlab_wakeLock" product="default">prevent phone from sleeping</string>
1286    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1287    <string name="permdesc_wakeLock" product="tablet">Allows the app to prevent the tablet from going to sleep.</string>
1288    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1289    <string name="permdesc_wakeLock" product="default">Allows the app to prevent the phone from going to sleep.</string>
1290
1291    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1292    <string name="permlab_devicePower" product="tablet">power tablet on or off</string>
1293    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1294    <string name="permlab_devicePower" product="default">power phone on or off</string>
1295    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1296    <string name="permdesc_devicePower" product="tablet">Allows the app to turn the
1297        tablet on or off.</string>
1298    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1299    <string name="permdesc_devicePower" product="default">Allows the app to turn the phone on or off.</string>
1300
1301    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1302    <string name="permlab_factoryTest">run in factory test mode</string>
1303    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1304    <string name="permdesc_factoryTest" product="tablet">Run as a low-level manufacturer test,
1305        allowing complete access to the tablet hardware. Only available
1306        when a tablet is running in manufacturer test mode.</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_factoryTest" product="default">Run as a low-level manufacturer test,
1309        allowing complete access to the phone hardware. Only available
1310        when a phone is running in manufacturer test mode.</string>
1311
1312    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1313    <string name="permlab_setWallpaper">set wallpaper</string>
1314    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1315    <string name="permdesc_setWallpaper">Allows the app to set the system wallpaper.</string>
1316
1317    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1318    <string name="permlab_setWallpaperHints">adjust your wallpaper size</string>
1319    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1320    <string name="permdesc_setWallpaperHints">Allows the app to set the system wallpaper size hints.</string>
1321
1322    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1323    <string name="permlab_masterClear">reset system to factory defaults</string>
1324    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1325    <string name="permdesc_masterClear">Allows the app to completely
1326        reset the system to its factory settings, erasing all data,
1327        configuration, and installed apps.</string>
1328
1329    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1330    <string name="permlab_setTime">set time</string>
1331    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1332    <string name="permdesc_setTime" product="tablet">Allows the app to change the tablet\'s clock time.</string>
1333    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1334    <string name="permdesc_setTime" product="default">Allows the app to change the phone\'s clock time.</string>
1335
1336    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1337    <string name="permlab_setTimeZone">set time zone</string>
1338    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1339    <string name="permdesc_setTimeZone" product="tablet">Allows the app to change the tablet\'s time zone.</string>
1340    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1341    <string name="permdesc_setTimeZone" product="default">Allows the app to change the phone\'s time zone.</string>
1342
1343    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1344    <string name="permlab_accountManagerService">act as the AccountManagerService</string>
1345    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1346    <string name="permdesc_accountManagerService">Allows the app to make calls to AccountAuthenticators.</string>
1347
1348    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1349    <string name="permlab_getAccounts">find accounts on the device</string>
1350    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1351    <string name="permdesc_getAccounts" product="tablet">Allows the app to get the list of accounts known by the tablet.</string>
1352    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1353    <string name="permdesc_getAccounts" product="default">Allows the app to get the list of accounts known by the phone.</string>
1354
1355    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1356    <string name="permlab_authenticateAccounts">create accounts and set passwords</string>
1357    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1358    <string name="permdesc_authenticateAccounts">Allows the app
1359    to use the account authenticator capabilities of the
1360    AccountManager, including creating accounts and getting and
1361    setting their passwords.</string>
1362
1363    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1364    <string name="permlab_manageAccounts">add or remove accounts</string>
1365    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1366    <string name="permdesc_manageAccounts">Allows the app to
1367    perform operations like adding and removing accounts, and deleting
1368    their password.</string>
1369
1370    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1371    <string name="permlab_useCredentials">use accounts on the device</string>
1372    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1373    <string name="permdesc_useCredentials">Allows the app to request authentication tokens.</string>
1374
1375    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1376    <string name="permlab_accessNetworkState">view network connections</string>
1377    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1378    <string name="permdesc_accessNetworkState">Allows the app to view the state of all networks.</string>
1379
1380    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1381    <string name="permlab_createNetworkSockets">full Internet access</string>
1382    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1383    <string name="permdesc_createNetworkSockets">Allows the app to create network sockets.</string>
1384
1385    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1386    <string name="permlab_writeApnSettings">change/intercept network settings and traffic</string>
1387    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1388    <string name="permdesc_writeApnSettings">Allows the app to change network settings and to intercept and inspect all network traffic,
1389      for example to change the proxy and port of any APN. Malicious apps may monitor, redirect, or modify network
1390      packets without your knowledge.</string>
1391
1392    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1393    <string name="permlab_changeNetworkState">change network connectivity</string>
1394    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1395    <string name="permdesc_changeNetworkState">Allows the app to change the state of network connectivity.</string>
1396
1397    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1398    <string name="permlab_changeTetherState">change tethered connectivity</string>
1399    <!-- Description of an application permission, listed so the user can choose whether they want to allow the applicaiton to do this. -->
1400    <string name="permdesc_changeTetherState">Allows the app to change the state of tethered network connectivity.</string>
1401
1402    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1403    <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
1404    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1405    <string name="permdesc_changeBackgroundDataSetting">Allows the app to change the background data usage setting.</string>
1406
1407    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1408    <string name="permlab_accessWifiState">view Wi-Fi connections</string>
1409    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1410    <string name="permdesc_accessWifiState">Allows the app to view the information about the state of Wi-Fi.</string>
1411
1412    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1413    <string name="permlab_changeWifiState">connect and disconnect from Wi-Fi</string>
1414    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1415    <string name="permdesc_changeWifiState">Allows the app to connect to and disconnect from Wi-Fi access points, and to make changes to
1416      configured Wi-Fi networks.</string>
1417
1418    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1419    <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast reception</string>
1420    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1421    <string name="permdesc_changeWifiMulticastState">Allows the app to
1422      receive packets not directly addressed to your device. This can be
1423      useful when discovering services offered near by. It uses more power
1424      than the non-multicast mode.</string>
1425
1426    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1427    <string name="permlab_bluetoothAdmin">access Bluetooth settings</string>
1428    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1429    <string name="permdesc_bluetoothAdmin" product="tablet">Allows the app to
1430      configure the local Bluetooth tablet, and to discover and pair with remote
1431      devices.</string>
1432    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1433    <string name="permdesc_bluetoothAdmin" product="default">Allows the app to configure
1434      the local Bluetooth phone, and to discover and pair with remote devices.</string>
1435
1436    <string name="permlab_accessWimaxState">View WiMAX connections</string>
1437    <string name="permdesc_accessWimaxState">Allows the app to view the information about the state of WiMAX.</string>
1438    <string name="permlab_changeWimaxState">Change WiMAX state</string>
1439    <string name="permdesc_changeWimaxState">Allows the app to connect to and disconnect from WiMAX network.</string>
1440
1441    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1442    <string name="permlab_bluetooth">pair with Bluetooth devices</string>
1443    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1444    <string name="permdesc_bluetooth" product="tablet">Allows the app to view the
1445      configuration of the local Bluetooth tablet, and to make and accept
1446      connections with paired devices.</string>
1447    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1448    <string name="permdesc_bluetooth" product="default">Allows the app to view the
1449      configuration of the local Bluetooth phone, and to make and accept
1450      connections with paired devices.</string>
1451
1452    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1453    <string name="permlab_nfc">control Near Field Communication</string>
1454    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1455    <string name="permdesc_nfc">Allows the app to communicate
1456      with Near Field Communication (NFC) tags, cards, and readers.</string>
1457
1458    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1459    <string name="permlab_disableKeyguard">disable your screen lock</string>
1460    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1461    <string name="permdesc_disableKeyguard">Allows the app to disable
1462      the keylock and any associated password security. A legitimate example of
1463      this is the phone disabling the keylock when receiving an incoming phone call,
1464      then re-enabling the keylock when the call is finished.</string>
1465
1466    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1467    <string name="permlab_readSyncSettings">read sync settings</string>
1468    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1469    <string name="permdesc_readSyncSettings">Allows the app to read the sync settings,
1470        such as whether sync is enabled for the People app.</string>
1471
1472    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1473    <string name="permlab_writeSyncSettings">toggle sync on and off</string>
1474    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1475    <string name="permdesc_writeSyncSettings">Allows the app to modify the sync
1476        settings, such as whether sync is enabled for the People app.</string>
1477
1478    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1479    <string name="permlab_readSyncStats">read sync statistics</string>
1480    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1481    <string name="permdesc_readSyncStats">Allows the app to read the sync stats; e.g., the
1482        history of syncs that have occurred.</string>
1483
1484    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1485    <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1486    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1487    <string name="permdesc_subscribedFeedsRead">Allows the app to get details about the currently synced feeds.</string>
1488
1489    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1490    <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1491    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1492    <string name="permdesc_subscribedFeedsWrite">Allows the app to modify
1493      your currently synced feeds. Malicious apps may change your synced feeds.</string>
1494
1495    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1496    <string name="permlab_readDictionary">read terms you added to the dictionary</string>
1497    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1498    <string name="permdesc_readDictionary">Allows the app to read any private
1499      words, names and phrases that the user may have stored in the user dictionary.</string>
1500
1501    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1502    <string name="permlab_writeDictionary">write to user-defined dictionary</string>
1503    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1504    <string name="permdesc_writeDictionary">Allows the app to write new words into the
1505      user dictionary.</string>
1506
1507    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1508    <string name="permlab_sdcardRead" product="nosdcard">read the contents of your USB storage</string>
1509    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1510    <string name="permlab_sdcardRead" product="default">read the contents of your SD card</string>
1511    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1512    <string name="permdesc_sdcardRead" product="nosdcard">Allows the app to read contents of USB storage, which may include photos and media.</string>
1513    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1514    <string name="permdesc_sdcardRead" product="default">Allows the app to read contents of SD card, which may include photos and media.</string>
1515
1516    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1517    <string name="permlab_sdcardWrite" product="nosdcard">modify or delete the contents of your USB storage</string>
1518    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1519    <string name="permlab_sdcardWrite" product="default">modify or delete the contens of your SD card</string>
1520    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1521    <string name="permdesc_sdcardWrite" product="nosdcard">Allows the app to write to the USB storage.</string>
1522    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1523    <string name="permdesc_sdcardWrite" product="default">Allows the app to write to the SD card.</string>
1524
1525    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1526    <string name="permlab_mediaStorageWrite" product="default">modify/delete internal media storage contents</string>
1527    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
1528    <string name="permdesc_mediaStorageWrite" product="default">Allows the app to modify the contents of the internal media storage.</string>
1529
1530    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1531    <string name="permlab_cache_filesystem">access the cache filesystem</string>
1532    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1533    <string name="permdesc_cache_filesystem">Allows the app to read and write the cache filesystem.</string>
1534
1535    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1536    <string name="permlab_use_sip">make/receive Internet calls</string>
1537    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1538    <string name="permdesc_use_sip">Allows the app to use the SIP service to make/receive Internet calls.</string>
1539
1540    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1541    <string name="permlab_readNetworkUsageHistory">read historical network usage</string>
1542    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1543    <string name="permdesc_readNetworkUsageHistory">Allows the app to read historical network usage for specific networks and apps.</string>
1544
1545    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1546    <string name="permlab_manageNetworkPolicy">manage network policy</string>
1547    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1548    <string name="permdesc_manageNetworkPolicy">Allows the app to manage network policies and define app-specific rules.</string>
1549
1550    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1551    <string name="permlab_modifyNetworkAccounting">modify network usage accounting</string>
1552    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1553    <string name="permdesc_modifyNetworkAccounting">Allows the app to modify how network usage is accounted against apps. Not for use by normal apps.</string>
1554
1555    <!-- Policy administration -->
1556
1557    <!-- Title of policy access to limiting the user's password choices -->
1558    <string name="policylab_limitPassword">Set password rules</string>
1559    <!-- Description of policy access to limiting the user's password choices -->
1560    <string name="policydesc_limitPassword">Control the length and the characters allowed in screen-unlock passwords.</string>
1561    <!-- Title of policy access to watch user login attempts -->
1562    <string name="policylab_watchLogin">Monitor screen-unlock attempts</string>
1563    <!-- Description of policy access to watch user login attempts -->
1564    <string name="policydesc_watchLogin" product="tablet">Monitor the number of incorrect passwords
1565    typed when unlocking the screen, and lock the tablet or erase all the tablet\'s
1566    data if too many incorrect passwords are typed.</string>
1567    <!-- Description of policy access to watch user login attempts -->
1568    <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords
1569    typed. when unlocking the screen, and lock the phone or erase all the phone\'s
1570    data if too many incorrect passwords are typed.</string>
1571    <!-- Title of policy access to reset user's password -->
1572    <string name="policylab_resetPassword">Change the screen-unlock password</string>
1573    <!-- Description of policy access to reset user's password -->
1574    <string name="policydesc_resetPassword">Change the screen-unlock password.</string>
1575    <!-- Title of policy access to force lock the device -->
1576    <string name="policylab_forceLock">Lock the screen</string>
1577    <!-- Description of policy access to limiting the user's password choices -->
1578    <string name="policydesc_forceLock">Control how and when the screen locks.</string>
1579    <!-- Title of policy access to wipe the user's data -->
1580    <string name="policylab_wipeData">Erase all data</string>
1581    <!-- Description of policy access to wipe the user's data -->
1582    <string name="policydesc_wipeData" product="tablet">Erase the tablet\'s data without warning by performing a factory data reset.</string>
1583    <!-- Description of policy access to wipe the user's data -->
1584    <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string>
1585    <string name="policylab_setGlobalProxy">Set the device global proxy</string>
1586    <!-- Description of policy access to wipe the user's data -->
1587    <string name="policydesc_setGlobalProxy">Set the device global proxy
1588        to be used while policy is enabled. Only the first device admin
1589        sets the effective global proxy.</string>
1590    <!-- Title of policy access to enforce password expiration [CHAR LIMIT=30]-->
1591    <string name="policylab_expirePassword">Set lock-screen password expiration</string>
1592    <!-- Description of policy access to enforce password expiration [CHAR LIMIT=110]-->
1593    <string name="policydesc_expirePassword">Control how frequently the lock-screen password must be changed.</string>
1594    <!-- Title of policy access to require encrypted storage [CHAR LIMIT=30]-->
1595    <string name="policylab_encryptedStorage">Set storage encryption</string>
1596    <!-- Description of policy access to require encrypted storage [CHAR LIMIT=110]-->
1597    <string name="policydesc_encryptedStorage">Require that stored app data be encrypted.</string>
1598    <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]-->
1599    <string name="policylab_disableCamera">Disable cameras</string>
1600    <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]-->
1601    <string name="policydesc_disableCamera">Prevent use of all device cameras.</string>
1602
1603    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1604    <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1605    <string-array name="phoneTypes">
1606        <item>Home</item>
1607        <item>Mobile</item>
1608        <item>Work</item>
1609        <item>Work Fax</item>
1610        <item>Home Fax</item>
1611        <item>Pager</item>
1612        <item>Other</item>
1613        <item>Custom</item>
1614    </string-array>
1615
1616    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1617    <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1618    <string-array name="emailAddressTypes">
1619        <item>Home</item>
1620        <item>Work</item>
1621        <item>Other</item>
1622        <item>Custom</item>
1623    </string-array>
1624
1625    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1626    <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1627    <string-array name="postalAddressTypes">
1628        <item>Home</item>
1629        <item>Work</item>
1630        <item>Other</item>
1631        <item>Custom</item>
1632    </string-array>
1633
1634    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1635    <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1636    <string-array name="imAddressTypes">
1637        <item>Home</item>
1638        <item>Work</item>
1639        <item>Other</item>
1640        <item>Custom</item>
1641    </string-array>
1642
1643    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1644    <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1645    <string-array name="organizationTypes">
1646        <item>Work</item>
1647        <item>Other</item>
1648        <item>Custom</item>
1649    </string-array>
1650
1651    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1652    <!-- Instant Message protocols/providers from android.provider.Contacts -->
1653    <string-array name="imProtocols">
1654        <item>AIM</item>
1655        <item>Windows Live</item>
1656        <item>Yahoo</item>
1657        <item>Skype</item>
1658        <item>QQ</item>
1659        <item>Google Talk</item>
1660        <item>ICQ</item>
1661        <item>Jabber</item>
1662    </string-array>
1663
1664    <!-- Custom phone number type -->
1665    <string name="phoneTypeCustom">Custom</string>
1666    <!-- Home phone number type -->
1667    <string name="phoneTypeHome">Home</string>
1668    <!-- Mobile phone number type -->
1669    <string name="phoneTypeMobile">Mobile</string>
1670    <!-- Work phone number type -->
1671    <string name="phoneTypeWork">Work</string>
1672    <!-- Work fax phone number type -->
1673    <string name="phoneTypeFaxWork">Work Fax</string>
1674    <!-- Home fax phone number type -->
1675    <string name="phoneTypeFaxHome">Home Fax</string>
1676    <!-- Pager phone number type -->
1677    <string name="phoneTypePager">Pager</string>
1678    <!-- Other phone number type -->
1679    <string name="phoneTypeOther">Other</string>
1680    <!-- Callback phone number type -->
1681    <string name="phoneTypeCallback">Callback</string>
1682    <!-- Car phone number type -->
1683    <string name="phoneTypeCar">Car</string>
1684    <!-- Company main phone number type -->
1685    <string name="phoneTypeCompanyMain">Company Main</string>
1686    <!-- ISDN phone number type -->
1687    <string name="phoneTypeIsdn">ISDN</string>
1688    <!-- Main phone number type -->
1689    <string name="phoneTypeMain">Main</string>
1690    <!-- Other fax phone number type -->
1691    <string name="phoneTypeOtherFax">Other Fax</string>
1692    <!-- Radio phone number type -->
1693    <string name="phoneTypeRadio">Radio</string>
1694    <!-- Telex phone number type -->
1695    <string name="phoneTypeTelex">Telex</string>
1696    <!-- TTY TDD phone number type -->
1697    <string name="phoneTypeTtyTdd">TTY TDD</string>
1698    <!-- Work mobile phone number type -->
1699    <string name="phoneTypeWorkMobile">Work Mobile</string>
1700    <!-- Work pager phone number type -->
1701    <string name="phoneTypeWorkPager">Work Pager</string>
1702    <!-- Assistant phone number type -->
1703    <string name="phoneTypeAssistant">Assistant</string>
1704    <!-- MMS phone number type -->
1705    <string name="phoneTypeMms">MMS</string>
1706
1707    <!-- Label for custom events  [CHAR LIMIT=20] -->
1708    <string name="eventTypeCustom">Custom</string>
1709    <!-- Label for a birthday event  [CHAR LIMIT=20] -->
1710    <string name="eventTypeBirthday">Birthday</string>
1711    <!-- Label for an anniversary event  [CHAR LIMIT=20] -->
1712    <string name="eventTypeAnniversary">Anniversary</string>
1713    <!-- Label for other events  [CHAR LIMIT=20] -->
1714    <string name="eventTypeOther">Other</string>
1715
1716    <!-- Custom email type -->
1717    <string name="emailTypeCustom">Custom</string>
1718    <!-- Home email type -->
1719    <string name="emailTypeHome">Home</string>
1720    <!-- Work email type -->
1721    <string name="emailTypeWork">Work</string>
1722    <!-- Other email type -->
1723    <string name="emailTypeOther">Other</string>
1724    <!-- Mobile email type -->
1725    <string name="emailTypeMobile">Mobile</string>
1726
1727    <!-- Custom postal address type -->
1728    <string name="postalTypeCustom">Custom</string>
1729    <!-- Home postal address type -->
1730    <string name="postalTypeHome">Home</string>
1731    <!-- Work postal address type -->
1732    <string name="postalTypeWork">Work</string>
1733    <!-- Other postal address type -->
1734    <string name="postalTypeOther">Other</string>
1735
1736    <!-- Custom IM address type -->
1737    <string name="imTypeCustom">Custom</string>
1738    <!-- Home IM address type -->
1739    <string name="imTypeHome">Home</string>
1740    <!-- Work IM address type -->
1741    <string name="imTypeWork">Work</string>
1742    <!-- Other IM address type -->
1743    <string name="imTypeOther">Other</string>
1744
1745    <!-- Custom IM protocol type -->
1746    <string name="imProtocolCustom">Custom</string>
1747    <!-- AIM IM protocol type -->
1748    <string name="imProtocolAim">AIM</string>
1749    <!-- MSN IM protocol type -->
1750    <string name="imProtocolMsn">Windows Live</string>
1751    <!-- Yahoo IM protocol type -->
1752    <string name="imProtocolYahoo">Yahoo</string>
1753    <!-- Skype IM protocol type -->
1754    <string name="imProtocolSkype">Skype</string>
1755    <!-- QQ IM protocol type -->
1756    <string name="imProtocolQq">QQ</string>
1757    <!-- Google Talk IM protocol type -->
1758    <string name="imProtocolGoogleTalk">Google Talk</string>
1759    <!-- ICQ IM protocol type -->
1760    <string name="imProtocolIcq">ICQ</string>
1761    <!-- Jabber IM protocol type -->
1762    <string name="imProtocolJabber">Jabber</string>
1763    <!-- NetMeeting IM protocol type -->
1764    <string name="imProtocolNetMeeting">NetMeeting</string>
1765
1766    <!-- Work organization type -->
1767    <string name="orgTypeWork">Work</string>
1768    <!-- Other organization type -->
1769    <string name="orgTypeOther">Other</string>
1770    <!-- Custom organization type -->
1771    <string name="orgTypeCustom">Custom</string>
1772
1773    <!-- Custom relationship custom [CHAR LIMIT=20] -->
1774    <string name="relationTypeCustom">Custom</string>
1775    <!-- Assistant relationship type [CHAR LIMIT=20] -->
1776    <string name="relationTypeAssistant">Assistant</string>
1777    <!-- Brother relationship type [CHAR LIMIT=20] -->
1778    <string name="relationTypeBrother">Brother</string>
1779    <!-- Child relationship type [CHAR LIMIT=20] -->
1780    <string name="relationTypeChild">Child</string>
1781    <!-- Domestic Partner relationship type [CHAR LIMIT=20] -->
1782    <string name="relationTypeDomesticPartner">Domestic Partner</string>
1783    <!-- Father relationship type [CHAR LIMIT=20] -->
1784    <string name="relationTypeFather">Father</string>
1785    <!-- Friend relationship type [CHAR LIMIT=20] -->
1786    <string name="relationTypeFriend">Friend</string>
1787    <!-- Manager relationship type [CHAR LIMIT=20] -->
1788    <string name="relationTypeManager">Manager</string>
1789    <!-- Mother relationship type [CHAR LIMIT=20] -->
1790    <string name="relationTypeMother">Mother</string>
1791    <!-- Parent relationship type [CHAR LIMIT=20] -->
1792    <string name="relationTypeParent">Parent</string>
1793    <!-- Partner relationship type [CHAR LIMIT=20] -->
1794    <string name="relationTypePartner">Partner</string>
1795    <!-- Referred by relationship type [CHAR LIMIT=20] -->
1796    <string name="relationTypeReferredBy">Referred by</string>
1797    <!-- Relative relationship type [CHAR LIMIT=20] -->
1798    <string name="relationTypeRelative">Relative</string>
1799    <!-- Sister relationship type [CHAR LIMIT=20] -->
1800    <string name="relationTypeSister">Sister</string>
1801    <!-- Spouse relationship type [CHAR LIMIT=20] -->
1802    <string name="relationTypeSpouse">Spouse</string>
1803
1804    <!-- Custom SIP address type -->
1805    <string name="sipAddressTypeCustom">Custom</string>
1806    <!-- Home SIP address type -->
1807    <string name="sipAddressTypeHome">Home</string>
1808    <!-- Work SIP address type -->
1809    <string name="sipAddressTypeWork">Work</string>
1810    <!-- Other SIP address type -->
1811    <string name="sipAddressTypeOther">Other</string>
1812
1813    <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
1814         Displayed in one line in a large font.  -->
1815    <string name="keyguard_password_enter_pin_code">Type PIN code</string>
1816
1817    <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
1818         Displayed in one line in a large font.  -->
1819    <string name="keyguard_password_enter_puk_code">Type PUK and new PIN code</string>
1820
1821    <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
1822    <string name="keyguard_password_enter_puk_prompt">PUK code</string>
1823    <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
1824    <string name="keyguard_password_enter_pin_prompt">New PIN code</string>
1825
1826    <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
1827    <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to type password</font></string>
1828
1829    <!-- Instructions telling the user to enter their text password to unlock the keyguard.
1830         Displayed in one line in a large font.  -->
1831    <string name="keyguard_password_enter_password_code">Type password to unlock</string>
1832
1833    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
1834         Displayed in one line in a large font.  -->
1835    <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
1836
1837    <!-- Instructions telling the user that they entered the wrong pin while trying
1838         to unlock the keyguard.  Displayed in one line in a large font.  -->
1839    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
1840
1841    <!-- Instructions telling the user how to unlock the phone. -->
1842    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1843
1844    <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1845    <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1846
1847    <!--
1848       *** touch based lock / unlock ***
1849                                          --> <skip />
1850
1851    <!-- 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.-->
1852    <string name="lockscreen_carrier_default">No service.</string>
1853
1854    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1855    <string name="lockscreen_screen_locked">Screen locked.</string>
1856
1857    <!-- when pattern lock is enabled, tell them about the emergency dial -->
1858    <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1859
1860    <!-- 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. -->
1861    <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1862
1863    <!-- 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. -->
1864    <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1865    <!-- Button at the bottom of the unlock screen to make an emergency call. -->
1866    <string name="lockscreen_emergency_call">Emergency call</string>
1867    <!-- Button at the bottom of the unlock screen that lets the user return to a call -->
1868    <string name="lockscreen_return_to_call">Return to call</string>
1869    <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1870    <string name="lockscreen_pattern_correct">Correct!</string>
1871    <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1872    <string name="lockscreen_pattern_wrong">Try again</string>
1873    <!-- On the unlock password screen, shown when the user enters the wrong lock password and must try again. -->
1874    <string name="lockscreen_password_wrong">Try again</string>
1875    <!-- Shown when face unlock failed multiple times so we're just using the backup -->
1876    <string name="faceunlock_multiple_failures">Maximum Face Unlock attempts exceeded</string>
1877
1878    <!-- When the lock screen is showing and the phone plugged in, and the battery
1879         is not fully charged, show the current charge %.  -->
1880    <string name="lockscreen_plugged_in">Charging, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
1881    <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
1882         charged, say that it is charged. -->
1883    <string name="lockscreen_charged">Charged.</string>
1884    <!-- A short representation of charging information, e.g "34%" -->
1885    <string name="lockscreen_battery_short"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
1886
1887    <!-- When the lock screen is showing and the battery is low, warn user to plug
1888         in the phone soon. -->
1889    <string name="lockscreen_low_battery">Connect your charger.</string>
1890
1891    <!-- Shown in the lock screen when there is no SIM card. -->
1892    <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
1893    <!-- Shown in the lock screen when there is no SIM card. -->
1894    <string name="lockscreen_missing_sim_message" product="tablet">No SIM card in tablet.</string>
1895    <!-- Shown in the lock screen when there is no SIM card. -->
1896    <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
1897    <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1898    <string name="lockscreen_missing_sim_instructions">Insert a SIM card.</string>
1899    <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. -->
1900    <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
1901    <!-- Shown in the lock screen when SIM card is permanently disabled. -->
1902    <string name="lockscreen_permanent_disabled_sim_message_short">Unusable SIM card.</string>
1903    <!-- Shown in the lock screen to inform the user to SIM card is permanently disabled. -->
1904    <string name="lockscreen_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
1905    Contact your wireless service provider for another SIM card.</string>
1906
1907    <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
1908    <string name="lockscreen_transport_prev_description">Previous track button</string>
1909    <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
1910    <string name="lockscreen_transport_next_description">Next track button</string>
1911    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1912    <string name="lockscreen_transport_pause_description">Pause button</string>
1913    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1914    <string name="lockscreen_transport_play_description">Play button</string>
1915    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1916    <string name="lockscreen_transport_stop_description">Stop button</string>
1917
1918    <!-- Shown in the lock screen when there is emergency calls only mode. -->
1919    <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
1920
1921    <!-- When the user inserts a sim card from an unsupported network, it becomes network
1922         locked -->
1923    <string name="lockscreen_network_locked_message">Network locked</string>
1924
1925
1926    <!-- When the user enters a wrong sim pin too many times, it becomes
1927         PUK locked (Pin Unlock Kode) -->
1928    <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1929    <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1930    <string name="lockscreen_sim_puk_locked_instructions">See the User Guide or contact Customer Care.</string>
1931
1932    <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1933    <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1934
1935    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1936         whether it is valid, and to unlock the sim if it is valid.  we display a
1937         progress dialog in the meantime.  this is the emssage. -->
1938    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1939
1940    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1941         drawing the unlock pattern -->
1942    <string name="lockscreen_too_many_failed_attempts_dialog_message">
1943        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1944        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
1945    </string>
1946
1947    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1948         entering the password -->
1949    <string name="lockscreen_too_many_failed_password_attempts_dialog_message">
1950        You have incorrectly typed your password <xliff:g id="number">%d</xliff:g> times.
1951        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
1952    </string>
1953
1954    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1955         entering the PIN -->
1956    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">
1957        You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times.
1958        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
1959    </string>
1960
1961    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1962         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1963    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet">
1964        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1965       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1966       you will be asked to unlock your tablet using your Google signin.\n\n
1967       Try again in <xliff:g id="number">%d</xliff:g> seconds.
1968    </string>
1969
1970    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1971         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1972    <string name="lockscreen_failed_attempts_almost_glogin" product="default">
1973        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1974       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1975       you will be asked to unlock your phone using your Google signin.\n\n
1976       Try again in <xliff:g id="number">%d</xliff:g> seconds.
1977    </string>
1978
1979    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1980         where the device will be wiped. -->
1981    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet">
1982       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
1983       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1984       the tablet will be reset to factory default and all user data will be lost.
1985    </string>
1986
1987    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1988         where the device will be wiped. -->
1989    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default">
1990       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
1991       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1992       the phone will be reset to factory default and all user data will be lost.
1993    </string>
1994
1995    <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1996        maximum attempts and the device will now be wiped -->
1997    <string name="lockscreen_failed_attempts_now_wiping" product="tablet">
1998       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
1999       The tablet will now be reset to factory default.
2000    </string>
2001
2002    <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
2003        maximum attempts and the device will now be wiped -->
2004    <string name="lockscreen_failed_attempts_now_wiping" product="default">
2005       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
2006       The phone will now be reset to factory default.
2007    </string>
2008
2009    <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
2010         failed attempts -->
2011    <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
2012
2013    <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
2014         their lock gesture -->
2015    <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
2016
2017    <!-- Title of the unlock screen that uses your Google login and password when the user hit
2018         the 'forgot pattern' button.-->
2019    <string name="lockscreen_glogin_forgot_pattern">Account unlock</string>
2020    <!-- Title of the unlock screen that uses your Google login and password when the user attempted
2021         too many patterns and we are forcing them to use their account instead. -->
2022    <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts</string>
2023    <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
2024    <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account.</string>
2025    <!-- Hint caption for the username field when unlocking the phone using login and password -->
2026    <string name="lockscreen_glogin_username_hint">Username (email)</string>
2027    <!-- Hint caption for the password field when unlocking the phone using login and password -->
2028    <string name="lockscreen_glogin_password_hint">Password</string>
2029    <!-- Button to try to unlock the phone using username and password -->
2030    <string name="lockscreen_glogin_submit_button">Sign in</string>
2031    <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
2032    <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
2033    <!-- Hint displayed on account unlock screen to advise the user on how to recover the account. -->
2034    <string name="lockscreen_glogin_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
2035
2036    <!-- Displayed in a progress dialog while a username and password are being checked. -->
2037    <string name="lockscreen_glogin_checking_password">Checking\u2026</string>
2038    <!-- Displayed on lock screen's left tab - unlock -->
2039    <string name="lockscreen_unlock_label">Unlock</string>
2040    <!-- Displayed on lock screen's right tab - turn sound on -->
2041    <string name="lockscreen_sound_on_label">Sound on</string>
2042    <!-- Displayed on lock screen's right tab - turn sound off -->
2043    <string name="lockscreen_sound_off_label">Sound off</string>
2044
2045    <!-- Accessibility description sent when user starts drawing a lock pattern. [CHAR LIMIT=NONE] -->
2046    <string name="lockscreen_access_pattern_start">Pattern started</string>
2047    <!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] -->
2048    <string name="lockscreen_access_pattern_cleared">Pattern cleared</string>
2049    <!-- Accessibility description sent when user adds a cell to the pattern. [CHAR LIMIT=NONE]  -->
2050    <string name="lockscreen_access_pattern_cell_added">Cell added</string>
2051    <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] -->
2052    <string name="lockscreen_access_pattern_detected">Pattern completed</string>
2053
2054    <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
2055    <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
2056    <string name="password_keyboard_label_symbol_key">\?123</string>
2057    <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! -->
2058    <string name="password_keyboard_label_alpha_key">ABC</string>
2059    <!-- Label for ALT modifier key.  Must be short to fit on key! -->
2060    <string name="password_keyboard_label_alt_key">ALT</string>
2061
2062    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by character. Only spoken to the user. [CHAR LIMIT=NONE] -->
2063    <string name="granularity_label_character">character</string>
2064    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by word. Only spoken to the user. [CHAR LIMIT=NONE] -->
2065    <string name="granularity_label_word">word</string>
2066    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by link. Only spoken to the user. [CHAR LIMIT=NONE] -->
2067    <string name="granularity_label_link">link</string>
2068    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by line. Only spoken to the user. [CHAR LIMIT=NONE] -->
2069    <string name="granularity_label_line">line</string>
2070
2071    <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
2072    <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
2073
2074    <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
2075    <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
2076
2077    <!-- Title of the alert when something went wrong in the factory test. -->
2078    <string name="factorytest_failed">Factory test failed</string>
2079    <!-- Error message displayed when a non-system application tries to start a factory test. -->
2080    <string name="factorytest_not_system">The FACTORY_TEST action
2081        is only supported for packages installed in /system/app.</string>
2082    <!-- Error message displayed when the factory test could not be started. -->
2083    <string name="factorytest_no_action">No package was found that provides the
2084        FACTORY_TEST action.</string>
2085    <!-- Button to restart the device after the factory test. -->
2086    <string name="factorytest_reboot">Reboot</string>
2087
2088    <!-- Do not translate.  WebView User Agent string -->
2089    <string name="web_user_agent" translatable="false">Mozilla/5.0 (Linux; U; <xliff:g id="x">Android %s</xliff:g>)
2090        AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 <xliff:g id="mobile">%s</xliff:g>Safari/534.30</string>
2091    <!-- Do not translate.  WebView User Agent targeted content -->
2092    <string name="web_user_agent_target_content" translatable="false">"Mobile "</string>
2093
2094    <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
2095    <string name="js_dialog_title">The page at \"<xliff:g id="title">%s</xliff:g>\" says:</string>
2096    <!-- Default title for a javascript dialog -->
2097    <string name="js_dialog_title_default">JavaScript</string>
2098    <!-- Message in a javascript dialog asking if the user wishes to leave the
2099             current page -->
2100    <string name="js_dialog_before_unload">Navigate away from this page?\n\n<xliff:g id="message">%s</xliff:g>\n\nTouch OK to continue, or Cancel to stay on the current page.</string>
2101
2102    <!-- 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. -->
2103    <string name="save_password_label">Confirm</string>
2104
2105    <!-- Toast for double-tap -->
2106    <string name="double_tap_toast">Tip: Double-tap to zoom in and out.</string>
2107
2108    <!-- 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] -->
2109    <string name="autofill_this_form">Autofill</string>
2110    <!-- 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] -->
2111    <string name="setup_autofill">Set up Autofill</string>
2112
2113    <!-- String used to separate FirstName and LastName when writing out a local name
2114         e.g. John<separator>Smith [CHAR-LIMIT=NONE]-->
2115    <string name="autofill_address_name_separator">\u0020</string>
2116    <!-- Format string for displaying a name. $1 is First Name, $2 is autofill_address_name_separator, $3 is Last Name.
2117         e.g. (John)( )(Smith) -->
2118    <string name="autofill_address_summary_name_format">$1$2$3</string>
2119
2120    <!-- String used to separate Name and Address Line 1
2121         e.g. John Smith<separator>123 Main Street [CHAR-LIMIT=NONE]-->
2122    <string name="autofill_address_summary_separator">,\u0020</string>
2123    <!-- Format string for displaying a name and address summary. $1 is the Full Name, $2 is autofill_address_summary_separator, $3 is the Address
2124         e.g. (John Smith)(, )(123 Main Street) -->
2125    <string name="autofill_address_summary_format">$1$2$3</string>
2126
2127    <!-- Do not translate. Regex used by AutoFill. -->
2128    <string name="autofill_attention_ignored_re">attention|attn</string>
2129
2130    <!-- Do not translate. Regex used by AutoFill. -->
2131    <string name="autofill_region_ignored_re">province|region|other<!-- es -->|provincia<!-- pt-BR, pt-PT -->|bairro|suburb</string>
2132
2133    <!-- Do not translate. Regex used by AutoFill. -->
2134    <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>
2135
2136    <!-- Do not translate. Regex used by AutoFill. -->
2137    <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>
2138
2139    <!-- Do not translate. Regex used by AutoFill. -->
2140    <string name="autofill_address_line_1_label_re">address<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|住所<!-- zh-CN -->|地址</string>
2141
2142    <!-- Do not translate. Regex used by AutoFill. -->
2143    <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>
2144
2145    <!-- Do not translate. Regex used by AutoFill. -->
2146    <string name="autofill_address_line_3_re">address.?line3|address3|addr3|street|line3<!-- es -->|municipio<!-- fr-FR -->|batiment|residence<!-- it-IT -->|indirizzo3</string>
2147
2148    <!-- Do not translate. Regex used by AutoFill. -->
2149    <string name="autofill_country_re">country|location<!-- ja-JP -->|国<!-- zh-CN -->|国家</string>
2150
2151    <!-- Do not translate. Regex used by AutoFill. -->
2152    <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>
2153
2154    <!-- Do not translate. Regex used by AutoFill. -->
2155    <string name="autofill_zip_4_re">zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2</string>
2156
2157    <!-- Do not translate. Regex used by AutoFill. -->
2158    <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>
2159
2160    <!-- Do not translate. Regex used by AutoFill. -->
2161    <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>
2162
2163    <!-- Do not translate. Regex used by AutoFill. -->
2164    <string name="autofill_address_type_same_as_re">same as</string>
2165
2166    <!-- Do not translate. Regex used by AutoFill. -->
2167    <string name="autofill_address_type_use_my_re">use my</string>
2168
2169    <!-- Do not translate. Regex used by AutoFill. -->
2170    <string name="autofill_billing_designator_re">bill</string>
2171
2172    <!-- Do not translate. Regex used by AutoFill. -->
2173    <string name="autofill_shipping_designator_re">ship</string>
2174
2175    <!-- Do not translate. Regex used by AutoFill. -->
2176    <string name="autofill_email_re">e.?mail<!-- ja-JP -->|メールアドレス<!-- ru -->|Электронной.?Почты<!-- zh-CN -->|邮件|邮箱<!-- zh-TW -->|電郵地址</string>
2177
2178    <!-- Do not translate. Regex used by AutoFill. -->
2179    <string name="autofill_username_re">user.?name|user.?id<!-- de-DE -->|vollständiger.?name<!-- zh-CN -->|用户名</string>
2180
2181    <!-- Do not translate. Regex used by AutoFill. -->
2182    <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>
2183
2184    <!-- Do not translate. Regex used by AutoFill. -->
2185    <string name="autofill_name_specific_re">^name<!-- fr-FR -->|^nom<!-- pt-BR, pt-PT -->|^nome</string>
2186
2187    <!-- Do not translate. Regex used by AutoFill. -->
2188
2189    <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>
2190
2191    <!-- Do not translate. Regex used by AutoFill. -->
2192    <string name="autofill_middle_initial_re">middle.*initial|m\\.i\\.|mi$</string>
2193
2194    <!-- Do not translate. Regex used by AutoFill. -->
2195    <string name="autofill_middle_name_re">middle.*name|mname|middle$<!-- es -->|apellido.?materno|lastlastname</string>
2196
2197    <!-- Do not translate. Regex used by AutoFill. -->
2198    <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>
2199
2200    <!-- Do not translate. Regex used by AutoFill. -->
2201    <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>
2202
2203    <!-- Do not translate. Regex used by AutoFill. -->
2204    <string name="autofill_area_code_re">area.*code|acode|area</string>
2205
2206    <!-- Do not translate. Regex used by AutoFill. -->
2207    <string name="autofill_phone_prefix_re">prefix<!-- fr-FR -->|preselection<!-- pt-BR, pt-PT -->|ddd</string>
2208
2209    <!-- Do not translate. Regex used by AutoFill. -->
2210    <string name="autofill_phone_suffix_re">suffix</string>
2211
2212    <!-- Do not translate. Regex used by AutoFill. -->
2213    <string name="autofill_phone_extension_re">ext<!-- pt-BR, pt-PT -->|ramal</string>
2214
2215    <!-- Do not translate. Regex used by AutoFill. -->
2216    <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>
2217
2218    <!-- Do not translate. Regex used by AutoFill. -->
2219    <string name="autofill_name_on_card_contextual_re">name</string>
2220
2221    <!-- Do not translate. Regex used by AutoFill. -->
2222    <string name="autofill_card_cvc_re">verification|card identification|cvn|security code|cvv code|cvc</string>
2223
2224    <!-- Do not translate. Regex used by AutoFill. -->
2225    <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>
2226
2227    <!-- Do not translate. Regex used by AutoFill. -->
2228    <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>
2229
2230    <!-- Do not translate. Regex used by AutoFill. -->
2231    <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>
2232
2233    <!-- Do not translate. Regex used by AutoFill. -->
2234    <string name="autofill_card_ignored_re">^card</string>
2235
2236    <!-- Do not translate. Regex used by AutoFill. -->
2237    <string name="autofill_fax_re">fax<!-- fr-FR -->|télécopie|telecopie<!-- ja-JP -->|ファックス<!-- ru -->|факс<!-- zh-CN -->|传真<!-- zh-TW -->|傳真</string>
2238
2239    <!-- Do not translate. Regex used by AutoFill. -->
2240    <string name="autofill_country_code_re">country.*code|ccode|_cc</string>
2241
2242    <!-- Do not translate. Regex used by AutoFill. -->
2243    <string name="autofill_area_code_notext_re">^\\($</string>
2244
2245    <!-- Do not translate. Regex used by AutoFill. -->
2246    <string name="autofill_phone_prefix_separator_re">^-$|^\\)$</string>
2247
2248    <!-- Do not translate. Regex used by AutoFill. -->
2249    <string name="autofill_phone_suffix_separator_re">^-$</string>
2250
2251    <!-- Label in a web form for "Province" [CHAR-LIMIT=NONE]  -->
2252    <string name="autofill_province">Province</string>
2253
2254    <!-- Label in a web form for "Postal code" [CHAR-LIMIT=NONE]  -->
2255    <string name="autofill_postal_code">Postal code</string>
2256
2257    <!-- Label in a web form for "State" [CHAR-LIMIT=NONE]  -->
2258    <string name="autofill_state">State</string>
2259
2260    <!-- Label in a web form for "ZIP code" [CHAR-LIMIT=NONE]  -->
2261    <string name="autofill_zip_code">ZIP code</string>
2262
2263    <!-- Label in a web form for "County" [CHAR-LIMIT=NONE]  -->
2264    <string name="autofill_county">County</string>
2265
2266    <!-- Label in a web form for "Island" [CHAR-LIMIT=NONE]  -->
2267    <string name="autofill_island">Island</string>
2268
2269    <!-- Label in a web form for "District" [CHAR-LIMIT=NONE]  -->
2270    <string name="autofill_district">District</string>
2271
2272    <!-- Label in a web form for "Department" [CHAR-LIMIT=NONE]  -->
2273    <string name="autofill_department">Department</string>
2274
2275    <!-- Label in a web form for "Prefecture" [CHAR-LIMIT=NONE]  -->
2276    <string name="autofill_prefecture">Prefecture</string>
2277
2278    <!-- Label in a web form for "Parish" [CHAR-LIMIT=NONE]  -->
2279    <string name="autofill_parish">Parish</string>
2280
2281    <!-- Label in a web form for "Area" [CHAR-LIMIT=NONE]  -->
2282    <string name="autofill_area">Area</string>
2283
2284    <!-- Label in a web form for "Emirate" [CHAR-LIMIT=NONE]  -->
2285    <string name="autofill_emirate">Emirate</string>
2286
2287    <!-- Title of an application permission, listed so the user can choose whether
2288        they want to allow the application to do this. -->
2289    <string name="permlab_readHistoryBookmarks">read your Web bookmarks and history</string>
2290    <!-- Description of an application permission, listed so the user can choose whether
2291        they want to allow the application to do this. -->
2292    <string name="permdesc_readHistoryBookmarks">Allows the app to read all
2293        the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
2294    <!-- Title of an application permission, listed so the user can choose whether
2295        they want to allow the application to do this. -->
2296    <string name="permlab_writeHistoryBookmarks">write web bookmarks and history</string>
2297    <!-- Description of an application permission, listed so the user can choose whether
2298        they want to allow the application to do this. -->
2299    <string name="permdesc_writeHistoryBookmarks" product="tablet">Allows the app to modify the
2300        Browser\'s history or bookmarks stored on your tablet. Malicious apps
2301        may use this to erase or modify your Browser\'s data.</string>
2302    <!-- Description of an application permission, listed so the user can choose whether
2303        they want to allow the application to do this. -->
2304    <string name="permdesc_writeHistoryBookmarks" product="default">Allows the app to modify the
2305        Browser\'s history or bookmarks stored on your phone. Malicious apps
2306        may use this to erase or modify your Browser\'s data.</string>
2307
2308    <!-- Title of an application permission, listed so the user can choose whether
2309        they want to allow the application to do this. -->
2310    <string name="permlab_setAlarm">set an alarm</string>
2311    <!-- Description of an application permission, listed so the user can choose whether
2312        they want to allow the application to do this. -->
2313    <string name="permdesc_setAlarm">Allows the app to set an alarm in
2314      an installed alarm clock app. Some alarm clock apps may
2315      not implement this feature.</string>
2316
2317    <!-- Title of an application permission, listed so the user can choose whether
2318        they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2319    <string name="permlab_addVoicemail">add voicemail</string>
2320    <!-- Description of an application permission, listed so the user can choose whether
2321        they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2322    <string name="permdesc_addVoicemail">Allows the app to add messages
2323      to your voicemail inbox.</string>
2324
2325    <!-- Title of an application permission, listed so the user can choose whether
2326        they want to allow the application to do this. -->
2327    <string name="permlab_writeGeolocationPermissions">modify Browser geolocation permissions</string>
2328    <!-- Description of an application permission, listed so the user can choose whether
2329        they want to allow the application to do this. -->
2330    <string name="permdesc_writeGeolocationPermissions">Allows the app to modify the
2331        Browser\'s geolocation permissions. Malicious apps
2332        may use this to allow sending location information to arbitrary web sites.</string>
2333
2334    <!-- Title of an application permission which allows the application to verify whether
2335         a different package is able to be installed by some internal logic. [CHAR LIMIT=40] -->
2336    <string name="permlab_packageVerificationAgent">verify packages</string>
2337    <!-- Description of an application permission which allows the application to verify whether
2338         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2339    <string name="permdesc_packageVerificationAgent">Allows the app to verify a package is
2340        installable.</string>
2341
2342    <!-- Title of an application permission which allows the application to verify whether
2343         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=40] -->
2344    <string name="permlab_bindPackageVerifier">bind to a package verifier</string>
2345    <!-- Description of an application permission which allows the application to verify whether
2346         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2347    <string name="permdesc_bindPackageVerifier">Allows the holder to make requests of
2348        package verifiers. Should never be needed for normal apps.</string>
2349
2350    <!-- Title of an application permission which allows the application to access serial ports via the SerialManager. [CHAR LIMIT=40] -->
2351    <string name="permlab_serialPort">access serial ports</string>
2352    <!-- Description of an application permission which allows the application access serial ports via the SerialManager. [CHAR LIMIT=NONE] -->
2353    <string name="permdesc_serialPort">Allows the holder to access serial ports using the SerialManager API.</string>
2354
2355    <!-- Title of an application permission which allows the holder to access content
2356         providers from outside an ApplicationThread. [CHAR LIMIT=40] -->
2357    <string name="permlab_accessContentProvidersExternally">access content providers externally</string>
2358    <!-- Description of an application permission which allows the holder to access
2359         content providers from outside an ApplicationThread. [CHAR LIMIT=NONE] -->
2360    <string name="permdesc_accessContentProvidersExternally">Allows the holder to access content
2361     providers from the shell. Should never be needed for normal apps.</string>
2362    <!-- Title of an application permission which allows the application to suggest that now is a bad time to reboot the device in order to apply an OTA.  [CHAR LIMIT=40] -->
2363    <string name="permlab_updateLock">discourage automatic device updates</string>
2364    <!-- Description of an application permission which allows the application to suggest that now is a bad time to reboot the device in order to apply an OTA.  [CHAR LIMIT=NONE] -->
2365    <string name="permdesc_updateLock">Allows the holder to offer information to the system about when would be a good time for a noninteractive reboot to upgrade the device.</string>
2366
2367    <!-- 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. -->
2368    <string name="save_password_message">Do you want the browser to remember this password?</string>
2369    <!-- 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. -->
2370    <string name="save_password_notnow">Not now</string>
2371    <!-- 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. -->
2372    <string name="save_password_remember">Remember</string>
2373    <!-- 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 -->
2374    <string name="save_password_never">Never</string>
2375
2376    <!-- Displayed to the user when they do not have permission to open a particular web page. -->
2377    <string name="open_permission_deny">You don\'t have permission to open this page.</string>
2378
2379    <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
2380    <string name="text_copied">Text copied to clipboard.</string>
2381
2382    <!-- 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.-->
2383    <string name="more_item_label">More</string>
2384    <!-- 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" -->
2385    <string name="prepend_shortcut_label">Menu+</string>
2386    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
2387    <string name="menu_space_shortcut_label">space</string>
2388    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
2389    <string name="menu_enter_shortcut_label">enter</string>
2390    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
2391    <string name="menu_delete_shortcut_label">delete</string>
2392
2393    <!-- Strings used for search bar --><skip />
2394
2395    <!-- This is the default button label in the system-wide search UI.
2396         It is also used by the home screen's search "widget". It should be short -->
2397    <string name="search_go">Search</string>
2398    <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
2399    <string name="searchview_description_search">Search</string>
2400    <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
2401    <string name="searchview_description_query">Search query</string>
2402    <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
2403    <string name="searchview_description_clear">Clear query</string>
2404    <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
2405    <string name="searchview_description_submit">Submit query</string>
2406    <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
2407    <string name="searchview_description_voice">Voice search</string>
2408
2409    <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
2410    <string name="oneMonthDurationPast">1 month ago</string>
2411    <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
2412    <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
2413
2414    <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
2415    <plurals name="num_seconds_ago">
2416        <item quantity="one">1 second ago</item>
2417        <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
2418    </plurals>
2419
2420    <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
2421    <plurals name="num_minutes_ago">
2422        <item quantity="one">1 minute ago</item>
2423        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
2424    </plurals>
2425
2426    <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
2427    <plurals name="num_hours_ago">
2428        <item quantity="one">1 hour ago</item>
2429        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2430    </plurals>
2431
2432    <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
2433    <plurals name="last_num_days">
2434        <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
2435    </plurals>
2436
2437    <!-- This is used to express that something has occurred within the last month -->
2438    <string name="last_month">Last month</string>
2439
2440    <!-- This is used to express that something happened longer ago than the previous options -->
2441    <string name="older">Older</string>
2442
2443    <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
2444    <plurals name="num_days_ago">
2445        <item quantity="one">yesterday</item>
2446        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2447    </plurals>
2448
2449    <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
2450    <plurals name="in_num_seconds">
2451        <item quantity="one">in 1 second</item>
2452        <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
2453    </plurals>
2454
2455    <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
2456    <plurals name="in_num_minutes">
2457        <item quantity="one">in 1 minute</item>
2458        <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
2459    </plurals>
2460
2461    <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
2462    <plurals name="in_num_hours">
2463        <item quantity="one">in 1 hour</item>
2464        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2465    </plurals>
2466
2467    <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
2468    <plurals name="in_num_days">
2469        <item quantity="one">tomorrow</item>
2470        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2471    </plurals>
2472
2473    <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
2474    <plurals name="abbrev_num_seconds_ago">
2475        <item quantity="one">1 sec ago</item>
2476        <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
2477    </plurals>
2478
2479    <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
2480    <plurals name="abbrev_num_minutes_ago">
2481        <item quantity="one">1 min ago</item>
2482        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
2483    </plurals>
2484
2485    <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
2486    <plurals name="abbrev_num_hours_ago">
2487        <item quantity="one">1 hour ago</item>
2488        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2489    </plurals>
2490
2491    <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
2492    <plurals name="abbrev_num_days_ago">
2493        <item quantity="one">yesterday</item>
2494        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2495    </plurals>
2496
2497    <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
2498    <plurals name="abbrev_in_num_seconds">
2499        <item quantity="one">in 1 sec</item>
2500        <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
2501    </plurals>
2502
2503    <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
2504    <plurals name="abbrev_in_num_minutes">
2505        <item quantity="one">in 1 min</item>
2506        <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
2507    </plurals>
2508
2509    <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
2510    <plurals name="abbrev_in_num_hours">
2511        <item quantity="one">in 1 hour</item>
2512        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2513    </plurals>
2514
2515    <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
2516    <plurals name="abbrev_in_num_days">
2517        <item quantity="one">tomorrow</item>
2518        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2519    </plurals>
2520
2521    <!-- String used to display the date. Preposition for date display ("on May 29") -->
2522    <string name="preposition_for_date">on <xliff:g id="date" example="May 29">%s</xliff:g></string>
2523    <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
2524    <string name="preposition_for_time">at <xliff:g id="time" example="2:33 am">%s</xliff:g></string>
2525    <!-- String used to display the date. Preposition for year display ("in 2008") -->
2526    <string name="preposition_for_year">in <xliff:g id="year" example="2003">%s</xliff:g></string>
2527
2528    <!-- Appened to express the value is this unit of time: singular day -->
2529    <string name="day">day</string>
2530    <!-- Appened to express the value is this unit of time: plural days -->
2531    <string name="days">days</string>
2532    <!-- Appened to express the value is this unit of time: singular hour -->
2533    <string name="hour">hour</string>
2534    <!-- Appened to express the value is this unit of time: plural hours -->
2535    <string name="hours">hours</string>
2536    <!-- Appened to express the value is this unit of time: singular minute -->
2537    <string name="minute">min</string>
2538    <!-- Appened to express the value is this unit of time: plural minutes -->
2539    <string name="minutes">mins</string>
2540    <!-- Appened to express the value is this unit of time. -->
2541    <string name="second">sec</string>
2542    <!-- Appened to express the value is this unit of time. -->
2543    <string name="seconds">secs</string>
2544    <!-- Appened to express the value is this unit of time. -->
2545    <string name="week">week</string>
2546    <!-- Appened to express the value is this unit of time. -->
2547    <string name="weeks">weeks</string>
2548    <!-- Appened to express the value is this unit of time. -->
2549    <string name="year">year</string>
2550    <!-- Appened to express the value is this unit of time. -->
2551    <string name="years">years</string>
2552
2553
2554    <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
2555    <string name="VideoView_error_title">Video problem</string>
2556    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
2557    <string name="VideoView_error_text_invalid_progressive_playback">This video isn\'t valid for streaming to this device.</string>
2558    <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
2559    <string name="VideoView_error_text_unknown">Can\'t play this video.</string>
2560    <!-- Button to close error alert when a video cannot be played -->
2561    <string name="VideoView_error_button">OK</string>
2562
2563
2564
2565
2566    <!-- Format indicating a relative expression and time.
2567         Example: "4 hours ago, 11:00 am" -->
2568    <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>
2569
2570
2571    <!-- Quoted name for 12pm, lowercase -->
2572    <string name="noon">"noon"</string>
2573    <!-- Quoted name for 12pm, uppercase first letter -->
2574    <string name="Noon">"Noon"</string>
2575    <!-- Quoted name for 12am, lowercase -->
2576    <string name="midnight">"midnight"</string>
2577    <!-- Quoted name for 12am, uppercase first letter -->
2578    <string name="Midnight">"Midnight"</string>
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590    <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
2591    <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>
2592
2593    <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
2594    <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>
2595
2596    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
2597    <string name="selectAll">Select all</string>
2598
2599    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
2600    <string name="cut">Cut</string>
2601
2602    <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
2603    <string name="copy">Copy</string>
2604
2605    <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
2606    <string name="paste">Paste</string>
2607
2608    <!-- 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 -->
2609    <string name="replace">Replace\u2026</string>
2610
2611    <!-- Item on EditText pop-up window. This action is used to delete the text that the user recently added. [CHAR LIMIT=15] -->
2612    <string name="delete">Delete</string>
2613
2614    <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
2615    <string name="copyUrl">Copy URL</string>
2616
2617    <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20] -->
2618    <string name="selectTextMode">Select text</string>
2619
2620    <!-- Text selection contextual mode title, displayed in the CAB. [CHAR LIMIT=20] -->
2621    <string name="textSelectionCABTitle">Text selection</string>
2622
2623    <!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2624    <string name="addToDictionary">add to dictionary</string>
2625
2626    <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] -->
2627    <string name="deleteText">delete</string>
2628
2629    <!-- EditText context menu -->
2630    <string name="inputMethod">Input method</string>
2631
2632    <!-- Title for EditText context menu [CHAR LIMIT=20] -->
2633    <string name="editTextMenuTitle">Text actions</string>
2634
2635    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
2636    <string name="low_internal_storage_view_title">Low on space</string>
2637    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2638    <string name="low_internal_storage_view_text" product="tablet">Tablet storage space is getting low.</string>
2639    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2640    <string name="low_internal_storage_view_text" product="default">Phone storage space is getting low.</string>
2641
2642    <!-- Preference framework strings. -->
2643    <string name="ok">OK</string>
2644    <!-- Preference framework strings. -->
2645    <string name="cancel">Cancel</string>
2646    <!-- Preference framework strings. -->
2647    <string name="yes">OK</string>
2648    <!-- Preference framework strings. -->
2649    <string name="no">Cancel</string>
2650    <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
2651         combined with setIconAttribute(android.R.attr.alertDialogIcon)
2652         (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform) -->
2653    <string name="dialog_alert_title">Attention</string>
2654
2655    <!-- Text shown by list fragment when waiting for data to display. -->
2656    <string name="loading">Loading\u2026</string>
2657
2658    <!-- Default text for a button that can be toggled on and off. -->
2659    <string name="capital_on">ON</string>
2660    <!-- Default text for a button that can be toggled on and off. -->
2661    <string name="capital_off">OFF</string>
2662
2663    <!-- Title of intent resolver dialog when selecting an application to run. -->
2664    <string name="whichApplication">Complete action using</string>
2665    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2666    <string name="alwaysUse">Use by default for this action.</string>
2667    <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
2668    <string name="clearDefaultHintMsg">Clear default in System settings &gt; Apps &gt; Downloaded.</string>
2669    <!-- 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. -->
2670    <string name="chooseActivity">Choose an action</string>
2671    <!-- title for the USB activity chooser. -->
2672    <string name="chooseUsbActivity">Choose an app for the USB device</string>
2673    <!-- Text to display when there are no activities found to display in the
2674         activity chooser. See the "Select an action" title. -->
2675    <string name="noApplications">No apps can perform this action.</string>
2676    <!-- Title of the alert when an application has crashed. -->
2677    <string name="aerr_title"></string>
2678    <!-- Text of the alert that is displayed when an application has crashed. -->
2679    <string name="aerr_application">Unfortunately, <xliff:g id="application">%1$s</xliff:g> has stopped.</string>
2680    <!-- Text of the alert that is displayed when an application has crashed. -->
2681    <string name="aerr_process">Unfortunately, the process <xliff:g id="process">%1$s</xliff:g> has
2682        stopped.</string>
2683    <!-- Title of the alert when an application is not responding. -->
2684    <string name="anr_title"></string>
2685    <!-- Text of the alert that is displayed when an application is not responding. -->
2686    <string name="anr_activity_application"><xliff:g id="application">%2$s</xliff:g> isn\'t responding.\n\nDo you want to close it?</string>
2687    <!-- Text of the alert that is displayed when an application is not responding. -->
2688    <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>
2689    <!-- Text of the alert that is displayed when an application is not responding. -->
2690    <string name="anr_application_process"><xliff:g id="application">%1$s</xliff:g> isn\'t responding. Do you want to close it?</string>
2691    <!-- Text of the alert that is displayed when an application is not responding. -->
2692    <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> isn\'t responding.\n\nDo you want to close it?</string>
2693    <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
2694    <string name="force_close">OK</string>
2695    <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
2696    <string name="report">Report</string>
2697    <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
2698    <string name="wait">Wait</string>
2699    <!-- Text of the alert that is displayed when a web page is not responding. [CHAR-LIMIT=NONE] -->
2700    <string name="webpage_unresponsive">The page has become unresponsive.\n\nDo you want to close it?</string>
2701    <!-- [CHAR LIMIT=25] Title of the alert when application launches on top of another. -->
2702    <string name="launch_warning_title">App redirected</string>
2703    <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2704    <string name="launch_warning_replace"><xliff:g id="app_name">%1$s</xliff:g> is now running.</string>
2705    <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2706    <string name="launch_warning_original"><xliff:g id="app_name">%1$s</xliff:g> was originally launched.</string>
2707    <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2708    <string name="screen_compat_mode_scale">Scale</string>
2709    <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2710    <string name="screen_compat_mode_show">Always show</string>
2711    <!-- [CHAR LIMIT=200] Compat mode dialog: hint to re-enable compat mode dialog. -->
2712    <string name="screen_compat_mode_hint">Re-enable this in System settings &gt; Apps &gt; Downloaded.</string>
2713
2714    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2715    <string name="smv_application">The app <xliff:g id="application">%1$s</xliff:g>
2716        (process <xliff:g id="process">%2$s</xliff:g>) has violated its self-enforced StrictMode policy.</string>
2717    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2718    <string name="smv_process">The process <xliff:g id="process">%1$s</xliff:g> has
2719      has violated its self-enforced StrictMode policy.</string>
2720
2721    <!-- [CHAR LIMIT=40] Title of dialog that is shown when performing a system upgrade. -->
2722    <string name="android_upgrading_title">Android is upgrading\u2026</string>
2723
2724    <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk that is optimized. -->
2725    <string name="android_upgrading_apk">Optimizing app
2726        <xliff:g id="number" example="123">%1$d</xliff:g> of
2727        <xliff:g id="number" example="123">%2$d</xliff:g>.</string>
2728
2729    <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when reached the point of starting apps. -->
2730    <string name="android_upgrading_starting_apps">Starting apps.</string>
2731
2732    <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when the bulk of the upgrade work is done. -->
2733    <string name="android_upgrading_complete">Finishing boot.</string>
2734
2735    <!-- Notification text to tell the user that a heavy-weight application is running. -->
2736    <string name="heavy_weight_notification"><xliff:g id="app">%1$s</xliff:g> running</string>
2737
2738    <!-- Notification details to tell the user that a heavy-weight application is running. -->
2739    <string name="heavy_weight_notification_detail">Touch to switch to app</string>
2740
2741    <!-- Title of dialog prompting whether user wants to switch between heavy-weight apps. -->
2742    <string name="heavy_weight_switcher_title">Switch apps?</string>
2743
2744    <!-- Descriptive text for switching to a new heavy-weight application. -->
2745    <string name="heavy_weight_switcher_text">Another app is already running
2746    that must be stopped before you can start a new one.</string>
2747
2748    <string name="old_app_action">Return to <xliff:g id="old_app">%1$s</xliff:g></string>
2749    <string name="old_app_description">Don\'t start the new app.</string>
2750
2751    <string name="new_app_action">Start <xliff:g id="old_app">%1$s</xliff:g></string>
2752    <string name="new_app_description">Stop the old app without saving.</string>
2753
2754    <!-- Displayed in the title of the chooser for things to do with text that
2755         is to be sent to another application. For example, I can send
2756         text through SMS or IM.  A dialog with those choices would be shown,
2757         and this would be the title. -->
2758    <string name="sendText">Choose an action for text</string>
2759
2760    <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
2761    <string name="volume_ringtone">Ringer volume</string>
2762    <!-- Title of the dialog where the user is adjusting the music volume -->
2763    <string name="volume_music">Media volume</string>
2764    <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
2765    <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
2766    <!-- Hint shown in the volume toast to inform the user that the current ringtone is the silent ringtone. -->
2767    <string name="volume_music_hint_silent_ringtone_selected">Silent ringtone set</string>
2768    <!-- Title of the dialog where the user is adjusting the phone call volume -->
2769    <string name="volume_call">In-call volume</string>
2770    <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
2771    <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
2772    <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
2773    <string name="volume_alarm">Alarm volume</string>
2774    <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
2775    <string name="volume_notification">Notification volume</string>
2776    <!-- Title of the dialog where the user is adjusting the general audio volume -->
2777    <string name="volume_unknown">Volume</string>
2778
2779    <!-- Content description for bluetooth volume icon [CHAR LIMIT=100] -->
2780    <string name="volume_icon_description_bluetooth">Bluetooth volume</string>
2781    <!-- Content description for ringer volume icon [CHAR LIMIT=100] -->
2782    <string name="volume_icon_description_ringer">Ringtone volume</string>
2783    <!-- Content description for in-call volume icon [CHAR LIMIT=100] -->
2784    <string name="volume_icon_description_incall">Call volume</string>
2785    <!-- Content description for media volume icon [CHAR LIMIT=100] -->
2786    <string name="volume_icon_description_media">Media volume</string>
2787    <!-- Content description for notification volume icon [CHAR LIMIT=100] -->
2788    <string name="volume_icon_description_notification">Notification volume</string>
2789
2790    <!-- Ringtone picker strings --> <skip />
2791    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
2792    <string name="ringtone_default">Default ringtone</string>
2793    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
2794    <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
2795    <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
2796    <string name="ringtone_silent">Silent</string>
2797    <!-- The title of the ringtone picker dialog. -->
2798    <string name="ringtone_picker_title">Ringtones</string>
2799    <!-- 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. -->
2800    <string name="ringtone_unknown">Unknown ringtone</string>
2801
2802    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
2803    <plurals name="wifi_available">
2804        <item quantity="one">Wi-Fi network available</item>
2805        <item quantity="other">Wi-Fi networks available</item>
2806    </plurals>
2807    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
2808    <plurals name="wifi_available_detailed">
2809        <item quantity="one">Open Wi-Fi network available</item>
2810        <item quantity="other">Open Wi-Fi networks available</item>
2811    </plurals>
2812
2813    <!-- A notification is shown when a captive portal network is detected.  This is the notification's title. -->
2814    <string name="wifi_available_sign_in">Sign into Wi-Fi network</string>
2815
2816    <!-- A notification is shown when a captive portal network is detected.  This is the notification's message. -->
2817    <string name="wifi_available_sign_in_detailed"><xliff:g id="wifi_network_ssid">%1$s</xliff:g></string>
2818
2819     <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  This is the notification's title / ticker. -->
2820     <string name="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string>
2821     <!-- 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" -->
2822    <string name="wifi_watchdog_network_disabled_detailed">\u0020has a poor Internet connection.</string>
2823
2824    <!-- Do not translate. Default access point SSID used for tethering -->
2825    <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
2826
2827    <string name="wifi_p2p_dialog_title">Wi-Fi Direct</string>
2828    <string name="wifi_p2p_turnon_message">Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot.</string>
2829    <string name="wifi_p2p_failed_message">Couldn\'t start Wi-Fi Direct.</string>
2830    <string name="wifi_p2p_enabled_notification_title">Wi-Fi Direct is on</string>
2831    <string name="wifi_p2p_enabled_notification_message">Touch for settings</string>
2832
2833    <string name="accept">Accept</string>
2834    <string name="decline">Decline</string>
2835    <string name="wifi_p2p_invitation_sent_title">Invitation sent</string>
2836    <string name="wifi_p2p_invitation_to_connect_title">Invitation to connect</string>
2837
2838    <string name="wifi_p2p_from_message">From: </string>
2839    <string name="wifi_p2p_to_message">To: </string>
2840    <string name="wifi_p2p_enter_pin_message">Type the required PIN: </string>
2841    <string name="wifi_p2p_show_pin_message">PIN: </string>
2842
2843    <!-- Name of the dialog that lets the user choose an accented character to insert -->
2844    <string name="select_character">Insert character</string>
2845
2846    <!-- SMS per-application rate control Dialog --> <skip />
2847    <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
2848    <string name="sms_control_title">Sending SMS messages</string>
2849    <!-- See SMS_DIALOG.  This is the message shown in that dialog. [CHAR LIMIT=NONE] -->
2850    <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>
2851    <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. [CHAR LIMIT=30] -->
2852    <string name="sms_control_yes">Allow</string>
2853    <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes. [CHAR LIMIT=30] -->
2854    <string name="sms_control_no">Deny</string>
2855
2856    <!-- SMS short code verification dialog. --> <skip />
2857    <!-- The dialog title for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
2858    <string name="sms_short_code_confirm_title">Send SMS to short code?</string>
2859    <!-- The dialog title for the SMS premium short code confirmation dialog. [CHAR LIMIT=30] -->
2860    <string name="sms_premium_short_code_confirm_title">Send premium SMS?</string>
2861    <!-- The message text for the SMS short code confirmation dialog. [CHAR LIMIT=NONE] -->
2862    <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 text message to &lt;b><xliff:g id="dest_address">%2$s</xliff:g>&lt;/b>, which appears to be an SMS short code.&lt;p>Sending text messages to some short codes may cause your mobile account to be billed for premium services.&lt;p>Do you want to allow this app to send the message?</string>
2863    <!-- The message text for the SMS short code confirmation dialog. [CHAR LIMIT=NONE] -->
2864    <string name="sms_premium_short_code_confirm_message">&lt;b><xliff:g id="app_name">%1$s</xliff:g>&lt;/b> would like to send a text message to &lt;b><xliff:g id="dest_address">%2$s</xliff:g>&lt;/b>, which is a premium SMS short code.&lt;p>&lt;b>Sending a message to this destination will cause your mobile account to be billed for premium services.&lt;/b>&lt;p>Do you want to allow this app to send the message?</string>
2865    <!-- Text of the approval button for the SMS short code confirmation dialog. [CHAR LIMIT=50] -->
2866    <string name="sms_short_code_confirm_allow">Send message</string>
2867    <!-- Text of the cancel button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
2868    <string name="sms_short_code_confirm_deny">Don\'t send</string>
2869    <!-- Text of the button for the SMS short code confirmation dialog to report a malicious app. [CHAR LIMIT=30] -->
2870    <string name="sms_short_code_confirm_report">Report malicious app</string>
2871
2872    <!-- SIM swap and device reboot Dialog --> <skip />
2873    <!-- See SIM_REMOVED_DIALOG.  This is the title of that dialog. -->
2874    <string name="sim_removed_title">SIM card removed</string>
2875    <!-- See SIM_REMOVED_DIALOG.  This is the message of that dialog. -->
2876    <string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>
2877    <!-- See SIM_REMOVED_DIALOG.  This is the button of that dialog. -->
2878    <string name="sim_done_button">Done</string>
2879    <!-- See SIM_ADDED_DIALOG.  This is the title of that dialog. -->
2880    <string name="sim_added_title">SIM card added</string>
2881    <!-- See SIM_ADDED_DIALOG.  This is the message of that dialog. -->
2882    <string name="sim_added_message">Restart your device to access the mobile network.</string>
2883    <!-- See SIM_ADDED_DIALOG.  This is the button of that dialog. -->
2884    <string name="sim_restart_button">Restart</string>
2885
2886    <!-- Date/Time picker dialogs strings -->
2887
2888    <!-- The title of the time picker dialog. [CHAR LIMIT=NONE] -->
2889    <string name="time_picker_dialog_title">Set time</string>
2890    <!-- The title of the date picker dialog. [CHAR LIMIT=NONE] -->
2891    <string name="date_picker_dialog_title">Set date</string>
2892    <!-- Name of the button in the date/time picker to accept the date/time change -->
2893    <string name="date_time_set">Set</string>
2894    <!-- Name of the button in the date/time picker to accept the date/time change -->
2895    <string name="date_time_done">Done</string>
2896
2897    <!-- Security Permissions strings-->
2898    <!-- The default permission group for any permissions that have not explicitly set a group. -->
2899    <string name="default_permission_group">Default</string>
2900    <!-- Do not translate. -->
2901    <string name="permissions_format"><xliff:g id="perm_line1">%1$s</xliff:g>, <xliff:g id="perm_line2">%2$s</xliff:g></string>
2902    <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
2903    <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ffffa3a3">NEW: </font></string>
2904    <!-- Shown for an application when it doesn't require any permission grants. -->
2905    <string name="no_permissions">No permissions required</string>
2906    <!-- When installing an application, the less-dangerous permissions are hidden.  If the user showed those, this is the text to hide them again.  -->
2907    <string name="perms_hide"><b>Hide</b></string>
2908    <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
2909    <string name="perms_show_all"><b>Show all</b></string>
2910
2911    <!-- USB storage dialog strings -->
2912    <!-- This is the title for the activity's window. -->
2913    <string name="usb_storage_activity_title">USB mass storage</string>
2914
2915    <!-- 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. -->
2916    <string name="usb_storage_title">USB connected</string>
2917    <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
2918    <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>
2919    <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
2920    <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>
2921    <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
2922    <string name="usb_storage_button_mount">Turn on USB storage</string>
2923    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. [CHAR LIMIT=NONE] -->
2924    <string name="usb_storage_error_message" product="nosdcard">There\'s a problem using your USB storage for USB mass storage.</string>
2925    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. -->
2926    <string name="usb_storage_error_message" product="default">There\'s a problem using your SD card for USB mass storage.</string>
2927    <!-- 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 -->
2928    <string name="usb_storage_notification_title">USB connected</string>
2929    <!-- See USB_STORAGE. This is the message. -->
2930    <string name="usb_storage_notification_message">Touch to copy files to/from your computer.</string>
2931
2932    <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
2933    <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
2934    <!-- See USB_STORAGE. This is the message. -->
2935    <string name="usb_storage_stop_notification_message">Touch to turn off USB storage.</string>
2936
2937    <!-- USB storage stop dialog strings -->
2938    <!-- This is the label for the activity, and should never be visible to the user. -->
2939    <!-- 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. -->
2940    <string name="usb_storage_stop_title">USB storage in use</string>
2941    <!-- See USB_STORAGE_STOP.    This is the message. [CHAR LIMIT=NONE] -->
2942    <string name="usb_storage_stop_message" product="nosdcard">Before turning off USB storage, unmount (\"eject\") your Android\'s USB storage from your computer.</string>
2943    <!-- See USB_STORAGE_STOP.    This is the message. -->
2944    <string name="usb_storage_stop_message" product="default">Before turning off USB storage, unmount (\"eject\") your Android\'s SD card from your computer.</string>
2945    <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
2946    <string name="usb_storage_stop_button_mount">Turn off USB storage</string>
2947    <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. -->
2948    <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>
2949
2950    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog  -->
2951    <string name="dlg_confirm_kill_storage_users_title">Turn on USB storage</string>
2952    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog message text -->
2953    <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>
2954    <!-- USB_STORAGE_ERROR dialog  dialog-->
2955    <string name="dlg_error_title">USB operation unsuccessful</string>
2956    <!-- USB_STORAGE_ERROR dialog  ok button-->
2957    <string name="dlg_ok">OK</string>
2958
2959    <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MTP mode.  This is the title -->
2960    <string name="usb_mtp_notification_title">Connected as a media device</string>
2961    <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in PTP mode.  This is the title -->
2962    <string name="usb_ptp_notification_title">Connected as a camera</string>
2963    <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in mass storage mode (for installer CD image).  This is the title -->
2964    <string name="usb_cd_installer_notification_title">Connected as an installer</string>
2965    <!-- USB_PREFERENCES: Notification for when a USB accessory is attached.  This is the title -->
2966    <string name="usb_accessory_notification_title">Connected to a USB accessory</string>
2967    <!-- See USB_PREFERENCES. This is the message. -->
2968    <string name="usb_notification_message">Touch for other USB options.</string>
2969
2970    <!-- External media format dialog strings -->
2971    <!-- This is the label for the activity, and should never be visible to the user. -->
2972    <!-- See EXTMEDIA_FORMAT.  EXTMEDIA_FORMAT_DIALOG:  After the user selects the notification, a dialog is shown asking if he wants to format the SD card.  This is the title. [CHAR LIMIT=20] -->
2973    <string name="extmedia_format_title" product="nosdcard">Format USB storage?</string>
2974    <!-- See EXTMEDIA_FORMAT.  EXTMEDIA_FORMAT_DIALOG:  After the user selects the notification, a dialog is shown asking if he wants to format the SD card.  This is the title. -->
2975    <string name="extmedia_format_title" product="default">Format SD card?</string>
2976    <!-- See EXTMEDIA_FORMAT.   This is the message. [CHAR LIMIT=NONE] -->
2977    <string name="extmedia_format_message" product="nosdcard">All files stored in your USB storage will be erased. This action can\'t be reversed!</string>
2978    <!-- See EXTMEDIA_FORMAT.   This is the message. -->
2979    <string name="extmedia_format_message" product="default">All data on your card will be lost.</string>
2980    <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
2981    <string name="extmedia_format_button_format">Format</string>
2982
2983    <!-- Title of notification shown when ADB is actively connected to the phone. -->
2984    <string name="adb_active_notification_title">USB debugging connected</string>
2985    <!-- Message of notification shown when ADB is actively connected to the phone. -->
2986    <string name="adb_active_notification_message">Touch to disable USB debugging.</string>
2987
2988    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
2989    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
2990    <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
2991    <!-- at all and later replace it with a locale string based on the users chosen locale          -->
2992    <!-- DO NOT TRANSLATE -->
2993    <string name="locale_replacement">""</string>
2994
2995    <!-- Title of the pop-up dialog in which the user switches input method components. -->
2996    <string name="select_input_method">Choose input method</string>
2997    <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
2998    <string name="configure_input_methods">Set up input methods</string>
2999    <!-- Summary text of a toggle switch to enable/disable use of the physical keyboard in the input method selector [CHAR LIMIT=25] -->
3000    <string name="use_physical_keyboard">Physical keyboard</string>
3001    <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=10] -->
3002    <string name="hardware">Hardware</string>
3003
3004    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3005    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3006
3007    <string name="candidates_style"><u>candidates</u></string>
3008
3009    <!-- External media notification strings -->
3010    <!-- Shown when external media is being checked [CHAR LIMIT=30] -->
3011    <string name="ext_media_checking_notification_title" product="nosdcard">Preparing USB storage</string>
3012    <!-- Shown when external media is being checked -->
3013    <string name="ext_media_checking_notification_title" product="default">Preparing SD card</string>
3014    <string name="ext_media_checking_notification_message">Checking for errors.</string>
3015
3016    <!-- Shown when external media is blank (or unsupported filesystem) [CHAR LIMIT=30] -->
3017    <string name="ext_media_nofs_notification_title" product="nosdcard">Blank USB storage</string>
3018    <!-- Shown when external media is blank (or unsupported filesystem) -->
3019    <string name="ext_media_nofs_notification_title" product="default">Blank SD card</string>
3020    <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
3021    <string name="ext_media_nofs_notification_message" product="nosdcard">USB storage is blank or has unsupported filesystem.</string>
3022    <string name="ext_media_nofs_notification_message" product="default">SD card is blank or has unsupported filesystem.</string>
3023
3024    <!-- Shown when external media is unmountable (corrupt)) [CHAR LIMIT=30] -->
3025    <string name="ext_media_unmountable_notification_title" product="nosdcard">Damaged USB storage</string>
3026    <!-- Shown when external media is unmountable (corrupt)) -->
3027    <string name="ext_media_unmountable_notification_title" product="default">Damaged SD card</string>
3028    <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
3029    <string name="ext_media_unmountable_notification_message" product="nosdcard">USB storage is damaged. Try reformatting it.</string>
3030    <string name="ext_media_unmountable_notification_message" product="default">SD card is damaged. Try reformatting it.</string>
3031
3032    <!-- Shown when external media is unsafely removed [CHAR LIMIT=30] -->
3033    <string name="ext_media_badremoval_notification_title" product="nosdcard">USB storage unexpectedly removed</string>
3034    <!-- Shown when external media is unsafely removed -->
3035    <string name="ext_media_badremoval_notification_title" product="default">SD card unexpectedly removed</string>
3036    <!-- Shown when external media is unsafely removed.  [CHAR LIMIT=NONE] -->
3037    <string name="ext_media_badremoval_notification_message" product="nosdcard">Unmount USB storage before removing to avoid data loss.</string>
3038    <string name="ext_media_badremoval_notification_message" product="default">Unmount SD card before removing to avoid data loss.</string>
3039
3040    <!-- Shown when external media has been safely removed [CHAR LIMIT=30] -->
3041    <string name="ext_media_safe_unmount_notification_title" product="nosdcard">USB storage safe to remove</string>
3042    <!-- Shown when external media has been safely removed -->
3043    <string name="ext_media_safe_unmount_notification_title" product="default">SD card safe to remove</string>
3044    <!-- Shown when external media has been safely removed.  [CHAR LIMIT=NONE] -->
3045    <string name="ext_media_safe_unmount_notification_message" product="nosdcard">You can safely remove USB storage.</string>
3046    <string name="ext_media_safe_unmount_notification_message" product="default">You can safely remove SD card.</string>
3047
3048    <!-- Shown when external media is missing [CHAR LIMIT=30] -->
3049    <string name="ext_media_nomedia_notification_title" product="nosdcard">Removed USB storage</string>
3050    <!-- Shown when external media is missing -->
3051    <string name="ext_media_nomedia_notification_title" product="default">Removed SD card</string>
3052    <!-- Shown when external media is missing.  [CHAR LIMIT=NONE] -->
3053    <string name="ext_media_nomedia_notification_message" product="nosdcard">USB storage removed. Insert new media.</string>
3054    <string name="ext_media_nomedia_notification_message" product="default">SD card removed. Insert a new one.</string>
3055
3056    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
3057    <string name="activity_list_empty">No matching activities found.</string>
3058
3059    <!-- permission attributes related to package usage statistics -->
3060    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
3061    <string name="permlab_pkgUsageStats">update component usage statistics</string>
3062    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
3063    <string name="permdesc_pkgUsageStats">Allows the app to modify collected component usage statistics. Not for use by normal apps.</string>
3064
3065    <!-- permission attributes related to default container service -->
3066    <!-- Title of an application permission that lets an application use default container service. -->
3067    <string name="permlab_copyProtectedData">copy content</string>
3068    <!-- Description of an application permission,  used to invoke default container service to copy content. -->
3069    <string name="permdesc_copyProtectedData">Allows the app to invoke default container service to copy content. Not for use by normal apps.</string>
3070
3071    <!-- Shown in the tutorial for tap twice for zoom control. -->
3072    <string name="tutorial_double_tap_to_zoom_message_short">Touch twice for zoom control</string>
3073
3074
3075    <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
3076    the gadget. -->
3077    <string name="gadget_host_error_inflating">Couldn\'t add widget.</string>
3078
3079    <!-- Long label for a button on a full-screen input method for the "Go" action. -->
3080    <string name="ime_action_go">Go</string>
3081
3082    <!-- Long label for a button on a full-screen input method for the "Search" action. -->
3083    <string name="ime_action_search">Search</string>
3084
3085    <!-- Long label for a button on a full-screen input method for the "Send" action. -->
3086    <string name="ime_action_send">Send</string>
3087
3088    <!-- Long label for a button on a full-screen input method for the "Next" action. -->
3089    <string name="ime_action_next">Next</string>
3090
3091    <!-- Long label for a button on a full-screen input method for the "Done" action. -->
3092    <string name="ime_action_done">Done</string>
3093
3094    <!-- [CHAR LIMIT=6] Long label for a button on a full-screen input method for the "Previous" action. -->
3095    <string name="ime_action_previous">Prev</string>
3096
3097    <!-- Long label for a button on a full-screen input method for an unknown action. -->
3098    <string name="ime_action_default">Execute</string>
3099
3100    <!-- Strings for search suggestions. These are going here because they are referenced by both
3101         ContactsProvider and GoogleContactsProvider -->
3102    <skip />
3103
3104
3105    <!-- 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. -->
3106    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3107
3108    <!-- 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. -->
3109    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3110
3111    <!-- 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 -->
3112    <!-- An Array of [[Carrier-ID]                     -->
3113    <!--              [default-locale]]                -->
3114    <string-array translatable="false" name="carrier_properties">
3115    </string-array>
3116
3117    <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>
3118    <string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
3119    <string name="grant_permissions_header_text">Access request</string>
3120    <string name="allow">Allow</string>
3121    <string name="deny">Deny</string>
3122    <string name="permission_request_notification_title">Permission requested</string>
3123    <string name="permission_request_notification_with_subtitle">Permission requested\nfor account <xliff:g id="account" example="foo@gmail.com">%s</xliff:g>.</string>
3124
3125    <!-- Label to show for a service that is running because it is an input method. -->
3126    <string name="input_method_binding_label">Input method</string>
3127    <!-- Label to show for a service that is running because it is a sync adapter. -->
3128    <string name="sync_binding_label">Sync</string>
3129    <!-- Label to show for a service that is running because it is an accessibility module. -->
3130    <string name="accessibility_binding_label">Accessibility</string>
3131    <!-- Label to show for a service that is running because it is a wallpaper. -->
3132    <string name="wallpaper_binding_label">Wallpaper</string>
3133    <!-- Dialog title for user to select a different wallpaper from service list -->
3134    <string name="chooser_wallpaper">Change wallpaper</string>
3135
3136    <!-- Do Not Translate: Alternate eri.xml -->
3137    <string name="alternate_eri_file">/data/eri.xml</string>
3138
3139    <!-- The title of the notification when VPN is active. -->
3140    <string name="vpn_title">VPN activated</string>
3141    <!-- The title of the notification when VPN is active with an application name. -->
3142    <string name="vpn_title_long">VPN is activated by <xliff:g id="app" example="FooVPN client">%s</xliff:g></string>
3143    <!-- The text of the notification when VPN is active. -->
3144    <string name="vpn_text">Touch to manage the network.</string>
3145    <!-- The text of the notification when VPN is active with a session name. -->
3146    <string name="vpn_text_long">Connected to <xliff:g id="session" example="office">%s</xliff:g>. Touch to manage the network.</string>
3147
3148    <!-- Localized strings for WebView -->
3149    <!-- Label for button in a WebView that will open a chooser to choose a file to upload -->
3150    <string name="upload_file">Choose file</string>
3151    <!-- Label for the file upload control when no file has been chosen yet -->
3152    <string name="no_file_chosen">No file chosen</string>
3153    <!-- Label for <input type="reset"> button in html -->
3154    <string name="reset">Reset</string>
3155    <!-- Label for <input type="submit"> button in html -->
3156    <string name="submit">Submit</string>
3157
3158    <!-- Strings for car mode notification -->
3159    <!-- Shown when car mode is enabled -->
3160    <string name="car_mode_disable_notification_title">Car mode enabled</string>
3161    <string name="car_mode_disable_notification_message">Touch to exit car mode.</string>
3162
3163    <!-- Strings for tethered notification -->
3164    <!-- Shown when the device is tethered -->
3165    <string name="tethered_notification_title">Tethering or hotspot active</string>
3166    <string name="tethered_notification_message">Touch to set up.</string>
3167
3168    <!--  Strings for possible PreferenceActivity Back/Next buttons -->
3169    <string name="back_button_label">Back</string>
3170    <string name="next_button_label">Next</string>
3171
3172    <!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
3173    <string name="skip_button_label">Skip</string>
3174
3175    <!-- Strings for throttling notification -->
3176    <!-- Shown when the user is in danger of being throttled -->
3177    <string name="throttle_warning_notification_title">High mobile data use</string>
3178    <string name="throttle_warning_notification_message">Touch to learn more about mobile data use.</string>
3179
3180    <!-- Strings for throttling notification -->
3181    <!-- Shown when the users bandwidth is reduced because of excessive data use -->
3182    <string name="throttled_notification_title">Mobile data limit exceeded</string>
3183    <string name="throttled_notification_message">Touch to learn more about mobile data use.</string>
3184
3185    <!-- Displayed on the Find dialog when there are no matches [CHAR LIMIT=NONE]-->
3186    <string name="no_matches">No matches</string>
3187
3188    <!-- Find dialog hint text.  Also used in the menu item to open find on page [CHAR LIMIT=NONE] -->
3189    <string name="find_on_page">Find on page</string>
3190
3191    <!-- Displayed on the Find dialog to display the index of the highlighted
3192         match and total number of matches found in the current page. [CHAR LIMIT=NONE] -->
3193    <plurals name="matches_found">
3194        <!-- Case of one match -->
3195        <item quantity="one">1 match</item>
3196        <!-- Case of multiple total matches -->
3197        <item quantity="other"><xliff:g id="index" example="2">%d</xliff:g> of <xliff:g id="total" example="137">%d</xliff:g></item>
3198    </plurals>
3199
3200    <!-- Label for the "Done" button on the far left of action mode toolbars. -->
3201    <string name="action_mode_done">Done</string>
3202
3203    <!-- Strings for ExternalStorageFormatter service. -->
3204    <!-- Text for progress dialog while unmounting USB storage volume [CHAR LIMIT=NONE] -->
3205    <string name="progress_unmounting" product="nosdcard">Unmounting USB storage\u2026</string>
3206    <!-- Text for progress dialog while unmounting SD card [CHAR LIMIT=NONE] -->
3207    <string name="progress_unmounting" product="default">Unmounting SD card\u2026</string>
3208    <!-- Text for progress dialog while erasing USB storage volume [CHAR LIMIT=NONE] -->
3209    <string name="progress_erasing" product="nosdcard">Erasing USB storage\u2026</string>
3210    <!-- Text for progress dialog while erasing SD card [CHAR LIMIT=NONE] -->
3211    <string name="progress_erasing" product="default">Erasing SD card\u2026</string>
3212    <!-- Text for message to user that an error happened when formatting USB storage [CHAR LIMIT=NONE] -->
3213    <string name="format_error" product="nosdcard">Couldn\'t erase USB storage.</string>
3214    <!-- Text for message to user that an error happened when formatting SD card [CHAR LIMIT=NONE] -->
3215    <string name="format_error" product="default">Couldn\'t erase SD card.</string>
3216    <!-- Text for message to user that SD card has been removed while in use [CHAR LIMIT=NONE] -->
3217    <string name="media_bad_removal">SD card was removed before being unmounted.</string>
3218    <!-- Text for message to user USB storage is currently being checked [CHAR LIMIT=NONE] -->
3219    <string name="media_checking" product="nosdcard">USB storage is currently being checked.</string>
3220    <!-- Text for message to user SD card is currently being checked [CHAR LIMIT=NONE] -->
3221    <string name="media_checking" product="default">SD card is currently being checked.</string>
3222    <!-- Text for message to user SD card has been removed [CHAR LIMIT=NONE] -->
3223    <string name="media_removed">SD card has been removed.</string>
3224    <!-- Text for message to user USB storage is currently mounted on a computer [CHAR LIMIT=NONE] -->
3225    <string name="media_shared" product="nosdcard">USB storage is currently in use by a computer.</string>
3226    <!-- Text for message to user SD card is currently mounted on a computer [CHAR LIMIT=NONE] -->
3227    <string name="media_shared" product="default">SD card is currently in use by a computer.</string>
3228    <!-- Text for message for an unknown external media state [CHAR LIMIT=NONE] -->
3229    <string name="media_unknown_state">External media in unknown state.</string>
3230
3231    <!-- Text for WebView's text selection Action Mode -->
3232    <!-- ActionBar action to share the current selection [CHAR LIMIT=10] -->
3233    <string name="share">Share</string>
3234    <!-- ActionBar action to use the current selection to open the Find on page functionality [CHAR LIMIT=10]-->
3235    <string name="find">Find</string>
3236    <!-- ActionBar action to use the current selection to perform a web search [CHAR-LIMIT=16] -->
3237    <string name="websearch">Web Search</string>
3238
3239    <!-- Network positioning notification ticker. The name of the user (e.g. John Doe) who sent
3240         the request is shown as a dynamic string. -->
3241    <string name="gpsNotifTicker">Location request from <xliff:g id="name">%s</xliff:g></string>
3242    <!-- Network positioning notification and verification title to inform the user about
3243         an incoming location request. -->
3244    <string name="gpsNotifTitle">Location request</string>
3245    <!-- Network positioning notification message. The name of the user (e.g. John Doe) and
3246         service (SUPL-service) who sent the request is shown as dynamic strings.
3247         Translation should not be longer than master text. -->
3248    <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>
3249    <!-- Network positioning verification Yes. Button to push to share location information. -->
3250    <string name="gpsVerifYes">Yes</string>
3251    <!-- Network positioning verification No. Button to push to deny sharing of location
3252         information. -->
3253    <string name="gpsVerifNo">No</string>
3254
3255    <!-- Error message when the sync tried to delete too many things -->
3256    <string name="sync_too_many_deletes">Delete limit exceeded</string>
3257    <!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
3258    <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>
3259    <!-- 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 -->
3260    <string name="sync_really_delete">Delete the items</string>
3261    <!-- 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 -->
3262    <string name="sync_undo_deletes">Undo the deletes</string>
3263    <!-- 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 -->
3264    <string name="sync_do_nothing">Do nothing for now</string>
3265
3266    <!-- Choose Account Activity label -->
3267    <string name="choose_account_label">Choose an account</string>
3268
3269    <string name="add_account_label">"Add an account"</string>
3270    <string name="choose_account_text">"Which account do you want to use?"</string>
3271
3272    <!-- Button label to add an account [CHAR LIMIT=20] -->
3273    <string name="add_account_button_label">Add account</string>
3274
3275    <!-- NumberPicker - accessibility support -->
3276    <!-- Description of the button to increase the NumberPicker value. [CHAR LIMIT=NONE] -->
3277    <string name="number_picker_increment_button">Increase</string>
3278    <!-- Description of the button to decrease the NumberPicker value. [CHAR LIMIT=NONE] -->
3279    <string name="number_picker_decrement_button">Decrease</string>
3280    <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
3281    <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch and hold.</string>
3282    <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
3283    <string name="number_picker_increment_scroll_action">Slide up to increase and down to decrease.</string>
3284
3285    <!-- TimePicker - accessibility support -->
3286    <!-- Description of the button to increase the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3287    <string name="time_picker_increment_minute_button">Increase minute</string>
3288    <!-- Description of the button to decrease the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3289    <string name="time_picker_decrement_minute_button">Decrease minute</string>
3290    <!-- Description of the button to increase the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3291    <string name="time_picker_increment_hour_button">Increase hour</string>
3292    <!-- Description of the button to decrease the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3293    <string name="time_picker_decrement_hour_button">Decrease hour</string>
3294    <!-- Description of the button to increase the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
3295    <string name="time_picker_increment_set_pm_button">Set PM</string>
3296    <!-- Description of the button to decrease the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
3297    <string name="time_picker_decrement_set_am_button">Set AM</string>
3298
3299    <!-- DatePicker - accessibility support -->
3300    <!-- Description of the button to increase the DatePicker's month value. [CHAR LIMIT=NONE] -->
3301    <string name="date_picker_increment_month_button">Increase month</string>
3302    <!-- Description of the button to decrease the DatePicker's month value. [CHAR LIMIT=NONE] -->
3303    <string name="date_picker_decrement_month_button">Decrease month</string>
3304    <!-- Description of the button to increase the DatePicker's day value. [CHAR LIMIT=NONE] -->
3305    <string name="date_picker_increment_day_button">Increase day</string>
3306    <!-- Description of the button to decrease the DatePicker's day value. [CHAR LIMIT=NONE] -->
3307    <string name="date_picker_decrement_day_button">Decrease day</string>
3308    <!-- Description of the button to increase the DatePicker's year value. [CHAR LIMIT=NONE] -->
3309    <string name="date_picker_increment_year_button">Increase year</string>
3310    <!-- Description of the button to decrease the DatePicker's year value. [CHAR LIMIT=NONE] -->
3311    <string name="date_picker_decrement_year_button">Decrease year</string>
3312
3313    <!-- KeyboardView - accessibility support -->
3314    <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
3315    <string name="keyboardview_keycode_alt">Alt</string>
3316    <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
3317    <string name="keyboardview_keycode_cancel">Cancel</string>
3318    <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
3319    <string name="keyboardview_keycode_delete">Delete</string>
3320    <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
3321    <string name="keyboardview_keycode_done">Done</string>
3322    <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
3323    <string name="keyboardview_keycode_mode_change">Mode change</string>
3324    <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
3325    <string name="keyboardview_keycode_shift">Shift</string>
3326    <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
3327    <string name="keyboardview_keycode_enter">Enter</string>
3328
3329    <!-- ActivityChooserView - accessibility support -->
3330    <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
3331    <string name="activitychooserview_choose_application">Choose an app</string>
3332
3333    <!-- ShareActionProvider - accessibility support -->
3334    <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3335    <string name="shareactionprovider_share_with">Share with</string>
3336    <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3337    <string name="shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
3338
3339    <!-- Slide lock screen -->
3340
3341    <!-- Description of the sliding handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3342    <string name="content_description_sliding_handle">"Sliding handle. Touch &amp; hold."</string>
3343
3344    <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3345    <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3346    <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3347    <string name="description_direction_down">Slide down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3348    <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3349    <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3350    <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3351    <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3352
3353    <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3354    <string name="description_target_unlock">Unlock</string>
3355    <!-- Description of the camera target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3356    <string name="description_target_camera">Camera</string>
3357    <!-- Description of the silent target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3358    <string name="description_target_silent">Silent</string>
3359    <!-- Description of the sound on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3360    <string name="description_target_soundon">Sound on</string>
3361    <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3362    <string name="description_target_search">Search</string>
3363
3364    <!-- Description of the unlock handle in the Slide unlock screen for tablets. [CHAR LIMIT=NONE] -->
3365    <string name="description_target_unlock_tablet">Swipe to unlock.</string>
3366
3367    <!-- Announce that a headset is required to hear keyboard keys while typing a password. [CHAR LIMIT=NONE] -->
3368    <string name="keyboard_headset_required_to_hear_password">Plug in a headset to hear password keys spoken.</string>
3369    <!-- The value of a keyboard key announced when accessibility is enabled and no headsed is used. [CHAR LIMIT=NONE] -->
3370    <string name="keyboard_password_character_no_headset">Dot.</string>
3371
3372    <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
3373    <string name="action_bar_home_description">Navigate home</string>
3374    <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
3375    <string name="action_bar_up_description">Navigate up</string>
3376    <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
3377    <string name="action_menu_overflow_description">More options</string>
3378
3379    <!-- Storage description for internal storage. [CHAR LIMIT=NONE] -->
3380    <string name="storage_internal">Internal storage</string>
3381
3382    <!-- Storage description for the SD card. [CHAR LIMIT=NONE] -->
3383    <string name="storage_sd_card">SD card</string>
3384
3385    <!-- Storage description for USB storage. [CHAR LIMIT=NONE] -->
3386    <string name="storage_usb">USB storage</string>
3387
3388    <!-- Button text for the edit menu in input method extract mode. [CHAR LIMIT=16] -->
3389    <string name="extract_edit_menu_button">Edit</string>
3390
3391    <!-- Notification title when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3392    <string name="data_usage_warning_title">Data usage warning</string>
3393    <!-- Notification body when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3394    <string name="data_usage_warning_body">Touch to view usage and settings.</string>
3395
3396    <!-- Notification title when 2G-3G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3397    <string name="data_usage_3g_limit_title">2G-3G data disabled</string>
3398    <!-- Notification title when 4G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3399    <string name="data_usage_4g_limit_title">4G data disabled</string>
3400    <!-- Notification title when mobile data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3401    <string name="data_usage_mobile_limit_title">Mobile data disabled</string>
3402    <!-- Notification title when Wi-Fi data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3403    <string name="data_usage_wifi_limit_title">Wi-Fi data disabled</string>
3404    <!-- Notification body when data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3405    <string name="data_usage_limit_body">Touch to enable.</string>
3406
3407    <!-- Notification title when 2G-3G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3408    <string name="data_usage_3g_limit_snoozed_title">2G-3G data limit exceeded</string>
3409    <!-- Notification title when 4G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3410    <string name="data_usage_4g_limit_snoozed_title">4G data limit exceeded</string>
3411    <!-- Notification title when mobile data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3412    <string name="data_usage_mobile_limit_snoozed_title">Mobile data limit exceeded</string>
3413    <!-- Notification title when Wi-Fi data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3414    <string name="data_usage_wifi_limit_snoozed_title">Wi-Fi data limit exceeded</string>
3415    <!-- Notification body when data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3416    <string name="data_usage_limit_snoozed_body"><xliff:g id="size" example="3.8GB">%s</xliff:g> over specified limit.</string>
3417
3418    <!-- Notification title when background data usage is limited. [CHAR LIMIT=32] -->
3419    <string name="data_usage_restricted_title">Background data restricted</string>
3420    <!-- Notification body when background data usage is limited. [CHAR LIMIT=32] -->
3421    <string name="data_usage_restricted_body">Touch to remove restriction.</string>
3422
3423    <!-- SSL Certificate dialogs -->
3424    <!-- Title for an SSL Certificate dialog -->
3425    <string name="ssl_certificate">Security certificate</string>
3426    <!-- Message on an SSL Certificate dialog -->
3427    <string name="ssl_certificate_is_valid">This certificate is valid.</string>
3428    <!-- Label for an information field on an SSL Certificate Dialog -->
3429    <string name="issued_to">Issued to:</string>
3430    <!-- Label for an information field on an SSL Certificate Dialog -->
3431    <string name="common_name">Common name:</string>
3432    <!-- Label for an information field on an SSL Certificate Dialog -->
3433    <string name="org_name">Organization:</string>
3434    <!-- Label for an information field on an SSL Certificate Dialog -->
3435    <string name="org_unit">Organizational unit:</string>
3436    <!-- Label for an information field on an SSL Certificate Dialog -->
3437    <string name="issued_by">Issued by:</string>
3438    <!-- Label for an information field on an SSL Certificate Dialog -->
3439    <string name="validity_period">Validity:</string>
3440    <!-- Label for an information field on an SSL Certificate Dialog -->
3441    <string name="issued_on">Issued on:</string>
3442    <!-- Label for an information field on an SSL Certificate Dialog -->
3443    <string name="expires_on">Expires on:</string>
3444    <!-- Label for an information field on an SSL Certificate Dialog -->
3445    <string name="serial_number">Serial number:</string>
3446    <!-- Label for an information field on an SSL Certificate Dialog -->
3447    <string name="fingerprints">Fingerprints:</string>
3448    <!-- Label for an information field on an SSL Certificate Dialog -->
3449    <string name="sha256_fingerprint">SHA-256 fingerprint:</string>
3450    <!-- Label for an information field on an SSL Certificate Dialog -->
3451    <string name="sha1_fingerprint">SHA-1 fingerprint:</string>
3452
3453    <!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
3454    <string name="activity_chooser_view_see_all">See all</string>
3455    <!-- Title default for a dialog showing possible activities in ActivityChooserView [CHAR LIMIT=25] -->
3456    <string name="activity_chooser_view_dialog_title_default">Choose activity</string>
3457
3458    <!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
3459    <string name="share_action_provider_share_with">Share with</string>
3460
3461    <!-- Status Bar icon descriptions -->
3462
3463    <!-- Description of for the status bar's icon that the device is locked for accessibility. [CHAR LIMIT=NONE] -->
3464    <string name="status_bar_device_locked">Device locked.</string>
3465
3466    <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". [CHAR LIMIT=3] -->
3467    <string name="list_delimeter">", "</string>
3468
3469    <!-- STK sending DTMF, SMS, USSD, SS -->
3470    <string name="sending">Sending\u2026</string>
3471
3472    <!-- STK launch Browser -->
3473    <string name="launchBrowserDefault">Launch Browser?</string>
3474
3475    <!-- STK setup Call -->
3476    <string name="SetupCallDefault">Accept call?</string>
3477
3478</resources>
3479