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