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