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 generates a bug report in the phone options dialog -->
350    <string name="global_action_bug_report">Bug report</string>
351
352    <!-- Take bug report menu title [CHAR LIMIT=NONE] -->
353    <string name="bugreport_title">Take bug report</string>
354    <!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
355    <string name="bugreport_message">This will collect information about your
356        current device state, to send as an e-mail message.  It will take a little
357        time from starting the bug report until it is ready to be sent; please be
358        patient.</string>
359
360    <!-- label for item that enables silent mode in phone options dialog -->
361    <string name="global_action_toggle_silent_mode">Silent mode</string>
362
363    <!-- status message in phone options dialog for when silent mode is enabled -->
364    <string name="global_action_silent_mode_on_status">Sound is OFF</string>
365
366    <!-- status message in phone options dialog for when silent mode is disabled -->
367    <string name="global_action_silent_mode_off_status">Sound is ON</string>
368
369    <!-- label for item that toggles airplane mode -->
370    <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
371
372    <!-- status message in phone options dialog for when airplane mode is on -->
373    <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
374
375    <!-- status message in phone options dialog for when airplane mode is off -->
376    <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
377
378    <!-- Text to use when the number in a notification info is too large
379         (greater than status_bar_notification_info_maxnum, defined in
380         values/config.xml) and must be truncated. May need to be localized
381         for most appropriate textual indicator of "more than X".
382         [CHAR LIMIT=4] -->
383    <string name="status_bar_notification_info_overflow">999+</string>
384
385    <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
386    <string name="safeMode">Safe mode</string>
387
388    <!-- Label for the Android system components when they are shown to the user. -->
389    <string name="android_system_label">Android System</string>
390
391    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
392    <string name="permgrouplab_costMoney">Services that cost you money</string>
393    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
394    <string name="permgroupdesc_costMoney">Do things that can cost you money.</string>
395
396    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
397    <string name="permgrouplab_messages">Your messages</string>
398    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
399    <string name="permgroupdesc_messages">Read and write your SMS, email, and other messages.</string>
400
401    <!-- Title 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="permgrouplab_personalInfo">Your personal information</string>
403    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
404    <string name="permgroupdesc_personalInfo">Direct access to information about you, stored in on your contact card.</string>
405
406    <!-- Title 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="permgrouplab_socialInfo">Your social information</string>
408    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
409    <string name="permgroupdesc_socialInfo">Direct access to information about your contacts and social connections.</string>
410
411    <!-- Title 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="permgrouplab_location">Your location</string>
413    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
414    <string name="permgroupdesc_location">Monitor your physical location.</string>
415
416    <!-- Title 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="permgrouplab_network">Network communication</string>
418    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
419    <string name="permgroupdesc_network">Access various network features.</string>
420
421    <!-- Title 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="permgrouplab_bluetoothNetwork">Bluetooth</string>
423    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
424    <string name="permgroupdesc_bluetoothNetwork">Access devices and networks through Bluetooth.</string>
425
426    <!-- Title 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="permgrouplab_audioSettings">Audio Settings</string>
428    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
429    <string name="permgroupdesc_audioSettings">Change audio settings.</string>
430
431    <!-- Title 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="permgrouplab_affectsBattery">Affects Battery</string>
433    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
434    <string name="permgroupdesc_affectsBattery">Use features that can quickly drain battery.</string>
435
436    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
437    <string name="permgrouplab_calendar">Calendar</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_calendar">Direct access to calendar and events.</string>
440
441    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
442    <string name="permgrouplab_dictionary">Read User Dictionary</string>
443    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
444    <string name="permgroupdesc_dictionary">Read words in user dictionary.</string>
445
446    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
447    <string name="permgrouplab_writeDictionary">Write User Dictionary</string>
448    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
449    <string name="permgroupdesc_writeDictionary">Add words to the user dictionary.</string>
450
451    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
452    <string name="permgrouplab_bookmarks">Bookmarks and History</string>
453    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
454    <string name="permgroupdesc_bookmarks">Direct access to bookmarks and browser history.</string>
455
456    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
457    <string name="permgrouplab_deviceAlarms">Alarm</string>
458    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
459    <string name="permgroupdesc_deviceAlarms">Set the alarm clock.</string>
460
461    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
462    <string name="permgrouplab_voicemail">Voicemail</string>
463    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
464    <string name="permgroupdesc_voicemail">Direct access to voicemail.</string>
465
466    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
467    <string name="permgrouplab_microphone">Microphone</string>
468    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
469    <string name="permgroupdesc_microphone">Direct access to the microphone to record audio.</string>
470
471    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
472    <string name="permgrouplab_camera">Camera</string>
473    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
474    <string name="permgroupdesc_camera">Direct access to camera for image or video capture.</string>
475
476    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
477    <string name="permgrouplab_appInfo">Your applications information</string>
478    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
479    <string name="permgroupdesc_appInfo">Ability to affect behavior of other applications on your device.</string>
480
481    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
482    <string name="permgrouplab_wallpaper">Wallpaper</string>
483    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
484    <string name="permgroupdesc_wallpaper">Change the device wallpaper settings.</string>
485
486    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
487    <string name="permgrouplab_systemClock">Clock</string>
488    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
489    <string name="permgroupdesc_systemClock">Change the device time or timezone.</string>
490
491    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
492    <string name="permgrouplab_statusBar">Status Bar</string>
493    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
494    <string name="permgroupdesc_statusBar">Change the device status bar settings.</string>
495
496    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
497    <string name="permgrouplab_syncSettings">Sync Settings</string>
498    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
499    <string name="permgroupdesc_syncSettings">Access to the sync settings.</string>
500
501    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
502    <string name="permgrouplab_accounts">Your accounts</string>
503    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
504    <string name="permgroupdesc_accounts">Access the available accounts.</string>
505
506    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
507    <string name="permgrouplab_hardwareControls">Hardware controls</string>
508    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
509    <string name="permgroupdesc_hardwareControls">Direct access to hardware on the handset.</string>
510
511    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
512    <string name="permgrouplab_phoneCalls">Phone calls</string>
513    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
514    <string name="permgroupdesc_phoneCalls">Monitor, record, and process phone calls.</string>
515
516    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
517    <string name="permgrouplab_systemTools">System tools</string>
518    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
519    <string name="permgroupdesc_systemTools">Lower-level access and control of the system.</string>
520
521    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
522    <string name="permgrouplab_developmentTools">Development tools</string>
523    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
524    <string name="permgroupdesc_developmentTools">Features only needed for app developers.</string>
525
526    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
527    <string name="permgrouplab_display">Other Application UI</string>
528    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
529    <string name="permgroupdesc_display">Effect the UI of other applications.</string>
530
531    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
532    <string name="permgrouplab_storage">Storage</string>
533    <!-- 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] -->
534    <string name="permgroupdesc_storage" product="nosdcard">Access the USB storage.</string>
535    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
536    <string name="permgroupdesc_storage" product="default">Access the SD card.</string>
537
538    <!--  Permissions -->
539
540    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
541    <string name="permlab_statusBar">disable or modify status bar</string>
542    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
543    <string name="permdesc_statusBar">Allows the app to disable the status bar or add and remove system icons.</string>
544
545    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
546    <string name="permlab_statusBarService">status bar</string>
547    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
548    <string name="permdesc_statusBarService">Allows the app to be the status bar.</string>
549
550    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
551    <string name="permlab_expandStatusBar">expand/collapse status bar</string>
552    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
553    <string name="permdesc_expandStatusBar">Allows the app to expand or collapse the status bar.</string>
554
555    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
556    <string name="permlab_processOutgoingCalls">reroute outgoing calls</string>
557    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
558    <string name="permdesc_processOutgoingCalls">Allows the app to process
559      outgoing calls and change the number to be dialed. This permission allows
560      the app to monitor, redirect, or prevent outgoing calls.</string>
561
562    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
563    <string name="permlab_receiveSms">receive text messages (SMS)</string>
564    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
565    <string name="permdesc_receiveSms">Allows the app to receive and process SMS
566      messages. This means the app could monitor or delete messages sent to your
567      device without showing them to you.</string>
568
569    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
570    <string name="permlab_receiveMms">receive text messages (MMS)</string>
571    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
572    <string name="permdesc_receiveMms">Allows the app to receive and process MMS
573      messages. This means the app could monitor or delete messages sent to your
574      device without showing them to you.</string>
575
576    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
577    <string name="permlab_receiveEmergencyBroadcast">receive emergency broadcasts</string>
578    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
579    <string name="permdesc_receiveEmergencyBroadcast">Allows the app to receive
580      and process emergency broadcast messages. This permission is only available
581      to system apps.</string>
582
583    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
584    <string name="permlab_readCellBroadcasts">read cell broadcast messages</string>
585    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
586    <string name="permdesc_readCellBroadcasts">Allows the app to read
587      cell broadcast messages received by your device. Cell broadcast alerts
588      are delivered in some locations to warn you of emergency situations.
589      Malicious apps may interfere with the performance or operation of your
590      device when an emergency cell broadcast is received.</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_sendSms">send SMS messages</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_sendSms">Allows the app to send SMS messages.
596     This may result in unexpected charges. Malicious apps may cost you money by
597     sending messages without your confirmation.</string>
598
599     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
600    <string name="permlab_sendSmsNoConfirmation">send SMS messages with no confirmation</string>
601    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
602    <string name="permdesc_sendSmsNoConfirmation">Allows the app to send SMS
603      messages. This may result in unexpected charges. Malicious apps may cost
604      you money by sending messages without your confirmation.</string>
605
606    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
607    <string name="permlab_readSms">read your text messages (SMS or MMS)</string>
608    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
609    <string name="permdesc_readSms" product="tablet">Allows the app to read SMS
610      messages stored on your tablet or SIM card. This allows the app to read all
611      SMS messages, regardless of content or confidentiality.</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_readSms" product="default">Allows the app to read SMS
614      messages stored on your phone or SIM card. This allows the app to read all
615      SMS messages, regardless of content or confidentiality.</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_writeSms">edit your text messages (SMS or MMS)</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_writeSms" product="tablet">Allows the app to write
621      to SMS messages stored on your tablet or SIM card. Malicious apps
622      may delete your messages.</string>
623    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
624    <string name="permdesc_writeSms" product="default">Allows the app to write
625      to SMS messages stored on your phone or SIM card. Malicious apps
626      may delete your messages.</string>
627
628    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
629    <string name="permlab_receiveWapPush">receive text messages (WAP)</string>
630    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
631    <string name="permdesc_receiveWapPush">Allows the app to receive and process
632     WAP messages.  This permission includes the ability to monitor or delete
633     messages sent to you without showing them to you.</string>
634
635    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
636    <string name="permlab_getTasks">retrieve running apps</string>
637    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
638    <string name="permdesc_getTasks">Allows the app to retrieve information
639       about currently and recently running tasks.  This may allow the app to
640       discover information about which applications are used on the device.</string>
641
642    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
643    <string name="permlab_interactAcrossUsers">interact across users</string>
644    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
645    <string name="permdesc_interactAcrossUsers">Allows the app to perform actions
646        across different users on the device.  Malicious apps may use this to violate
647        the protection between users.</string>
648
649    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
650    <string name="permlab_interactAcrossUsersFull">full license to interact across users</string>
651    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
652    <string name="permdesc_interactAcrossUsersFull">Allows all possible interactions across
653        users.</string>
654
655    <!--  Title of an application permission, listed so the user can choose whether they want to allow the application to create/remove/query users. [CHAR LIMIT=none] -->
656    <string name="permlab_manageUsers">manage users</string>
657    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to create/remove/query users. [CHAR LIMIT=NONE] -->
658    <string name="permdesc_manageUsers">Allows apps to manage users on the device, including query, creation and deletion.</string>
659
660    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50] -->
661    <string name="permlab_getDetailedTasks">retrieve details of running apps</string>
662    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
663    <string name="permdesc_getDetailedTasks">Allows the app to retrieve
664        detailed information about currently and recently running tasks. Malicious apps may
665        discover private information about other apps.</string>
666
667    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
668    <string name="permlab_reorderTasks">reorder running apps</string>
669    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
670    <string name="permdesc_reorderTasks">Allows the app to move tasks to the
671      foreground and background.  The app may do this without your input.</string>
672
673    <!-- Title of an application permission, allowing an application to remove/kill tasks -->
674    <string name="permlab_removeTasks">stop running apps</string>
675    <!-- Description of an application permission, allowing an application to remove/kill tasks -->
676    <string name="permdesc_removeTasks">Allows the app to remove
677        tasks and kill their apps. Malicious apps may disrupt
678        the behavior of other apps.</string>
679
680    <!-- Title of an application permission, allowing an application to start any activity, regardless of permission protection or exported state. -->
681    <string name="permlab_startAnyActivity">start any activity</string>
682    <!-- Description of an application permission, allowing an application to start any activity, regardless of permission protection or exported state. -->
683    <string name="permdesc_startAnyActivity">Allows the app to start any activity, regardless of permission protection or exported state.</string>
684
685    <!-- Title of an application permission, allowing control of app screen compatibility mode -->
686    <string name="permlab_setScreenCompatibility">set screen compatibility</string>
687    <!-- Description of an application permission, allowing control of app screen compatibility mode -->
688    <string name="permdesc_setScreenCompatibility">Allows the app to control the
689        screen compatibility mode of other applications.  Malicious applications may
690        break the behavior of other applications.</string>
691
692    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
693    <string name="permlab_setDebugApp">enable app debugging</string>
694    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
695    <string name="permdesc_setDebugApp">Allows the app to turn
696        on debugging for another app. Malicious apps may use this
697        to kill other apps.</string>
698
699    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
700    <string name="permlab_changeConfiguration">change system display settings</string>
701    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
702    <string name="permdesc_changeConfiguration">Allows the app to
703        change the current configuration, such as the locale or overall font
704        size.</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_enableCarMode">enable car mode</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_enableCarMode">Allows the app to
710        enable the car mode.</string>
711
712    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
713    <string name="permlab_killBackgroundProcesses">close other apps</string>
714    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
715    <string name="permdesc_killBackgroundProcesses">Allows the app to end
716      background processes of other apps.  This may cause other apps to stop
717      running.</string>
718
719    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
720    <string name="permlab_forceStopPackages">force stop other apps</string>
721    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
722    <string name="permdesc_forceStopPackages">Allows the app to forcibly stop other apps.</string>
723
724    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
725    <string name="permlab_forceBack">force app to close</string>
726    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
727    <string name="permdesc_forceBack">Allows the app to force any
728        activity that is in the foreground to close and go back.
729        Should never be needed for normal apps.</string>
730
731    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
732    <string name="permlab_dump">retrieve system internal state</string>
733    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
734    <string name="permdesc_dump">Allows the app to retrieve
735        internal state of the system. Malicious apps may retrieve
736        a wide variety of private and secure information that they should
737        never normally need.</string>
738
739    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
740    <string name="permlab_retrieve_window_content">retrieve screen content</string>
741    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
742    <string name="permdesc_retrieve_window_content">Allows the app to retrieve
743        the content of the active window. Malicious apps may retrieve
744        the entire window content and examine all its text except passwords.</string>
745
746    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
747    <string name="permlab_temporary_enable_accessibility">temporary enable accessibility</string>
748    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
749    <string name="permdesc_temporary_enable_accessibility">Allows an application to temporarily
750         enable accessibility on the device. Malicious apps may enable accessibility without
751         user consent.</string>
752
753    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
754    <string name="permlab_retrieve_window_info">retrieve window info</string>
755    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
756    <string name="permdesc_retrieve_window_info">Allows an application to retrieve
757         information about the the windows from the window manager. Malicious apps may
758         retrieve information that is intended for internal system usage.</string>
759
760    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
761    <string name="permlab_filter_events">filter events</string>
762    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
763    <string name="permdesc_filter_events">Allows an application to register an input filter
764            which filters the stream of all user events before they are dispatched. Malicious app
765            may control the system UI whtout user intervention.</string>
766
767    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
768    <string name="permlab_magnify_display">magnify display</string>
769    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
770    <string name="permdesc_magnify_display">Allows an application to magnify the content of a
771        display. Malicious apps may transform the display content in a way that renders the
772        device unusable.</string>
773
774    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
775    <string name="permlab_shutdown">partial shutdown</string>
776    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
777    <string name="permdesc_shutdown">Puts the activity manager into a shutdown
778        state.  Does not perform a complete shutdown.</string>
779
780    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
781    <string name="permlab_stopAppSwitches">prevent app switches</string>
782    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
783    <string name="permdesc_stopAppSwitches">Prevents the user from switching to
784        another app.</string>
785
786    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
787    <string name="permlab_runSetActivityWatcher">monitor and control all app launching</string>
788    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
789    <string name="permdesc_runSetActivityWatcher">Allows the app to
790        monitor and control how the system launches activities.
791        Malicious apps may completely compromise the system. This
792        permission is only needed for development, never for normal
793        use.</string>
794
795    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
796    <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
797    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
798    <string name="permdesc_broadcastPackageRemoved">Allows the app to
799        broadcast a notification that an app package has been removed.
800        Malicious apps may use this to kill any other running
801        app.</string>
802
803    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
804    <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
805    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
806    <string name="permdesc_broadcastSmsReceived">Allows the app to
807        broadcast a notification that an SMS message has been received.
808        Malicious apps may use this to forge incoming SMS messages.</string>
809
810    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
811    <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
812    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
813    <string name="permdesc_broadcastWapPush">Allows the app to
814        broadcast a notification that a WAP PUSH message has been received.
815        Malicious apps may use this to forge MMS message receipt or to
816        silently replace the content of any webpage with malicious variants.</string>
817
818    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
819    <string name="permlab_setProcessLimit">limit number of running processes</string>
820    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
821    <string name="permdesc_setProcessLimit">Allows the app
822        to control the maximum number of processes that will run. Never
823        needed for normal apps.</string>
824
825    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
826    <string name="permlab_setAlwaysFinish">force background apps to close</string>
827    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
828    <string name="permdesc_setAlwaysFinish">Allows the app
829        to control whether activities are always finished as soon as they
830        go to the background. Never needed for normal apps.</string>
831
832    <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
833    <string name="permlab_batteryStats">read battery statistics</string>
834    <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
835    <string name="permdesc_batteryStats">Allows an application to read the current low-level
836        battery use data.  May allow the application to find out detailed information about
837        which apps you use.</string>
838
839    <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
840    <string name="permlab_updateBatteryStats">modify battery statistics</string>
841    <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
842    <string name="permdesc_updateBatteryStats">Allows the app to modify
843        collected battery statistics. Not for use by normal apps.</string>
844
845    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
846    <string name="permlab_backup">control system backup and restore</string>
847    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
848    <string name="permdesc_backup">Allows the app to control the system\'s backup and restore mechanism.  Not for use by normal apps.</string>
849
850    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
851    <string name="permlab_confirm_full_backup">confirm a full backup or restore operation</string>
852    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
853    <string name="permdesc_confirm_full_backup">Allows the app to launch the full backup confirmation UI.  Not to be used by any app.</string>
854
855    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
856    <string name="permlab_internalSystemWindow">display unauthorized windows</string>
857    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
858    <string name="permdesc_internalSystemWindow">Allows the app to create
859        windows that are intended to be used by the internal system
860        user interface. Not for use by normal apps.</string>
861
862    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
863    <string name="permlab_systemAlertWindow">draw over other apps</string>
864    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
865    <string name="permdesc_systemAlertWindow">Allows the app to draw on top of other
866        applications or parts of the user interface.  They may interfere with your
867        use of the interface in any application, or change what you think you are
868        seeing in other applications.</string>
869
870    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
871    <string name="permlab_setAnimationScale">modify global animation speed</string>
872    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
873    <string name="permdesc_setAnimationScale">Allows the app to change
874        the global animation speed (faster or slower animations) at any time.</string>
875
876    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
877    <string name="permlab_manageAppTokens">manage app tokens</string>
878    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
879    <string name="permdesc_manageAppTokens">Allows the app to
880        create and manage their own tokens, bypassing their normal
881        Z-ordering. Should never be needed for normal apps.</string>
882
883    <!-- [CHAR LIMIT=NONE] 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_freezeScreen">freeze screen</string>
885    <!-- [CHAR LIMIT=NONE] 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_freezeScreen">Allows the application to temporarily freeze
887        the screen for a full-screen transition.</string>
888
889    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
890    <string name="permlab_injectEvents">press keys and control buttons</string>
891    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
892    <string name="permdesc_injectEvents" product="tablet">Allows the app to deliver
893        its own input events (key presses, etc.) to other apps. Malicious
894        apps may use this to take over the tablet.</string>
895    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
896    <string name="permdesc_injectEvents" product="default">Allows the app to deliver
897        its own input events (key presses, etc.) to other apps. Malicious
898        apps may use this to take over the phone.</string>
899
900    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
901    <string name="permlab_readInputState">record what you type and actions you take</string>
902    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
903    <string name="permdesc_readInputState">Allows the app to watch the
904        keys you press even when interacting with another app (such
905        as typing a password). Should never be needed for normal apps.</string>
906
907    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
908    <string name="permlab_bindInputMethod">bind to an input method</string>
909    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
910    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
911        interface of an input method. Should never be needed for normal apps.</string>
912
913    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
914    <string name="permlab_bindAccessibilityService">bind to an accessibility service</string>
915    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
916    <string name="permdesc_bindAccessibilityService">Allows the holder to bind to the top-level
917        interface of an accessibility service. Should never be needed for normal apps.</string>
918
919    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
920    <string name="permlab_bindTextService">bind to a text service</string>
921    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
922    <string name="permdesc_bindTextService">Allows the holder to bind to the top-level
923        interface of a text service(e.g. SpellCheckerService). Should never be needed for normal apps.</string>
924
925    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
926    <string name="permlab_bindVpnService">bind to a VPN service</string>
927    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
928    <string name="permdesc_bindVpnService">Allows the holder to bind to the top-level
929        interface of a Vpn service. Should never be needed for normal apps.</string>
930
931    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
932    <string name="permlab_bindWallpaper">bind to a wallpaper</string>
933    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
934    <string name="permdesc_bindWallpaper">Allows the holder to bind to the top-level
935        interface of a wallpaper. Should never be needed for normal apps.</string>
936
937    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
938    <string name="permlab_bindRemoteViews">bind to a widget service</string>
939    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
940    <string name="permdesc_bindRemoteViews">Allows the holder to bind to the top-level
941        interface of a widget service. Should never be needed for normal apps.</string>
942
943    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
944    <string name="permlab_bindDeviceAdmin">interact with a device admin</string>
945    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
946    <string name="permdesc_bindDeviceAdmin">Allows the holder to send intents to
947        a device administrator. Should never be needed for normal apps.</string>
948
949    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
950    <string name="permlab_setOrientation">change screen orientation</string>
951    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
952    <string name="permdesc_setOrientation">Allows the app to change
953        the rotation of the screen at any time. Should never be needed for
954        normal apps.</string>
955
956    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
957    <string name="permlab_setPointerSpeed">change pointer speed</string>
958    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
959    <string name="permdesc_setPointerSpeed">Allows the app to change
960        the mouse or trackpad pointer speed at any time. Should never be needed for
961        normal apps.</string>
962
963    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
964    <string name="permlab_setKeyboardLayout">change keyboard layout</string>
965    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
966    <string name="permdesc_setKeyboardLayout">Allows the app to change
967        the keyboard layout. Should never be needed for normal apps.</string>
968
969    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
970    <string name="permlab_signalPersistentProcesses">send Linux signals to apps</string>
971    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
972    <string name="permdesc_signalPersistentProcesses">Allows the app to request that the
973        supplied signal be sent to all persistent processes.</string>
974
975    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
976    <string name="permlab_persistentActivity">make app always run</string>
977    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
978    <string name="permdesc_persistentActivity" product="tablet">Allows the app to make parts of itself persistent in memory.  This can limit memory available to other apps slowing down the tablet.</string>
979    <string name="permdesc_persistentActivity" product="default">Allows the app to make parts of itself persistent in memory.  This can limit memory available to other apps slowing down the phone.</string>
980
981    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
982    <string name="permlab_deletePackages">delete apps</string>
983    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
984    <string name="permdesc_deletePackages">Allows the app to delete
985        Android packages. Malicious apps may use this to delete important apps.</string>
986
987    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
988    <string name="permlab_clearAppUserData">delete other apps\' data</string>
989    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
990    <string name="permdesc_clearAppUserData">Allows the app to clear user data.</string>
991    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
992    <string name="permlab_deleteCacheFiles">delete other apps\' caches</string>
993    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
994    <string name="permdesc_deleteCacheFiles">Allows the app to delete
995        cache files.</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_getPackageSize">measure app storage space</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_getPackageSize">Allows the app to retrieve its code, data, and cache sizes</string>
1001
1002    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1003    <string name="permlab_installPackages">directly install apps</string>
1004    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1005    <string name="permdesc_installPackages">Allows the app to install new or updated
1006        Android packages. Malicious apps may use this to add new apps with arbitrarily
1007        powerful permissions.</string>
1008
1009    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1010    <string name="permlab_clearAppCache">delete all app cache data</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_clearAppCache" product="tablet">Allows the app to free tablet storage
1013        by deleting files in the cache directories of other applications.  This may cause other
1014        applications to start up more slowly as they need to re-retrieve their data.</string>
1015    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1016    <string name="permdesc_clearAppCache" product="default">Allows the app to free phone storage
1017        by deleting files in the cache directories of other applications.  This may cause other
1018        applications to start up more slowly as they need to re-retrieve their data.</string>
1019
1020    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1021    <string name="permlab_movePackage">move app resources</string>
1022    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1023    <string name="permdesc_movePackage">Allows the app to move app resources from internal to external media and vice versa.</string>
1024
1025    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1026    <string name="permlab_readLogs">read sensitive log data</string>
1027    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1028    <string name="permdesc_readLogs" product="tablet">Allows the app to read from the
1029        system\'s various log files.  This allows it to discover general
1030        information about what you are doing with the tablet, potentially
1031        including personal or private information.</string>
1032    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1033    <string name="permdesc_readLogs" product="default">Allows the app to read from the
1034        system\'s various log files.  This allows it to discover general
1035        information about what you are doing with the phone, potentially
1036        including personal or private information.</string>
1037
1038    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1039    <string name="permlab_anyCodecForPlayback">use any media decoder for playback</string>
1040    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1041    <string name="permdesc_anyCodecForPlayback">Allows the app to use any installed
1042        media decoder to decode for playback.</string>
1043
1044    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045    <string name="permlab_diagnostic">read/write to resources owned by diag</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_diagnostic">Allows the app to read and write to
1048    any resource owned by the diag group; for example, files in /dev. This could
1049    potentially affect system stability and security. This should be ONLY be used
1050    for hardware-specific diagnostics by the manufacturer or operator.</string>
1051
1052    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1053    <string name="permlab_changeComponentState">enable or disable app components</string>
1054    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1055    <string name="permdesc_changeComponentState" product="tablet">Allows the app to change whether a
1056        component of another app is enabled or not. Malicious apps may use this
1057        to disable important tablet capabilities. Care must be used with this permission, as it is
1058        possible to get app components into an unusable, inconsistent, or unstable state.
1059    </string>
1060    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1061    <string name="permdesc_changeComponentState" product="default">Allows the app to change whether a
1062        component of another app is enabled or not. Malicious apps may use this
1063        to disable important phone capabilities. Care must be used with this permission, as it is
1064        possible to get app components into an unusable, inconsistent, or unstable state.
1065    </string>
1066
1067    <!-- Title of an application permission for granting or revoking other permissions [CHAR LIMIT=NONE] -->
1068    <string name="permlab_grantRevokePermissions">grant or revoke permissions</string>
1069    <!-- Description of an application permission for granting or revoking other permissions [CHAR LIMIT=NONE] -->
1070    <string name="permdesc_grantRevokePermissions">Allows an application to grant or revoke
1071        specific permissions for it or other applications.  Malicious applications may use this
1072        to access features you have not granted them.
1073    </string>
1074
1075    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1076    <string name="permlab_setPreferredApplications">set preferred apps</string>
1077    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1078    <string name="permdesc_setPreferredApplications">Allows the app to
1079        modify your preferred apps. Malicious apps may
1080        silently change the apps that are run, spoofing your
1081        existing apps to collect private data from you.</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_writeSettings">modify system settings</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_writeSettings">Allows the app to modify the
1087        system\'s settings data. Malicious apps may corrupt your system\'s
1088        configuration.</string>
1089
1090    <string name="permlab_writeSecureSettings">modify secure system settings</string>
1091    <string name="permdesc_writeSecureSettings">Allows the app to modify the
1092        system\'s secure settings data. Not for use by normal apps.</string>
1093
1094    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1095    <string name="permlab_writeGservices">modify the Google services map</string>
1096    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1097    <string name="permdesc_writeGservices">Allows the app to modify the
1098        Google services map.  Not for use by normal apps.</string>
1099
1100    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1101    <string name="permlab_receiveBootCompleted">run at startup</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_receiveBootCompleted" product="tablet">Allows the app to
1104        have itself started as soon as the system has finished booting.
1105        This can make it take longer to start the tablet and allow the
1106        app to slow down the overall tablet by always running.</string>
1107    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1108    <string name="permdesc_receiveBootCompleted" product="default">Allows the app to
1109        have itself started as soon as the system has finished booting.
1110        This can make it take longer to start the phone and allow the
1111        app to slow down the overall phone by always running.</string>
1112
1113    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1114    <string name="permlab_broadcastSticky">send sticky broadcast</string>
1115    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1116    <string name="permdesc_broadcastSticky" product="tablet">Allows the app to
1117    send sticky broadcasts, which remain after the broadcast ends. Excessive use
1118    may make the tablet slow or unstable by causing it to use too much memory.
1119    </string>
1120    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1121    <string name="permdesc_broadcastSticky" product="default">Allows the app to
1122    send sticky broadcasts, which remain after the broadcast ends. Excessive
1123    use may make the phone slow or unstable by causing it to use too
1124    much memory.</string>
1125
1126    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1127    <string name="permlab_readContacts">read your contacts</string>
1128    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1129    <string name="permdesc_readContacts" product="tablet">Allows the app to read
1130      data about your contacts stored on your tablet, including the frequency
1131      with which you\'ve called, emailed, or communicated in other ways with
1132      specific individuals. This permission allows apps to save your contact
1133      data, and malicious apps may share contact data without your
1134      knowledge.</string>
1135    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1136    <string name="permdesc_readContacts" product="default">Allows the app to
1137      read data about your contacts stored on your phone, including the
1138      frequency with which you\'ve called, emailed, or communicated in other ways
1139      with specific individuals. This permission allows apps to save your
1140      contact data, and malicious apps may share contact data without your
1141      knowledge.</string>
1142
1143    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1144    <string name="permlab_writeContacts">modify your contacts</string>
1145    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1146    <string name="permdesc_writeContacts" product="tablet">Allows the app to
1147      modify the data about your contacts stored on your tablet, including the
1148      frequency with which you\'ve called, emailed, or communicated in other ways
1149      with specific contacts. This permission allows apps to delete contact
1150      data.</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_writeContacts" product="default">Allows the app to
1153    modify the data about your contacts stored on your phone, including the
1154    frequency with which you\'ve called, emailed, or communicated in other ways
1155    with specific contacts. This permission allows apps to delete contact
1156    data.</string>
1157
1158    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1159    <string name="permlab_readCallLog">read call log</string>
1160    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1161    <string name="permdesc_readCallLog" product="tablet">Allows the app to read
1162     your tablet\'s call log, including data about incoming and outgoing calls.
1163     This permission allows apps to save your call log data, and malicious apps
1164     may share call log data without your knowledge.</string>
1165    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1166    <string name="permdesc_readCallLog" product="default">Allows the app to read
1167      your phone\'s call log, including data about incoming and outgoing calls.
1168      This permission allows apps to save your call log data, and malicious apps
1169      may share call log data without your knowledge.</string>
1170
1171    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1172    <string name="permlab_writeCallLog">write call log</string>
1173    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1174    <string name="permdesc_writeCallLog" product="tablet">Allows the app to modify your tablet\'s call log, including data about incoming and outgoing calls.
1175        Malicious apps may use this to erase or modify your call log.</string>
1176    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1177    <string name="permdesc_writeCallLog" product="default">Allows the app to modify your phone\'s call log, including data about incoming and outgoing calls.
1178        Malicious apps may use this to erase or modify your call log.</string>
1179
1180
1181    <!-- 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] -->
1182    <string name="permlab_readProfile">read your own contact card</string>
1183    <!-- 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] -->
1184    <string name="permdesc_readProfile" product="default">Allows the app to read
1185     personal profile information stored on your device, such as your name and
1186     contact information. This means the app can identify you and may send your
1187     profile information to others.</string>
1188
1189    <!-- 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] -->
1190    <string name="permlab_writeProfile">modify your own contact card</string>
1191    <!-- 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] -->
1192    <string name="permdesc_writeProfile" product="default">Allows the app to
1193      change or add to personal profile information stored on your device, such
1194      as your name and contact information.  This means the app can identify you
1195      and may send your profile information to others.</string>
1196
1197    <!-- 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] -->
1198    <string name="permlab_readSocialStream" product="default">read your social stream</string>
1199    <string name="permdesc_readSocialStream" product="default">Allows the app
1200      to access and sync social updates from you and your friends. Be careful
1201      when sharing information -- this allows the app to read communications
1202      between you and your friends on social networks, regardless of
1203      confidentiality. Note: this permission may not be enforced on all social
1204      networks.</string>
1205
1206    <!-- 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] -->
1207    <string name="permlab_writeSocialStream" product="default">write to your social stream</string>
1208    <string name="permdesc_writeSocialStream" product="default">Allows the app to
1209     display social updates from your friends.  Be careful when sharing
1210     information -- this allows the app to produce messages that may appear to
1211     come from a friend. Note: this permission may not be enforced on all social
1212     networks.</string>
1213
1214    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1215    <string name="permlab_readCalendar">read calendar events plus confidential information</string>
1216    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1217
1218    <string name="permdesc_readCalendar" product="tablet">Allows the app to read
1219       all calendar events stored on your tablet, including those of friends or
1220       co-workers. This may allow the app to share or save your calendar data,
1221       regardless of confidentiality or sensitivity.</string>
1222    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1223    <string name="permdesc_readCalendar" product="default">Allows the app to
1224       read all calendar events stored on your phone, including those of friends
1225       or co-workers. This may allow the app to share or save your calendar data,
1226       regardless of confidentiality or sensitivity.</string>
1227
1228    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1229    <string name="permlab_writeCalendar">add or modify calendar events and send email to guests without owners\' knowledge</string>
1230    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1231
1232<string name="permdesc_writeCalendar" product="tablet">Allows the app to
1233     add, remove, change events that you can modify on your tablet, including
1234     those of friends or co-workers. This may allow the app to send messages
1235     that appear to come from calendar owners, or modify events without the
1236     owners\' knowledge.</string>
1237<string name="permdesc_writeCalendar" product="default">Allows the app to
1238     add, remove, change events that you can modify on your phone, including
1239     those of friends or co-workers. This may allow the app to send messages
1240     that appear to come from calendar owners, or modify events without the
1241     owners\' knowledge.</string>
1242
1243
1244    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1245    <string name="permlab_accessMockLocation">mock location sources for testing</string>
1246    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1247    <string name="permdesc_accessMockLocation">Create mock location sources for
1248      testing or install a new location provider.  This allows the app to
1249      override the location and/or status returned by other location sources
1250      such as GPS or location providers.</string>
1251
1252    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1253    <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
1254    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1255    <string name="permdesc_accessLocationExtraCommands">Allows the app to access
1256      extra location provider commands.  This may allow the app to to interfere
1257      with the operation of the GPS or other location sources.</string>
1258
1259    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1260    <string name="permlab_installLocationProvider">permission to install a location provider</string>
1261    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1262    <string name="permdesc_installLocationProvider">Create mock location sources
1263      for testing or install a new location provider.  This allows the app to
1264      override the location and/or status returned by other location sources
1265      such as GPS or location providers.</string>
1266
1267    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1268    <string name="permlab_accessFineLocation">precise location (GPS and
1269      network-based)</string>
1270    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1271    <string name="permdesc_accessFineLocation">Allows the app to get your
1272      precise location using the Global Positioning System (GPS) or network
1273      location sources such as cell towers and Wi-Fi. These location services
1274      must be turned on and available to your device for the app to use them.
1275      Apps may use this to determine where you are, and may consume additional
1276      battery power.</string>
1277
1278    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1279    <string name="permlab_accessCoarseLocation">approximate location
1280      (network-based)</string>
1281    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1282    <string name="permdesc_accessCoarseLocation">Allows the app to get your
1283      approximate location. This location is derived by location services using
1284      network location sources such as cell towers and Wi-Fi. These location
1285      services must be turned on and available to your device for the app to
1286      use them. Apps may use this to determine approximately where you
1287      are.</string>
1288
1289    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1290    <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
1291    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1292    <string name="permdesc_accessSurfaceFlinger">Allows the app to use SurfaceFlinger low-level features.</string>
1293
1294    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1295    <string name="permlab_readFrameBuffer">read frame buffer</string>
1296    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1297    <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string>
1298
1299    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1300    <string name="permlab_configureWifiDisplay">configure Wifi displays</string>
1301    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1302    <string name="permdesc_configureWifiDisplay">Allows the app to configure and connect to Wifi displays.</string>
1303
1304    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1305    <string name="permlab_controlWifiDisplay">control Wifi displays</string>
1306    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1307    <string name="permdesc_controlWifiDisplay">Allows the app to control low-level features of Wifi displays.</string>
1308
1309    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1310    <string name="permlab_modifyAudioSettings">change your audio settings</string>
1311    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1312    <string name="permdesc_modifyAudioSettings">Allows the app to modify global audio settings such as volume and which speaker is used for output.</string>
1313
1314    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1315    <string name="permlab_recordAudio">record audio</string>
1316    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1317    <string name="permdesc_recordAudio">Allows the app to record audio with the
1318      microphone.  This permission allows the app to record audio at any time
1319      without your confirmation.</string>
1320
1321    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1322    <string name="permlab_camera">take pictures and videos</string>
1323    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1324    <string name="permdesc_camera">Allows the app to take pictures and videos
1325      with the camera.  This permission allows the app to use the camera at any
1326      time without your confirmation.</string>
1327
1328    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1329    <string name="permlab_brick" product="tablet">permanently disable tablet</string>
1330    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1331    <string name="permlab_brick" product="default">permanently disable phone</string>
1332    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1333    <string name="permdesc_brick" product="tablet">Allows the app to
1334        disable the entire tablet permanently. This is very dangerous.</string>
1335    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1336    <string name="permdesc_brick" product="default">Allows the app to
1337        disable the entire phone permanently. This is very dangerous.</string>
1338
1339    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1340    <string name="permlab_reboot" product="tablet">force tablet reboot</string>
1341    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1342    <string name="permlab_reboot" product="default">force phone reboot</string>
1343    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1344    <string name="permdesc_reboot" product="tablet">Allows the app to force the tablet to reboot.</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_reboot" product="default">Allows the app to force the phone to reboot.</string>
1347
1348
1349    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1350    <string name="permlab_mount_unmount_filesystems" product="nosdcard">access USB storage filesystem</string>
1351    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1352    <string name="permlab_mount_unmount_filesystems" product="default">access SD Card filesystem</string>
1353    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1354    <string name="permdesc_mount_unmount_filesystems">Allows the app to mount and
1355        unmount filesystems for removable storage.</string>
1356
1357    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1358    <string name="permlab_mount_format_filesystems" product="nosdcard">erase USB storage</string>
1359    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1360    <string name="permlab_mount_format_filesystems" product="default">erase SD Card</string>
1361    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1362    <string name="permdesc_mount_format_filesystems">Allows the app to format removable storage.</string>
1363
1364    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1365    <string name="permlab_asec_access">get information on internal storage</string>
1366    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1367    <string name="permdesc_asec_access">Allows the app to get information on internal storage.</string>
1368
1369    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1370    <string name="permlab_asec_create">create internal storage</string>
1371    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1372    <string name="permdesc_asec_create">Allows the app to create internal storage.</string>
1373
1374    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1375    <string name="permlab_asec_destroy">destroy internal storage</string>
1376    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1377    <string name="permdesc_asec_destroy">Allows the app to destroy internal storage.</string>
1378
1379    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1380    <string name="permlab_asec_mount_unmount">mount/unmount internal storage</string>
1381    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1382    <string name="permdesc_asec_mount_unmount">Allows the app to mount/unmount internal storage.</string>
1383
1384    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1385    <string name="permlab_asec_rename">rename internal storage</string>
1386    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1387    <string name="permdesc_asec_rename">Allows the app to rename internal storage.</string>
1388
1389    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1390    <string name="permlab_vibrate">control vibration</string>
1391    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1392    <string name="permdesc_vibrate">Allows the app to control the vibrator.</string>
1393
1394    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1395    <string name="permlab_flashlight">control flashlight</string>
1396    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1397    <string name="permdesc_flashlight">Allows the app to control the flashlight.</string>
1398
1399    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1400    <string name="permlab_manageUsb">manage preferences and permissions for USB devices</string>
1401    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1402    <string name="permdesc_manageUsb">Allows the app to manage preferences and permissions for USB devices.</string>
1403
1404    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1405    <string name="permlab_accessMtp">implement MTP protocol</string>
1406    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1407    <string name="permdesc_accessMtp">Allows access to the kernel MTP driver to implement the MTP USB protocol.</string>
1408
1409    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1410    <string name="permlab_hardware_test">test hardware</string>
1411    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1412    <string name="permdesc_hardware_test">Allows the app to control
1413        various peripherals for the purpose of hardware testing.</string>
1414
1415    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1416    <string name="permlab_callPhone">directly call phone numbers</string>
1417    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1418    <string name="permdesc_callPhone">Allows the app to call phone numbers
1419      without your intervention. This may result in unexpected charges or calls.
1420      Note that this doesn\'t allow the app to call emergency numbers.
1421      Malicious apps may cost you money by making calls without your
1422      confirmation.</string>
1423
1424    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1425    <string name="permlab_callPrivileged">directly call any phone numbers</string>
1426    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1427    <string name="permdesc_callPrivileged">Allows the app to call
1428        any phone number, including emergency numbers, without your intervention.
1429        Malicious apps may place unnecessary and illegal calls to emergency
1430        services.</string>
1431
1432    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1433    <string name="permlab_performCdmaProvisioning" product="tablet">directly start CDMA tablet setup</string>
1434    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1435    <string name="permlab_performCdmaProvisioning" product="default">directly start CDMA phone setup</string>
1436    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1437    <string name="permdesc_performCdmaProvisioning">Allows the app to start CDMA provisioning.
1438        Malicious apps may unnecessarily start CDMA provisioning.</string>
1439
1440    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1441    <string name="permlab_locationUpdates">control location update notifications</string>
1442    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1443    <string name="permdesc_locationUpdates">Allows the app to enable/disable location
1444        update notifications from the radio.  Not for use by normal apps.</string>
1445
1446    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1447    <string name="permlab_checkinProperties">access checkin properties</string>
1448    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1449    <string name="permdesc_checkinProperties">Allows the app read/write access to
1450        properties uploaded by the checkin service.  Not for use by normal
1451        apps.</string>
1452
1453    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1454    <string name="permlab_bindGadget">choose widgets</string>
1455    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1456    <string name="permdesc_bindGadget">Allows the app to tell the system
1457        which widgets can be used by which app. An app with this permission
1458        can give access to personal data to other apps.
1459        Not for use by normal apps.</string>
1460
1461    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1462    <string name="permlab_modifyPhoneState">modify phone state</string>
1463    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1464    <string name="permdesc_modifyPhoneState">Allows the app to control the
1465        phone features of the device. An app with this permission can switch
1466        networks, turn the phone radio on and off and the like without ever notifying
1467        you.</string>
1468
1469    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1470    <string name="permlab_readPhoneState">read phone status and identity</string>
1471    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1472    <string name="permdesc_readPhoneState">Allows the app to access the phone
1473      features of the device.  This permission allows the app to determine the
1474      phone number and device IDs, whether a call is active, and the remote number
1475      connected by a call.</string>
1476
1477    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1478    <string name="permlab_wakeLock" product="tablet">prevent tablet from sleeping</string>
1479    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1480    <string name="permlab_wakeLock" product="default">prevent phone from sleeping</string>
1481    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1482    <string name="permdesc_wakeLock" product="tablet">Allows the app to prevent the tablet from going to sleep.</string>
1483    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1484    <string name="permdesc_wakeLock" product="default">Allows the app to prevent the phone from going to sleep.</string>
1485
1486    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1487    <string name="permlab_devicePower" product="tablet">power tablet on or off</string>
1488    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1489    <string name="permlab_devicePower" product="default">power phone on or off</string>
1490    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1491    <string name="permdesc_devicePower" product="tablet">Allows the app to turn the
1492        tablet on or off.</string>
1493    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1494    <string name="permdesc_devicePower" product="default">Allows the app to turn the phone on or off.</string>
1495
1496    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1497    <string name="permlab_factoryTest">run in factory test mode</string>
1498    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1499    <string name="permdesc_factoryTest" product="tablet">Run as a low-level manufacturer test,
1500        allowing complete access to the tablet hardware. Only available
1501        when a tablet is running in manufacturer test mode.</string>
1502    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1503    <string name="permdesc_factoryTest" product="default">Run as a low-level manufacturer test,
1504        allowing complete access to the phone hardware. Only available
1505        when a phone is running in manufacturer test mode.</string>
1506
1507    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1508    <string name="permlab_setWallpaper">set wallpaper</string>
1509    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1510    <string name="permdesc_setWallpaper">Allows the app to set the system wallpaper.</string>
1511
1512    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1513    <string name="permlab_setWallpaperHints">adjust your wallpaper size</string>
1514    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1515    <string name="permdesc_setWallpaperHints">Allows the app to set the system wallpaper size hints.</string>
1516
1517    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1518    <string name="permlab_masterClear">reset system to factory defaults</string>
1519    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1520    <string name="permdesc_masterClear">Allows the app to completely
1521        reset the system to its factory settings, erasing all data,
1522        configuration, and installed apps.</string>
1523
1524    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1525    <string name="permlab_setTime">set time</string>
1526    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1527    <string name="permdesc_setTime" product="tablet">Allows the app to change the tablet\'s clock time.</string>
1528    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1529    <string name="permdesc_setTime" product="default">Allows the app to change the phone\'s clock time.</string>
1530
1531    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1532    <string name="permlab_setTimeZone">set time zone</string>
1533    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1534    <string name="permdesc_setTimeZone" product="tablet">Allows the app to change the tablet\'s time zone.</string>
1535    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1536    <string name="permdesc_setTimeZone" product="default">Allows the app to change the phone\'s time zone.</string>
1537
1538    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1539    <string name="permlab_accountManagerService">act as the AccountManagerService</string>
1540    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1541    <string name="permdesc_accountManagerService">Allows the app to make calls to AccountAuthenticators.</string>
1542
1543    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1544    <string name="permlab_getAccounts">find accounts on the device</string>
1545    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1546    <string name="permdesc_getAccounts" product="tablet">Allows the app to get
1547      the list of accounts known by the tablet.  This may include any accounts
1548      created by applications you have installed.</string>
1549    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1550    <string name="permdesc_getAccounts" product="default">Allows the app to get
1551      the list of accounts known by the phone.  This may include any accounts
1552      created by applications you have installed.</string>
1553
1554    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1555    <string name="permlab_authenticateAccounts">create accounts and set passwords</string>
1556    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1557    <string name="permdesc_authenticateAccounts">Allows the app
1558    to use the account authenticator capabilities of the
1559    AccountManager, including creating accounts and getting and
1560    setting their passwords.</string>
1561
1562    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1563    <string name="permlab_manageAccounts">add or remove accounts</string>
1564    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1565    <string name="permdesc_manageAccounts">Allows the app to
1566    perform operations like adding and removing accounts, and deleting
1567    their password.</string>
1568
1569    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1570    <string name="permlab_useCredentials">use accounts on the device</string>
1571    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1572    <string name="permdesc_useCredentials">Allows the app to request authentication tokens.</string>
1573
1574    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1575    <string name="permlab_accessNetworkState">view network connections</string>
1576    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1577    <string name="permdesc_accessNetworkState">Allows the app to view
1578      information about network connections such as which networks exist and are
1579      connected.</string>
1580
1581    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1582    <string name="permlab_createNetworkSockets">full network access</string>
1583    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1584    <string name="permdesc_createNetworkSockets">Allows the app to create
1585     network sockets and use custom network protocols. The browser and other
1586     applications provide means to send data to the internet, so this
1587     permission is not required to send data to the internet.</string>
1588
1589    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1590    <string name="permlab_writeApnSettings">change/intercept network settings and traffic</string>
1591    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1592    <string name="permdesc_writeApnSettings">Allows the app to change network settings and to intercept and inspect all network traffic,
1593      for example to change the proxy and port of any APN. Malicious apps may monitor, redirect, or modify network
1594      packets without your knowledge.</string>
1595
1596    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1597    <string name="permlab_changeNetworkState">change network connectivity</string>
1598    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1599    <string name="permdesc_changeNetworkState">Allows the app to change the state of network connectivity.</string>
1600
1601    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1602    <string name="permlab_changeTetherState">change tethered connectivity</string>
1603    <!-- Description of an application permission, listed so the user can choose whether they want to allow the applicaiton to do this. -->
1604    <string name="permdesc_changeTetherState">Allows the app to change the state of tethered network connectivity.</string>
1605
1606    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1607    <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
1608    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1609    <string name="permdesc_changeBackgroundDataSetting">Allows the app to change the background data usage setting.</string>
1610
1611    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1612    <string name="permlab_accessWifiState">view Wi-Fi connections</string>
1613    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1614    <string name="permdesc_accessWifiState">Allows the app to view information
1615      about Wi-Fi networking, such as whether Wi-Fi is enabled and name of
1616      connected Wi-Fi devices.</string>
1617
1618    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1619    <string name="permlab_changeWifiState">connect and disconnect from Wi-Fi</string>
1620    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1621    <string name="permdesc_changeWifiState">Allows the app to connect to and
1622      disconnect from Wi-Fi access points and to make changes to device
1623      configuration for Wi-Fi networks.</string>
1624
1625    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1626    <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast reception</string>
1627    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1628    <string name="permdesc_changeWifiMulticastState" product="tablet">Allows the app to receive
1629      packets sent to all devices on a Wi-Fi network using multicast addresses,
1630      not just your tablet.  It uses more power than the non-multicast mode.</string>
1631    <string name="permdesc_changeWifiMulticastState" product="default">Allows the app to receive
1632      packets sent to all devices on a Wi-Fi network using multicast addresses,
1633      not just your phone.  It uses more power than the non-multicast mode.</string>
1634
1635    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1636    <string name="permlab_bluetoothAdmin">access Bluetooth settings</string>
1637    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1638    <string name="permdesc_bluetoothAdmin" product="tablet">Allows the app to
1639      configure the local Bluetooth tablet, and to discover and pair with remote
1640      devices.</string>
1641    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1642    <string name="permdesc_bluetoothAdmin" product="default">Allows the app to configure
1643      the local Bluetooth phone, and to discover and pair with remote devices.</string>
1644
1645    <string name="permlab_accessWimaxState">connect and disconnect from WiMAX</string>
1646    <string name="permdesc_accessWimaxState">Allows the app to determine whether
1647     WiMAX is enabled and information about any WiMAX networks that are
1648     connected. </string>
1649
1650    <string name="permlab_changeWimaxState">Change WiMAX state</string>
1651    <string name="permdesc_changeWimaxState" product="tablet">Allows the app to
1652      connect the tablet to and disconnect the tablet from WiMAX networks.</string>
1653    <string name="permdesc_changeWimaxState" product="default">Allows the app to
1654      connect the phone to and disconnect the phone from WiMAX networks.</string>
1655
1656    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1657    <string name="permlab_bluetooth">pair with Bluetooth devices</string>
1658    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1659    <string name="permdesc_bluetooth" product="tablet">Allows the app to view the
1660      configuration of Bluetooth on the tablet, and to make and accept
1661      connections with paired devices.</string>
1662    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1663    <string name="permdesc_bluetooth" product="default">Allows the app to view the
1664      configuration of the Bluetooth on the phone, and to make and accept
1665      connections with paired devices.</string>
1666
1667    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1668    <string name="permlab_nfc">control Near Field Communication</string>
1669    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1670    <string name="permdesc_nfc">Allows the app to communicate
1671      with Near Field Communication (NFC) tags, cards, and readers.</string>
1672
1673    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1674    <string name="permlab_disableKeyguard">disable your screen lock</string>
1675    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1676    <string name="permdesc_disableKeyguard">Allows the app to disable the
1677      keylock and any associated password security.  For example, the phone
1678      disables the keylock when receiving an incoming phone call, then
1679      re-enables the keylock when the call is finished.</string>
1680
1681    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1682    <string name="permlab_readSyncSettings">read sync settings</string>
1683    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1684    <string name="permdesc_readSyncSettings">Allows the app to read the sync settings for an account. For example, this can determine whether the People app is synced with an account.</string>
1685
1686    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1687    <string name="permlab_writeSyncSettings">toggle sync on and off</string>
1688    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1689    <string name="permdesc_writeSyncSettings">Allows an app to modify the sync settings for an account.  For example, this can be used to enable sync of the People app with an account.</string>
1690
1691    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1692    <string name="permlab_readSyncStats">read sync statistics</string>
1693    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1694    <string name="permdesc_readSyncStats">Allows an app to read the sync stats for an account, including the history of sync events and how much data is synced. </string>
1695
1696    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1697    <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1698    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1699    <string name="permdesc_subscribedFeedsRead">Allows the app to get details about the currently synced feeds.</string>
1700
1701    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1702    <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1703    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1704    <string name="permdesc_subscribedFeedsWrite">Allows the app to modify
1705      your currently synced feeds. Malicious apps may change your synced feeds.</string>
1706
1707    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1708    <string name="permlab_readDictionary">read terms you added to the dictionary</string>
1709    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1710    <string name="permdesc_readDictionary">Allows the app to read all words,
1711       names and phrases that the user may have stored in the user dictionary.</string>
1712
1713    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1714    <string name="permlab_writeDictionary">add words to user-defined dictionary</string>
1715    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1716    <string name="permdesc_writeDictionary">Allows the app to write new words into the
1717      user dictionary.</string>
1718
1719    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1720    <string name="permlab_sdcardRead" product="nosdcard">test access to protected storage</string>
1721    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1722    <string name="permlab_sdcardRead" product="default">test access to protected storage</string>
1723    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1724    <string name="permdesc_sdcardRead" product="nosdcard">Allows the app to test a permission for USB storage that will be available on future devices. </string>
1725    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1726    <string name="permdesc_sdcardRead" product="default">Allows the app to test a permission for the SD card that will be available on future devices.</string>
1727
1728    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1729    <string name="permlab_sdcardWrite" product="nosdcard">modify or delete the contents of your USB storage</string>
1730    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1731    <string name="permlab_sdcardWrite" product="default">modify or delete the contents of your SD card</string>
1732    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1733    <string name="permdesc_sdcardWrite" product="nosdcard">Allows the app to write to the USB storage.</string>
1734    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1735    <string name="permdesc_sdcardWrite" product="default">Allows the app to write to the SD card.</string>
1736
1737    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1738    <string name="permlab_mediaStorageWrite" product="default">modify/delete internal media storage contents</string>
1739    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
1740    <string name="permdesc_mediaStorageWrite" product="default">Allows the app to modify the contents of the internal media storage.</string>
1741
1742    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1743    <string name="permlab_sdcardAccessAll">access external storage of all users</string>
1744    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1745    <string name="permdesc_sdcardAccessAll">Allows the app to access external storage for all users.</string>
1746
1747    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1748    <string name="permlab_cache_filesystem">access the cache filesystem</string>
1749    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1750    <string name="permdesc_cache_filesystem">Allows the app to read and write the cache filesystem.</string>
1751
1752    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1753    <string name="permlab_use_sip">make/receive Internet calls</string>
1754    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1755    <string name="permdesc_use_sip">Allows the app to use the SIP service to make/receive Internet calls.</string>
1756
1757    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1758    <string name="permlab_readNetworkUsageHistory">read historical network usage</string>
1759    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1760    <string name="permdesc_readNetworkUsageHistory">Allows the app to read historical network usage for specific networks and apps.</string>
1761
1762    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1763    <string name="permlab_manageNetworkPolicy">manage network policy</string>
1764    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1765    <string name="permdesc_manageNetworkPolicy">Allows the app to manage network policies and define app-specific rules.</string>
1766
1767    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1768    <string name="permlab_modifyNetworkAccounting">modify network usage accounting</string>
1769    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1770    <string name="permdesc_modifyNetworkAccounting">Allows the app to modify how network usage is accounted against apps. Not for use by normal apps.</string>
1771
1772    <!-- Policy administration -->
1773
1774    <!-- Title of policy access to limiting the user's password choices -->
1775    <string name="policylab_limitPassword">Set password rules</string>
1776    <!-- Description of policy access to limiting the user's password choices -->
1777    <string name="policydesc_limitPassword">Control the length and the characters allowed in screen-unlock passwords.</string>
1778    <!-- Title of policy access to watch user login attempts -->
1779    <string name="policylab_watchLogin">Monitor screen-unlock attempts</string>
1780    <!-- Description of policy access to watch user login attempts -->
1781    <string name="policydesc_watchLogin" product="tablet">Monitor the number of incorrect passwords
1782    typed when unlocking the screen, and lock the tablet or erase all the tablet\'s
1783    data if too many incorrect passwords are typed.</string>
1784    <!-- Description of policy access to watch user login attempts -->
1785    <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords
1786    typed. when unlocking the screen, and lock the phone or erase all the phone\'s
1787    data if too many incorrect passwords are typed.</string>
1788    <!-- Title of policy access to reset user's password -->
1789    <string name="policylab_resetPassword">Change the screen-unlock password</string>
1790    <!-- Description of policy access to reset user's password -->
1791    <string name="policydesc_resetPassword">Change the screen-unlock password.</string>
1792    <!-- Title of policy access to force lock the device -->
1793    <string name="policylab_forceLock">Lock the screen</string>
1794    <!-- Description of policy access to limiting the user's password choices -->
1795    <string name="policydesc_forceLock">Control how and when the screen locks.</string>
1796    <!-- Title of policy access to wipe the user's data -->
1797    <string name="policylab_wipeData">Erase all data</string>
1798    <!-- Description of policy access to wipe the user's data -->
1799    <string name="policydesc_wipeData" product="tablet">Erase the tablet\'s data without warning by performing a factory data reset.</string>
1800    <!-- Description of policy access to wipe the user's data -->
1801    <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string>
1802    <string name="policylab_setGlobalProxy">Set the device global proxy</string>
1803    <!-- Description of policy access to wipe the user's data -->
1804    <string name="policydesc_setGlobalProxy">Set the device global proxy
1805        to be used while policy is enabled. Only the first device admin
1806        sets the effective global proxy.</string>
1807    <!-- Title of policy access to enforce password expiration [CHAR LIMIT=30]-->
1808    <string name="policylab_expirePassword">Set lock-screen password expiration</string>
1809    <!-- Description of policy access to enforce password expiration [CHAR LIMIT=110]-->
1810    <string name="policydesc_expirePassword">Control how frequently the lock-screen password must be changed.</string>
1811    <!-- Title of policy access to require encrypted storage [CHAR LIMIT=30]-->
1812    <string name="policylab_encryptedStorage">Set storage encryption</string>
1813    <!-- Description of policy access to require encrypted storage [CHAR LIMIT=110]-->
1814    <string name="policydesc_encryptedStorage">Require that stored app data be encrypted.</string>
1815    <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]-->
1816    <string name="policylab_disableCamera">Disable cameras</string>
1817    <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]-->
1818    <string name="policydesc_disableCamera">Prevent use of all device cameras.</string>
1819    <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]-->
1820    <string name="policylab_disableKeyguardFeatures">Disable features in keyguard</string>
1821    <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]-->
1822    <string name="policydesc_disableKeyguardFeatures">Prevent use of some features in keyguard.</string>
1823
1824    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1825    <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1826    <string-array name="phoneTypes">
1827        <item>Home</item>
1828        <item>Mobile</item>
1829        <item>Work</item>
1830        <item>Work Fax</item>
1831        <item>Home Fax</item>
1832        <item>Pager</item>
1833        <item>Other</item>
1834        <item>Custom</item>
1835    </string-array>
1836
1837    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1838    <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1839    <string-array name="emailAddressTypes">
1840        <item>Home</item>
1841        <item>Work</item>
1842        <item>Other</item>
1843        <item>Custom</item>
1844    </string-array>
1845
1846    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1847    <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1848    <string-array name="postalAddressTypes">
1849        <item>Home</item>
1850        <item>Work</item>
1851        <item>Other</item>
1852        <item>Custom</item>
1853    </string-array>
1854
1855    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1856    <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1857    <string-array name="imAddressTypes">
1858        <item>Home</item>
1859        <item>Work</item>
1860        <item>Other</item>
1861        <item>Custom</item>
1862    </string-array>
1863
1864    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1865    <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1866    <string-array name="organizationTypes">
1867        <item>Work</item>
1868        <item>Other</item>
1869        <item>Custom</item>
1870    </string-array>
1871
1872    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1873    <!-- Instant Message protocols/providers from android.provider.Contacts -->
1874    <string-array name="imProtocols">
1875        <item>AIM</item>
1876        <item>Windows Live</item>
1877        <item>Yahoo</item>
1878        <item>Skype</item>
1879        <item>QQ</item>
1880        <item>Google Talk</item>
1881        <item>ICQ</item>
1882        <item>Jabber</item>
1883    </string-array>
1884
1885    <!-- Custom phone number type -->
1886    <string name="phoneTypeCustom">Custom</string>
1887    <!-- Home phone number type -->
1888    <string name="phoneTypeHome">Home</string>
1889    <!-- Mobile phone number type -->
1890    <string name="phoneTypeMobile">Mobile</string>
1891    <!-- Work phone number type -->
1892    <string name="phoneTypeWork">Work</string>
1893    <!-- Work fax phone number type -->
1894    <string name="phoneTypeFaxWork">Work Fax</string>
1895    <!-- Home fax phone number type -->
1896    <string name="phoneTypeFaxHome">Home Fax</string>
1897    <!-- Pager phone number type -->
1898    <string name="phoneTypePager">Pager</string>
1899    <!-- Other phone number type -->
1900    <string name="phoneTypeOther">Other</string>
1901    <!-- Callback phone number type -->
1902    <string name="phoneTypeCallback">Callback</string>
1903    <!-- Car phone number type -->
1904    <string name="phoneTypeCar">Car</string>
1905    <!-- Company main phone number type -->
1906    <string name="phoneTypeCompanyMain">Company Main</string>
1907    <!-- ISDN phone number type -->
1908    <string name="phoneTypeIsdn">ISDN</string>
1909    <!-- Main phone number type -->
1910    <string name="phoneTypeMain">Main</string>
1911    <!-- Other fax phone number type -->
1912    <string name="phoneTypeOtherFax">Other Fax</string>
1913    <!-- Radio phone number type -->
1914    <string name="phoneTypeRadio">Radio</string>
1915    <!-- Telex phone number type -->
1916    <string name="phoneTypeTelex">Telex</string>
1917    <!-- TTY TDD phone number type -->
1918    <string name="phoneTypeTtyTdd">TTY TDD</string>
1919    <!-- Work mobile phone number type -->
1920    <string name="phoneTypeWorkMobile">Work Mobile</string>
1921    <!-- Work pager phone number type -->
1922    <string name="phoneTypeWorkPager">Work Pager</string>
1923    <!-- Assistant phone number type -->
1924    <string name="phoneTypeAssistant">Assistant</string>
1925    <!-- MMS phone number type -->
1926    <string name="phoneTypeMms">MMS</string>
1927
1928    <!-- Label for custom events  [CHAR LIMIT=20] -->
1929    <string name="eventTypeCustom">Custom</string>
1930    <!-- Label for a birthday event  [CHAR LIMIT=20] -->
1931    <string name="eventTypeBirthday">Birthday</string>
1932    <!-- Label for an anniversary event  [CHAR LIMIT=20] -->
1933    <string name="eventTypeAnniversary">Anniversary</string>
1934    <!-- Label for other events  [CHAR LIMIT=20] -->
1935    <string name="eventTypeOther">Other</string>
1936
1937    <!-- Custom email type -->
1938    <string name="emailTypeCustom">Custom</string>
1939    <!-- Home email type -->
1940    <string name="emailTypeHome">Home</string>
1941    <!-- Work email type -->
1942    <string name="emailTypeWork">Work</string>
1943    <!-- Other email type -->
1944    <string name="emailTypeOther">Other</string>
1945    <!-- Mobile email type -->
1946    <string name="emailTypeMobile">Mobile</string>
1947
1948    <!-- Custom postal address type -->
1949    <string name="postalTypeCustom">Custom</string>
1950    <!-- Home postal address type -->
1951    <string name="postalTypeHome">Home</string>
1952    <!-- Work postal address type -->
1953    <string name="postalTypeWork">Work</string>
1954    <!-- Other postal address type -->
1955    <string name="postalTypeOther">Other</string>
1956
1957    <!-- Custom IM address type -->
1958    <string name="imTypeCustom">Custom</string>
1959    <!-- Home IM address type -->
1960    <string name="imTypeHome">Home</string>
1961    <!-- Work IM address type -->
1962    <string name="imTypeWork">Work</string>
1963    <!-- Other IM address type -->
1964    <string name="imTypeOther">Other</string>
1965
1966    <!-- Custom IM protocol type -->
1967    <string name="imProtocolCustom">Custom</string>
1968    <!-- AIM IM protocol type -->
1969    <string name="imProtocolAim">AIM</string>
1970    <!-- MSN IM protocol type -->
1971    <string name="imProtocolMsn">Windows Live</string>
1972    <!-- Yahoo IM protocol type -->
1973    <string name="imProtocolYahoo">Yahoo</string>
1974    <!-- Skype IM protocol type -->
1975    <string name="imProtocolSkype">Skype</string>
1976    <!-- QQ IM protocol type -->
1977    <string name="imProtocolQq">QQ</string>
1978    <!-- Google Talk IM protocol type -->
1979    <string name="imProtocolGoogleTalk">Google Talk</string>
1980    <!-- ICQ IM protocol type -->
1981    <string name="imProtocolIcq">ICQ</string>
1982    <!-- Jabber IM protocol type -->
1983    <string name="imProtocolJabber">Jabber</string>
1984    <!-- NetMeeting IM protocol type -->
1985    <string name="imProtocolNetMeeting">NetMeeting</string>
1986
1987    <!-- Work organization type -->
1988    <string name="orgTypeWork">Work</string>
1989    <!-- Other organization type -->
1990    <string name="orgTypeOther">Other</string>
1991    <!-- Custom organization type -->
1992    <string name="orgTypeCustom">Custom</string>
1993
1994    <!-- Custom relationship custom [CHAR LIMIT=20] -->
1995    <string name="relationTypeCustom">Custom</string>
1996    <!-- Assistant relationship type [CHAR LIMIT=20] -->
1997    <string name="relationTypeAssistant">Assistant</string>
1998    <!-- Brother relationship type [CHAR LIMIT=20] -->
1999    <string name="relationTypeBrother">Brother</string>
2000    <!-- Child relationship type [CHAR LIMIT=20] -->
2001    <string name="relationTypeChild">Child</string>
2002    <!-- Domestic Partner relationship type [CHAR LIMIT=20] -->
2003    <string name="relationTypeDomesticPartner">Domestic Partner</string>
2004    <!-- Father relationship type [CHAR LIMIT=20] -->
2005    <string name="relationTypeFather">Father</string>
2006    <!-- Friend relationship type [CHAR LIMIT=20] -->
2007    <string name="relationTypeFriend">Friend</string>
2008    <!-- Manager relationship type [CHAR LIMIT=20] -->
2009    <string name="relationTypeManager">Manager</string>
2010    <!-- Mother relationship type [CHAR LIMIT=20] -->
2011    <string name="relationTypeMother">Mother</string>
2012    <!-- Parent relationship type [CHAR LIMIT=20] -->
2013    <string name="relationTypeParent">Parent</string>
2014    <!-- Partner relationship type [CHAR LIMIT=20] -->
2015    <string name="relationTypePartner">Partner</string>
2016    <!-- Referred by relationship type [CHAR LIMIT=20] -->
2017    <string name="relationTypeReferredBy">Referred by</string>
2018    <!-- Relative relationship type [CHAR LIMIT=20] -->
2019    <string name="relationTypeRelative">Relative</string>
2020    <!-- Sister relationship type [CHAR LIMIT=20] -->
2021    <string name="relationTypeSister">Sister</string>
2022    <!-- Spouse relationship type [CHAR LIMIT=20] -->
2023    <string name="relationTypeSpouse">Spouse</string>
2024
2025    <!-- Custom SIP address type -->
2026    <string name="sipAddressTypeCustom">Custom</string>
2027    <!-- Home SIP address type -->
2028    <string name="sipAddressTypeHome">Home</string>
2029    <!-- Work SIP address type -->
2030    <string name="sipAddressTypeWork">Work</string>
2031    <!-- Other SIP address type -->
2032    <string name="sipAddressTypeOther">Other</string>
2033
2034    <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
2035         Displayed in one line in a large font.  -->
2036    <string name="keyguard_password_enter_pin_code">Type PIN code</string>
2037
2038    <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
2039         Displayed in one line in a large font.  -->
2040    <string name="keyguard_password_enter_puk_code">Type PUK and new PIN code</string>
2041
2042    <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
2043    <string name="keyguard_password_enter_puk_prompt">PUK code</string>
2044    <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
2045    <string name="keyguard_password_enter_pin_prompt">New PIN code</string>
2046
2047    <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
2048    <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to type password</font></string>
2049
2050    <!-- Instructions telling the user to enter their text password to unlock the keyguard.
2051         Displayed in one line in a large font.  -->
2052    <string name="keyguard_password_enter_password_code">Type password to unlock</string>
2053
2054    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
2055         Displayed in one line in a large font.  -->
2056    <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
2057
2058    <!-- Instructions telling the user that they entered the wrong pin while trying
2059         to unlock the keyguard.  Displayed in one line in a large font.  -->
2060    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
2061
2062    <!-- Instructions telling the user how to unlock the phone. -->
2063    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
2064
2065    <!-- This can be used in any application wanting to disable the text "Emergency number" -->
2066    <string name="emergency_call_dialog_number_for_display">Emergency number</string>
2067
2068    <!--
2069       *** touch based lock / unlock ***
2070                                          --> <skip />
2071
2072    <!-- 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.-->
2073    <string name="lockscreen_carrier_default">No service.</string>
2074
2075    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
2076    <string name="lockscreen_screen_locked">Screen locked.</string>
2077
2078    <!-- when pattern lock is enabled, tell them about the emergency dial -->
2079    <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
2080
2081    <!-- 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. -->
2082    <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
2083
2084    <!-- 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. -->
2085    <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
2086    <!-- Button at the bottom of the unlock screen to make an emergency call. -->
2087    <string name="lockscreen_emergency_call">Emergency call</string>
2088    <!-- Button at the bottom of the unlock screen that lets the user return to a call -->
2089    <string name="lockscreen_return_to_call">Return to call</string>
2090    <!-- Shown to confirm that the user entered their lock pattern correctly. -->
2091    <string name="lockscreen_pattern_correct">Correct!</string>
2092    <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
2093    <string name="lockscreen_pattern_wrong">Try again</string>
2094    <!-- On the unlock password screen, shown when the user enters the wrong lock password and must try again. -->
2095    <string name="lockscreen_password_wrong">Try again</string>
2096    <!-- Shown when face unlock failed multiple times so we're just using the backup -->
2097    <string name="faceunlock_multiple_failures">Maximum Face Unlock attempts exceeded</string>
2098
2099    <!-- When the lock screen is showing and the phone plugged in, and the battery
2100         is not fully charged, show the current charge %.  -->
2101    <string name="lockscreen_plugged_in">Charging, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
2102    <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
2103         charged, say that it is charged. -->
2104    <string name="lockscreen_charged">Charged</string>
2105    <!-- A short representation of charging information, e.g "34%" -->
2106    <string name="lockscreen_battery_short"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
2107
2108    <!-- When the lock screen is showing and the battery is low, warn user to plug
2109         in the phone soon. -->
2110    <string name="lockscreen_low_battery">Connect your charger.</string>
2111
2112    <!-- Shown in the lock screen when there is no SIM card. -->
2113    <string name="lockscreen_missing_sim_message_short">No SIM card</string>
2114    <!-- Shown in the lock screen when there is no SIM card. -->
2115    <string name="lockscreen_missing_sim_message" product="tablet">No SIM card in tablet.</string>
2116    <!-- Shown in the lock screen when there is no SIM card. -->
2117    <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
2118    <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
2119    <string name="lockscreen_missing_sim_instructions">Insert a SIM card.</string>
2120    <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. -->
2121    <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
2122    <!-- Shown in the lock screen when SIM card is permanently disabled. -->
2123    <string name="lockscreen_permanent_disabled_sim_message_short">Unusable SIM card.</string>
2124    <!-- Shown in the lock screen to inform the user to SIM card is permanently disabled. -->
2125    <string name="lockscreen_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
2126    Contact your wireless service provider for another SIM card.</string>
2127
2128    <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
2129    <string name="lockscreen_transport_prev_description">Previous track button</string>
2130    <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
2131    <string name="lockscreen_transport_next_description">Next track button</string>
2132    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
2133    <string name="lockscreen_transport_pause_description">Pause button</string>
2134    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
2135    <string name="lockscreen_transport_play_description">Play button</string>
2136    <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
2137    <string name="lockscreen_transport_stop_description">Stop button</string>
2138
2139    <!-- Shown in the lock screen when there is emergency calls only mode. -->
2140    <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
2141
2142    <!-- When the user inserts a sim card from an unsupported network, it becomes network
2143         locked -->
2144    <string name="lockscreen_network_locked_message">Network locked</string>
2145
2146
2147    <!-- When the user enters a wrong sim pin too many times, it becomes
2148         PUK locked (Pin Unlock Kode) -->
2149    <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
2150    <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
2151    <string name="lockscreen_sim_puk_locked_instructions">See the User Guide or contact Customer Care.</string>
2152
2153    <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
2154    <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
2155
2156    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
2157         whether it is valid, and to unlock the sim if it is valid.  we display a
2158         progress dialog in the meantime.  this is the emssage. -->
2159    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
2160
2161    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
2162         drawing the unlock pattern -->
2163    <string name="lockscreen_too_many_failed_attempts_dialog_message">
2164        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
2165        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
2166    </string>
2167
2168    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
2169         entering the password -->
2170    <string name="lockscreen_too_many_failed_password_attempts_dialog_message">
2171        You have incorrectly typed your password <xliff:g id="number">%d</xliff:g> times.
2172        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
2173    </string>
2174
2175    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
2176         entering the PIN -->
2177    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">
2178        You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times.
2179        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
2180    </string>
2181
2182    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
2183         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
2184    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet">
2185        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
2186       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
2187       you will be asked to unlock your tablet using your Google signin.\n\n
2188       Try again in <xliff:g id="number">%d</xliff:g> seconds.
2189    </string>
2190
2191    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
2192         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
2193    <string name="lockscreen_failed_attempts_almost_glogin" product="default">
2194        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
2195       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
2196       you will be asked to unlock your phone using your Google signin.\n\n
2197       Try again in <xliff:g id="number">%d</xliff:g> seconds.
2198    </string>
2199
2200    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
2201         where the device will be wiped. -->
2202    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet">
2203       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
2204       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
2205       the tablet will be reset to factory default and all user data will be lost.
2206    </string>
2207
2208    <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
2209         where the device will be wiped. -->
2210    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default">
2211       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
2212       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
2213       the phone will be reset to factory default and all user data will be lost.
2214    </string>
2215
2216    <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
2217        maximum attempts and the device will now be wiped -->
2218    <string name="lockscreen_failed_attempts_now_wiping" product="tablet">
2219       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
2220       The tablet will now be reset to factory default.
2221    </string>
2222
2223    <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
2224        maximum attempts and the device will now be wiped -->
2225    <string name="lockscreen_failed_attempts_now_wiping" product="default">
2226       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
2227       The phone will now be reset to factory default.
2228    </string>
2229
2230    <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
2231         failed attempts -->
2232    <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
2233
2234    <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
2235         their lock gesture -->
2236    <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
2237
2238    <!-- Title of the unlock screen that uses your Google login and password when the user hit
2239         the 'forgot pattern' button.-->
2240    <string name="lockscreen_glogin_forgot_pattern">Account unlock</string>
2241    <!-- Title of the unlock screen that uses your Google login and password when the user attempted
2242         too many patterns and we are forcing them to use their account instead. -->
2243    <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts</string>
2244    <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
2245    <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account.</string>
2246    <!-- Hint caption for the username field when unlocking the phone using login and password -->
2247    <string name="lockscreen_glogin_username_hint">Username (email)</string>
2248    <!-- Hint caption for the password field when unlocking the phone using login and password -->
2249    <string name="lockscreen_glogin_password_hint">Password</string>
2250    <!-- Button to try to unlock the phone using username and password -->
2251    <string name="lockscreen_glogin_submit_button">Sign in</string>
2252    <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
2253    <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
2254    <!-- Hint displayed on account unlock screen to advise the user on how to recover the account. -->
2255    <string name="lockscreen_glogin_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
2256
2257    <!-- Displayed in a progress dialog while a username and password are being checked. -->
2258    <string name="lockscreen_glogin_checking_password">Checking\u2026</string>
2259    <!-- Displayed on lock screen's left tab - unlock -->
2260    <string name="lockscreen_unlock_label">Unlock</string>
2261    <!-- Displayed on lock screen's right tab - turn sound on -->
2262    <string name="lockscreen_sound_on_label">Sound on</string>
2263    <!-- Displayed on lock screen's right tab - turn sound off -->
2264    <string name="lockscreen_sound_off_label">Sound off</string>
2265
2266    <!-- Accessibility description sent when user starts drawing a lock pattern. [CHAR LIMIT=NONE] -->
2267    <string name="lockscreen_access_pattern_start">Pattern started</string>
2268    <!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] -->
2269    <string name="lockscreen_access_pattern_cleared">Pattern cleared</string>
2270    <!-- Accessibility description sent when user adds a cell to the pattern. [CHAR LIMIT=NONE]  -->
2271    <string name="lockscreen_access_pattern_cell_added">Cell added</string>
2272    <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] -->
2273    <string name="lockscreen_access_pattern_detected">Pattern completed</string>
2274
2275    <!-- Accessibility description of the add widget button. [CHAR_LIMIT=none] -->
2276    <string name="keyguard_accessibility_add_widget">Add widget.</string>
2277    <!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
2278    <string name="keyguard_accessibility_widget_empty_slot">Empty</string>
2279    <!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
2280    <string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
2281    <!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
2282    <string name="keyguard_accessibility_unlock_area_collapsed">Unlock area collapsed.</string>
2283    <!-- Accessibility description of a lock screen widget. [CHAR_LIMIT=none] -->
2284    <string name="keyguard_accessibility_widget"><xliff:g id="widget_index">%1$s</xliff:g> widget.</string>
2285    <!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] -->
2286    <string name="keyguard_accessibility_user_selector">User selector</string>
2287    <!-- Accessibility description of the lock screen status widget. [CHAR_LIMIT=none] -->
2288    <string name="keyguard_accessibility_status">Status</string>
2289    <!-- Accessibility description of the camera widget. [CHAR_LIMIT=none] -->
2290    <string name="keyguard_accessibility_camera">Camera</string>
2291    <!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] -->
2292    <string name="keygaurd_accessibility_media_controls">Media controls</string>
2293    <!-- Accessibility description of widget reordering start. [CHAR_LIMIT=none] -->
2294    <string name="keyguard_accessibility_widget_reorder_start">Widget reordering started.</string>
2295    <!-- Accessibility description of widget reordering end. [CHAR_LIMIT=none] -->
2296    <string name="keyguard_accessibility_widget_reorder_end">Widget reordering ended.</string>
2297    <!-- Accessibility description of the a widget deletion event. [CHAR_LIMIT=none] -->
2298    <string name="keyguard_accessibility_widget_deleted">Widget <xliff:g id="widget_index">%1$s</xliff:g> deleted.</string>
2299    <!-- Accessibility description of the button to expand the lock area. [CHAR_LIMIT=none] -->
2300    <string name="keyguard_accessibility_expand_lock_area">Expand unlock area.</string>
2301    <!-- Accessibility description of the slide unlock. [CHAR_LIMIT=none] -->
2302    <string name="keyguard_accessibility_slide_unlock">Slide unlock.</string>
2303    <!-- Accessibility description of the pattern unlock. [CHAR_LIMIT=none] -->
2304    <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
2305    <!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] -->
2306    <string name="keyguard_accessibility_face_unlock">Face unlock.</string>
2307    <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
2308    <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
2309    <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
2310    <string name="keyguard_accessibility_password_unlock">Password unlock.</string>
2311    <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
2312    <string name="keyguard_accessibility_pattern_area">Pattern area.</string>
2313    <!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
2314    <string name="keyguard_accessibility_slide_area">Slide area.</string>
2315
2316    <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
2317    <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
2318    <string name="password_keyboard_label_symbol_key">\?123</string>
2319    <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! -->
2320    <string name="password_keyboard_label_alpha_key">ABC</string>
2321    <!-- Label for ALT modifier key.  Must be short to fit on key! -->
2322    <string name="password_keyboard_label_alt_key">ALT</string>
2323
2324    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by character. Only spoken to the user. [CHAR LIMIT=NONE] -->
2325    <string name="granularity_label_character">character</string>
2326    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by word. Only spoken to the user. [CHAR LIMIT=NONE] -->
2327    <string name="granularity_label_word">word</string>
2328    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by link. Only spoken to the user. [CHAR LIMIT=NONE] -->
2329    <string name="granularity_label_link">link</string>
2330    <!-- Label for granularity to traverse the content on an AccessibilityNodeInfo by line. Only spoken to the user. [CHAR LIMIT=NONE] -->
2331    <string name="granularity_label_line">line</string>
2332
2333    <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
2334    <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
2335
2336    <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
2337    <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
2338
2339    <!-- Title of the alert when something went wrong in the factory test. -->
2340    <string name="factorytest_failed">Factory test failed</string>
2341    <!-- Error message displayed when a non-system application tries to start a factory test. -->
2342    <string name="factorytest_not_system">The FACTORY_TEST action
2343        is only supported for packages installed in /system/app.</string>
2344    <!-- Error message displayed when the factory test could not be started. -->
2345    <string name="factorytest_no_action">No package was found that provides the
2346        FACTORY_TEST action.</string>
2347    <!-- Button to restart the device after the factory test. -->
2348    <string name="factorytest_reboot">Reboot</string>
2349
2350    <!-- Do not translate.  WebView User Agent string -->
2351    <string name="web_user_agent" translatable="false">Mozilla/5.0 (Linux; U; <xliff:g id="x">Android %s</xliff:g>)
2352        AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 <xliff:g id="mobile">%s</xliff:g>Safari/534.30</string>
2353    <!-- Do not translate.  WebView User Agent targeted content -->
2354    <string name="web_user_agent_target_content" translatable="false">"Mobile "</string>
2355
2356    <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
2357    <string name="js_dialog_title">The page at \"<xliff:g id="title">%s</xliff:g>\" says:</string>
2358    <!-- Default title for a javascript dialog -->
2359    <string name="js_dialog_title_default">JavaScript</string>
2360    <!-- Message in a javascript dialog asking if the user wishes to leave the
2361             current page -->
2362    <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>
2363
2364    <!-- 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. -->
2365    <string name="save_password_label">Confirm</string>
2366
2367    <!-- Toast for double-tap -->
2368    <string name="double_tap_toast">Tip: Double-tap to zoom in and out.</string>
2369
2370    <!-- 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] -->
2371    <string name="autofill_this_form">Autofill</string>
2372    <!-- 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] -->
2373    <string name="setup_autofill">Set up Autofill</string>
2374
2375    <!-- String used to separate FirstName and LastName when writing out a local name
2376         e.g. John<separator>Smith [CHAR-LIMIT=NONE]-->
2377    <string name="autofill_address_name_separator">\u0020</string>
2378    <!-- Format string for displaying a name. $1 is First Name, $2 is autofill_address_name_separator, $3 is Last Name.
2379         e.g. (John)( )(Smith) -->
2380    <string name="autofill_address_summary_name_format">$1$2$3</string>
2381
2382    <!-- String used to separate Name and Address Line 1
2383         e.g. John Smith<separator>123 Main Street [CHAR-LIMIT=NONE]-->
2384    <string name="autofill_address_summary_separator">,\u0020</string>
2385    <!-- Format string for displaying a name and address summary. $1 is the Full Name, $2 is autofill_address_summary_separator, $3 is the Address
2386         e.g. (John Smith)(, )(123 Main Street) -->
2387    <string name="autofill_address_summary_format">$1$2$3</string>
2388
2389    <!-- Do not translate. Regex used by AutoFill. -->
2390    <string name="autofill_attention_ignored_re">attention|attn</string>
2391
2392    <!-- Do not translate. Regex used by AutoFill. -->
2393    <string name="autofill_region_ignored_re">province|region|other<!-- es -->|provincia<!-- pt-BR, pt-PT -->|bairro|suburb</string>
2394
2395    <!-- Do not translate. Regex used by AutoFill. -->
2396    <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>
2397
2398    <!-- Do not translate. Regex used by AutoFill. -->
2399    <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>
2400
2401    <!-- Do not translate. Regex used by AutoFill. -->
2402    <string name="autofill_address_line_1_label_re">address<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|ä½æ<!-- zh-CN -->|å°å</string>
2403
2404    <!-- Do not translate. Regex used by AutoFill. -->
2405    <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>
2406
2407    <!-- Do not translate. Regex used by AutoFill. -->
2408    <string name="autofill_address_line_3_re">address.?line3|address3|addr3|street|line3<!-- es -->|municipio<!-- fr-FR -->|batiment|residence<!-- it-IT -->|indirizzo3</string>
2409
2410    <!-- Do not translate. Regex used by AutoFill. -->
2411    <string name="autofill_country_re">country|location<!-- ja-JP -->|å½<!-- zh-CN -->|å½å®¶</string>
2412
2413    <!-- Do not translate. Regex used by AutoFill. -->
2414    <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>
2415
2416    <!-- Do not translate. Regex used by AutoFill. -->
2417    <string name="autofill_zip_4_re">zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2</string>
2418
2419    <!-- Do not translate. Regex used by AutoFill. -->
2420    <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>
2421
2422    <!-- Do not translate. Regex used by AutoFill. -->
2423    <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>
2424
2425    <!-- Do not translate. Regex used by AutoFill. -->
2426    <string name="autofill_address_type_same_as_re">same as</string>
2427
2428    <!-- Do not translate. Regex used by AutoFill. -->
2429    <string name="autofill_address_type_use_my_re">use my</string>
2430
2431    <!-- Do not translate. Regex used by AutoFill. -->
2432    <string name="autofill_billing_designator_re">bill</string>
2433
2434    <!-- Do not translate. Regex used by AutoFill. -->
2435    <string name="autofill_shipping_designator_re">ship</string>
2436
2437    <!-- Do not translate. Regex used by AutoFill. -->
2438    <string name="autofill_email_re">e.?mail<!-- ja-JP -->|ã¡ã¼ã«ã¢ãã¬ã¹<!-- ru -->|ЭлекÑÑонной.?ÐоÑÑÑ<!-- zh-CN -->|é®ä»¶|é®ç®±<!-- zh-TW -->|é»éµå°å</string>
2439
2440    <!-- Do not translate. Regex used by AutoFill. -->
2441    <string name="autofill_username_re">user.?name|user.?id<!-- de-DE -->|vollständiger.?name<!-- zh-CN -->|ç¨æ·å</string>
2442
2443    <!-- Do not translate. Regex used by AutoFill. -->
2444    <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>
2445
2446    <!-- Do not translate. Regex used by AutoFill. -->
2447    <string name="autofill_name_specific_re">^name<!-- fr-FR -->|^nom<!-- pt-BR, pt-PT -->|^nome</string>
2448
2449    <!-- Do not translate. Regex used by AutoFill. -->
2450
2451    <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>
2452
2453    <!-- Do not translate. Regex used by AutoFill. -->
2454    <string name="autofill_middle_initial_re">middle.*initial|m\\.i\\.|mi$</string>
2455
2456    <!-- Do not translate. Regex used by AutoFill. -->
2457    <string name="autofill_middle_name_re">middle.*name|mname|middle$<!-- es -->|apellido.?materno|lastlastname</string>
2458
2459    <!-- Do not translate. Regex used by AutoFill. -->
2460    <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>
2461
2462    <!-- Do not translate. Regex used by AutoFill. -->
2463    <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>
2464
2465    <!-- Do not translate. Regex used by AutoFill. -->
2466    <string name="autofill_area_code_re">area.*code|acode|area</string>
2467
2468    <!-- Do not translate. Regex used by AutoFill. -->
2469    <string name="autofill_phone_prefix_re">prefix<!-- fr-FR -->|preselection<!-- pt-BR, pt-PT -->|ddd</string>
2470
2471    <!-- Do not translate. Regex used by AutoFill. -->
2472    <string name="autofill_phone_suffix_re">suffix</string>
2473
2474    <!-- Do not translate. Regex used by AutoFill. -->
2475    <string name="autofill_phone_extension_re">ext<!-- pt-BR, pt-PT -->|ramal</string>
2476
2477    <!-- Do not translate. Regex used by AutoFill. -->
2478    <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>
2479
2480    <!-- Do not translate. Regex used by AutoFill. -->
2481    <string name="autofill_name_on_card_contextual_re">name</string>
2482
2483    <!-- Do not translate. Regex used by AutoFill. -->
2484    <string name="autofill_card_cvc_re">verification|card identification|cvn|security code|cvv code|cvc</string>
2485
2486    <!-- Do not translate. Regex used by AutoFill. -->
2487    <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>
2488
2489    <!-- Do not translate. Regex used by AutoFill. -->
2490    <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>
2491
2492    <!-- Do not translate. Regex used by AutoFill. -->
2493    <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>
2494
2495    <!-- Do not translate. Regex used by AutoFill. -->
2496    <string name="autofill_card_ignored_re">^card</string>
2497
2498    <!-- Do not translate. Regex used by AutoFill. -->
2499    <string name="autofill_fax_re">fax<!-- fr-FR -->|télécopie|telecopie<!-- ja-JP -->|ãã¡ãã¯ã¹<!-- ru -->|ÑакÑ<!-- zh-CN -->|ä¼ ç<!-- zh-TW -->|å³ç</string>
2500
2501    <!-- Do not translate. Regex used by AutoFill. -->
2502    <string name="autofill_country_code_re">country.*code|ccode|_cc</string>
2503
2504    <!-- Do not translate. Regex used by AutoFill. -->
2505    <string name="autofill_area_code_notext_re">^\\($</string>
2506
2507    <!-- Do not translate. Regex used by AutoFill. -->
2508    <string name="autofill_phone_prefix_separator_re">^-$|^\\)$</string>
2509
2510    <!-- Do not translate. Regex used by AutoFill. -->
2511    <string name="autofill_phone_suffix_separator_re">^-$</string>
2512
2513    <!-- Label in a web form for "Province" [CHAR-LIMIT=NONE]  -->
2514    <string name="autofill_province">Province</string>
2515
2516    <!-- Label in a web form for "Postal code" [CHAR-LIMIT=NONE]  -->
2517    <string name="autofill_postal_code">Postal code</string>
2518
2519    <!-- Label in a web form for "State" [CHAR-LIMIT=NONE]  -->
2520    <string name="autofill_state">State</string>
2521
2522    <!-- Label in a web form for "ZIP code" [CHAR-LIMIT=NONE]  -->
2523    <string name="autofill_zip_code">ZIP code</string>
2524
2525    <!-- Label in a web form for "County" [CHAR-LIMIT=NONE]  -->
2526    <string name="autofill_county">County</string>
2527
2528    <!-- Label in a web form for "Island" [CHAR-LIMIT=NONE]  -->
2529    <string name="autofill_island">Island</string>
2530
2531    <!-- Label in a web form for "District" [CHAR-LIMIT=NONE]  -->
2532    <string name="autofill_district">District</string>
2533
2534    <!-- Label in a web form for "Department" [CHAR-LIMIT=NONE]  -->
2535    <string name="autofill_department">Department</string>
2536
2537    <!-- Label in a web form for "Prefecture" [CHAR-LIMIT=NONE]  -->
2538    <string name="autofill_prefecture">Prefecture</string>
2539
2540    <!-- Label in a web form for "Parish" [CHAR-LIMIT=NONE]  -->
2541    <string name="autofill_parish">Parish</string>
2542
2543    <!-- Label in a web form for "Area" [CHAR-LIMIT=NONE]  -->
2544    <string name="autofill_area">Area</string>
2545
2546    <!-- Label in a web form for "Emirate" [CHAR-LIMIT=NONE]  -->
2547    <string name="autofill_emirate">Emirate</string>
2548
2549    <!-- Title of an application permission, listed so the user can choose whether
2550        they want to allow the application to do this. -->
2551    <string name="permlab_readHistoryBookmarks">read your Web bookmarks and history</string>
2552    <!-- Description of an application permission, listed so the user can choose whether
2553        they want to allow the application to do this. -->
2554    <string name="permdesc_readHistoryBookmarks">Allows the app to read the
2555     history of all URLs that the Browser has visited, and all of the Browser\'s
2556     bookmarks. Note: this permission may not be enforced by third-party
2557     browsers or other  applications with web browsing capabilities.</string>
2558    <!-- Title of an application permission, listed so the user can choose whether
2559        they want to allow the application to do this. -->
2560
2561    <string name="permlab_writeHistoryBookmarks">write web bookmarks and history</string>
2562    <!-- Description of an application permission, listed so the user can choose whether
2563        they want to allow the application to do this. -->
2564    <string name="permdesc_writeHistoryBookmarks" product="tablet">Allows the
2565        app to modify the Browser\'s history or bookmarks stored on your tablet.
2566        This may allow the app to erase or modify Browser data.  Note: this
2567        permission may note be enforced by third-party browsers or other
2568        applications with web browsing capabilities.</string>
2569    <!-- Description of an application permission, listed so the user can choose whether
2570        they want to allow the application to do this. -->
2571    <string name="permdesc_writeHistoryBookmarks" product="default">Allows the
2572        app to modify the Browser\'s history or bookmarks stored on your phone.
2573        This may allow the app to erase or modify Browser data.  Note:
2574        this permission may note be enforced by third-party browsers or other
2575        applications with web browsing capabilities.</string>
2576
2577    <!-- Title of an application permission, listed so the user can choose whether
2578        they want to allow the application to do this. -->
2579    <string name="permlab_setAlarm">set an alarm</string>
2580    <!-- Description of an application permission, listed so the user can choose whether
2581        they want to allow the application to do this. -->
2582    <string name="permdesc_setAlarm">Allows the app to set an alarm in
2583      an installed alarm clock app. Some alarm clock apps may
2584      not implement this feature.</string>
2585
2586    <!-- Title of an application permission, listed so the user can choose whether
2587        they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2588    <string name="permlab_addVoicemail">add voicemail</string>
2589    <!-- Description of an application permission, listed so the user can choose whether
2590        they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2591    <string name="permdesc_addVoicemail">Allows the app to add messages
2592      to your voicemail inbox.</string>
2593
2594    <!-- Title of an application permission, listed so the user can choose whether
2595        they want to allow the application to do this. -->
2596    <string name="permlab_writeGeolocationPermissions">modify Browser geolocation permissions</string>
2597    <!-- Description of an application permission, listed so the user can choose whether
2598        they want to allow the application to do this. -->
2599    <string name="permdesc_writeGeolocationPermissions">Allows the app to modify the
2600        Browser\'s geolocation permissions. Malicious apps
2601        may use this to allow sending location information to arbitrary web sites.</string>
2602
2603    <!-- Title of an application permission which allows the application to verify whether
2604         a different package is able to be installed by some internal logic. [CHAR LIMIT=40] -->
2605    <string name="permlab_packageVerificationAgent">verify packages</string>
2606    <!-- Description of an application permission which allows the application to verify whether
2607         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2608    <string name="permdesc_packageVerificationAgent">Allows the app to verify a package is
2609        installable.</string>
2610
2611    <!-- Title of an application permission which allows the application to verify whether
2612         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=40] -->
2613    <string name="permlab_bindPackageVerifier">bind to a package verifier</string>
2614    <!-- Description of an application permission which allows the application to verify whether
2615         a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2616    <string name="permdesc_bindPackageVerifier">Allows the holder to make requests of
2617        package verifiers. Should never be needed for normal apps.</string>
2618
2619    <!-- Title of an application permission which allows the application to access serial ports via the SerialManager. [CHAR LIMIT=40] -->
2620    <string name="permlab_serialPort">access serial ports</string>
2621    <!-- Description of an application permission which allows the application access serial ports via the SerialManager. [CHAR LIMIT=NONE] -->
2622    <string name="permdesc_serialPort">Allows the holder to access serial ports using the SerialManager API.</string>
2623
2624    <!-- Title of an application permission which allows the holder to access content
2625         providers from outside an ApplicationThread. [CHAR LIMIT=40] -->
2626    <string name="permlab_accessContentProvidersExternally">access content providers externally</string>
2627    <!-- Description of an application permission which allows the holder to access
2628         content providers from outside an ApplicationThread. [CHAR LIMIT=NONE] -->
2629    <string name="permdesc_accessContentProvidersExternally">Allows the holder to access content
2630     providers from the shell. Should never be needed for normal apps.</string>
2631    <!-- 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] -->
2632    <string name="permlab_updateLock">discourage automatic device updates</string>
2633    <!-- 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] -->
2634    <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>
2635
2636    <!-- 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. -->
2637    <string name="save_password_message">Do you want the browser to remember this password?</string>
2638    <!-- 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. -->
2639    <string name="save_password_notnow">Not now</string>
2640    <!-- 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. -->
2641    <string name="save_password_remember">Remember</string>
2642    <!-- 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 -->
2643    <string name="save_password_never">Never</string>
2644
2645    <!-- Displayed to the user when they do not have permission to open a particular web page. -->
2646    <string name="open_permission_deny">You don\'t have permission to open this page.</string>
2647
2648    <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
2649    <string name="text_copied">Text copied to clipboard.</string>
2650
2651    <!-- 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.-->
2652    <string name="more_item_label">More</string>
2653    <!-- 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" -->
2654    <string name="prepend_shortcut_label">Menu+</string>
2655    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
2656    <string name="menu_space_shortcut_label">space</string>
2657    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
2658    <string name="menu_enter_shortcut_label">enter</string>
2659    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
2660    <string name="menu_delete_shortcut_label">delete</string>
2661
2662    <!-- Strings used for search bar --><skip />
2663
2664    <!-- This is the default button label in the system-wide search UI.
2665         It is also used by the home screen's search "widget". It should be short -->
2666    <string name="search_go">Search</string>
2667    <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
2668    <string name="searchview_description_search">Search</string>
2669    <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
2670    <string name="searchview_description_query">Search query</string>
2671    <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
2672    <string name="searchview_description_clear">Clear query</string>
2673    <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
2674    <string name="searchview_description_submit">Submit query</string>
2675    <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
2676    <string name="searchview_description_voice">Voice search</string>
2677
2678    <!-- Title for a warning message about the interaction model changes after allowing an accessibility
2679         service to put the device into explore by touch mode, displayed as a dialog message when
2680         the user selects to enables the service. (default). [CHAR LIMIT=45] -->
2681    <string name="enable_explore_by_touch_warning_title">Enable Explore by Touch?</string>
2682    <!-- Summary for a warning message about the interaction model changes after allowing an accessibility
2683         service to put the device into explore by touch mode, displayed as a dialog message when
2684         the user selects to enables the service. (tablet). [CHAR LIMIT=NONE] -->
2685    <string name="enable_explore_by_touch_warning_message" product="tablet">
2686            <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch.
2687            When Explore by Touch is turned on, you can hear or see descriptions of what\'s under
2688            your finger or perform gestures to interact with the tablet.</string>
2689    <!-- Summary for a warning message about the interaction model changes after allowing an accessibility
2690         service to put the device into explore by touch mode, displayed as a dialog message when
2691         the user selects to enables the service. (default). [CHAR LIMIT=NONE] -->
2692    <string name="enable_explore_by_touch_warning_message" product="default">
2693            <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch.
2694            When Explore by Touch is turned on, you can hear or see descriptions of what\'s under
2695            your finger or perform gestures to interact with the phone.</string>
2696
2697    <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
2698    <string name="oneMonthDurationPast">1 month ago</string>
2699    <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
2700    <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
2701
2702    <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
2703    <plurals name="num_seconds_ago">
2704        <item quantity="one">1 second ago</item>
2705        <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
2706    </plurals>
2707
2708    <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
2709    <plurals name="num_minutes_ago">
2710        <item quantity="one">1 minute ago</item>
2711        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
2712    </plurals>
2713
2714    <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
2715    <plurals name="num_hours_ago">
2716        <item quantity="one">1 hour ago</item>
2717        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2718    </plurals>
2719
2720    <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
2721    <plurals name="last_num_days">
2722        <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
2723    </plurals>
2724
2725    <!-- This is used to express that something has occurred within the last month -->
2726    <string name="last_month">Last month</string>
2727
2728    <!-- This is used to express that something happened longer ago than the previous options -->
2729    <string name="older">Older</string>
2730
2731    <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
2732    <plurals name="num_days_ago">
2733        <item quantity="one">yesterday</item>
2734        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2735    </plurals>
2736
2737    <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
2738    <plurals name="in_num_seconds">
2739        <item quantity="one">in 1 second</item>
2740        <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
2741    </plurals>
2742
2743    <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
2744    <plurals name="in_num_minutes">
2745        <item quantity="one">in 1 minute</item>
2746        <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
2747    </plurals>
2748
2749    <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
2750    <plurals name="in_num_hours">
2751        <item quantity="one">in 1 hour</item>
2752        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2753    </plurals>
2754
2755    <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
2756    <plurals name="in_num_days">
2757        <item quantity="one">tomorrow</item>
2758        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2759    </plurals>
2760
2761    <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
2762    <plurals name="abbrev_num_seconds_ago">
2763        <item quantity="one">1 sec ago</item>
2764        <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
2765    </plurals>
2766
2767    <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
2768    <plurals name="abbrev_num_minutes_ago">
2769        <item quantity="one">1 min ago</item>
2770        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
2771    </plurals>
2772
2773    <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
2774    <plurals name="abbrev_num_hours_ago">
2775        <item quantity="one">1 hour ago</item>
2776        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2777    </plurals>
2778
2779    <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
2780    <plurals name="abbrev_num_days_ago">
2781        <item quantity="one">yesterday</item>
2782        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2783    </plurals>
2784
2785    <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
2786    <plurals name="abbrev_in_num_seconds">
2787        <item quantity="one">in 1 sec</item>
2788        <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
2789    </plurals>
2790
2791    <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
2792    <plurals name="abbrev_in_num_minutes">
2793        <item quantity="one">in 1 min</item>
2794        <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
2795    </plurals>
2796
2797    <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
2798    <plurals name="abbrev_in_num_hours">
2799        <item quantity="one">in 1 hour</item>
2800        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2801    </plurals>
2802
2803    <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
2804    <plurals name="abbrev_in_num_days">
2805        <item quantity="one">tomorrow</item>
2806        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2807    </plurals>
2808
2809    <!-- String used to display the date. Preposition for date display ("on May 29") -->
2810    <string name="preposition_for_date">on <xliff:g id="date" example="May 29">%s</xliff:g></string>
2811    <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
2812    <string name="preposition_for_time">at <xliff:g id="time" example="2:33 am">%s</xliff:g></string>
2813    <!-- String used to display the date. Preposition for year display ("in 2008") -->
2814    <string name="preposition_for_year">in <xliff:g id="year" example="2003">%s</xliff:g></string>
2815
2816    <!-- Appened to express the value is this unit of time: singular day -->
2817    <string name="day">day</string>
2818    <!-- Appened to express the value is this unit of time: plural days -->
2819    <string name="days">days</string>
2820    <!-- Appened to express the value is this unit of time: singular hour -->
2821    <string name="hour">hour</string>
2822    <!-- Appened to express the value is this unit of time: plural hours -->
2823    <string name="hours">hours</string>
2824    <!-- Appened to express the value is this unit of time: singular minute -->
2825    <string name="minute">min</string>
2826    <!-- Appened to express the value is this unit of time: plural minutes -->
2827    <string name="minutes">mins</string>
2828    <!-- Appened to express the value is this unit of time. -->
2829    <string name="second">sec</string>
2830    <!-- Appened to express the value is this unit of time. -->
2831    <string name="seconds">secs</string>
2832    <!-- Appened to express the value is this unit of time. -->
2833    <string name="week">week</string>
2834    <!-- Appened to express the value is this unit of time. -->
2835    <string name="weeks">weeks</string>
2836    <!-- Appened to express the value is this unit of time. -->
2837    <string name="year">year</string>
2838    <!-- Appened to express the value is this unit of time. -->
2839    <string name="years">years</string>
2840
2841
2842    <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
2843    <string name="VideoView_error_title">Video problem</string>
2844    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
2845    <string name="VideoView_error_text_invalid_progressive_playback">This video isn\'t valid for streaming to this device.</string>
2846    <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
2847    <string name="VideoView_error_text_unknown">Can\'t play this video.</string>
2848    <!-- Button to close error alert when a video cannot be played -->
2849    <string name="VideoView_error_button">OK</string>
2850
2851
2852
2853
2854    <!-- Format indicating a relative expression and time.
2855         Example: "4 hours ago, 11:00 am" -->
2856    <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>
2857
2858
2859    <!-- Quoted name for 12pm, lowercase -->
2860    <string name="noon">"noon"</string>
2861    <!-- Quoted name for 12pm, uppercase first letter -->
2862    <string name="Noon">"Noon"</string>
2863    <!-- Quoted name for 12am, lowercase -->
2864    <string name="midnight">"midnight"</string>
2865    <!-- Quoted name for 12am, uppercase first letter -->
2866    <string name="Midnight">"Midnight"</string>
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878    <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
2879    <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>
2880
2881    <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
2882    <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>
2883
2884    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
2885    <string name="selectAll">Select all</string>
2886
2887    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
2888    <string name="cut">Cut</string>
2889
2890    <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
2891    <string name="copy">Copy</string>
2892
2893    <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
2894    <string name="paste">Paste</string>
2895
2896    <!-- 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 -->
2897    <string name="replace">Replace\u2026</string>
2898
2899    <!-- Item on EditText pop-up window. This action is used to delete the text that the user recently added. [CHAR LIMIT=15] -->
2900    <string name="delete">Delete</string>
2901
2902    <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
2903    <string name="copyUrl">Copy URL</string>
2904
2905    <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20] -->
2906    <string name="selectTextMode">Select text</string>
2907
2908    <!-- Text selection contextual mode title, displayed in the CAB. [CHAR LIMIT=20] -->
2909    <string name="textSelectionCABTitle">Text selection</string>
2910
2911    <!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2912    <string name="addToDictionary">Add to dictionary</string>
2913
2914    <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] -->
2915    <string name="deleteText">Delete</string>
2916
2917    <!-- EditText context menu -->
2918    <string name="inputMethod">Input method</string>
2919
2920    <!-- Title for EditText context menu [CHAR LIMIT=20] -->
2921    <string name="editTextMenuTitle">Text actions</string>
2922
2923    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
2924    <string name="low_internal_storage_view_title">Storage space running out</string>
2925    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2926    <string name="low_internal_storage_view_text">Some system functions may not work</string>
2927
2928    <!-- Preference framework strings. -->
2929    <string name="ok">OK</string>
2930    <!-- Preference framework strings. -->
2931    <string name="cancel">Cancel</string>
2932    <!-- Preference framework strings. -->
2933    <string name="yes">OK</string>
2934    <!-- Preference framework strings. -->
2935    <string name="no">Cancel</string>
2936    <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
2937         combined with setIconAttribute(android.R.attr.alertDialogIcon)
2938         (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform) -->
2939    <string name="dialog_alert_title">Attention</string>
2940
2941    <!-- Text shown by list fragment when waiting for data to display. -->
2942    <string name="loading">Loading\u2026</string>
2943
2944    <!-- Default text for a button that can be toggled on and off. -->
2945    <string name="capital_on">ON</string>
2946    <!-- Default text for a button that can be toggled on and off. -->
2947    <string name="capital_off">OFF</string>
2948
2949    <!-- Title of intent resolver dialog when selecting an application to run. -->
2950    <string name="whichApplication">Complete action using</string>
2951    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2952    <string name="alwaysUse">Use by default for this action.</string>
2953    <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
2954    <string name="clearDefaultHintMsg">Clear default in System settings &gt; Apps &gt; Downloaded.</string>
2955    <!-- 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. -->
2956    <string name="chooseActivity">Choose an action</string>
2957    <!-- title for the USB activity chooser. -->
2958    <string name="chooseUsbActivity">Choose an app for the USB device</string>
2959    <!-- Text to display when there are no activities found to display in the
2960         activity chooser. See the "Select an action" title. -->
2961    <string name="noApplications">No apps can perform this action.</string>
2962    <!-- Title of the alert when an application has crashed. -->
2963    <string name="aerr_title"></string>
2964    <!-- Text of the alert that is displayed when an application has crashed. -->
2965    <string name="aerr_application">Unfortunately, <xliff:g id="application">%1$s</xliff:g> has stopped.</string>
2966    <!-- Text of the alert that is displayed when an application has crashed. -->
2967    <string name="aerr_process">Unfortunately, the process <xliff:g id="process">%1$s</xliff:g> has
2968        stopped.</string>
2969    <!-- Title of the alert when an application is not responding. -->
2970    <string name="anr_title"></string>
2971    <!-- Text of the alert that is displayed when an application is not responding. -->
2972    <string name="anr_activity_application"><xliff:g id="application">%2$s</xliff:g> isn\'t responding.\n\nDo you want to close it?</string>
2973    <!-- Text of the alert that is displayed when an application is not responding. -->
2974    <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>
2975    <!-- Text of the alert that is displayed when an application is not responding. -->
2976    <string name="anr_application_process"><xliff:g id="application">%1$s</xliff:g> isn\'t responding. Do you want to close it?</string>
2977    <!-- Text of the alert that is displayed when an application is not responding. -->
2978    <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> isn\'t responding.\n\nDo you want to close it?</string>
2979    <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
2980    <string name="force_close">OK</string>
2981    <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
2982    <string name="report">Report</string>
2983    <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
2984    <string name="wait">Wait</string>
2985    <!-- Text of the alert that is displayed when a web page is not responding. [CHAR-LIMIT=NONE] -->
2986    <string name="webpage_unresponsive">The page has become unresponsive.\n\nDo you want to close it?</string>
2987    <!-- [CHAR LIMIT=25] Title of the alert when application launches on top of another. -->
2988    <string name="launch_warning_title">App redirected</string>
2989    <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2990    <string name="launch_warning_replace"><xliff:g id="app_name">%1$s</xliff:g> is now running.</string>
2991    <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2992    <string name="launch_warning_original"><xliff:g id="app_name">%1$s</xliff:g> was originally launched.</string>
2993    <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2994    <string name="screen_compat_mode_scale">Scale</string>
2995    <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2996    <string name="screen_compat_mode_show">Always show</string>
2997    <!-- [CHAR LIMIT=200] Compat mode dialog: hint to re-enable compat mode dialog. -->
2998    <string name="screen_compat_mode_hint">Re-enable this in System settings &gt; Apps &gt; Downloaded.</string>
2999
3000    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
3001    <string name="smv_application">The app <xliff:g id="application">%1$s</xliff:g>
3002        (process <xliff:g id="process">%2$s</xliff:g>) has violated its self-enforced StrictMode policy.</string>
3003    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
3004    <string name="smv_process">The process <xliff:g id="process">%1$s</xliff:g> has
3005      has violated its self-enforced StrictMode policy.</string>
3006
3007    <!-- [CHAR LIMIT=40] Title of dialog that is shown when performing a system upgrade. -->
3008    <string name="android_upgrading_title">Android is upgrading\u2026</string>
3009
3010    <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk that is optimized. -->
3011    <string name="android_upgrading_apk">Optimizing app
3012        <xliff:g id="number" example="123">%1$d</xliff:g> of
3013        <xliff:g id="number" example="123">%2$d</xliff:g>.</string>
3014
3015    <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when reached the point of starting apps. -->
3016    <string name="android_upgrading_starting_apps">Starting apps.</string>
3017
3018    <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when the bulk of the upgrade work is done. -->
3019    <string name="android_upgrading_complete">Finishing boot.</string>
3020
3021    <!-- Notification text to tell the user that a heavy-weight application is running. -->
3022    <string name="heavy_weight_notification"><xliff:g id="app">%1$s</xliff:g> running</string>
3023
3024    <!-- Notification details to tell the user that a heavy-weight application is running. -->
3025    <string name="heavy_weight_notification_detail">Touch to switch to app</string>
3026
3027    <!-- Title of dialog prompting whether user wants to switch between heavy-weight apps. -->
3028    <string name="heavy_weight_switcher_title">Switch apps?</string>
3029
3030    <!-- Descriptive text for switching to a new heavy-weight application. -->
3031    <string name="heavy_weight_switcher_text">Another app is already running
3032    that must be stopped before you can start a new one.</string>
3033
3034    <string name="old_app_action">Return to <xliff:g id="old_app">%1$s</xliff:g></string>
3035    <string name="old_app_description">Don\'t start the new app.</string>
3036
3037    <string name="new_app_action">Start <xliff:g id="old_app">%1$s</xliff:g></string>
3038    <string name="new_app_description">Stop the old app without saving.</string>
3039
3040    <!-- Displayed in the title of the chooser for things to do with text that
3041         is to be sent to another application. For example, I can send
3042         text through SMS or IM.  A dialog with those choices would be shown,
3043         and this would be the title. -->
3044    <string name="sendText">Choose an action for text</string>
3045
3046    <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
3047    <string name="volume_ringtone">Ringer volume</string>
3048    <!-- Title of the dialog where the user is adjusting the music volume -->
3049    <string name="volume_music">Media volume</string>
3050    <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
3051    <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
3052    <!-- Hint shown in the volume toast to inform the user that the current ringtone is the silent ringtone. -->
3053    <string name="volume_music_hint_silent_ringtone_selected">Silent ringtone set</string>
3054    <!-- Title of the dialog where the user is adjusting the phone call volume -->
3055    <string name="volume_call">In-call volume</string>
3056    <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
3057    <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
3058    <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
3059    <string name="volume_alarm">Alarm volume</string>
3060    <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
3061    <string name="volume_notification">Notification volume</string>
3062    <!-- Title of the dialog where the user is adjusting the general audio volume -->
3063    <string name="volume_unknown">Volume</string>
3064
3065    <!-- Content description for bluetooth volume icon [CHAR LIMIT=100] -->
3066    <string name="volume_icon_description_bluetooth">Bluetooth volume</string>
3067    <!-- Content description for ringer volume icon [CHAR LIMIT=100] -->
3068    <string name="volume_icon_description_ringer">Ringtone volume</string>
3069    <!-- Content description for in-call volume icon [CHAR LIMIT=100] -->
3070    <string name="volume_icon_description_incall">Call volume</string>
3071    <!-- Content description for media volume icon [CHAR LIMIT=100] -->
3072    <string name="volume_icon_description_media">Media volume</string>
3073    <!-- Content description for notification volume icon [CHAR LIMIT=100] -->
3074    <string name="volume_icon_description_notification">Notification volume</string>
3075
3076    <!-- Ringtone picker strings --> <skip />
3077    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
3078    <string name="ringtone_default">Default ringtone</string>
3079    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
3080    <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
3081    <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
3082    <string name="ringtone_silent">Silent</string>
3083    <!-- The title of the ringtone picker dialog. -->
3084    <string name="ringtone_picker_title">Ringtones</string>
3085    <!-- 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. -->
3086    <string name="ringtone_unknown">Unknown ringtone</string>
3087
3088    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
3089    <plurals name="wifi_available">
3090        <item quantity="one">Wi-Fi network available</item>
3091        <item quantity="other">Wi-Fi networks available</item>
3092    </plurals>
3093    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
3094    <plurals name="wifi_available_detailed">
3095        <item quantity="one">Open Wi-Fi network available</item>
3096        <item quantity="other">Open Wi-Fi networks available</item>
3097    </plurals>
3098
3099    <!-- A notification is shown when a wifi captive portal network is detected.  This is the notification's title. -->
3100    <string name="wifi_available_sign_in">Sign into Wi-Fi network</string>
3101
3102    <!-- A notification is shown when a captive portal network is detected.  This is the notification's title. -->
3103    <string name="network_available_sign_in">Sign into network</string>
3104
3105    <!-- A notification is shown when a captive portal network is detected.  This is the notification's message. -->
3106    <string name="network_available_sign_in_detailed"><xliff:g id="network_ssid">%1$s</xliff:g></string>
3107
3108     <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  This is the notification's title / ticker. -->
3109     <string name="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string>
3110     <!-- 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" -->
3111    <string name="wifi_watchdog_network_disabled_detailed">\u0020has a poor Internet connection.</string>
3112
3113    <!-- Do not translate. Default access point SSID used for tethering -->
3114    <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
3115
3116    <string name="wifi_p2p_dialog_title">Wi-Fi Direct</string>
3117    <string name="wifi_p2p_turnon_message">Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot.</string>
3118    <string name="wifi_p2p_failed_message">Couldn\'t start Wi-Fi Direct.</string>
3119    <string name="wifi_p2p_enabled_notification_title">Wi-Fi Direct is on</string>
3120    <string name="wifi_p2p_enabled_notification_message">Touch for settings</string>
3121
3122    <string name="accept">Accept</string>
3123    <string name="decline">Decline</string>
3124    <string name="wifi_p2p_invitation_sent_title">Invitation sent</string>
3125    <string name="wifi_p2p_invitation_to_connect_title">Invitation to connect</string>
3126
3127    <string name="wifi_p2p_from_message">From: </string>
3128    <string name="wifi_p2p_to_message">To: </string>
3129    <string name="wifi_p2p_enter_pin_message">Type the required PIN: </string>
3130    <string name="wifi_p2p_show_pin_message">PIN: </string>
3131
3132    <string name="wifi_p2p_frequency_conflict_message">The phone will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
3133
3134    <!-- Name of the dialog that lets the user choose an accented character to insert -->
3135    <string name="select_character">Insert character</string>
3136
3137    <!-- SMS per-application rate control Dialog --> <skip />
3138    <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
3139    <string name="sms_control_title">Sending SMS messages</string>
3140    <!-- See SMS_DIALOG.  This is the message shown in that dialog. [CHAR LIMIT=NONE] -->
3141    <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>
3142    <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. [CHAR LIMIT=30] -->
3143    <string name="sms_control_yes">Allow</string>
3144    <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes. [CHAR LIMIT=30] -->
3145    <string name="sms_control_no">Deny</string>
3146
3147    <!-- SMS short code verification dialog. --> <skip />
3148    <!-- The message text for the SMS short code confirmation dialog. [CHAR LIMIT=NONE] -->
3149    <string name="sms_short_code_confirm_message">&lt;b><xliff:g id="app_name">%1$s</xliff:g>&lt;/b> would like to send a message to &lt;b><xliff:g id="dest_address">%2$s</xliff:g>&lt;/b>.</string>
3150    <!-- Message details for the SMS short code confirmation dialog (possible premium short code). [CHAR LIMIT=NONE] -->
3151    <string name="sms_short_code_details">This <font fgcolor="#ffffb060">may cause charges</font> on your mobile account.</string>
3152    <!-- Message details for the SMS short code confirmation dialog (premium short code). [CHAR LIMIT=NONE] -->
3153    <string name="sms_premium_short_code_details"><font fgcolor="#ffffb060">This will cause charges on your mobile account.</font></string>
3154    <!-- Text of the approval button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
3155    <string name="sms_short_code_confirm_allow">Send</string>
3156    <!-- Text of the cancel button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
3157    <string name="sms_short_code_confirm_deny">Cancel</string>
3158    <!-- Text of the checkbox for the SMS short code confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
3159    <string name="sms_short_code_remember_choice">Remember my choice</string>
3160    <!-- Text shown when remember checkbox is checked to inform the user how they may undo the setting. [CHAR LIMIT=40] -->
3161    <string name="sms_short_code_remember_undo_instruction">You can change this later in Settings\u00A0>\u00A0Apps"</string>
3162
3163    <!-- Text of the approval button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
3164    <string name="sms_short_code_confirm_always_allow">Always Allow</string>
3165    <!-- Text of the cancel button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
3166    <string name="sms_short_code_confirm_never_allow">Never Allow</string>
3167
3168    <!-- SIM swap and device reboot Dialog --> <skip />
3169    <!-- See SIM_REMOVED_DIALOG.  This is the title of that dialog. -->
3170    <string name="sim_removed_title">SIM card removed</string>
3171    <!-- See SIM_REMOVED_DIALOG.  This is the message of that dialog. -->
3172    <string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>
3173    <!-- See SIM_REMOVED_DIALOG.  This is the button of that dialog. -->
3174    <string name="sim_done_button">Done</string>
3175    <!-- See SIM_ADDED_DIALOG.  This is the title of that dialog. -->
3176    <string name="sim_added_title">SIM card added</string>
3177    <!-- See SIM_ADDED_DIALOG.  This is the message of that dialog. -->
3178    <string name="sim_added_message">Restart your device to access the mobile network.</string>
3179    <!-- See SIM_ADDED_DIALOG.  This is the button of that dialog. -->
3180    <string name="sim_restart_button">Restart</string>
3181
3182    <!-- Date/Time picker dialogs strings -->
3183
3184    <!-- The title of the time picker dialog. [CHAR LIMIT=NONE] -->
3185    <string name="time_picker_dialog_title">Set time</string>
3186    <!-- The title of the date picker dialog. [CHAR LIMIT=NONE] -->
3187    <string name="date_picker_dialog_title">Set date</string>
3188    <!-- Name of the button in the date/time picker to accept the date/time change -->
3189    <string name="date_time_set">Set</string>
3190    <!-- Name of the button in the date/time picker to accept the date/time change -->
3191    <string name="date_time_done">Done</string>
3192
3193    <!-- Security Permissions strings-->
3194    <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
3195    <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff33b5e5">NEW: </font></string>
3196    <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
3197    <string name="perms_description_app">Provided by <xliff:g id="app_name">%1$s</xliff:g>.</string>
3198    <!-- Shown for an application when it doesn't require any permission grants. -->
3199    <string name="no_permissions">No permissions required</string>
3200    <!-- [CHAR LIMIT=NONE] Additional text in permission description for perms that can cost money. -->
3201    <string name="perm_costs_money">this may cost you money</string>
3202
3203    <!-- USB storage dialog strings -->
3204    <!-- This is the title for the activity's window. -->
3205    <string name="usb_storage_activity_title">USB mass storage</string>
3206
3207    <!-- 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. -->
3208    <string name="usb_storage_title">USB connected</string>
3209    <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
3210    <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>
3211    <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
3212    <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>
3213    <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
3214    <string name="usb_storage_button_mount">Turn on USB storage</string>
3215    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. [CHAR LIMIT=NONE] -->
3216    <string name="usb_storage_error_message" product="nosdcard">There\'s a problem using your USB storage for USB mass storage.</string>
3217    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. -->
3218    <string name="usb_storage_error_message" product="default">There\'s a problem using your SD card for USB mass storage.</string>
3219    <!-- 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 -->
3220    <string name="usb_storage_notification_title">USB connected</string>
3221    <!-- See USB_STORAGE. This is the message. -->
3222    <string name="usb_storage_notification_message">Touch to copy files to/from your computer.</string>
3223
3224    <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
3225    <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
3226    <!-- See USB_STORAGE. This is the message. -->
3227    <string name="usb_storage_stop_notification_message">Touch to turn off USB storage.</string>
3228
3229    <!-- USB storage stop dialog strings -->
3230    <!-- This is the label for the activity, and should never be visible to the user. -->
3231    <!-- 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. -->
3232    <string name="usb_storage_stop_title">USB storage in use</string>
3233    <!-- See USB_STORAGE_STOP.    This is the message. [CHAR LIMIT=NONE] -->
3234    <string name="usb_storage_stop_message" product="nosdcard">Before turning off USB storage, unmount (\"eject\") your Android\'s USB storage from your computer.</string>
3235    <!-- See USB_STORAGE_STOP.    This is the message. -->
3236    <string name="usb_storage_stop_message" product="default">Before turning off USB storage, unmount (\"eject\") your Android\'s SD card from your computer.</string>
3237    <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
3238    <string name="usb_storage_stop_button_mount">Turn off USB storage</string>
3239    <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. -->
3240    <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>
3241
3242    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog  -->
3243    <string name="dlg_confirm_kill_storage_users_title">Turn on USB storage</string>
3244    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog message text -->
3245    <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>
3246    <!-- USB_STORAGE_ERROR dialog  dialog-->
3247    <string name="dlg_error_title">USB operation unsuccessful</string>
3248    <!-- USB_STORAGE_ERROR dialog  ok button-->
3249    <string name="dlg_ok">OK</string>
3250
3251    <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MTP mode.  This is the title -->
3252    <string name="usb_mtp_notification_title">Connected as a media device</string>
3253    <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in PTP mode.  This is the title -->
3254    <string name="usb_ptp_notification_title">Connected as a camera</string>
3255    <!-- 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 -->
3256    <string name="usb_cd_installer_notification_title">Connected as an installer</string>
3257    <!-- USB_PREFERENCES: Notification for when a USB accessory is attached.  This is the title -->
3258    <string name="usb_accessory_notification_title">Connected to a USB accessory</string>
3259    <!-- See USB_PREFERENCES. This is the message. -->
3260    <string name="usb_notification_message">Touch for other USB options.</string>
3261
3262    <!-- External media format dialog strings -->
3263    <!-- This is the label for the activity, and should never be visible to the user. -->
3264    <!-- 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] -->
3265    <string name="extmedia_format_title" product="nosdcard">Format USB storage?</string>
3266    <!-- 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. -->
3267    <string name="extmedia_format_title" product="default">Format SD card?</string>
3268    <!-- See EXTMEDIA_FORMAT.   This is the message. [CHAR LIMIT=NONE] -->
3269    <string name="extmedia_format_message" product="nosdcard">All files stored in your USB storage will be erased. This action can\'t be reversed!</string>
3270    <!-- See EXTMEDIA_FORMAT.   This is the message. -->
3271    <string name="extmedia_format_message" product="default">All data on your card will be lost.</string>
3272    <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
3273    <string name="extmedia_format_button_format">Format</string>
3274
3275    <!-- Title of notification shown when ADB is actively connected to the phone. -->
3276    <string name="adb_active_notification_title">USB debugging connected</string>
3277    <!-- Message of notification shown when ADB is actively connected to the phone. -->
3278    <string name="adb_active_notification_message">Touch to disable USB debugging.</string>
3279
3280    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
3281    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
3282    <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
3283    <!-- at all and later replace it with a locale string based on the users chosen locale          -->
3284    <!-- DO NOT TRANSLATE -->
3285    <string name="locale_replacement">""</string>
3286
3287    <!-- Title of the pop-up dialog in which the user switches input method components. -->
3288    <string name="select_input_method">Choose input method</string>
3289    <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
3290    <string name="configure_input_methods">Set up input methods</string>
3291    <!-- Summary text of a toggle switch to enable/disable use of the physical keyboard in the input method selector [CHAR LIMIT=25] -->
3292    <string name="use_physical_keyboard">Physical keyboard</string>
3293    <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=10] -->
3294    <string name="hardware">Hardware</string>
3295
3296    <!-- Title of the notification to prompt the user to select a keyboard layout. -->
3297    <string name="select_keyboard_layout_notification_title">Select keyboard layout</string>
3298    <!-- Message of the notification to prompt the user to select a keyboard layout. -->
3299    <string name="select_keyboard_layout_notification_message">Touch to select a keyboard layout.</string>
3300
3301    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3302    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
3303
3304    <string name="candidates_style"><u>candidates</u></string>
3305
3306    <!-- External media notification strings -->
3307    <!-- Shown when external media is being checked [CHAR LIMIT=30] -->
3308    <string name="ext_media_checking_notification_title" product="nosdcard">Preparing USB storage</string>
3309    <!-- Shown when external media is being checked -->
3310    <string name="ext_media_checking_notification_title" product="default">Preparing SD card</string>
3311    <string name="ext_media_checking_notification_message">Checking for errors.</string>
3312
3313    <!-- Shown when external media is blank (or unsupported filesystem) [CHAR LIMIT=30] -->
3314    <string name="ext_media_nofs_notification_title" product="nosdcard">Blank USB storage</string>
3315    <!-- Shown when external media is blank (or unsupported filesystem) -->
3316    <string name="ext_media_nofs_notification_title" product="default">Blank SD card</string>
3317    <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
3318    <string name="ext_media_nofs_notification_message" product="nosdcard">USB storage is blank or has unsupported filesystem.</string>
3319    <string name="ext_media_nofs_notification_message" product="default">SD card is blank or has unsupported filesystem.</string>
3320
3321    <!-- Shown when external media is unmountable (corrupt)) [CHAR LIMIT=30] -->
3322    <string name="ext_media_unmountable_notification_title" product="nosdcard">Damaged USB storage</string>
3323    <!-- Shown when external media is unmountable (corrupt)) -->
3324    <string name="ext_media_unmountable_notification_title" product="default">Damaged SD card</string>
3325    <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
3326    <string name="ext_media_unmountable_notification_message" product="nosdcard">USB storage is damaged. Try reformatting it.</string>
3327    <string name="ext_media_unmountable_notification_message" product="default">SD card is damaged. Try reformatting it.</string>
3328
3329    <!-- Shown when external media is unsafely removed [CHAR LIMIT=30] -->
3330    <string name="ext_media_badremoval_notification_title" product="nosdcard">USB storage unexpectedly removed</string>
3331    <!-- Shown when external media is unsafely removed -->
3332    <string name="ext_media_badremoval_notification_title" product="default">SD card unexpectedly removed</string>
3333    <!-- Shown when external media is unsafely removed.  [CHAR LIMIT=NONE] -->
3334    <string name="ext_media_badremoval_notification_message" product="nosdcard">Unmount USB storage before removing to avoid data loss.</string>
3335    <string name="ext_media_badremoval_notification_message" product="default">Unmount SD card before removing to avoid data loss.</string>
3336
3337    <!-- Shown when external media has been safely removed [CHAR LIMIT=30] -->
3338    <string name="ext_media_safe_unmount_notification_title" product="nosdcard">USB storage safe to remove</string>
3339    <!-- Shown when external media has been safely removed -->
3340    <string name="ext_media_safe_unmount_notification_title" product="default">SD card safe to remove</string>
3341    <!-- Shown when external media has been safely removed.  [CHAR LIMIT=NONE] -->
3342    <string name="ext_media_safe_unmount_notification_message" product="nosdcard">You can safely remove USB storage.</string>
3343    <string name="ext_media_safe_unmount_notification_message" product="default">You can safely remove SD card.</string>
3344
3345    <!-- Shown when external media is missing [CHAR LIMIT=30] -->
3346    <string name="ext_media_nomedia_notification_title" product="nosdcard">Removed USB storage</string>
3347    <!-- Shown when external media is missing -->
3348    <string name="ext_media_nomedia_notification_title" product="default">Removed SD card</string>
3349    <!-- Shown when external media is missing.  [CHAR LIMIT=NONE] -->
3350    <string name="ext_media_nomedia_notification_message" product="nosdcard">USB storage removed. Insert new media.</string>
3351    <string name="ext_media_nomedia_notification_message" product="default">SD card removed. Insert a new one.</string>
3352
3353    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
3354    <string name="activity_list_empty">No matching activities found.</string>
3355
3356    <!-- permission attributes related to package usage statistics -->
3357    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
3358    <string name="permlab_pkgUsageStats">update component usage statistics</string>
3359    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
3360    <string name="permdesc_pkgUsageStats">Allows the app to modify collected component usage statistics. Not for use by normal apps.</string>
3361
3362    <!-- permission attributes related to default container service -->
3363    <!-- Title of an application permission that lets an application use default container service. -->
3364    <string name="permlab_copyProtectedData">copy content</string>
3365    <!-- Description of an application permission,  used to invoke default container service to copy content. -->
3366    <string name="permdesc_copyProtectedData">Allows the app to invoke default container service to copy content. Not for use by normal apps.</string>
3367
3368    <!-- Title of an application permission that lets an application route media output. -->
3369    <string name="permlab_route_media_output">Route media output</string>
3370    <!-- Description of an application permission that lets an application route media output. -->
3371    <string name="permdesc_route_media_output">Allows an application to route media output to other external devices.</string>
3372
3373    <!-- Shown in the tutorial for tap twice for zoom control. -->
3374    <string name="tutorial_double_tap_to_zoom_message_short">Touch twice for zoom control</string>
3375
3376
3377    <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
3378    the gadget. -->
3379    <string name="gadget_host_error_inflating">Couldn\'t add widget.</string>
3380
3381    <!-- Long label for a button on a full-screen input method for the "Go" action. -->
3382    <string name="ime_action_go">Go</string>
3383
3384    <!-- Long label for a button on a full-screen input method for the "Search" action. -->
3385    <string name="ime_action_search">Search</string>
3386
3387    <!-- Long label for a button on a full-screen input method for the "Send" action. -->
3388    <string name="ime_action_send">Send</string>
3389
3390    <!-- Long label for a button on a full-screen input method for the "Next" action. -->
3391    <string name="ime_action_next">Next</string>
3392
3393    <!-- Long label for a button on a full-screen input method for the "Done" action. -->
3394    <string name="ime_action_done">Done</string>
3395
3396    <!-- [CHAR LIMIT=6] Long label for a button on a full-screen input method for the "Previous" action. -->
3397    <string name="ime_action_previous">Prev</string>
3398
3399    <!-- Long label for a button on a full-screen input method for an unknown action. -->
3400    <string name="ime_action_default">Execute</string>
3401
3402    <!-- Strings for search suggestions. These are going here because they are referenced by both
3403         ContactsProvider and GoogleContactsProvider -->
3404    <skip />
3405
3406
3407    <!-- 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. -->
3408    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3409
3410    <!-- 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. -->
3411    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
3412
3413    <!-- 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 -->
3414    <!-- An Array of [[Carrier-ID]                     -->
3415    <!--              [default-locale]]                -->
3416    <string-array translatable="false" name="carrier_properties">
3417    </string-array>
3418
3419    <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>
3420    <string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
3421    <string name="grant_permissions_header_text">Access request</string>
3422    <string name="allow">Allow</string>
3423    <string name="deny">Deny</string>
3424    <string name="permission_request_notification_title">Permission requested</string>
3425    <string name="permission_request_notification_with_subtitle">Permission requested\nfor account <xliff:g id="account" example="foo@gmail.com">%s</xliff:g>.</string>
3426
3427    <!-- Label to show for a service that is running because it is an input method. -->
3428    <string name="input_method_binding_label">Input method</string>
3429    <!-- Label to show for a service that is running because it is a sync adapter. -->
3430    <string name="sync_binding_label">Sync</string>
3431    <!-- Label to show for a service that is running because it is an accessibility module. -->
3432    <string name="accessibility_binding_label">Accessibility</string>
3433    <!-- Label to show for a service that is running because it is a wallpaper. -->
3434    <string name="wallpaper_binding_label">Wallpaper</string>
3435    <!-- Dialog title for user to select a different wallpaper from service list -->
3436    <string name="chooser_wallpaper">Change wallpaper</string>
3437
3438    <!-- Do Not Translate: Alternate eri.xml -->
3439    <string name="alternate_eri_file">/data/eri.xml</string>
3440
3441    <!-- The title of the notification when VPN is active. -->
3442    <string name="vpn_title">VPN activated</string>
3443    <!-- The title of the notification when VPN is active with an application name. -->
3444    <string name="vpn_title_long">VPN is activated by <xliff:g id="app" example="FooVPN client">%s</xliff:g></string>
3445    <!-- The text of the notification when VPN is active. -->
3446    <string name="vpn_text">Touch to manage the network.</string>
3447    <!-- The text of the notification when VPN is active with a session name. -->
3448    <string name="vpn_text_long">Connected to <xliff:g id="session" example="office">%s</xliff:g>. Touch to manage the network.</string>
3449
3450    <!-- Notification title when connecting to lockdown VPN. -->
3451    <string name="vpn_lockdown_connecting">Always-on VPN connecting\u2026</string>
3452    <!-- Notification title when connected to lockdown VPN. -->
3453    <string name="vpn_lockdown_connected">Always-on VPN connected</string>
3454    <!-- Notification title when error connecting to lockdown VPN. -->
3455    <string name="vpn_lockdown_error">Always-on VPN error</string>
3456    <!-- Notification body that indicates user can touch to cycle lockdown VPN connection. -->
3457    <string name="vpn_lockdown_reset">Touch to reset connection</string>
3458
3459    <!-- Localized strings for WebView -->
3460    <!-- Label for button in a WebView that will open a chooser to choose a file to upload -->
3461    <string name="upload_file">Choose file</string>
3462    <!-- Label for the file upload control when no file has been chosen yet -->
3463    <string name="no_file_chosen">No file chosen</string>
3464    <!-- Label for <input type="reset"> button in html -->
3465    <string name="reset">Reset</string>
3466    <!-- Label for <input type="submit"> button in html -->
3467    <string name="submit">Submit</string>
3468
3469    <!-- Strings for car mode notification -->
3470    <!-- Shown when car mode is enabled -->
3471    <string name="car_mode_disable_notification_title">Car mode enabled</string>
3472    <string name="car_mode_disable_notification_message">Touch to exit car mode.</string>
3473
3474    <!-- Strings for tethered notification -->
3475    <!-- Shown when the device is tethered -->
3476    <string name="tethered_notification_title">Tethering or hotspot active</string>
3477    <string name="tethered_notification_message">Touch to set up.</string>
3478
3479    <!--  Strings for possible PreferenceActivity Back/Next buttons -->
3480    <string name="back_button_label">Back</string>
3481    <string name="next_button_label">Next</string>
3482
3483    <!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
3484    <string name="skip_button_label">Skip</string>
3485
3486    <!-- Strings for throttling notification -->
3487    <!-- Shown when the user is in danger of being throttled -->
3488    <string name="throttle_warning_notification_title">High mobile data use</string>
3489    <string name="throttle_warning_notification_message">Touch to learn more about mobile data use.</string>
3490
3491    <!-- Strings for throttling notification -->
3492    <!-- Shown when the users bandwidth is reduced because of excessive data use -->
3493    <string name="throttled_notification_title">Mobile data limit exceeded</string>
3494    <string name="throttled_notification_message">Touch to learn more about mobile data use.</string>
3495
3496    <!-- Displayed on the Find dialog when there are no matches [CHAR LIMIT=NONE]-->
3497    <string name="no_matches">No matches</string>
3498
3499    <!-- Find dialog hint text.  Also used in the menu item to open find on page [CHAR LIMIT=NONE] -->
3500    <string name="find_on_page">Find on page</string>
3501
3502    <!-- Displayed on the Find dialog to display the index of the highlighted
3503         match and total number of matches found in the current page. [CHAR LIMIT=NONE] -->
3504    <plurals name="matches_found">
3505        <!-- Case of one match -->
3506        <item quantity="one">1 match</item>
3507        <!-- Case of multiple total matches -->
3508        <item quantity="other"><xliff:g id="index" example="2">%d</xliff:g> of <xliff:g id="total" example="137">%d</xliff:g></item>
3509    </plurals>
3510
3511    <!-- Label for the "Done" button on the far left of action mode toolbars. -->
3512    <string name="action_mode_done">Done</string>
3513
3514    <!-- Strings for ExternalStorageFormatter service. -->
3515    <!-- Text for progress dialog while unmounting USB storage volume [CHAR LIMIT=NONE] -->
3516    <string name="progress_unmounting" product="nosdcard">Unmounting USB storage\u2026</string>
3517    <!-- Text for progress dialog while unmounting SD card [CHAR LIMIT=NONE] -->
3518    <string name="progress_unmounting" product="default">Unmounting SD card\u2026</string>
3519    <!-- Text for progress dialog while erasing USB storage volume [CHAR LIMIT=NONE] -->
3520    <string name="progress_erasing" product="nosdcard">Erasing USB storage\u2026</string>
3521    <!-- Text for progress dialog while erasing SD card [CHAR LIMIT=NONE] -->
3522    <string name="progress_erasing" product="default">Erasing SD card\u2026</string>
3523    <!-- Text for message to user that an error happened when formatting USB storage [CHAR LIMIT=NONE] -->
3524    <string name="format_error" product="nosdcard">Couldn\'t erase USB storage.</string>
3525    <!-- Text for message to user that an error happened when formatting SD card [CHAR LIMIT=NONE] -->
3526    <string name="format_error" product="default">Couldn\'t erase SD card.</string>
3527    <!-- Text for message to user that SD card has been removed while in use [CHAR LIMIT=NONE] -->
3528    <string name="media_bad_removal">SD card was removed before being unmounted.</string>
3529    <!-- Text for message to user USB storage is currently being checked [CHAR LIMIT=NONE] -->
3530    <string name="media_checking" product="nosdcard">USB storage is currently being checked.</string>
3531    <!-- Text for message to user SD card is currently being checked [CHAR LIMIT=NONE] -->
3532    <string name="media_checking" product="default">SD card is currently being checked.</string>
3533    <!-- Text for message to user SD card has been removed [CHAR LIMIT=NONE] -->
3534    <string name="media_removed">SD card has been removed.</string>
3535    <!-- Text for message to user USB storage is currently mounted on a computer [CHAR LIMIT=NONE] -->
3536    <string name="media_shared" product="nosdcard">USB storage is currently in use by a computer.</string>
3537    <!-- Text for message to user SD card is currently mounted on a computer [CHAR LIMIT=NONE] -->
3538    <string name="media_shared" product="default">SD card is currently in use by a computer.</string>
3539    <!-- Text for message for an unknown external media state [CHAR LIMIT=NONE] -->
3540    <string name="media_unknown_state">External media in unknown state.</string>
3541
3542    <!-- Text for WebView's text selection Action Mode -->
3543    <!-- ActionBar action to share the current selection [CHAR LIMIT=10] -->
3544    <string name="share">Share</string>
3545    <!-- ActionBar action to use the current selection to open the Find on page functionality [CHAR LIMIT=10]-->
3546    <string name="find">Find</string>
3547    <!-- ActionBar action to use the current selection to perform a web search [CHAR-LIMIT=16] -->
3548    <string name="websearch">Web Search</string>
3549    <!-- ActionBar action to find the next match in the page [CHAR LIMIT=24] -->
3550    <string name="find_next">Find next</string>
3551    <!-- ActionBar action to find the previous match in the page [CHAR LIMIT=24] -->
3552    <string name="find_previous">Find previous</string>
3553
3554    <!-- Network positioning notification ticker. The name of the user (e.g. John Doe) who sent
3555         the request is shown as a dynamic string. -->
3556    <string name="gpsNotifTicker">Location request from <xliff:g id="name">%s</xliff:g></string>
3557    <!-- Network positioning notification and verification title to inform the user about
3558         an incoming location request. -->
3559    <string name="gpsNotifTitle">Location request</string>
3560    <!-- Network positioning notification message. The name of the user (e.g. John Doe) and
3561         service (SUPL-service) who sent the request is shown as dynamic strings.
3562         Translation should not be longer than master text. -->
3563    <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>
3564    <!-- Network positioning verification Yes. Button to push to share location information. -->
3565    <string name="gpsVerifYes">Yes</string>
3566    <!-- Network positioning verification No. Button to push to deny sharing of location
3567         information. -->
3568    <string name="gpsVerifNo">No</string>
3569
3570    <!-- Error message when the sync tried to delete too many things -->
3571    <string name="sync_too_many_deletes">Delete limit exceeded</string>
3572    <!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
3573    <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>
3574    <!-- 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 -->
3575    <string name="sync_really_delete">Delete the items</string>
3576    <!-- 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 -->
3577    <string name="sync_undo_deletes">Undo the deletes</string>
3578    <!-- 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 -->
3579    <string name="sync_do_nothing">Do nothing for now</string>
3580
3581    <!-- Choose Account Activity label -->
3582    <string name="choose_account_label">Choose an account</string>
3583
3584    <string name="add_account_label">"Add an account"</string>
3585
3586    <!-- List item to add an account [CHAR LIMIT=20] -->
3587    <string name="add_account_button_label">Add account</string>
3588
3589    <!-- NumberPicker - accessibility support -->
3590    <!-- Description of the button to increase the NumberPicker value. [CHAR LIMIT=NONE] -->
3591    <string name="number_picker_increment_button">Increase</string>
3592    <!-- Description of the button to decrease the NumberPicker value. [CHAR LIMIT=NONE] -->
3593    <string name="number_picker_decrement_button">Decrease</string>
3594    <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
3595    <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch and hold.</string>
3596    <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
3597    <string name="number_picker_increment_scroll_action">Slide up to increase and down to decrease.</string>
3598
3599    <!-- TimePicker - accessibility support -->
3600    <!-- Description of the button to increase the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3601    <string name="time_picker_increment_minute_button">Increase minute</string>
3602    <!-- Description of the button to decrease the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3603    <string name="time_picker_decrement_minute_button">Decrease minute</string>
3604    <!-- Description of the button to increase the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3605    <string name="time_picker_increment_hour_button">Increase hour</string>
3606    <!-- Description of the button to decrease the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3607    <string name="time_picker_decrement_hour_button">Decrease hour</string>
3608    <!-- Description of the button to increase the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
3609    <string name="time_picker_increment_set_pm_button">Set PM</string>
3610    <!-- Description of the button to decrease the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
3611    <string name="time_picker_decrement_set_am_button">Set AM</string>
3612
3613    <!-- DatePicker - accessibility support -->
3614    <!-- Description of the button to increase the DatePicker's month value. [CHAR LIMIT=NONE] -->
3615    <string name="date_picker_increment_month_button">Increase month</string>
3616    <!-- Description of the button to decrease the DatePicker's month value. [CHAR LIMIT=NONE] -->
3617    <string name="date_picker_decrement_month_button">Decrease month</string>
3618    <!-- Description of the button to increase the DatePicker's day value. [CHAR LIMIT=NONE] -->
3619    <string name="date_picker_increment_day_button">Increase day</string>
3620    <!-- Description of the button to decrease the DatePicker's day value. [CHAR LIMIT=NONE] -->
3621    <string name="date_picker_decrement_day_button">Decrease day</string>
3622    <!-- Description of the button to increase the DatePicker's year value. [CHAR LIMIT=NONE] -->
3623    <string name="date_picker_increment_year_button">Increase year</string>
3624    <!-- Description of the button to decrease the DatePicker's year value. [CHAR LIMIT=NONE] -->
3625    <string name="date_picker_decrement_year_button">Decrease year</string>
3626
3627    <!-- KeyboardView - accessibility support -->
3628    <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
3629    <string name="keyboardview_keycode_alt">Alt</string>
3630    <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
3631    <string name="keyboardview_keycode_cancel">Cancel</string>
3632    <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
3633    <string name="keyboardview_keycode_delete">Delete</string>
3634    <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
3635    <string name="keyboardview_keycode_done">Done</string>
3636    <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
3637    <string name="keyboardview_keycode_mode_change">Mode change</string>
3638    <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
3639    <string name="keyboardview_keycode_shift">Shift</string>
3640    <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
3641    <string name="keyboardview_keycode_enter">Enter</string>
3642
3643    <!-- ActivityChooserView - accessibility support -->
3644    <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
3645    <string name="activitychooserview_choose_application">Choose an app</string>
3646
3647    <!-- ShareActionProvider - accessibility support -->
3648    <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3649    <string name="shareactionprovider_share_with">Share with</string>
3650    <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3651    <string name="shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
3652
3653    <!-- Slide lock screen -->
3654
3655    <!-- Description of the sliding handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3656    <string name="content_description_sliding_handle">"Sliding handle. Touch &amp; hold."</string>
3657
3658    <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3659    <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3660    <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3661    <string name="description_direction_down">Slide down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3662    <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3663    <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3664    <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3665    <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3666
3667    <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3668    <string name="description_target_unlock">Unlock</string>
3669    <!-- Description of the camera target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3670    <string name="description_target_camera">Camera</string>
3671    <!-- Description of the silent target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3672    <string name="description_target_silent">Silent</string>
3673    <!-- Description of the sound on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3674    <string name="description_target_soundon">Sound on</string>
3675    <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3676    <string name="description_target_search">Search</string>
3677
3678    <!-- Description of the unlock handle in the Slide unlock screen for tablets. [CHAR LIMIT=NONE] -->
3679    <string name="description_target_unlock_tablet">Swipe to unlock.</string>
3680
3681    <!-- Announce that a headset is required to hear keyboard keys while typing a password. [CHAR LIMIT=NONE] -->
3682    <string name="keyboard_headset_required_to_hear_password">Plug in a headset to hear password keys spoken.</string>
3683    <!-- The value of a keyboard key announced when accessibility is enabled and no headsed is used. [CHAR LIMIT=NONE] -->
3684    <string name="keyboard_password_character_no_headset">Dot.</string>
3685
3686    <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
3687    <string name="action_bar_home_description">Navigate home</string>
3688    <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
3689    <string name="action_bar_up_description">Navigate up</string>
3690    <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
3691    <string name="action_menu_overflow_description">More options</string>
3692
3693    <!-- Storage description for internal storage. [CHAR LIMIT=NONE] -->
3694    <string name="storage_internal">Internal storage</string>
3695
3696    <!-- Storage description for the SD card. [CHAR LIMIT=NONE] -->
3697    <string name="storage_sd_card">SD card</string>
3698
3699    <!-- Storage description for USB storage. [CHAR LIMIT=NONE] -->
3700    <string name="storage_usb">USB storage</string>
3701
3702    <!-- Button text for the edit menu in input method extract mode. [CHAR LIMIT=16] -->
3703    <string name="extract_edit_menu_button">Edit</string>
3704
3705    <!-- Notification title when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3706    <string name="data_usage_warning_title">Data usage warning</string>
3707    <!-- Notification body when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3708    <string name="data_usage_warning_body">Touch to view usage and settings.</string>
3709
3710    <!-- Notification title when 2G-3G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3711    <string name="data_usage_3g_limit_title">2G-3G data disabled</string>
3712    <!-- Notification title when 4G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3713    <string name="data_usage_4g_limit_title">4G data disabled</string>
3714    <!-- Notification title when mobile data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3715    <string name="data_usage_mobile_limit_title">Mobile data disabled</string>
3716    <!-- Notification title when Wi-Fi data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3717    <string name="data_usage_wifi_limit_title">Wi-Fi data disabled</string>
3718    <!-- Notification body when data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3719    <string name="data_usage_limit_body">Touch to enable.</string>
3720
3721    <!-- Notification title when 2G-3G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3722    <string name="data_usage_3g_limit_snoozed_title">2G-3G data limit exceeded</string>
3723    <!-- Notification title when 4G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3724    <string name="data_usage_4g_limit_snoozed_title">4G data limit exceeded</string>
3725    <!-- Notification title when mobile data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3726    <string name="data_usage_mobile_limit_snoozed_title">Mobile data limit exceeded</string>
3727    <!-- Notification title when Wi-Fi data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3728    <string name="data_usage_wifi_limit_snoozed_title">Wi-Fi data limit exceeded</string>
3729    <!-- Notification body when data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3730    <string name="data_usage_limit_snoozed_body"><xliff:g id="size" example="3.8GB">%s</xliff:g> over specified limit.</string>
3731
3732    <!-- Notification title when background data usage is limited. [CHAR LIMIT=32] -->
3733    <string name="data_usage_restricted_title">Background data restricted</string>
3734    <!-- Notification body when background data usage is limited. [CHAR LIMIT=32] -->
3735    <string name="data_usage_restricted_body">Touch to remove restriction.</string>
3736
3737    <!-- SSL Certificate dialogs -->
3738    <!-- Title for an SSL Certificate dialog -->
3739    <string name="ssl_certificate">Security certificate</string>
3740    <!-- Message on an SSL Certificate dialog -->
3741    <string name="ssl_certificate_is_valid">This certificate is valid.</string>
3742    <!-- Label for an information field on an SSL Certificate Dialog -->
3743    <string name="issued_to">Issued to:</string>
3744    <!-- Label for an information field on an SSL Certificate Dialog -->
3745    <string name="common_name">Common name:</string>
3746    <!-- Label for an information field on an SSL Certificate Dialog -->
3747    <string name="org_name">Organization:</string>
3748    <!-- Label for an information field on an SSL Certificate Dialog -->
3749    <string name="org_unit">Organizational unit:</string>
3750    <!-- Label for an information field on an SSL Certificate Dialog -->
3751    <string name="issued_by">Issued by:</string>
3752    <!-- Label for an information field on an SSL Certificate Dialog -->
3753    <string name="validity_period">Validity:</string>
3754    <!-- Label for an information field on an SSL Certificate Dialog -->
3755    <string name="issued_on">Issued on:</string>
3756    <!-- Label for an information field on an SSL Certificate Dialog -->
3757    <string name="expires_on">Expires on:</string>
3758    <!-- Label for an information field on an SSL Certificate Dialog -->
3759    <string name="serial_number">Serial number:</string>
3760    <!-- Label for an information field on an SSL Certificate Dialog -->
3761    <string name="fingerprints">Fingerprints:</string>
3762    <!-- Label for an information field on an SSL Certificate Dialog -->
3763    <string name="sha256_fingerprint">SHA-256 fingerprint:</string>
3764    <!-- Label for an information field on an SSL Certificate Dialog -->
3765    <string name="sha1_fingerprint">SHA-1 fingerprint:</string>
3766
3767    <!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
3768    <string name="activity_chooser_view_see_all">See all</string>
3769    <!-- Title default for a dialog showing possible activities in ActivityChooserView [CHAR LIMIT=25] -->
3770    <string name="activity_chooser_view_dialog_title_default">Choose activity</string>
3771
3772    <!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
3773    <string name="share_action_provider_share_with">Share with</string>
3774
3775    <!-- Status Bar icon descriptions -->
3776
3777    <!-- Description of for the status bar's icon that the device is locked for accessibility. [CHAR LIMIT=NONE] -->
3778    <string name="status_bar_device_locked">Device locked.</string>
3779
3780    <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". [CHAR LIMIT=3] -->
3781    <string name="list_delimeter">", "</string>
3782
3783    <!-- STK sending DTMF, SMS, USSD, SS -->
3784    <string name="sending">Sending\u2026</string>
3785
3786    <!-- STK launch Browser -->
3787    <string name="launchBrowserDefault">Launch Browser?</string>
3788
3789    <!-- STK setup Call -->
3790    <string name="SetupCallDefault">Accept call?</string>
3791
3792    <!-- Title for a button to choose the currently selected activity
3793         as the default in the activity resolver. [CHAR LIMIT=25] -->
3794    <string name="activity_resolver_use_always">Always</string>
3795
3796    <!-- Title for a button to choose the currently selected activity
3797         from the activity resolver to use just this once. [CHAR LIMIT=25] -->
3798    <string name="activity_resolver_use_once">Just once</string>
3799
3800    <!-- Name of the default audio route for tablets when nothing
3801         is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3802    <string name="default_audio_route_name" product="tablet">Tablet</string>
3803
3804    <!-- Name of the default audio route when nothing is connected to
3805         a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3806    <string name="default_audio_route_name" product="default">Phone</string>
3807
3808    <!-- Name of the default audio route when wired headphones are
3809         connected. [CHAR LIMIT=50] -->
3810    <string name="default_audio_route_name_headphones">Headphones</string>
3811
3812    <!-- Name of the default audio route when an audio dock is connected. [CHAR LIMIT=50] -->
3813    <string name="default_audio_route_name_dock_speakers">Dock speakers</string>
3814
3815    <!-- Name of the default media route when HDMI is connected. [CHAR LIMIT=50] -->
3816    <string name="default_media_route_name_hdmi">HDMI</string>
3817
3818    <!-- Name of the default audio route category. [CHAR LIMIT=50] -->
3819    <string name="default_audio_route_category_name">System</string>
3820
3821    <!-- Default name of the bluetooth a2dp audio route. [CHAR LIMIT=50] -->
3822    <string name="bluetooth_a2dp_audio_route_name">Bluetooth audio</string>
3823
3824    <!-- "Done" button for MediaRouter chooser dialog when grouping routes. [CHAR LIMIT=NONE] -->
3825    <string name="media_route_chooser_grouping_done">Done</string>
3826
3827    <!-- Content description of a MediaRouteButton for accessibility support -->
3828    <string name="media_route_button_content_description">Media output</string>
3829
3830    <!-- Status message for remote routes attempting to scan/determine availability -->
3831    <string name="media_route_status_scanning">Scanning...</string>
3832
3833    <!-- Status message for a remote route attempting to connect -->
3834    <string name="media_route_status_connecting">Connecting...</string>
3835
3836    <!-- Status message for a remote route that is confirmed to be available for connection -->
3837    <string name="media_route_status_available">Available</string>
3838
3839    <!-- Status message for remote routes that are not available for connection right now -->
3840    <string name="media_route_status_not_available">Not available</string>
3841
3842    <!-- Display manager service -->
3843
3844    <!-- Name of the built-in display.  [CHAR LIMIT=50] -->
3845    <string name="display_manager_built_in_display_name">Built-in Screen</string>
3846
3847    <!-- Name of the HDMI display.  [CHAR LIMIT=50] -->
3848    <string name="display_manager_hdmi_display_name">HDMI Screen</string>
3849
3850    <!-- Name of the N'th overlay display for testing.  [CHAR LIMIT=50] -->
3851    <string name="display_manager_overlay_display_name">Overlay #<xliff:g id="id">%1$d</xliff:g></string>
3852
3853    <!-- Title text to show within the overlay.  [CHAR LIMIT=50] -->
3854    <string name="display_manager_overlay_display_title"><xliff:g id="name">%1$s</xliff:g>: <xliff:g id="width">%2$d</xliff:g>x<xliff:g id="height">%3$d</xliff:g>, <xliff:g id="dpi">%4$d</xliff:g> dpi</string>
3855
3856    <!-- Title of the notification to indicate an active wifi display connection.  [CHAR LIMIT=50] -->
3857    <string name="wifi_display_notification_title">Wireless display is connected</string>
3858    <!-- Message of the notification to indicate an active wifi display connection.  [CHAR LIMIT=80] -->
3859    <string name="wifi_display_notification_message">This screen is showing on another device</string>
3860    <!-- Label of a button to disconnect an active wifi display connection.  [CHAR LIMIT=25] -->
3861    <string name="wifi_display_notification_disconnect">Disconnect</string>
3862
3863    <!-- Keyguard strings -->
3864    <!-- Label shown on emergency call button in keyguard -->
3865    <string name="kg_emergency_call_label">Emergency call</string>
3866    <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
3867    <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
3868    <!-- Message shown when user enters wrong pattern -->
3869    <string name="kg_wrong_pattern">Wrong Pattern</string>
3870    <!-- Message shown when user enters wrong password -->
3871    <string name="kg_wrong_password">Wrong Password</string>
3872    <!-- Message shown when user enters wrong PIN -->
3873    <string name="kg_wrong_pin">Wrong PIN</string>
3874    <!-- Countdown message shown after too many failed unlock attempts -->
3875    <string name="kg_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
3876    <!-- Instructions for using the pattern unlock screen -->
3877    <string name="kg_pattern_instructions">Draw your pattern</string>
3878    <!-- Instructions for using the SIM PIN unlock screen -->
3879    <string name="kg_sim_pin_instructions">Enter SIM PIN</string>
3880    <!-- Instructions for using the PIN unlock screen -->
3881    <string name="kg_pin_instructions">Enter PIN</string>
3882    <!-- Instructions for using the password unlock screen -->
3883    <string name="kg_password_instructions">Enter Password</string>
3884    <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
3885    <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
3886    <!-- Hint shown in the PUK unlock screen PIN TextView -->
3887    <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
3888    <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
3889    <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
3890    <!-- Message shown in dialog while the device is unlocking the SIM card -->
3891    <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
3892    <!-- Message shown when the user enters the wrong PIN code -->
3893    <string name="kg_password_wrong_pin_code">Incorrect PIN code.</string>
3894    <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
3895    <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
3896    <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
3897    <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
3898    <!-- Message shown when the user enters an invalid PUK code -->
3899    <string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
3900      <!-- String shown in PUK screen when PIN codes don't match -->
3901    <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string>
3902    <!-- Message shown when the user exceeds the maximum number of pattern attempts -->
3903    <string name="kg_login_too_many_attempts">Too many pattern attempts</string>
3904    <!-- Instructions show in account unlock screen allowing user to enter their email password -->
3905    <string name="kg_login_instructions">To unlock, sign in with your Google account.</string>
3906    <!-- Hint shown in TextView in account unlock screen of keyguard -->
3907    <string name="kg_login_username_hint">Username (email)</string>
3908    <!-- Hint shown in TextView in account unlock screen of keyguard -->
3909    <string name="kg_login_password_hint">Password</string>
3910    <!-- Label shown on sign in button on account unlock screen of keyguard -->
3911    <string name="kg_login_submit_button">Sign in</string>
3912    <!-- Message shown when the user enters an invalid username/password combination in account unlock screen of keyguard -->
3913    <string name="kg_login_invalid_input">Invalid username or password.</string>
3914    <!-- Hint text shown when user has too many failed password attempts in account unlock screen of keyguard -->
3915    <string name="kg_login_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string>
3916    <!-- Message shown while device checks username/password in account unlock screen of keyguard -->
3917    <string name="kg_login_checking_password">Checking account\u2026</string>
3918    <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
3919    <string name="kg_too_many_failed_pin_attempts_dialog_message">
3920        You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times.
3921        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
3922    </string>
3923    <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
3924    <string name="kg_too_many_failed_password_attempts_dialog_message">
3925        You have incorrectly typed your password <xliff:g id="number">%d</xliff:g> times.
3926        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
3927    </string>
3928    <string name="kg_too_many_failed_pattern_attempts_dialog_message">
3929        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
3930        \n\nTry again in <xliff:g id="number">%d</xliff:g> seconds.
3931    </string>
3932    <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
3933    <string name="kg_failed_attempts_almost_at_wipe" product="tablet">
3934       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
3935       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
3936       the tablet will be reset to factory default and all user data will be lost.
3937    </string>
3938    <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
3939    <string name="kg_failed_attempts_almost_at_wipe" product="default">
3940       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
3941       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
3942       the phone will be reset to factory default and all user data will be lost.
3943    </string>
3944    <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
3945    <string name="kg_failed_attempts_now_wiping" product="tablet">
3946       You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
3947       The tablet will now be reset to factory default.
3948    </string>
3949    <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
3950    <string name="kg_failed_attempts_now_wiping" product="default">
3951       You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
3952       The phone will now be reset to factory default.
3953    </string>
3954    <!-- Message shown in dialog when user is almost at the limit where they will be
3955    locked out and may have to enter an alternate username/password to unlock the phone -->
3956    <string name="kg_failed_attempts_almost_at_login" product="tablet">
3957       You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
3958       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
3959       you will be asked to unlock your tablet using an email account.\n\n
3960       Try again in <xliff:g id="number">%d</xliff:g> seconds.
3961    </string>
3962    <!-- Message shown in dialog when user is almost at the limit where they will be
3963    locked out and may have to enter an alternate username/password to unlock the phone -->
3964    <string name="kg_failed_attempts_almost_at_login" product="default">
3965       You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
3966       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
3967       you will be asked to unlock your phone using an email account.\n\n
3968       Try again in <xliff:g id="number">%d</xliff:g> seconds.
3969    </string>
3970    <!-- Sequence of characters used to separate message strings in keyguard. Typically just em-dash
3971         with spaces on either side. [CHAR LIMIT=3] -->
3972    <string name="kg_text_message_separator" product="default">" \u2014 "</string>
3973    <!-- The delete-widget drop target button text -->
3974    <string name="kg_reordering_delete_drop_target_text">Remove</string>
3975
3976    <!-- Message shown in dialog when user is attempting to set the music volume above the
3977    recommended maximum level for headphones -->
3978    <string name="safe_media_volume_warning" product="default">
3979       "Raise volume above safe level?\nListening at high volume for long periods may damage your hearing."
3980    </string>
3981
3982    <!-- Text spoken when the user is performing a gesture that will enable accessibility. [CHAR LIMIT=none] -->
3983    <string name="continue_to_enable_accessibility">Keep holding down two fingers to enable accessibility.</string>
3984    <!-- Text spoken when the user enabled accessibility. [CHAR LIMIT=none] -->
3985    <string name="accessibility_enabled">Accessibility enabled.</string>
3986    <!-- Text spoken when the user stops preforming a gesture that would enable accessibility. [CHAR LIMIT=none] -->
3987    <string name="enable_accessibility_canceled">Accessibility canceled.</string>
3988    <!-- Text spoken when the current user is switched if accessibility is enabled. [CHAR LIMIT=none] -->
3989    <string name="user_switched">Current user <xliff:g id="name" example="Bob">%1$s</xliff:g>.</string>
3990    <!-- Default name of the owner user [CHAR LIMIT=20] -->
3991    <string name="owner_name" msgid="3879126011135546571">Owner</string>
3992
3993</resources>
3994