strings.xml revision bb3ed528035b9fe09514434cc192d251dcc143af
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 to prompt the user to type the PUK password to unlock
91         the SIM card. -->
92    <string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
93    <string name="needPuk2">Type PUK2 to unblock SIM card.</string>
94
95    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
96    <string name="ClipMmi">Incoming Caller ID</string>
97    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
98    <string name="ClirMmi">Outgoing Caller ID</string>
99    <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
100    <string name="CfMmi">Call forwarding</string>
101    <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
102    <string name="CwMmi">Call waiting</string>
103    <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
104    <string name="BaMmi">Call barring</string>
105    <!-- Displayed as the title for a success/failure report changing the SIM password. -->
106    <string name="PwdMmi">Password change</string>
107    <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
108    <string name="PinMmi">PIN change</string>
109    <string name="CnipMmi">Calling number present</string>
110    <string name="CnirMmi">Calling number restricted</string>
111    <string name="ThreeWCMmi">Three way calling</string>
112    <string name="RuacMmi">Rejection of undesired annoying calls</string>
113    <string name="CndMmi">Calling number delivery</string>
114    <string name="DndMmi">Do not disturb</string>
115
116    <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
117    <string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
118    <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
119    <string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
120    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
121    <string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
122    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
123    <string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
124
125
126    <!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
127    <string name="serviceNotProvisioned">Service not provisioned.</string>
128    <!-- Displayed to tell the user that they cannot change the caller ID setting. -->
129    <string name="CLIRPermanent">The caller ID setting cannot be changed.</string>
130
131    <!-- Notification title to tell the user that restricted state is changed by access control. -->
132    <string name="RestrictedChangedTitle">Restricted access changed</string>
133    <!-- Displayed to tell the user that data service is blocked by access control. -->
134    <string name="RestrictedOnData">Data service is blocked.</string>
135    <!-- Displayed to tell the user that emergency service is blocked by access control. -->
136    <string name="RestrictedOnEmergency">Emergency service is blocked.</string>
137    <!-- Displayed to tell the user that normal service is blocked by access control. -->
138    <string name="RestrictedOnNormal">Voice service is blocked.</string>
139    <!-- Displayed to tell the user that all emergency and normal voice services are blocked by access control. -->
140    <string name="RestrictedOnAllVoice">All Voice services are blocked.</string>
141    <!-- Displayed to tell the user that sms service is blocked by access control. -->
142    <string name="RestrictedOnSms">SMS service is blocked.</string>
143    <!-- Displayed to tell the user that voice/data service is blocked by access control. -->
144    <string name="RestrictedOnVoiceData">Voice/Data services are blocked.</string>
145    <!-- Displayed to tell the user that voice and sms service are blocked by access control. -->
146    <string name="RestrictedOnVoiceSms">Voice/SMS services are blocked.</string>
147    <!-- Displayed to tell the user that all service is blocked by access control. -->
148    <string name="RestrictedOnAll">All Voice/Data/SMS services are blocked.</string>
149
150    <!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
151    <!-- Example: Service was enabled for: Voice, Data -->
152    <string name="serviceClassVoice">Voice</string>
153    <!-- Example: Service was enabled for: Voice, Data -->
154    <string name="serviceClassData">Data</string>
155    <!-- Example: Service was enabled for: Voice, FAX -->
156    <string name="serviceClassFAX">FAX</string>
157    <!-- Example: Service was enabled for: Voice, SMS -->
158    <string name="serviceClassSMS">SMS</string>
159    <!-- Meaning: asynchronous data.  Example: Service was enabled for: Voice, Async -->
160    <string name="serviceClassDataAsync">Async</string>
161    <!-- Meaning: synchronous data.  Example: Service was enabled for: Voice, Async -->
162    <string name="serviceClassDataSync">Sync</string>
163    <!-- Meaning: packet data.  Example: Service was enabled for: Voice, Packet -->
164    <string name="serviceClassPacket">Packet</string>
165    <!-- Meaning: unknown.  Example: Service was enabled for: Voice, PAD -->
166    <string name="serviceClassPAD">PAD</string>
167
168    <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
169    <!-- Default roaming indicator text -->
170    <string name="roamingText0">Roaming Indicator On</string>
171    <string name="roamingText1">Roaming Indicator Off</string>
172    <string name="roamingText2">Roaming Indicator Flashing</string>
173    <string name="roamingText3">Out of Neighborhood</string>
174    <string name="roamingText4">Out of Building</string>
175    <string name="roamingText5">Roaming - Preferred System</string>
176    <string name="roamingText6">Roaming - Available System</string>
177    <string name="roamingText7">Roaming - Alliance Partner</string>
178    <string name="roamingText8">Roaming - Premium Partner</string>
179    <string name="roamingText9">Roaming - Full Service Functionality</string>
180    <string name="roamingText10">Roaming - Partial Service Functionality</string>
181    <string name="roamingText11">Roaming Banner On</string>
182    <string name="roamingText12">Roaming Banner Off</string>
183    <string name="roamingTextSearching">Searching for Service</string>
184
185
186    <!--
187        {0} is one of "bearerServiceCode*"
188        {1} is dialing number
189        {2} is time in seconds
190
191        cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
192        has been set but forwarding is not on.
193    --> <skip />
194    <!-- Displayed when the call forwarding query was not able to be forwarded. -->
195    <string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
196    <!-- Displayed when the call forwarding query was forwarded. -->
197    <string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
198    <!-- Displayed when the call forwarding query will be forwarded after some time. -->
199    <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>
200    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
201    <string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
202    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
203    <string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
204
205    <!-- android.net.http Error strings --> <skip />
206    <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
207    <string name="fcComplete">Feature code complete.</string>
208    <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
209    <string name="fcError">Connection problem or invalid feature code.</string>
210    <!-- android.net.http Error strings --> <skip />
211    <!-- Displayed when a web request was successful. -->
212    <string name="httpErrorOk">OK</string>
213    <!-- Displayed when a web request failed because we don't know the exact reason. -->
214    <string name="httpError">The Web page contains an error.</string>
215    <!-- Displayed when a web request failed because the URL could not be found. -->
216    <string name="httpErrorLookup">The URL could not be found.</string>
217    <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
218    <string name="httpErrorUnsupportedAuthScheme">The site authentication scheme is not supported.</string>
219    <!-- Displayed when a web request failed because the authentication failed. -->
220    <string name="httpErrorAuth">Authentication was unsuccessful.</string>
221    <!-- Displayed when a web request failed because the authentication with the proxy failed. -->
222    <string name="httpErrorProxyAuth">Authentication via the proxy server was unsuccessful.</string>
223    <!-- Displayed when a web request failed because there was a connection error. -->
224    <string name="httpErrorConnect">The connection to the server was unsuccessful.</string>
225    <!-- Displayed when a web request failed because there was an input or output error. -->
226    <string name="httpErrorIO">The server failed to communicate. Try again later.</string>
227    <!-- Displayed when a web request failed because the request timed out -->
228    <string name="httpErrorTimeout">The connection to the server timed out.</string>
229    <!-- Displayed when a web request failed because the site tried to redirect us one too many times -->
230    <string name="httpErrorRedirectLoop">The page contains too many server redirects.</string>
231    <!-- Displayed when a web request failed because the protocol of the server is not supported. -->
232    <string name="httpErrorUnsupportedScheme">The protocol is not supported.</string>
233    <!-- Displayed when a web request failed because the a secure connection couldn't be made to the server.-->
234    <string name="httpErrorFailedSslHandshake">A secure connection could not be established.</string>
235    <!-- Displayed when a web request failed because the URL isn't in a valid form. -->
236    <string name="httpErrorBadUrl">The page could not be opened because the URL is invalid.</string>
237    <!-- Displayed when a request failed because we failed to open the file. -->
238    <string name="httpErrorFile">The file could not be accessed.</string>
239    <!-- Displayed when a request failed because the file wasn't found. -->
240    <string name="httpErrorFileNotFound">The requested file was not found.</string>
241    <!-- Displayed when a request failed because there are too many requests right now. -->
242    <string name="httpErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
243
244    <!-- Account notifications --> <skip />
245    <!-- A notification is shown when the AccountManager is unable to
246    supply an auth token without prompting the user to re-enter the
247    password.  This is the text that will scroll through the
248    notification bar (will be seen by the user as he uses another application). -->
249    <string name="notification_title">Sign-in error for <xliff:g id="account" example="foo@gmail.com">%1$s</xliff:g></string>
250
251    <!-- Sync notifications --> <skip />
252    <!-- 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). -->
253    <string name="contentServiceSync">Sync</string>
254    <!-- 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. -->
255    <string name="contentServiceSyncNotificationTitle">Sync</string>
256    <!-- 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. -->
257    <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
258
259    <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
260    <string name="low_memory">Phone storage is full! Delete some files to free space.</string>
261
262
263    <!-- 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. -->
264    <string name="me">Me</string>
265
266    <!-- Power Dialog --> <skip />
267    <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
268    <string name="power_dialog">Phone options</string>
269    <!-- Button to turn on silent mode, within the Phone Options dialog -->
270    <string name="silent_mode">Silent mode</string>
271    <!-- Button to turn on the radio, within the Phone Options dialog -->
272    <string name="turn_on_radio">Turn on wireless</string>
273    <!-- Button to turn off the radio, within the Phone Options dialog -->
274    <string name="turn_off_radio">Turn off wireless</string>
275    <!-- Button to lock the screen, within the Phone Options dialog -->
276    <string name="screen_lock">Screen lock</string>
277    <!-- Button to turn off the phone, within the Phone Options dialog -->
278    <string name="power_off">Power off</string>
279
280    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
281    <string name="shutdown_progress">Shutting down\u2026</string>
282
283    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will be a confirmation dialog.  This is the message. -->
284    <string name="shutdown_confirm">Your phone will shut down.</string>
285
286    <!-- Recent Tasks dialog: title -->
287    <string name="recent_tasks_title">Recent</string>
288    <!-- Recent Tasks dialog: message when there are no recent applications -->
289    <string name="no_recent_tasks">No recent applications.</string>
290
291    <!-- Title of the Global Actions Dialog -->
292    <string name="global_actions">Phone options</string>
293
294    <!-- label for item that locks the phone in the phone options dialog -->
295    <string name="global_action_lock">Screen lock</string>
296
297    <!-- label for item that turns off power in phone options dialog -->
298    <string name="global_action_power_off">Power off</string>
299
300    <!-- label for item that enables silent mode in phone options dialog -->
301    <string name="global_action_toggle_silent_mode">Silent mode</string>
302
303    <!-- status message in phone options dialog for when silent mode is enabled -->
304    <string name="global_action_silent_mode_on_status">Sound is OFF</string>
305
306    <!-- status message in phone options dialog for when silent mode is disabled -->
307    <string name="global_action_silent_mode_off_status">Sound is ON</string>
308
309    <!-- label for item that toggles airplane mode -->
310    <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
311
312    <!-- status message in phone options dialog for when airplane mode is on -->
313    <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
314
315    <!-- status message in phone options dialog for when airplane mode is off -->
316    <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
317
318    <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
319    <string name="safeMode">Safe mode</string>
320
321    <!-- Label for the Android system components when they are shown to the user. -->
322    <string name="android_system_label">Android System</string>
323
324    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
325    <string name="permgrouplab_costMoney">Services that cost you money</string>
326    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
327    <string name="permgroupdesc_costMoney">Allow applications to do things
328        that can cost you money.</string>
329
330    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
331    <string name="permgrouplab_messages">Your messages</string>
332    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
333    <string name="permgroupdesc_messages">Read and write your SMS,
334        e-mail, and other messages.</string>
335
336    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
337    <string name="permgrouplab_personalInfo">Your personal information</string>
338    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
339    <string name="permgroupdesc_personalInfo">Direct access to your contacts
340        and calendar stored on the phone.</string>
341
342    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
343    <string name="permgrouplab_location">Your location</string>
344    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
345    <string name="permgroupdesc_location">Monitor your physical location</string>
346
347    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
348    <string name="permgrouplab_network">Network communication</string>
349    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
350    <string name="permgroupdesc_network">Allow applications to access
351        various network features.</string>
352
353    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
354    <string name="permgrouplab_accounts">Your accounts</string>
355    <!-- Description 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="permgroupdesc_accounts">Access the available accounts.</string>
357
358    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
359    <string name="permgrouplab_hardwareControls">Hardware controls</string>
360    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
361    <string name="permgroupdesc_hardwareControls">Direct access to hardware on
362        the handset.</string>
363
364    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
365    <string name="permgrouplab_phoneCalls">Phone calls</string>
366    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
367    <string name="permgroupdesc_phoneCalls">Monitor, record, and process
368        phone calls.</string>
369
370    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
371    <string name="permgrouplab_systemTools">System tools</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_systemTools">Lower-level access and control
374        of the system.</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_developmentTools">Development tools</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_developmentTools">Features only needed for
380        application developers.</string>
381
382    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
383    <string name="permgrouplab_storage">Storage</string>
384    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
385    <string name="permgroupdesc_storage">Access the SD card.</string>
386
387    <!--  Permissions -->
388
389    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
390    <string name="permlab_statusBar">disable or modify status bar</string>
391    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
392    <string name="permdesc_statusBar">Allows application to disable
393        the status bar or add and remove system icons.</string>
394
395    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
396    <string name="permlab_statusBarService">status bar</string>
397    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
398    <string name="permdesc_statusBarService">Allows the application to be the status bar.</string>
399
400    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
401    <string name="permlab_expandStatusBar">expand/collapse status bar</string>
402    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
403    <string name="permdesc_expandStatusBar">Allows application to
404        expand or collapse the status bar.</string>
405
406    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
407    <string name="permlab_processOutgoingCalls">intercept outgoing calls</string>
408    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
409    <string name="permdesc_processOutgoingCalls">Allows application to
410        process outgoing calls and change the number to be dialed.  Malicious
411        applications may monitor, redirect, or prevent outgoing calls.</string>
412
413    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
414    <string name="permlab_receiveSms">receive SMS</string>
415    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
416    <string name="permdesc_receiveSms">Allows application to receive
417      and process SMS messages. Malicious applications may monitor
418      your messages or delete them without showing them to you.</string>
419
420    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
421    <string name="permlab_receiveMms">receive MMS</string>
422    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
423    <string name="permdesc_receiveMms">Allows application to receive
424      and process MMS messages. Malicious applications may monitor
425      your messages or delete them without showing them to you.</string>
426
427    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
428    <string name="permlab_sendSms">send SMS messages</string>
429    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
430    <string name="permdesc_sendSms">Allows application to send SMS
431      messages. Malicious applications may cost you money by sending
432      messages without your confirmation.</string>
433
434    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
435    <string name="permlab_readSms">read SMS or MMS</string>
436    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
437    <string name="permdesc_readSms">Allows application to read
438      SMS messages stored on your phone or SIM card. Malicious applications
439      may read your confidential messages.</string>
440
441    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
442    <string name="permlab_writeSms">edit SMS or MMS</string>
443    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
444    <string name="permdesc_writeSms">Allows application to write
445      to SMS messages stored on your phone or SIM card. Malicious applications
446      may delete your messages.</string>
447
448    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
449    <string name="permlab_receiveWapPush">receive WAP</string>
450    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
451    <string name="permdesc_receiveWapPush">Allows application to receive
452      and process WAP messages. Malicious applications may monitor
453      your messages or delete them without showing them to you.</string>
454
455    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
456    <string name="permlab_getTasks">retrieve running applications</string>
457    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
458    <string name="permdesc_getTasks">Allows application to retrieve
459        information about currently and recently running tasks. May allow
460        malicious applications to discover private information about other applications.</string>
461
462    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
463    <string name="permlab_reorderTasks">reorder running applications</string>
464    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
465    <string name="permdesc_reorderTasks">Allows an application to move
466        tasks to the foreground and background. Malicious applications can force
467        themselves to the front without your control.</string>
468
469    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
470    <string name="permlab_setDebugApp">enable application debugging</string>
471    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
472    <string name="permdesc_setDebugApp">Allows an application to turn
473        on debugging for another application. Malicious applications can use this
474        to kill other applications.</string>
475
476    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
477    <string name="permlab_changeConfiguration">change your UI settings</string>
478    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
479    <string name="permdesc_changeConfiguration">Allows an application to
480        change the current configuration, such as the locale or overall font
481        size.</string>
482
483    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
484    <string name="permlab_enableCarMode">enable car mode</string>
485    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
486    <string name="permdesc_enableCarMode">Allows an application to
487        enable the car mode.</string>
488
489    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
490    <string name="permlab_killBackgroundProcesses">kill background processes</string>
491    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
492    <string name="permdesc_killBackgroundProcesses">Allows an application to
493        kill background processes of other applications, even if memory
494        isn\'t low.</string>
495
496    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
497    <string name="permlab_forceStopPackages">force stop other applications</string>
498    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
499    <string name="permdesc_forceStopPackages">Allows an application to
500        forcibly stop other applications.</string>
501
502    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
503    <string name="permlab_forceBack">force application to close</string>
504    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
505    <string name="permdesc_forceBack">Allows an application to force any
506        activity that is in the foreground to close and go back.
507        Should never be needed for normal applications.</string>
508
509    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
510    <string name="permlab_dump">retrieve system internal state</string>
511    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
512    <string name="permdesc_dump">Allows application to retrieve
513        internal state of the system. Malicious applications may retrieve
514        a wide variety of private and secure information that they should
515        never normally need.</string>
516
517    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
518    <string name="permlab_shutdown">partial shutdown</string>
519    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
520    <string name="permdesc_shutdown">Puts the activity manager into a shutdown
521        state.  Does not perform a complete shutdown.</string>
522
523    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
524    <string name="permlab_stopAppSwitches">prevent app switches</string>
525    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
526    <string name="permdesc_stopAppSwitches">Prevents the user from switching to
527        another application.</string>
528
529    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
530    <string name="permlab_runSetActivityWatcher">monitor and control all application launching</string>
531    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
532    <string name="permdesc_runSetActivityWatcher">Allows an application to
533        monitor and control how the system launches activities.
534        Malicious applications may completely compromise the system. This
535        permission is only needed for development, never for normal
536        phone usage.</string>
537
538    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
539    <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
540    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
541    <string name="permdesc_broadcastPackageRemoved">Allows an application to
542        broadcast a notification that an application package has been removed.
543        Malicious applications may use this to kill any other running
544        application.</string>
545
546    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
547    <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
548    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
549    <string name="permdesc_broadcastSmsReceived">Allows an application to
550        broadcast a notification that an SMS message has been received.
551        Malicious applications may use this to forge incoming SMS messages.</string>
552
553    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
554    <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
555    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
556    <string name="permdesc_broadcastWapPush">Allows an application to
557        broadcast a notification that a WAP PUSH message has been received.
558        Malicious applications may use this to forge MMS message receipt or to
559        silently replace the content of any web page with malicious variants.</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_setProcessLimit">limit number of running processes</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_setProcessLimit">Allows an application
565        to control the maximum number of processes that will run. Never
566        needed for normal applications.</string>
567
568    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
569    <string name="permlab_setAlwaysFinish">make all background applications close</string>
570    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
571    <string name="permdesc_setAlwaysFinish">Allows an application
572        to control whether activities are always finished as soon as they
573        go to the background. Never needed for normal applications.</string>
574
575    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
576    <string name="permlab_batteryStats">modify battery statistics</string>
577    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
578    <string name="permdesc_batteryStats">Allows the modification of
579        collected battery statistics. Not for use by normal applications.</string>
580
581    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
582    <string name="permlab_backup">control system backup and restore</string>
583    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
584    <string name="permdesc_backup">Allows the application to control the system\'s backup and restore mechanism.  Not for use by normal applications.</string>
585
586    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
587    <string name="permlab_internalSystemWindow">display unauthorized windows</string>
588    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
589    <string name="permdesc_internalSystemWindow">Allows the creation of
590        windows that are intended to be used by the internal system
591        user interface. Not for use by normal applications.</string>
592
593    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
594    <string name="permlab_systemAlertWindow">display system-level alerts</string>
595    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
596    <string name="permdesc_systemAlertWindow">Allows an application to
597        show system alert windows. Malicious applications can take over the
598        entire screen of the phone.</string>
599
600    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
601    <string name="permlab_setAnimationScale">modify global animation speed</string>
602    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
603    <string name="permdesc_setAnimationScale">Allows an application to change
604        the global animation speed (faster or slower animations) at any time.</string>
605
606    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
607    <string name="permlab_manageAppTokens">manage application tokens</string>
608    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
609    <string name="permdesc_manageAppTokens">Allows applications to
610        create and manage their own tokens, bypassing their normal
611        Z-ordering. Should never be needed for normal applications.</string>
612
613    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
614    <string name="permlab_injectEvents">press keys and control buttons</string>
615    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
616    <string name="permdesc_injectEvents">Allows an application to deliver
617        its own input events (key presses, etc.) to other applications. Malicious
618        applications can use this to take over the phone.</string>
619
620    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
621    <string name="permlab_readInputState">record what you type and actions you take</string>
622    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
623    <string name="permdesc_readInputState">Allows applications to watch the
624        keys you press even when interacting with another application (such
625        as entering a password). Should never be needed for normal applications.</string>
626
627    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
628    <string name="permlab_bindInputMethod">bind to an input method</string>
629    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
630    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
631        interface of an input method. Should never be needed for normal applications.</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_bindWallpaper">bind to a wallpaper</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_bindWallpaper">Allows the holder to bind to the top-level
637        interface of a wallpaper. Should never be needed for normal applications.</string>
638
639    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
640    <string name="permlab_bindDeviceAdmin">interact with a device admin</string>
641    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
642    <string name="permdesc_bindDeviceAdmin">Allows the holder to send intents to
643        a device administrator. Should never be needed for normal applications.</string>
644
645    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
646    <string name="permlab_setOrientation">change screen orientation</string>
647    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
648    <string name="permdesc_setOrientation">Allows an application to change
649        the rotation of the screen at any time. Should never be needed for
650        normal applications.</string>
651
652    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
653    <string name="permlab_signalPersistentProcesses">send Linux signals to applications</string>
654    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
655    <string name="permdesc_signalPersistentProcesses">Allows application to request that the
656        supplied signal be sent to all persistent processes.</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_persistentActivity">make application always run</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_persistentActivity">Allows an application to make
662        parts of itself persistent, so the system can\'t use it for other
663        applications.</string>
664
665    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
666    <string name="permlab_deletePackages">delete applications</string>
667    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
668    <string name="permdesc_deletePackages">Allows an application to delete
669        Android packages. Malicious applications can use this to delete important applications.</string>
670
671    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
672    <string name="permlab_clearAppUserData">delete other applications\' data</string>
673    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
674    <string name="permdesc_clearAppUserData">Allows an application to clear user data.</string>
675    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
676    <string name="permlab_deleteCacheFiles">delete other applications\' caches</string>
677    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
678    <string name="permdesc_deleteCacheFiles">Allows an application to delete
679        cache files.</string>
680
681    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
682    <string name="permlab_getPackageSize">measure application storage space</string>
683    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
684    <string name="permdesc_getPackageSize">Allows an application to retrieve
685        its code, data, and cache sizes</string>
686
687    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
688    <string name="permlab_installPackages">directly install applications</string>
689    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
690    <string name="permdesc_installPackages">Allows an application to install new or updated
691        Android packages. Malicious applications can use this to add new applications with arbitrarily
692        powerful permissions.</string>
693
694    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
695    <string name="permlab_clearAppCache">delete all application cache data</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_clearAppCache">Allows an application to free phone storage
698        by deleting files in application cache directory. Access is very
699        restricted usually to system process.</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_movePackage">Move application resources</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_movePackage">Allows an application to move application resources from internal to external media and vice versa.</string>
705
706    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
707    <string name="permlab_readLogs">read system log files</string>
708    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
709    <string name="permdesc_readLogs">Allows an application to read from the
710        system\'s various log files.  This allows it to discover general
711        information about what you are doing with the phone, but they should
712        not contain any personal or private information.</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_diagnostic">read/write to resources owned by diag</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_diagnostic">Allows an application to read and write to
718    any resource owned by the diag group; for example, files in /dev. This could
719    potentially affect system stability and security. This should be ONLY be used
720    for hardware-specific diagnostics by the manufacturer or operator.</string>
721
722    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
723    <string name="permlab_changeComponentState">enable or disable application components</string>
724    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
725    <string name="permdesc_changeComponentState">Allows an application to change whether a
726        component of another application is enabled or not. Malicious applications can use this
727        to disable important phone capabilities. Care must be used with permission, as it is
728        possible to get application components into an unusable, inconsistent, or unstable state.
729    </string>
730
731    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
732    <string name="permlab_setPreferredApplications">set preferred applications</string>
733    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
734    <string name="permdesc_setPreferredApplications">Allows an application to
735        modify your preferred applications. This can allow malicious applications
736        to silently change the applications that are run, spoofing your
737        existing applications to collect private data from you.</string>
738
739    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
740    <string name="permlab_writeSettings">modify global system settings</string>
741    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
742    <string name="permdesc_writeSettings">Allows an application to modify the
743        system\'s settings data. Malicious applications can corrupt your system\'s
744        configuration.</string>
745
746    <string name="permlab_writeSecureSettings">modify secure system settings</string>
747    <string name="permdesc_writeSecureSettings">Allows an application to modify the
748        system\'s secure settings data. Not for use by normal applications.</string>
749
750    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
751    <string name="permlab_writeGservices">modify the Google services map</string>
752    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
753    <string name="permdesc_writeGservices">Allows an application to modify the
754        Google services map.  Not for use by normal applications.</string>
755
756    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
757    <string name="permlab_receiveBootCompleted">automatically start at boot</string>
758    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
759    <string name="permdesc_receiveBootCompleted">Allows an application to
760        have itself started as soon as the system has finished booting.
761        This can make it take longer to start the phone and allow the
762        application to slow down the overall phone by always running.</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_broadcastSticky">send sticky broadcast</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_broadcastSticky">Allows an application to send
768        sticky broadcasts, which remain after the broadcast ends.
769        Malicious applications can make the phone slow or unstable by causing it
770        to use too much memory.</string>
771
772    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
773    <string name="permlab_readContacts">read contact data</string>
774    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
775    <string name="permdesc_readContacts">Allows an application to read all
776        of the contact (address) data stored on your phone. Malicious applications
777        can use this to send your data to other people.</string>
778
779    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
780    <string name="permlab_writeContacts">write contact data</string>
781    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
782    <string name="permdesc_writeContacts">Allows an application to modify the
783        contact (address) data stored on your phone. Malicious
784        applications can use this to erase or modify your contact data.</string>
785
786    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
787    <string name="permlab_writeOwnerData">write owner data</string>
788    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
789    <string name="permdesc_writeOwnerData">Allows an application to modify the
790        phone owner data stored on your phone. Malicious
791        applications can use this to erase or modify owner data.</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_readOwnerData">read owner data</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_readOwnerData">Allows an application read the
797        phone owner data stored on your phone. Malicious
798        applications can use this to read phone owner data.</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_readCalendar">read calendar events</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_readCalendar">Allows an application to read all
804        of the calendar events stored on your phone. Malicious applications
805        can use this to send your calendar events to other people.</string>
806
807    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
808    <string name="permlab_writeCalendar">add or modify calendar events and send email to guests</string>
809    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
810    <string name="permdesc_writeCalendar">Allows an application to add or change the
811        events on your calendar, which may send email to guests. Malicious applications can use this
812        to erase or modify your calendar events or to send email to guests.</string>
813
814    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
815    <string name="permlab_accessMockLocation">mock location sources for testing</string>
816    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
817    <string name="permdesc_accessMockLocation">Create mock location sources for testing.
818        Malicious applications can use this to override the location and/or status returned by real
819        location sources such as GPS or Network providers.</string>
820
821    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
822    <string name="permlab_accessLocationExtraCommands">access extra location provider commands</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_accessLocationExtraCommands">Access extra location provider commands.
825        Malicious applications could use this to interfere with the operation of the GPS
826        or other location sources.</string>
827
828    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
829    <string name="permlab_installLocationProvider">permission to install a location provider</string>
830    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
831    <string name="permdesc_installLocationProvider">Create mock location sources for testing.
832        Malicious applications can use this to override the location and/or status returned by real
833        location sources such as GPS or Network providers or monitor and report your location to an external source.</string>
834
835    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
836    <string name="permlab_accessFineLocation">fine (GPS) location</string>
837    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
838    <string name="permdesc_accessFineLocation">Access fine location sources such as the
839        Global Positioning System on the phone, where available.
840        Malicious applications can use this to determine where you are, and may
841        consume additional battery power.</string>
842
843    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
844    <string name="permlab_accessCoarseLocation">coarse (network-based) location</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_accessCoarseLocation">Access coarse location sources such as the cellular
847        network database to determine an approximate phone location, where available. Malicious
848        applications can use this to determine approximately where you are.</string>
849
850    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
851    <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
852    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
853    <string name="permdesc_accessSurfaceFlinger">Allows application to use
854        SurfaceFlinger low-level features.</string>
855
856    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
857    <string name="permlab_readFrameBuffer">read frame buffer</string>
858    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
859    <string name="permdesc_readFrameBuffer">Allows application to
860        read the content of the frame buffer.</string>
861
862    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
863    <string name="permlab_modifyAudioSettings">change your audio settings</string>
864    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
865    <string name="permdesc_modifyAudioSettings">Allows application to modify
866        global audio settings such as volume and routing.</string>
867
868    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
869    <string name="permlab_recordAudio">record audio</string>
870    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
871    <string name="permdesc_recordAudio">Allows application to access
872        the audio record path.</string>
873
874    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
875    <string name="permlab_camera">take pictures and videos</string>
876    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
877    <string name="permdesc_camera">Allows application to take pictures and videos
878        with the camera. This allows the application at any time to collect
879        images the camera is seeing.</string>
880
881    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
882    <string name="permlab_brick">permanently disable phone</string>
883    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
884    <string name="permdesc_brick">Allows the application to
885        disable the entire phone permanently. This is very dangerous.</string>
886
887    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
888    <string name="permlab_reboot">force phone reboot</string>
889    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
890    <string name="permdesc_reboot">Allows the application to
891        force the phone to reboot.</string>
892
893    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
894    <string name="permlab_mount_unmount_filesystems">mount and unmount filesystems</string>
895    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
896    <string name="permdesc_mount_unmount_filesystems">Allows the application to mount and
897        unmount filesystems for removable storage.</string>
898
899    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
900    <string name="permlab_mount_format_filesystems">format external storage</string>
901    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
902    <string name="permdesc_mount_format_filesystems">Allows the application to format removable storage.</string>
903
904    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
905    <string name="permlab_asec_access">get information on secure storage</string>
906    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
907    <string name="permdesc_asec_access">Allows the application to get information on secure storage.</string>
908
909    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
910    <string name="permlab_asec_create">create secure storage</string>
911    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
912    <string name="permdesc_asec_create">Allows the application to create secure storage.</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_asec_destroy">destroy secure storage</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_asec_destroy">Allows the application to destroy secure storage.</string>
918
919    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
920    <string name="permlab_asec_mount_unmount">mount / unmount secure storage</string>
921    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
922    <string name="permdesc_asec_mount_unmount">Allows the application to mount / unmount secure storage.</string>
923
924    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
925    <string name="permlab_asec_rename">rename secure storage</string>
926    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
927    <string name="permdesc_asec_rename">Allows the application to rename secure storage.</string>
928
929    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
930    <string name="permlab_vibrate">control vibrator</string>
931    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
932    <string name="permdesc_vibrate">Allows the application to control
933        the vibrator.</string>
934
935    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
936    <string name="permlab_flashlight">control flashlight</string>
937    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
938    <string name="permdesc_flashlight">Allows the application to control
939        the flashlight.</string>
940
941    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
942    <string name="permlab_accessUsb">access USB devices</string>
943    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
944    <string name="permdesc_accessUsb">Allows the application to access USB devices.</string>
945
946    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
947    <string name="permlab_hardware_test">test hardware</string>
948    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
949    <string name="permdesc_hardware_test">Allows the application to control
950        various peripherals for the purpose of hardware testing.</string>
951
952    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
953    <string name="permlab_callPhone">directly call phone numbers</string>
954    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
955    <string name="permdesc_callPhone">Allows the application to call
956        phone numbers without your intervention. Malicious applications may
957        cause unexpected calls on your phone bill. Note that this does not
958        allow the application to call emergency numbers.</string>
959
960    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
961    <string name="permlab_callPrivileged">directly call any phone numbers</string>
962    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
963    <string name="permdesc_callPrivileged">Allows the application to call
964        any phone number, including emergency numbers, without your intervention.
965        Malicious applications may place unnecessary and illegal calls to emergency
966        services.</string>
967
968    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
969    <string name="permlab_performCdmaProvisioning">directly start CDMA phone setup</string>
970    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
971    <string name="permdesc_performCdmaProvisioning">Allows the application to start CDMA provisioning.
972        Malicious applications may unnecessarily start CDMA provisioning</string>
973
974    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
975    <string name="permlab_locationUpdates">control location update notifications</string>
976    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
977    <string name="permdesc_locationUpdates">Allows enabling/disabling location
978        update notifications from the radio.  Not for use by normal applications.</string>
979
980    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
981    <string name="permlab_checkinProperties">access checkin properties</string>
982    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
983    <string name="permdesc_checkinProperties">Allows read/write access to
984        properties uploaded by the checkin service.  Not for use by normal
985        applications.</string>
986
987    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
988    <string name="permlab_bindGadget">choose widgets</string>
989    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
990    <string name="permdesc_bindGadget">Allows the application to tell the system
991        which widgets can be used by which application.  With this permission,
992        applications can give access to personal data to other applications.
993        Not for use by normal applications.</string>
994
995    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
996    <string name="permlab_modifyPhoneState">modify phone state</string>
997    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
998    <string name="permdesc_modifyPhoneState">Allows the application to control the
999        phone features of the device. An application with this permission can switch
1000        networks, turn the phone radio on and off and the like without ever notifying
1001        you.</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_readPhoneState">read phone state and identity</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_readPhoneState">Allows the application to access the phone
1007        features of the device.  An application with this permission can determine the phone
1008        number and serial number of this phone, whether a call is active, the number that call
1009        is connected to and the like.</string>
1010
1011    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1012    <string name="permlab_wakeLock">prevent phone from sleeping</string>
1013    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1014    <string name="permdesc_wakeLock">Allows an application to prevent
1015        the phone from going to sleep.</string>
1016
1017    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1018    <string name="permlab_devicePower">power phone on or off</string>
1019    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1020    <string name="permdesc_devicePower">Allows the application to turn the
1021        phone on or off.</string>
1022
1023    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1024    <string name="permlab_factoryTest">run in factory test mode</string>
1025    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1026    <string name="permdesc_factoryTest">Run as a low-level manufacturer test,
1027        allowing complete access to the phone hardware. Only available
1028        when a phone is running in manufacturer test mode.</string>
1029
1030    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1031    <string name="permlab_setWallpaper">set wallpaper</string>
1032    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1033    <string name="permdesc_setWallpaper">Allows the application
1034        to set the system wallpaper.</string>
1035
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_setWallpaperHints">set wallpaper size hints</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_setWallpaperHints">Allows the application
1040        to set the system wallpaper size hints.</string>
1041
1042    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1043    <string name="permlab_masterClear">reset system to factory defaults</string>
1044    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045    <string name="permdesc_masterClear">Allows an application to completely
1046        reset the system to its factory settings, erasing all data,
1047        configuration, and installed applications.</string>
1048
1049    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1050    <string name="permlab_setTime">set time</string>
1051    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1052    <string name="permdesc_setTime">Allows an application to change
1053        the phone\'s clock time.</string>
1054
1055    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1056    <string name="permlab_setTimeZone">set time zone</string>
1057    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1058    <string name="permdesc_setTimeZone">Allows an application to change
1059        the phone\'s time zone.</string>
1060
1061    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1062    <string name="permlab_accountManagerService">act as the AccountManagerService</string>
1063    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1064    <string name="permdesc_accountManagerService">Allows an
1065    application to make calls to AccountAuthenticators</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_getAccounts">discover known accounts</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_getAccounts">Allows an application to get
1071      the list of accounts known by the phone.</string>
1072
1073    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1074    <string name="permlab_authenticateAccounts">act as an account authenticator</string>
1075    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1076    <string name="permdesc_authenticateAccounts">Allows an application
1077    to use the account authenticator capabilities of the
1078    AccountManager, including creating accounts and getting and
1079    setting their passwords.</string>
1080
1081    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1082    <string name="permlab_manageAccounts">manage the accounts list</string>
1083    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1084    <string name="permdesc_manageAccounts">Allows an application to
1085    perform operations like adding, and removing accounts and deleting
1086    their password.</string>
1087
1088    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1089    <string name="permlab_useCredentials">use the authentication
1090    credentials of an account</string>
1091    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1092    <string name="permdesc_useCredentials">Allows an application to
1093    request authentication tokens.</string>
1094
1095    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1096    <string name="permlab_accessNetworkState">view network state</string>
1097    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1098    <string name="permdesc_accessNetworkState">Allows an application to view
1099      the state of all networks.</string>
1100
1101    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1102    <string name="permlab_createNetworkSockets">full Internet access</string>
1103    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1104    <string name="permdesc_createNetworkSockets">Allows an application to
1105      create network sockets.</string>
1106
1107    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1108    <string name="permlab_writeApnSettings">write Access Point Name settings</string>
1109    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1110    <string name="permdesc_writeApnSettings">Allows an application to modify the APN
1111        settings, such as Proxy and Port of any APN.</string>
1112
1113    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1114    <string name="permlab_changeNetworkState">change network connectivity</string>
1115    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1116    <string name="permdesc_changeNetworkState">Allows an application to change
1117      the state of network connectivity.</string>
1118
1119    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1120    <string name="permlab_changeTetherState">Change tethered connectivity</string>
1121    <!-- Description of an application permission, listed so the user can choose whether they want to allow the applicaiton to do this. -->
1122    <string name="permdesc_changeTetherState">Allows an application to change
1123      the state of tethered network connectivity.</string>
1124
1125    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1126    <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
1127    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1128    <string name="permdesc_changeBackgroundDataSetting">Allows an application to change
1129      the background data usage setting.</string>
1130
1131    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1132    <string name="permlab_accessWifiState">view Wi-Fi state</string>
1133    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1134    <string name="permdesc_accessWifiState">Allows an application to view
1135      the information about the state of Wi-Fi.</string>
1136
1137    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1138    <string name="permlab_changeWifiState">change Wi-Fi state</string>
1139    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1140    <string name="permdesc_changeWifiState">Allows an application to connect
1141      to and disconnect from Wi-Fi access points, and to make changes to
1142      configured Wi-Fi networks.</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_changeWifiMulticastState">allow Wi-Fi Multicast
1146      reception</string>
1147    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1148    <string name="permdesc_changeWifiMulticastState">Allows an application to
1149      receive packets not directly addressed to your device.  This can be
1150      useful when discovering services offered near by.  It uses more power
1151      than the non-multicast mode.</string>
1152
1153    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1154    <string name="permlab_bluetoothAdmin">bluetooth administration</string>
1155    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1156    <string name="permdesc_bluetoothAdmin">Allows an application to configure
1157      the local Bluetooth phone, and to discover and pair with remote
1158      devices.</string>
1159
1160    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1161    <string name="permlab_bluetooth">create Bluetooth connections</string>
1162    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1163    <string name="permdesc_bluetooth">Allows an application to view
1164      configuration of the local Bluetooth phone, and to make and accept
1165      connections with paired devices.</string>
1166
1167    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1168    <string name="permlab_disableKeyguard">disable keylock</string>
1169    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1170    <string name="permdesc_disableKeyguard">Allows an application to disable
1171      the keylock and any associated password security. A legitimate example of
1172      this is the phone disabling the keylock when receiving an incoming phone call,
1173      then re-enabling the keylock when the call is finished.</string>
1174
1175    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1176    <string name="permlab_readSyncSettings">read sync settings</string>
1177    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1178    <string name="permdesc_readSyncSettings">Allows an application to read the sync settings,
1179        such as whether sync is enabled for Contacts.</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_writeSyncSettings">write sync settings</string>
1183    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1184    <string name="permdesc_writeSyncSettings">Allows an application to modify the sync
1185        settings, such as whether sync is enabled for Contacts.</string>
1186
1187    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1188    <string name="permlab_readSyncStats">read sync statistics</string>
1189    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1190    <string name="permdesc_readSyncStats">Allows an application to read the sync stats; e.g., the
1191        history of syncs that have occurred.</string>
1192
1193    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1194    <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1195    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1196    <string name="permdesc_subscribedFeedsRead">Allows an application to get details about the currently synced feeds.</string>
1197
1198    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1199    <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1200    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1201    <string name="permdesc_subscribedFeedsWrite">Allows an application to modify
1202      your currently synced feeds. This could allow a malicious application to
1203      change your synced feeds.</string>
1204
1205    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1206    <string name="permlab_readDictionary">read user defined dictionary</string>
1207    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1208    <string name="permdesc_readDictionary">Allows an application to read any private
1209      words, names and phrases that the user may have stored in the user dictionary.</string>
1210
1211    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1212    <string name="permlab_writeDictionary">write to user defined dictionary</string>
1213    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1214    <string name="permdesc_writeDictionary">Allows an application to write new words into the
1215      user dictionary.</string>
1216
1217    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1218    <string name="permlab_sdcardWrite">modify/delete SD card contents</string>
1219    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1220    <string name="permdesc_sdcardWrite">Allows an application to write to the SD card.</string>
1221
1222    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1223    <string name="permlab_cache_filesystem">access the cache filesystem</string>
1224    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1225    <string name="permdesc_cache_filesystem">Allows an application to read and write the cache filesystem.</string>
1226
1227    <!-- Policy administration -->
1228
1229    <!-- Title of policy access to limiting the user's password choices -->
1230    <string name="policylab_limitPassword">Limit password</string>
1231    <!-- Description of policy access to limiting the user's password choices -->
1232    <string name="policydesc_limitPassword">Restrict the types of passwords you
1233        are allowed to use.</string>
1234    <!-- Title of policy access to watch user login attempts -->
1235    <string name="policylab_watchLogin">Watch login attempts</string>
1236    <!-- Description of policy access to watch user login attempts -->
1237    <string name="policydesc_watchLogin">Monitor failed attempts to login to
1238        the device, to perform some action.</string>
1239    <!-- Title of policy access to reset user's password -->
1240    <string name="policylab_resetPassword">Reset password</string>
1241    <!-- Description of policy access to reset user's password -->
1242    <string name="policydesc_resetPassword">Force your password
1243        to a new value, requiring the administrator give it to you
1244        before you can log in.</string>
1245    <!-- Title of policy access to force lock the device -->
1246    <string name="policylab_forceLock">Force lock</string>
1247    <!-- Description of policy access to limiting the user's password choices -->
1248    <string name="policydesc_forceLock">Control when device locks,
1249        requiring you re-enter its password.</string>
1250    <!-- Title of policy access to wipe the user's data -->
1251    <string name="policylab_wipeData">Erase all data</string>
1252    <!-- Description of policy access to wipe the user's data -->
1253    <string name="policydesc_wipeData">Perform a factory reset, deleting
1254        all of your data without any confirmation.</string>
1255    <string name="policylab_setGlobalProxy">Set the device global proxy</string>
1256    <!-- Description of policy access to wipe the user's data -->
1257    <string name="policydesc_setGlobalProxy">Set the device global proxy
1258        to be used while policy is enabled. Only the first device admin
1259        sets the effective global proxy.</string>
1260
1261    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1262    <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1263    <string-array name="phoneTypes">
1264        <item>Home</item>
1265        <item>Mobile</item>
1266        <item>Work</item>
1267        <item>Work Fax</item>
1268        <item>Home Fax</item>
1269        <item>Pager</item>
1270        <item>Other</item>
1271        <item>Custom</item>
1272    </string-array>
1273
1274    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1275    <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1276    <string-array name="emailAddressTypes">
1277        <item>Home</item>
1278        <item>Work</item>
1279        <item>Other</item>
1280        <item>Custom</item>
1281    </string-array>
1282
1283    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1284    <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1285    <string-array name="postalAddressTypes">
1286        <item>Home</item>
1287        <item>Work</item>
1288        <item>Other</item>
1289        <item>Custom</item>
1290    </string-array>
1291
1292    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1293    <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1294    <string-array name="imAddressTypes">
1295        <item>Home</item>
1296        <item>Work</item>
1297        <item>Other</item>
1298        <item>Custom</item>
1299    </string-array>
1300
1301    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1302    <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1303    <string-array name="organizationTypes">
1304        <item>Work</item>
1305        <item>Other</item>
1306        <item>Custom</item>
1307    </string-array>
1308
1309    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1310    <!-- Instant Message protocols/providers from android.provider.Contacts -->
1311    <string-array name="imProtocols">
1312        <item>AIM</item>
1313        <item>Windows Live</item>
1314        <item>Yahoo</item>
1315        <item>Skype</item>
1316        <item>QQ</item>
1317        <item>Google Talk</item>
1318        <item>ICQ</item>
1319        <item>Jabber</item>
1320    </string-array>
1321
1322    <!-- Custom phone number type -->
1323    <string name="phoneTypeCustom">Custom</string>
1324    <!-- Home phone number type -->
1325    <string name="phoneTypeHome">Home</string>
1326    <!-- Mobile phone number type -->
1327    <string name="phoneTypeMobile">Mobile</string>
1328    <!-- Work phone number type -->
1329    <string name="phoneTypeWork">Work</string>
1330    <!-- Work fax phone number type -->
1331    <string name="phoneTypeFaxWork">Work Fax</string>
1332    <!-- Home fax phone number type -->
1333    <string name="phoneTypeFaxHome">Home Fax</string>
1334    <!-- Pager phone number type -->
1335    <string name="phoneTypePager">Pager</string>
1336    <!-- Other phone number type -->
1337    <string name="phoneTypeOther">Other</string>
1338    <!-- Callback phone number type -->
1339    <string name="phoneTypeCallback">Callback</string>
1340    <!-- Car phone number type -->
1341    <string name="phoneTypeCar">Car</string>
1342    <!-- Company main phone number type -->
1343    <string name="phoneTypeCompanyMain">Company Main</string>
1344    <!-- ISDN phone number type -->
1345    <string name="phoneTypeIsdn">ISDN</string>
1346    <!-- Main phone number type -->
1347    <string name="phoneTypeMain">Main</string>
1348    <!-- Other fax phone number type -->
1349    <string name="phoneTypeOtherFax">Other Fax</string>
1350    <!-- Radio phone number type -->
1351    <string name="phoneTypeRadio">Radio</string>
1352    <!-- Telex phone number type -->
1353    <string name="phoneTypeTelex">Telex</string>
1354    <!-- TTY TDD phone number type -->
1355    <string name="phoneTypeTtyTdd">TTY TDD</string>
1356    <!-- Work mobile phone number type -->
1357    <string name="phoneTypeWorkMobile">Work Mobile</string>
1358    <!-- Work pager phone number type -->
1359    <string name="phoneTypeWorkPager">Work Pager</string>
1360    <!-- Assistant phone number type -->
1361    <string name="phoneTypeAssistant">Assistant</string>
1362    <!-- MMS phone number type -->
1363    <string name="phoneTypeMms">MMS</string>
1364
1365    <!-- Label for a birthday event -->
1366    <string name="eventTypeBirthday">Birthday</string>
1367    <!-- Label for an anniversary event -->
1368    <string name="eventTypeAnniversary">Anniversary</string>
1369    <!-- Label for other events -->
1370    <string name="eventTypeOther">Event</string>
1371
1372    <!-- Custom email type -->
1373    <string name="emailTypeCustom">Custom</string>
1374    <!-- Home email type -->
1375    <string name="emailTypeHome">Home</string>
1376    <!-- Work email type -->
1377    <string name="emailTypeWork">Work</string>
1378    <!-- Other email type -->
1379    <string name="emailTypeOther">Other</string>
1380    <!-- Mobile email type -->
1381    <string name="emailTypeMobile">Mobile</string>
1382
1383    <!-- Custom postal address type -->
1384    <string name="postalTypeCustom">Custom</string>
1385    <!-- Home postal address type -->
1386    <string name="postalTypeHome">Home</string>
1387    <!-- Work postal address type -->
1388    <string name="postalTypeWork">Work</string>
1389    <!-- Other postal address type -->
1390    <string name="postalTypeOther">Other</string>
1391
1392    <!-- Custom IM address type -->
1393    <string name="imTypeCustom">Custom</string>
1394    <!-- Home IM address type -->
1395    <string name="imTypeHome">Home</string>
1396    <!-- Work IM address type -->
1397    <string name="imTypeWork">Work</string>
1398    <!-- Other IM address type -->
1399    <string name="imTypeOther">Other</string>
1400
1401    <!-- Custom IM address type -->
1402    <string name="imProtocolCustom">Custom</string>
1403    <!-- AIM IM protocol type -->
1404    <string name="imProtocolAim">AIM</string>
1405    <!-- MSN IM protocol type -->
1406    <string name="imProtocolMsn">Windows Live</string>
1407    <!-- Yahoo IM protocol type -->
1408    <string name="imProtocolYahoo">Yahoo</string>
1409    <!-- Skype IM protocol type -->
1410    <string name="imProtocolSkype">Skype</string>
1411    <!-- QQ IM protocol type -->
1412    <string name="imProtocolQq">QQ</string>
1413    <!-- Google Talk IM protocol type -->
1414    <string name="imProtocolGoogleTalk">Google Talk</string>
1415    <!-- ICQ IM protocol type -->
1416    <string name="imProtocolIcq">ICQ</string>
1417    <!-- Jabber IM protocol type -->
1418    <string name="imProtocolJabber">Jabber</string>
1419    <!-- NetMeeting IM protocol type -->
1420    <string name="imProtocolNetMeeting">NetMeeting</string>
1421
1422    <!-- Work organization type -->
1423    <string name="orgTypeWork">Work</string>
1424    <!-- Other organization type -->
1425    <string name="orgTypeOther">Other</string>
1426    <!-- Custom organization type -->
1427    <string name="orgTypeCustom">Custom</string>
1428
1429    <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
1430         Displayed in one line in a large font.  -->
1431    <string name="keyguard_password_enter_pin_code">Enter PIN code</string>
1432
1433    <!-- Instructions telling the user to enter their text password to unlock the keyguard.
1434         Displayed in one line in a large font.  -->
1435    <string name="keyguard_password_enter_password_code">Enter password to unlock</string>
1436
1437    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
1438         Displayed in one line in a large font.  -->
1439    <string name="keyguard_password_enter_pin_password_code">Enter PIN to unlock</string>
1440
1441    <!-- Instructions telling the user that they entered the wrong pin while trying
1442         to unlock the keyguard.  Displayed in one line in a large font.  -->
1443    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code!</string>
1444
1445    <!-- Instructions telling the user how to unlock the phone. -->
1446    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1447
1448    <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1449    <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1450
1451    <!--
1452       *** touch based lock / unlock ***
1453                                          --> <skip />
1454
1455    <!-- 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.-->
1456    <string name="lockscreen_carrier_default">(No service)</string>
1457
1458    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1459    <string name="lockscreen_screen_locked">Screen locked.</string>
1460
1461    <!-- when pattern lock is enabled, tell them about the emergency dial -->
1462    <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1463
1464    <!-- 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. -->
1465    <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1466
1467    <!-- 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. -->
1468    <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1469    <!-- Button at the bottom of the unlock screen to make an emergency call. -->
1470    <string name="lockscreen_emergency_call">Emergency call</string>
1471    <!-- Button at the bottom of the unlock screen that lets the user return to a call -->
1472    <string name="lockscreen_return_to_call">Return to call</string>
1473    <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1474    <string name="lockscreen_pattern_correct">Correct!</string>
1475    <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1476    <string name="lockscreen_pattern_wrong">Sorry, try again</string>
1477    <!-- On the unlock password screen, shown when the user enters the wrong lock password and must try again. -->
1478    <string name="lockscreen_password_wrong">Sorry, try again</string>
1479
1480    <!-- When the lock screen is showing and the phone plugged in, and the battery
1481         is not fully charged, show the current charge %.  -->
1482    <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
1483    <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
1484         charged, say that it is charged. -->
1485    <string name="lockscreen_charged">Charged.</string>
1486    <!-- A short representation of charging information, e.g "34%" -->
1487    <string name="lockscreen_battery_short"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
1488
1489    <!-- When the lock screen is showing and the battery is low, warn user to plug
1490         in the phone soon. -->
1491    <string name="lockscreen_low_battery">Connect your charger.</string>
1492
1493    <!-- Shown in the lock screen when there is no SIM card. -->
1494    <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
1495    <!-- Shown in the lock screen when there is no SIM card. -->
1496    <string name="lockscreen_missing_sim_message">No SIM card in phone.</string>
1497    <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1498    <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string>
1499
1500    <!-- Shown in the lock screen when there is emergency calls only mode. -->
1501    <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
1502
1503    <!-- When the user inserts a sim card from an unsupported network, it becomes network
1504         locked -->
1505    <string name="lockscreen_network_locked_message">Network locked</string>
1506
1507
1508    <!-- When the user enters a wrong sim pin too many times, it becomes
1509         PUK locked (Pin Unlock Kode) -->
1510    <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1511    <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1512    <string name="lockscreen_sim_puk_locked_instructions">Please see the User Guide or contact Customer Care.</string>
1513
1514    <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1515    <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1516
1517    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1518         whether it is valid, and to unlock the sim if it is valid.  we display a
1519         progress dialog in the meantime.  this is the emssage. -->
1520    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1521
1522    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1523         drawing the unlock pattern -->
1524    <string name="lockscreen_too_many_failed_attempts_dialog_message">
1525        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1526        \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1527    </string>
1528
1529    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1530         entering the password -->
1531    <string name="lockscreen_too_many_failed_password_attempts_dialog_message">
1532        You have incorrectly entered your password <xliff:g id="number">%d</xliff:g> times.
1533        \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1534    </string>
1535
1536    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1537         entering the PIN -->
1538    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">
1539        You have incorrectly entered your PIN <xliff:g id="number">%d</xliff:g> times.
1540        \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1541    </string>
1542
1543    <!-- For the unlock screen, Information message shown in dialog when user is almost at the limit
1544         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1545    <string name="lockscreen_failed_attempts_almost_glogin">
1546        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1547       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1548       you will be asked to unlock your phone using your Google sign-in.\n\n
1549       Please try again in <xliff:g id="number">%d</xliff:g> seconds.
1550    </string>
1551
1552    <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
1553         failed attempts -->
1554    <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1555
1556    <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
1557         their lock gesture -->
1558    <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
1559
1560    <!-- Title of the unlock screen that uses your Google login and password when the user hit
1561         the 'forgot pattern' button.-->
1562    <string name="lockscreen_glogin_forgot_pattern">Account unlock</string>
1563    <!-- Title of the unlock screen that uses your Google login and password when the user attempted
1564         too many patterns and we are forcing them to use their account instead. -->
1565    <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts!</string>
1566    <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
1567    <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account</string>
1568    <!-- Hint caption for the username field when unlocking the phone using login and password -->
1569    <string name="lockscreen_glogin_username_hint">Username (email)</string>
1570    <!-- Hint caption for the password field when unlocking the phone using login and password -->
1571    <string name="lockscreen_glogin_password_hint">Password</string>
1572    <!-- Button to try to unlock the phone using username and password -->
1573    <string name="lockscreen_glogin_submit_button">Sign in</string>
1574    <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
1575    <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
1576
1577    <!-- Displayed in a progress dialog while a username and password are being checked. -->
1578    <string name="lockscreen_glogin_checking_password">Checking...</string>
1579    <!-- Displayed on lock screen's left tab - unlock -->
1580    <string name="lockscreen_unlock_label">Unlock</string>
1581    <!-- Displayed on lock screen's right tab - turn sound on -->
1582    <string name="lockscreen_sound_on_label">Sound on</string>
1583    <!-- Displayed on lock screen's right tab - turn sound off -->
1584    <string name="lockscreen_sound_off_label">Sound off</string>
1585
1586    <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
1587    <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
1588    <string name="password_keyboard_label_symbol_key">\?123</string>
1589    <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! -->
1590    <string name="password_keyboard_label_alpha_key">ABC</string>
1591    <!-- Label for ALT modifier key.  Must be short to fit on key! -->
1592    <string name="password_keyboard_label_alt_key">ALT</string>
1593
1594    <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
1595    <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
1596
1597    <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
1598    <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
1599
1600    <!-- Title of the alert when something went wrong in the factory test. -->
1601    <string name="factorytest_failed">Factory test failed</string>
1602    <!-- Error message displayed when a non-system application tries to start a factory test. -->
1603    <string name="factorytest_not_system">The FACTORY_TEST action
1604        is only supported for packages installed in /system/app.</string>
1605    <!-- Error message displayed when the factory test could not be started. -->
1606    <string name="factorytest_no_action">No package was found that provides the
1607        FACTORY_TEST action.</string>
1608    <!-- Button to restart the device after the factory test. -->
1609    <string name="factorytest_reboot">Reboot</string>
1610
1611    <!-- Do not translate.  WebView User Agent string -->
1612    <string name="web_user_agent" translatable="false">Mozilla/5.0 (Linux; U; <xliff:g id="x">Android %s</xliff:g>)
1613        AppleWebKit/534.6 (KHTML, like Gecko) Version/4.0 <xliff:g id="mobile">%s</xliff:g>Safari/534.6</string>
1614    <!-- Do not translate.  WebView User Agent targeted content -->
1615    <string name="web_user_agent_target_content" translatable="false">"Mobile "</string>
1616
1617    <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
1618    <string name="js_dialog_title">The page at \'<xliff:g id="title">%s</xliff:g>\' says:</string>
1619    <!-- Default title for a javascript dialog -->
1620    <string name="js_dialog_title_default">JavaScript</string>
1621    <!-- Message in a javascript dialog asking if the user wishes to leave the
1622             current page -->
1623    <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>
1624
1625    <!-- 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. -->
1626    <string name="save_password_label">Confirm</string>
1627
1628    <!-- Toast for double-tap -->
1629    <string name="double_tap_toast">Tip: double-tap to zoom in and out.</string>
1630
1631    <!-- Title of an application permission, listed so the user can choose whether
1632        they want to allow the application to do this. -->
1633    <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
1634    <!-- Description of an application permission, listed so the user can choose whether
1635        they want to allow the application to do this. -->
1636    <string name="permdesc_readHistoryBookmarks">Allows the application to read all
1637        the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
1638    <!-- Title of an application permission, listed so the user can choose whether
1639        they want to allow the application to do this. -->
1640    <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
1641    <!-- Description of an application permission, listed so the user can choose whether
1642        they want to allow the application to do this. -->
1643    <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the
1644        Browser\'s history or bookmarks stored on your phone. Malicious applications
1645        can use this to erase or modify your Browser\'s data.</string>
1646
1647    <!-- Title of an application permission, listed so the user can choose whether
1648        they want to allow the application to do this. -->
1649    <string name="permlab_writeGeolocationPermissions">Modify Browser geolocation permissions</string>
1650    <!-- Description of an application permission, listed so the user can choose whether
1651        they want to allow the application to do this. -->
1652    <string name="permdesc_writeGeolocationPermissions">Allows an application to modify the
1653        Browser\'s geolocation permissions. Malicious applications
1654        can use this to allow sending location information to arbitrary web sites.</string>
1655
1656    <!-- 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. -->
1657    <string name="save_password_message">Do you want the browser to remember this password?</string>
1658    <!-- 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. -->
1659    <string name="save_password_notnow">Not now</string>
1660    <!-- 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. -->
1661    <string name="save_password_remember">Remember</string>
1662    <!-- 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 -->
1663    <string name="save_password_never">Never</string>
1664
1665    <!-- Displayed to the user when they do not have permission to open a particular web page. -->
1666    <string name="open_permission_deny">You do not have permission to open this page.</string>
1667
1668    <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
1669    <string name="text_copied">Text copied to clipboard.</string>
1670
1671    <!-- 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.-->
1672    <string name="more_item_label">More</string>
1673    <!-- 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" -->
1674    <string name="prepend_shortcut_label">Menu+</string>
1675    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
1676    <string name="menu_space_shortcut_label">space</string>
1677    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
1678    <string name="menu_enter_shortcut_label">enter</string>
1679    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
1680    <string name="menu_delete_shortcut_label">delete</string>
1681
1682    <!-- Strings used for search bar --><skip />
1683
1684    <!-- This is the default button label in the system-wide search UI.
1685         It is also used by the home screen's search "widget". It should be short -->
1686    <string name="search_go">Search</string>
1687
1688    <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
1689    <string name="oneMonthDurationPast">1 month ago</string>
1690    <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
1691    <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
1692
1693    <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
1694    <plurals name="num_seconds_ago">
1695        <item quantity="one">1 second ago</item>
1696        <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
1697    </plurals>
1698
1699    <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
1700    <plurals name="num_minutes_ago">
1701        <item quantity="one">1 minute ago</item>
1702        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
1703    </plurals>
1704
1705    <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
1706    <plurals name="num_hours_ago">
1707        <item quantity="one">1 hour ago</item>
1708        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1709    </plurals>
1710
1711    <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
1712    <plurals name="last_num_days">
1713        <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
1714    </plurals>
1715
1716    <!-- This is used to express that something has occurred within the last month -->
1717    <string name="last_month">Last month</string>
1718
1719    <!-- This is used to express that something happened longer ago than the previous options -->
1720    <string name="older">Older</string>
1721
1722    <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
1723    <plurals name="num_days_ago">
1724        <item quantity="one">yesterday</item>
1725        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1726    </plurals>
1727
1728    <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
1729    <plurals name="in_num_seconds">
1730        <item quantity="one">in 1 second</item>
1731        <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
1732    </plurals>
1733
1734    <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
1735    <plurals name="in_num_minutes">
1736        <item quantity="one">in 1 minute</item>
1737        <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
1738    </plurals>
1739
1740    <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
1741    <plurals name="in_num_hours">
1742        <item quantity="one">in 1 hour</item>
1743        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1744    </plurals>
1745
1746    <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
1747    <plurals name="in_num_days">
1748        <item quantity="one">tomorrow</item>
1749        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1750    </plurals>
1751
1752    <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
1753    <plurals name="abbrev_num_seconds_ago">
1754        <item quantity="one">1 sec ago</item>
1755        <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
1756    </plurals>
1757
1758    <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
1759    <plurals name="abbrev_num_minutes_ago">
1760        <item quantity="one">1 min ago</item>
1761        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
1762    </plurals>
1763
1764    <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
1765    <plurals name="abbrev_num_hours_ago">
1766        <item quantity="one">1 hour ago</item>
1767        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1768    </plurals>
1769
1770    <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
1771    <plurals name="abbrev_num_days_ago">
1772        <item quantity="one">yesterday</item>
1773        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1774    </plurals>
1775
1776    <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
1777    <plurals name="abbrev_in_num_seconds">
1778        <item quantity="one">in 1 sec</item>
1779        <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
1780    </plurals>
1781
1782    <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
1783    <plurals name="abbrev_in_num_minutes">
1784        <item quantity="one">in 1 min</item>
1785        <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
1786    </plurals>
1787
1788    <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
1789    <plurals name="abbrev_in_num_hours">
1790        <item quantity="one">in 1 hour</item>
1791        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1792    </plurals>
1793
1794    <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
1795    <plurals name="abbrev_in_num_days">
1796        <item quantity="one">tomorrow</item>
1797        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1798    </plurals>
1799
1800    <!-- String used to display the date. Preposition for date display ("on May 29") -->
1801    <string name="preposition_for_date">on <xliff:g id="date" example="May 29">%s</xliff:g></string>
1802    <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
1803    <string name="preposition_for_time">at <xliff:g id="time" example="2:33 am">%s</xliff:g></string>
1804    <!-- String used to display the date. Preposition for year display ("in 2008") -->
1805    <string name="preposition_for_year">in <xliff:g id="year" example="2003">%s</xliff:g></string>
1806
1807    <!-- Appened to express the value is this unit of time: singular day -->
1808    <string name="day">day</string>
1809    <!-- Appened to express the value is this unit of time: plural days -->
1810    <string name="days">days</string>
1811    <!-- Appened to express the value is this unit of time: singular hour -->
1812    <string name="hour">hour</string>
1813    <!-- Appened to express the value is this unit of time: plural hours -->
1814    <string name="hours">hours</string>
1815    <!-- Appened to express the value is this unit of time: singular minute -->
1816    <string name="minute">min</string>
1817    <!-- Appened to express the value is this unit of time: plural minutes -->
1818    <string name="minutes">mins</string>
1819    <!-- Appened to express the value is this unit of time. -->
1820    <string name="second">sec</string>
1821    <!-- Appened to express the value is this unit of time. -->
1822    <string name="seconds">secs</string>
1823    <!-- Appened to express the value is this unit of time. -->
1824    <string name="week">week</string>
1825    <!-- Appened to express the value is this unit of time. -->
1826    <string name="weeks">weeks</string>
1827    <!-- Appened to express the value is this unit of time. -->
1828    <string name="year">year</string>
1829    <!-- Appened to express the value is this unit of time. -->
1830    <string name="years">years</string>
1831
1832
1833    <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
1834    <string name="VideoView_error_title">Cannot play video</string>
1835    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
1836    <string name="VideoView_error_text_invalid_progressive_playback">Sorry, this video is not valid for streaming to this device.</string>
1837    <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
1838    <string name="VideoView_error_text_unknown">Sorry, this video cannot be played.</string>
1839    <!-- Button to close error alert when a video cannot be played -->
1840    <string name="VideoView_error_button">OK</string>
1841
1842
1843
1844
1845    <!-- Format indicating a relative expression and time.
1846         Example: "4 hours ago, 11:00 am" -->
1847    <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>
1848
1849
1850    <!-- Quoted name for 12pm, lowercase -->
1851    <string name="noon">"noon"</string>
1852    <!-- Quoted name for 12pm, uppercase first letter -->
1853    <string name="Noon">"Noon"</string>
1854    <!-- Quoted name for 12am, lowercase -->
1855    <string name="midnight">"midnight"</string>
1856    <!-- Quoted name for 12am, uppercase first letter -->
1857    <string name="Midnight">"Midnight"</string>
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869    <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
1870    <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>
1871
1872    <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
1873    <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>
1874
1875    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
1876    <string name="selectAll">Select all</string>
1877
1878    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
1879    <string name="cut">Cut</string>
1880
1881    <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
1882    <string name="copy">Copy</string>
1883
1884    <!-- Item on EditText context menu. This action is used t o paste from the clipboard into the eidt field -->
1885    <string name="paste">Paste</string>
1886
1887    <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
1888    <string name="copyUrl">Copy URL</string>
1889
1890    <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. -->
1891    <string name="selectTextMode">Select text...</string>
1892
1893    <!-- Text selection contextual mode title, displayed in the CAB.. -->
1894    <string name="textSelectionCABTitle">Text selection</string>
1895
1896    <!-- EditText context menu -->
1897    <string name="inputMethod">Input method</string>
1898
1899    <!-- Title for EditText context menu -->
1900    <string name="editTextMenuTitle">Text actions</string>
1901
1902    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
1903    <string name="low_internal_storage_view_title">Low on space</string>
1904    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
1905    <string name="low_internal_storage_view_text">Phone storage space is getting low.</string>
1906
1907    <!-- Preference framework strings. -->
1908    <string name="ok">OK</string>
1909    <!-- Preference framework strings. -->
1910    <string name="cancel">Cancel</string>
1911    <!-- Preference framework strings. -->
1912    <string name="yes">OK</string>
1913    <!-- Preference framework strings. -->
1914    <string name="no">Cancel</string>
1915    <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
1916         combined with setIcon(android.R.drawable.ic_dialog_alert) -->
1917    <string name="dialog_alert_title">Attention</string>
1918
1919    <!-- Text shown by list fragment when waiting for data to display. -->
1920    <string name="loading">Loading...</string>
1921
1922    <!-- Default text for a button that can be toggled on and off. -->
1923    <string name="capital_on">ON</string>
1924    <!-- Default text for a button that can be toggled on and off. -->
1925    <string name="capital_off">OFF</string>
1926
1927    <!-- Title of intent resolver dialog when selecting an application to run. -->
1928    <string name="whichApplication">Complete action using</string>
1929    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
1930    <string name="alwaysUse">Use by default for this action.</string>
1931    <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
1932    <string name="clearDefaultHintMsg">Clear default in Home Settings &gt; Applications &gt; Manage applications.</string>
1933    <!-- 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. -->
1934    <string name="chooseActivity">Select an action</string>
1935    <!-- Text to display when there are no activities found to display in the
1936         activity chooser. See the "Select an action" title. -->
1937    <string name="noApplications">No applications can perform this action.</string>
1938    <!-- Title of the alert when an application has crashed. -->
1939    <string name="aerr_title">Sorry!</string>
1940    <!-- Text of the alert that is displayed when an application has crashed. -->
1941    <string name="aerr_application">The application <xliff:g id="application">%1$s</xliff:g>
1942        (process <xliff:g id="process">%2$s</xliff:g>) has stopped unexpectedly. Please try again.</string>
1943    <!-- Text of the alert that is displayed when an application has crashed. -->
1944    <string name="aerr_process">The process <xliff:g id="process">%1$s</xliff:g> has
1945        stopped unexpectedly. Please try again.</string>
1946    <!-- Title of the alert when an application is not responding. -->
1947    <string name="anr_title">Sorry!</string>
1948    <!-- Text of the alert that is displayed when an application is not responding. -->
1949    <string name="anr_activity_application">Activity <xliff:g id="activity">%1$s</xliff:g> (in application <xliff:g id="application">%2$s</xliff:g>) is not responding.</string>
1950    <!-- Text of the alert that is displayed when an application is not responding. -->
1951    <string name="anr_activity_process">Activity <xliff:g id="activity">%1$s</xliff:g> (in process <xliff:g id="process">%2$s</xliff:g>) is not responding.</string>
1952    <!-- Text of the alert that is displayed when an application is not responding. -->
1953    <string name="anr_application_process">Application <xliff:g id="application">%1$s</xliff:g> (in process <xliff:g id="process">%2$s</xliff:g>) is not responding.</string>
1954    <!-- Text of the alert that is displayed when an application is not responding. -->
1955    <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> is not responding.</string>
1956    <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
1957    <string name="force_close">Force close</string>
1958    <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
1959    <string name="report">Report</string>
1960    <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
1961    <string name="wait">Wait</string>
1962
1963    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
1964    <string name="smv_application">The application <xliff:g id="application">%1$s</xliff:g>
1965        (process <xliff:g id="process">%2$s</xliff:g>) has violated its self-enforced StrictMode policy.</string>
1966    <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
1967    <string name="smv_process">The process <xliff:g id="process">%1$s</xliff:g> has
1968      has violated its self-enforced StrictMode policy.</string>
1969
1970    <!-- Notification text to tell the user that a heavy-weight application is running. -->
1971    <string name="heavy_weight_notification"><xliff:g id="app">%1$s</xliff:g> running</string>
1972
1973    <!-- Notification details to tell the user that a heavy-weight application is running. -->
1974    <string name="heavy_weight_notification_detail">Select to switch to application</string>
1975
1976    <!-- Title of dialog prompting whether user wants to switch between heavy-weight apps. -->
1977    <string name="heavy_weight_switcher_title">Switch applications?</string>
1978
1979    <!-- Descriptive text for switching to a new heavy-weight application. -->
1980    <string name="heavy_weight_switcher_text">Another application is already running
1981    that must be stopped before you can start a new one.</string>
1982
1983    <string name="old_app_action">Return to <xliff:g id="old_app">%1$s</xliff:g></string>
1984    <string name="old_app_description">Don\'t start the new application.</string>
1985
1986    <string name="new_app_action">Start <xliff:g id="old_app">%1$s</xliff:g></string>
1987    <string name="new_app_description">Stop the old application without saving.</string>
1988
1989    <!-- Displayed in the title of the chooser for things to do with text that
1990         is to be sent to another application. For example, I can send
1991         text through SMS or IM.  A dialog with those choices would be shown,
1992         and this would be the title. -->
1993    <string name="sendText">Select an action for text</string>
1994
1995    <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
1996    <string name="volume_ringtone">Ringer volume</string>
1997    <!-- Title of the dialog where the user is adjusting the music volume -->
1998    <string name="volume_music">Media volume</string>
1999    <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
2000    <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
2001    <!-- Hint shown in the volume toast to inform the user that the current ringtone is the silent ringtone. -->
2002    <string name="volume_music_hint_silent_ringtone_selected">Silent ringtone selected</string>
2003    <!-- Title of the dialog where the user is adjusting the phone call volume -->
2004    <string name="volume_call">In-call volume</string>
2005    <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
2006    <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
2007    <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
2008    <string name="volume_alarm">Alarm volume</string>
2009    <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
2010    <string name="volume_notification">Notification volume</string>
2011    <!-- Title of the dialog where the user is adjusting the general audio volume -->
2012    <string name="volume_unknown">Volume</string>
2013
2014    <!-- Ringtone picker strings --> <skip />
2015    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
2016    <string name="ringtone_default">Default ringtone</string>
2017    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
2018    <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
2019    <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
2020    <string name="ringtone_silent">Silent</string>
2021    <!-- The title of the ringtone picker dialog. -->
2022    <string name="ringtone_picker_title">Ringtones</string>
2023    <!-- 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. -->
2024    <string name="ringtone_unknown">Unknown ringtone</string>
2025
2026    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
2027    <plurals name="wifi_available">
2028        <item quantity="one">Wi-Fi network available</item>
2029        <item quantity="other">Wi-Fi networks available</item>
2030    </plurals>
2031    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
2032    <plurals name="wifi_available_detailed">
2033        <item quantity="one">Open Wi-Fi network available</item>
2034        <item quantity="other">Open Wi-Fi networks available</item>
2035    </plurals>
2036    <!-- Do not translate. Default access point SSID used for tethering -->
2037    <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
2038
2039    <!-- Name of the dialog that lets the user choose an accented character to insert -->
2040    <string name="select_character">Insert character</string>
2041
2042    <!-- SMS per-application rate control Dialog --> <skip />
2043    <!-- See SMS_DIALOG.  This is shown if the current application's name cannot be figuerd out. -->
2044    <string name="sms_control_default_app_name">Unknown application</string>
2045    <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
2046    <string name="sms_control_title">Sending SMS messages</string>
2047    <!-- See SMS_DIALOG.  This is the message shown in that dialog. -->
2048    <string name="sms_control_message">A large number of SMS messages are being sent. Select \"OK\" to continue, or \"Cancel\" to stop sending.</string>
2049    <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. -->
2050    <string name="sms_control_yes">OK</string>
2051    <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes.. -->
2052    <string name="sms_control_no">Cancel</string>
2053
2054    <!-- Name of the button in the date/time picker to accept the date/time change -->
2055    <string name="date_time_set">Set</string>
2056
2057    <!-- Security Permissions strings-->
2058    <!-- The default permission group for any permissions that have not explicitly set a group. -->
2059    <string name="default_permission_group">Default</string>
2060    <!-- Do not translate. -->
2061    <string name="permissions_format"><xliff:g id="perm_line1">%1$s</xliff:g>, <xliff:g id="perm_line2">%2$s</xliff:g></string>
2062    <!-- Shown for an application when it doesn't require any permission grants. -->
2063    <string name="no_permissions">No permissions required</string>
2064    <!-- When installing an application, the less-dangerous permissions are hidden.  If the user showed those, this is the text to hide them again.  -->
2065    <string name="perms_hide"><b>Hide</b></string>
2066    <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
2067    <string name="perms_show_all"><b>Show all</b></string>
2068
2069    <!-- USB storage dialog strings -->
2070    <!-- This is the title for the activity's window. -->
2071    <string name="usb_storage_activity_title">USB Mass Storage</string>
2072
2073    <!-- 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. -->
2074    <string name="usb_storage_title">USB connected</string>
2075    <!-- See USB_STORAGE.    This is the message. -->
2076    <string name="usb_storage_message">You have connected your phone to your computer via USB. Select the button below if you want to copy files between your computer and your Android\u2018s SD card.</string>
2077    <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
2078    <string name="usb_storage_button_mount">Turn on USB storage</string>
2079    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. -->
2080    <string name="usb_storage_error_message">There is a problem using your SD card for USB storage.</string>
2081    <!-- 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 -->
2082    <string name="usb_storage_notification_title">USB connected</string>
2083    <!-- See USB_STORAGE. This is the message. -->
2084    <string name="usb_storage_notification_message">Select to copy files to/from your computer.</string>
2085
2086    <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
2087    <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
2088    <!-- See USB_STORAGE. This is the message. -->
2089    <string name="usb_storage_stop_notification_message">Select to turn off USB storage.</string>
2090
2091    <!-- USB storage stop dialog strings -->
2092    <!-- This is the label for the activity, and should never be visible to the user. -->
2093    <!-- 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. -->
2094    <string name="usb_storage_stop_title">USB storage in use</string>
2095    <!-- See USB_STORAGE_STOP.    This is the message. -->
2096    <string name="usb_storage_stop_message">Before turning off USB storage, make sure you have unmounted (\u201cejected\u201d) your Android\u2018s SD card from your computer.</string>
2097    <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
2098    <string name="usb_storage_stop_button_mount">Turn off USB storage</string>
2099    <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. -->
2100    <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>
2101
2102    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog  -->
2103    <string name="dlg_confirm_kill_storage_users_title">Turn on USB storage</string>
2104    <!-- USB_STORAGE_KILL_STORAGE_USERS dialog message text -->
2105    <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>
2106    <!-- USB_STORAGE_ERROR dialog  dialog-->
2107    <string name="dlg_error_title">USB operation failed</string>
2108    <!-- USB_STORAGE_ERROR dialog  ok button-->
2109    <string name="dlg_ok">OK</string>
2110
2111    <!-- External media format dialog strings -->
2112    <!-- This is the label for the activity, and should never be visible to the user. -->
2113    <!-- 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. -->
2114    <string name="extmedia_format_title">Format SD card</string>
2115    <!-- See EXTMEDIA_FORMAT.   This is the message. -->
2116    <string name="extmedia_format_message">Are you sure you want to format the SD card? All data on your card will be lost.</string>
2117    <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
2118    <string name="extmedia_format_button_format">Format</string>
2119
2120    <!-- Title of notification shown when ADB is actively connected to the phone. -->
2121    <string name="adb_active_notification_title">USB debugging connected</string>
2122    <!-- Message of notification shown when ADB is actively connected to the phone. -->
2123    <string name="adb_active_notification_message">Select to disable USB debugging.</string>
2124
2125    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
2126    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
2127    <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
2128    <!-- at all and later replace it with a locale string based on the users chosen locale          -->
2129    <!-- DO NOT TRANSLATE -->
2130    <string name="locale_replacement">""</string>
2131
2132    <!-- Title of the pop-up dialog in which the user switches input method components. -->
2133    <string name="select_input_method">Select input method</string>
2134
2135    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2136    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2137
2138    <string name="candidates_style"><u>candidates</u></string>
2139
2140    <!-- External media notification strings -->
2141    <!-- Shown when external media is being checked -->
2142    <string name="ext_media_checking_notification_title">Preparing SD card</string>
2143    <string name="ext_media_checking_notification_message">Checking for errors.</string>
2144
2145    <!-- Shown when external media is blank (or unsupported filesystem) -->
2146    <string name="ext_media_nofs_notification_title">Blank SD card</string>
2147    <string name="ext_media_nofs_notification_message">SD card blank or has unsupported filesystem.</string>
2148
2149    <!-- Shown when external media is unmountable (corrupt)) -->
2150    <string name="ext_media_unmountable_notification_title">Damaged SD card</string>
2151    <string name="ext_media_unmountable_notification_message">SD card damaged. You may have to reformat it.</string>
2152
2153    <!-- Shown when external media is unsafely removed -->
2154    <string name="ext_media_badremoval_notification_title">SD card unexpectedly removed</string>
2155    <string name="ext_media_badremoval_notification_message">Unmount SD card before removing to avoid data loss.</string>
2156
2157    <!-- Shown when external media has been safely removed -->
2158    <string name="ext_media_safe_unmount_notification_title">SD card safe to remove</string>
2159    <string name="ext_media_safe_unmount_notification_message">You can safely remove SD card.</string>
2160
2161    <!-- Shown when external media is missing -->
2162    <string name="ext_media_nomedia_notification_title">Removed SD card</string>
2163    <string name="ext_media_nomedia_notification_message">SD card removed. Insert a new one.</string>
2164
2165    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
2166    <string name="activity_list_empty">No matching activities found</string>
2167
2168    <!-- permission attributes related to package usage statistics -->
2169    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2170    <string name="permlab_pkgUsageStats">update component usage statistics</string>
2171    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2172    <string name="permdesc_pkgUsageStats">Allows the modification of collected component usage statistics. Not for use by normal applications.</string>
2173
2174    <!-- permission attributes related to default container service -->
2175    <!-- Title of an application permission that lets an application use default container service. -->
2176    <string name="permlab_copyProtectedData">Allows to invoke default container service to copy content. Not for use by normal applications.</string>
2177    <!-- Description of an application permission,  used to invoke default container service to copy content. -->
2178    <string name="permdesc_copyProtectedData">Allows to invoke default container service to copy content. Not for use by normal applications.</string>
2179
2180    <!-- Shown in the tutorial for tap twice for zoom control. -->
2181    <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>
2182
2183
2184    <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
2185    the gadget. -->
2186    <string name="gadget_host_error_inflating">Error inflating widget</string>
2187
2188    <!-- Long label for a button on a full-screen input method for the "Go" action. -->
2189    <string name="ime_action_go">Go</string>
2190
2191    <!-- Long label for a button on a full-screen input method for the "Search" action. -->
2192    <string name="ime_action_search">Search</string>
2193
2194    <!-- Long label for a button on a full-screen input method for the "Send" action. -->
2195    <string name="ime_action_send">Send</string>
2196
2197    <!-- Long label for a button on a full-screen input method for the "Next" action. -->
2198    <string name="ime_action_next">Next</string>
2199
2200    <!-- Long label for a button on a full-screen input method for the "Done" action. -->
2201    <string name="ime_action_done">Done</string>
2202
2203    <!-- Long label for a button on a full-screen input method for an unknown action. -->
2204    <string name="ime_action_default">Execute</string>
2205
2206    <!-- Strings for search suggestions. These are going here because they are referenced by both
2207         ContactsProvider and GoogleContactsProvider -->
2208    <skip />
2209
2210
2211    <!-- 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. -->
2212    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2213
2214    <!-- 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. -->
2215    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2216
2217    <!-- This string array should be overridden by the manufacture to present a list of carrier-id,locale,wifi-channel sets.  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 -->
2218    <!-- An Array of [[Carrier-ID]                     -->
2219    <!--              [default-locale]                 -->
2220    <!--              [default-wifi-allowed-channels]] -->
2221    <string-array translatable="false" name="carrier_properties">
2222    </string-array>
2223
2224    <!-- Title for the selected state of a CompoundButton. -->
2225    <string name="accessibility_compound_button_selected">checked</string>
2226
2227    <!-- Title for the unselected state of a CompoundButton. -->
2228    <string name="accessibility_compound_button_unselected">not checked</string>
2229
2230    <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>
2231    <string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
2232    <string name="grant_permissions_header_text">Access Request</string>
2233    <string name="allow">Allow</string>
2234    <string name="deny">Deny</string>
2235    <string name="permission_request_notification_title">Permission Requested</string>
2236    <string name="permission_request_notification_with_subtitle">Permission Requested\nfor account <xliff:g id="account" example="foo@gmail.com">%s</xliff:g></string>
2237
2238    <!-- Label to show for a service that is running because it is an input method. -->
2239    <string name="input_method_binding_label">Input method</string>
2240    <!-- Label to show for a service that is running because it is a sync adapter. -->
2241    <string name="sync_binding_label">Sync</string>
2242    <!-- Label to show for a service that is running because it is an accessibility module. -->
2243    <string name="accessibility_binding_label">Accessibility</string>
2244    <!-- Label to show for a service that is running because it is a wallpaper. -->
2245    <string name="wallpaper_binding_label">Wallpaper</string>
2246    <!-- Dialog title for user to select a different wallpaper from service list -->
2247    <string name="chooser_wallpaper">Change wallpaper</string>
2248
2249    <!-- Do Not Translate: Alternate eri.xml -->
2250    <string name="alternate_eri_file">/data/eri.xml</string>
2251
2252    <string name="pptp_vpn_description">Point-to-Point Tunneling Protocol</string>
2253    <string name="l2tp_vpn_description">Layer 2 Tunneling Protocol</string>
2254    <string name="l2tp_ipsec_psk_vpn_description">Pre-shared key based L2TP/IPSec VPN</string>
2255    <string name="l2tp_ipsec_crt_vpn_description">Certificate based L2TP/IPSec VPN</string>
2256
2257    <!-- Localized strings for WebView -->
2258    <!-- Label for button in a WebView that will open a chooser to choose a file to upload -->
2259    <string name="upload_file">Choose file</string>
2260    <!-- Label for the file upload control when no file has been chosen yet -->
2261    <string name="no_file_chosen">No file chosen</string>
2262    <!-- Label for <input type="reset"> button in html -->
2263    <string name="reset">Reset</string>
2264    <!-- Label for <input type="submit"> button in html -->
2265    <string name="submit">Submit</string>
2266
2267    <!-- Strings for car mode notification -->
2268    <!-- Shown when car mode is enabled -->
2269    <string name="car_mode_disable_notification_title">Car mode enabled</string>
2270    <string name="car_mode_disable_notification_message">Select to exit car mode.</string>
2271
2272    <!-- Strings for tethered notification -->
2273    <!-- Shown when the device is tethered -->
2274    <string name="tethered_notification_title">Tethering or hotspot active</string>
2275    <string name="tethered_notification_message">Touch to configure</string>
2276
2277    <!--  Strings for possible PreferenceActivity Back/Next buttons -->
2278    <string name="back_button_label">Back</string>
2279    <string name="next_button_label">Next</string>
2280
2281    <!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
2282    <string name="skip_button_label">Skip</string>
2283
2284    <!-- Strings for throttling notification -->
2285    <!-- Shown when the user is in danger of being throttled -->
2286    <string name="throttle_warning_notification_title">High mobile data use</string>
2287    <string name="throttle_warning_notification_message">Touch to learn more about mobile data use</string>
2288
2289    <!-- Strings for throttling notification -->
2290    <!-- Shown when the users bandwidth is reduced because of excessive data use -->
2291    <string name="throttled_notification_title">Mobile data limit exceeded</string>
2292    <string name="throttled_notification_message">Touch to learn more about mobile data use</string>
2293</resources>
2294