strings.xml revision 1dac277f93a80c53a870b8924508dd2af81293de
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    <!-- Displayed a toast that a certificate is saved in the keystore -->
232    <string name="certificateSaved">The certificate is saved in the system\'s key store.</string>
233
234    <!-- Sync notifications --> <skip />
235    <!-- 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). -->
236    <string name="contentServiceSync">Sync</string>
237    <!-- 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. -->
238    <string name="contentServiceSyncNotificationTitle">Sync</string>
239    <!-- 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. -->
240    <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
241
242    <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
243    <string name="low_memory">Phone storage is full! Delete some files to free space.</string>
244
245
246    <!-- 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. -->
247    <string name="me">Me</string>
248
249    <!-- Power Dialog --> <skip />
250    <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
251    <string name="power_dialog">Phone options</string>
252    <!-- Button to turn on silent mode, within the Phone Options dialog -->
253    <string name="silent_mode">Silent mode</string>
254    <!-- Button to turn on the radio, within the Phone Options dialog -->
255    <string name="turn_on_radio">Turn on wireless</string>
256    <!-- Button to turn off the radio, within the Phone Options dialog -->
257    <string name="turn_off_radio">Turn off wireless</string>
258    <!-- Button to lock the screen, within the Phone Options dialog -->
259    <string name="screen_lock">Screen lock</string>
260    <!-- Button to turn off the phone, within the Phone Options dialog -->
261    <string name="power_off">Power off</string>
262
263    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
264    <string name="shutdown_progress">Shutting down\u2026</string>
265
266    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will be a confirmation dialog.  This is the message. -->
267    <string name="shutdown_confirm">Your phone will shut down.</string>
268
269    <!-- Recent Tasks dialog -->
270    <string name="no_recent_tasks">No recent applications.</string>
271
272    <!-- Title of the Global Actions Dialog -->
273    <string name="global_actions">Phone options</string>
274
275    <!-- label for item that locks the phone in the phone options dialog -->
276    <string name="global_action_lock">Screen lock</string>
277
278    <!-- label for item that turns off power in phone options dialog -->
279    <string name="global_action_power_off">Power off</string>
280
281    <!-- label for item that enables silent mode in phone options dialog -->
282    <string name="global_action_toggle_silent_mode">Silent mode</string>
283
284    <!-- status message in phone options dialog for when silent mode is enabled -->
285    <string name="global_action_silent_mode_on_status">Sound is OFF</string>
286
287    <!-- status message in phone options dialog for when silent mode is disabled -->
288    <string name="global_action_silent_mode_off_status">Sound is ON</string>
289
290    <!-- label for item that toggles airplane mode -->
291    <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
292
293    <!-- status message in phone options dialog for when airplane mode is on -->
294    <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
295
296    <!-- status message in phone options dialog for when airplane mode is off -->
297    <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
298
299    <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
300    <string name="safeMode">Safe mode</string>
301
302    <!-- Label for the Android system components when they are shown to the user. -->
303    <string name="android_system_label">Android System</string>
304    
305    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
306    <string name="permgrouplab_costMoney">Services that cost you money</string>
307    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
308    <string name="permgroupdesc_costMoney">Allow applications to do things
309        that can cost you money.</string>
310
311    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
312    <string name="permgrouplab_messages">Your messages</string>
313    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
314    <string name="permgroupdesc_messages">Read and write your SMS,
315        e-mail, and other messages.</string>
316
317    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
318    <string name="permgrouplab_personalInfo">Your personal information</string>
319    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
320    <string name="permgroupdesc_personalInfo">Direct access to your contacts
321        and calendar stored on the phone.</string>
322
323    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
324    <string name="permgrouplab_location">Your location</string>
325    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
326    <string name="permgroupdesc_location">Monitor your physical location</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_network">Network communication</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_network">Allow applications to access
332        various network features.</string>
333
334    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
335    <string name="permgrouplab_accounts">Your Google accounts</string>
336    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
337    <string name="permgroupdesc_accounts">Access the available Google accounts.</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_hardwareControls">Hardware controls</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_hardwareControls">Direct access to hardware on
343        the handset.</string>
344
345    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
346    <string name="permgrouplab_phoneCalls">Phone calls</string>
347    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
348    <string name="permgroupdesc_phoneCalls">Monitor, record, and process
349        phone calls.</string>
350
351    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
352    <string name="permgrouplab_systemTools">System tools</string>
353    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
354    <string name="permgroupdesc_systemTools">Lower-level access and control
355        of the system.</string>
356
357    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
358    <string name="permgrouplab_developmentTools">Development tools</string>
359    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
360    <string name="permgroupdesc_developmentTools">Features only needed for
361        application developers.</string>
362
363    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
364    <string name="permgrouplab_storage">Storage</string>
365    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
366    <string name="permgroupdesc_storage">Access the SD card.</string>
367
368    <!--  Permissions -->
369
370    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
371    <string name="permlab_statusBar">disable or modify status bar</string>
372    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
373    <string name="permdesc_statusBar">Allows application to disable
374        the status bar or add and remove system icons.</string>
375
376    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
377    <string name="permlab_expandStatusBar">expand/collapse status bar</string>
378    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
379    <string name="permdesc_expandStatusBar">Allows application to
380        expand or collapse the status bar.</string>
381
382    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
383    <string name="permlab_processOutgoingCalls">intercept outgoing calls</string>
384    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
385    <string name="permdesc_processOutgoingCalls">Allows application to
386        process outgoing calls and change the number to be dialed.  Malicious
387        applications may monitor, redirect, or prevent outgoing calls.</string>
388
389    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
390    <string name="permlab_receiveSms">receive SMS</string>
391    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
392    <string name="permdesc_receiveSms">Allows application to receive
393      and process SMS messages. Malicious applications may monitor
394      your messages or delete them without showing them to you.</string>
395
396    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
397    <string name="permlab_receiveMms">receive MMS</string>
398    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
399    <string name="permdesc_receiveMms">Allows application to receive
400      and process MMS messages. Malicious applications may monitor
401      your messages or delete them without showing them to you.</string>
402
403    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
404    <string name="permlab_sendSms">send SMS messages</string>
405    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
406    <string name="permdesc_sendSms">Allows application to send SMS
407      messages. Malicious applications may cost you money by sending
408      messages without your confirmation.</string>
409
410    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
411    <string name="permlab_readSms">read SMS or MMS</string>
412    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
413    <string name="permdesc_readSms">Allows application to read
414      SMS messages stored on your phone or SIM card. Malicious applications
415      may read your confidential messages.</string>
416
417    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
418    <string name="permlab_writeSms">edit SMS or MMS</string>
419    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
420    <string name="permdesc_writeSms">Allows application to write
421      to SMS messages stored on your phone or SIM card. Malicious applications
422      may delete your messages.</string>
423
424    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
425    <string name="permlab_receiveWapPush">receive WAP</string>
426    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
427    <string name="permdesc_receiveWapPush">Allows application to receive
428      and process WAP messages. Malicious applications may monitor
429      your messages or delete them without showing them to you.</string>
430
431    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
432    <string name="permlab_getTasks">retrieve running applications</string>
433    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
434    <string name="permdesc_getTasks">Allows application to retrieve
435        information about currently and recently running tasks. May allow
436        malicious applications to discover private information about other applications.</string>
437
438    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
439    <string name="permlab_reorderTasks">reorder running applications</string>
440    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
441    <string name="permdesc_reorderTasks">Allows an application to move
442        tasks to the foreground and background. Malicious applications can force
443        themselves to the front without your control.</string>
444
445    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
446    <string name="permlab_setDebugApp">enable application debugging</string>
447    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
448    <string name="permdesc_setDebugApp">Allows an application to turn
449        on debugging for another application. Malicious applications can use this
450        to kill other applications.</string>
451
452    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
453    <string name="permlab_changeConfiguration">change your UI settings</string>
454    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
455    <string name="permdesc_changeConfiguration">Allows an application to
456        change the current configuration, such as the locale or overall font
457        size.</string>
458
459    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
460    <string name="permlab_restartPackages">restart other applications</string>
461    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
462    <string name="permdesc_restartPackages">Allows an application to
463        forcibly restart other applications.</string>
464
465    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
466    <string name="permlab_forceBack">force application to close</string>
467    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
468    <string name="permdesc_forceBack">Allows an application to force any
469        activity that is in the foreground to close and go back.
470        Should never be needed for normal applications.</string>
471
472    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
473    <string name="permlab_dump">retrieve system internal state</string>
474    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
475    <string name="permdesc_dump">Allows application to retrieve
476        internal state of the system. Malicious applications may retrieve
477        a wide variety of private and secure information that they should
478        never normally need.</string>
479
480    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
481    <string name="permlab_shutdown">partial shutdown</string>
482    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
483    <string name="permdesc_shutdown">Puts the activity manager into a shutdown
484        state.  Does not perform a complete shutdown.</string>
485
486    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
487    <string name="permlab_stopAppSwitches">prevent app switches</string>
488    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
489    <string name="permdesc_stopAppSwitches">Prevents the user from switching to
490        another application.</string>
491
492    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
493    <string name="permlab_runSetActivityWatcher">monitor and control all application launching</string>
494    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
495    <string name="permdesc_runSetActivityWatcher">Allows an application to
496        monitor and control how the system launches activities.
497        Malicious applications may completely compromise the system. This
498        permission is only needed for development, never for normal
499        phone usage.</string>
500
501    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
502    <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
503    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
504    <string name="permdesc_broadcastPackageRemoved">Allows an application to
505        broadcast a notification that an application package has been removed.
506        Malicious applications may use this to kill any other running
507        application.</string>
508
509    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
510    <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
511    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
512    <string name="permdesc_broadcastSmsReceived">Allows an application to
513        broadcast a notification that an SMS message has been received.
514        Malicious applications may use this to forge incoming SMS messages.</string>
515
516    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
517    <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
518    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
519    <string name="permdesc_broadcastWapPush">Allows an application to
520        broadcast a notification that a WAP PUSH message has been received.
521        Malicious applications may use this to forge MMS message receipt or to
522        silently replace the content of any web page with malicious variants.</string>
523
524    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
525    <string name="permlab_setProcessLimit">limit number of running processes</string>
526    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
527    <string name="permdesc_setProcessLimit">Allows an application
528        to control the maximum number of processes that will run. Never
529        needed for normal applications.</string>
530
531    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
532    <string name="permlab_setAlwaysFinish">make all background applications close</string>
533    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
534    <string name="permdesc_setAlwaysFinish">Allows an application
535        to control whether activities are always finished as soon as they
536        go to the background. Never needed for normal applications.</string>
537
538    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
539    <string name="permlab_batteryStats">modify battery statistics</string>
540    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
541    <string name="permdesc_batteryStats">Allows the modification of
542        collected battery statistics. Not for use by normal applications.</string>
543
544    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
545    <string name="permlab_backup">control system backup and restore</string>
546    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
547    <string name="permdesc_backup">Allows the application to control the system's backup and restore mechanism.  Not for use by 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_internalSystemWindow">display unauthorized windows</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_internalSystemWindow">Allows the creation of
553        windows that are intended to be used by the internal system
554        user interface. Not for use by 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_systemAlertWindow">display system-level alerts</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_systemAlertWindow">Allows an application to
560        show system alert windows. Malicious applications can take over the
561        entire screen of the phone.</string>
562
563    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
564    <string name="permlab_setAnimationScale">modify global animation speed</string>
565    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
566    <string name="permdesc_setAnimationScale">Allows an application to change
567        the global animation speed (faster or slower animations) at any time.</string>
568
569    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
570    <string name="permlab_manageAppTokens">manage application tokens</string>
571    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
572    <string name="permdesc_manageAppTokens">Allows applications to
573        create and manage their own tokens, bypassing their normal
574        Z-ordering. Should never be needed for normal applications.</string>
575
576    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
577    <string name="permlab_injectEvents">press keys and control buttons</string>
578    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
579    <string name="permdesc_injectEvents">Allows an application to deliver
580        its own input events (key presses, etc.) to other applications. Malicious
581        applications can use this to take over the phone.</string>
582
583    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
584    <string name="permlab_readInputState">record what you type and actions you take</string>
585    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
586    <string name="permdesc_readInputState">Allows applications to watch the
587        keys you press even when interacting with another application (such
588        as entering a password). Should never be needed for normal applications.</string>
589
590    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
591    <string name="permlab_bindInputMethod">bind to an input method</string>
592    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
593    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
594        interface of an input method. Should never be needed for normal applications.</string>
595
596    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
597    <string name="permlab_setOrientation">change screen orientation</string>
598    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
599    <string name="permdesc_setOrientation">Allows an application to change
600        the rotation of the screen at any time. Should never be needed for
601        normal applications.</string>
602
603    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
604    <string name="permlab_signalPersistentProcesses">send Linux signals to applications</string>
605    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
606    <string name="permdesc_signalPersistentProcesses">Allows application to request that the
607        supplied signal be sent to all persistent processes.</string>
608
609    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
610    <string name="permlab_persistentActivity">make application always run</string>
611    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
612    <string name="permdesc_persistentActivity">Allows an application to make
613        parts of itself persistent, so the system can\'t use it for other
614        applications.</string>
615
616    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
617    <string name="permlab_deletePackages">delete applications</string>
618    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
619    <string name="permdesc_deletePackages">Allows an application to delete
620        Android packages. Malicious applications can use this to delete important applications.</string>
621
622    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
623    <string name="permlab_clearAppUserData">delete other applications\' data</string>
624    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
625    <string name="permdesc_clearAppUserData">Allows an application to clear user data.</string>
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_deleteCacheFiles">delete other applications\' caches</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_deleteCacheFiles">Allows an application to delete
630        cache files.</string>
631
632    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
633    <string name="permlab_getPackageSize">measure application storage space</string>
634    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
635    <string name="permdesc_getPackageSize">Allows an application to retrieve
636        its code, data, and cache sizes</string>
637
638    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
639    <string name="permlab_installPackages">directly install applications</string>
640    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
641    <string name="permdesc_installPackages">Allows an application to install new or updated
642        Android packages. Malicious applications can use this to add new applications with arbitrarily
643        powerful permissions.</string>
644
645    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
646    <string name="permlab_clearAppCache">delete all application cache data</string>
647    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
648    <string name="permdesc_clearAppCache">Allows an application to free phone storage
649        by deleting files in application cache directory. Access is very
650        restricted usually to system process.</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_readLogs">read system log files</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_readLogs">Allows an application to read from the
656        system\'s various log files.  This allows it to discover general
657        information about what you are doing with the phone, but they should
658        not contain any personal or private information.</string>
659
660    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
661    <string name="permlab_diagnostic">read/write to resources owned by diag</string>
662    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
663    <string name="permdesc_diagnostic">Allows an application to read and write to
664    any resource owned by the diag group; for example, files in /dev. This could
665    potentially affect system stability and security. This should be ONLY be used
666    for hardware-specific diagnostics by the manufacturer or operator.</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_changeComponentState">enable or disable application components</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_changeComponentState">Allows an application to change whether a
672        component of another application is enabled or not. Malicious applications can use this
673        to disable important phone capabilities. Care must be used with permission, as it is
674        possible to get application components into an unusable, inconsistent, or unstable state.
675    </string>
676
677    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
678    <string name="permlab_setPreferredApplications">set preferred applications</string>
679    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
680    <string name="permdesc_setPreferredApplications">Allows an application to
681        modify your preferred applications. This can allow malicious applications
682        to silently change the applications that are run, spoofing your
683        existing applications to collect private data from you.</string>
684
685    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
686    <string name="permlab_writeSettings">modify global system settings</string>
687    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
688    <string name="permdesc_writeSettings">Allows an application to modify the
689        system\'s settings data. Malicious applications can corrupt your system\'s
690        configuration.</string>
691
692    <string name="permlab_writeSecureSettings">modify secure system settings</string>
693    <string name="permdesc_writeSecureSettings">Allows an application to modify the
694        system's secure settings data. Not for use by normal applications.</string>
695
696    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
697    <string name="permlab_writeGservices">modify the Google services map</string>
698    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
699    <string name="permdesc_writeGservices">Allows an application to modify the
700        Google services map.  Not for use by normal applications.</string>
701
702    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
703    <string name="permlab_receiveBootCompleted">automatically start at boot</string>
704    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
705    <string name="permdesc_receiveBootCompleted">Allows an application to
706        have itself started as soon as the system has finished booting.
707        This can make it take longer to start the phone and allow the
708        application to slow down the overall phone by always running.</string>
709
710    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
711    <string name="permlab_broadcastSticky">send sticky broadcast</string>
712    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
713    <string name="permdesc_broadcastSticky">Allows an application to send
714        sticky broadcasts, which remain after the broadcast ends.
715        Malicious applications can make the phone slow or unstable by causing it
716        to use too much memory.</string>
717
718    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
719    <string name="permlab_readContacts">read contact data</string>
720    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
721    <string name="permdesc_readContacts">Allows an application to read all
722        of the contact (address) data stored on your phone. Malicious applications
723        can use this to send your data to other people.</string>
724
725    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
726    <string name="permlab_writeContacts">write contact data</string>
727    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
728    <string name="permdesc_writeContacts">Allows an application to modify the
729        contact (address) data stored on your phone. Malicious
730        applications can use this to erase or modify your contact data.</string>
731
732    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
733    <string name="permlab_writeOwnerData">write owner data</string>
734    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
735    <string name="permdesc_writeOwnerData">Allows an application to modify the
736        phone owner data stored on your phone. Malicious
737        applications can use this to erase or modify owner data.</string>
738
739    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
740    <string name="permlab_readOwnerData">read owner data</string>
741    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
742    <string name="permdesc_readOwnerData">Allows an application read the
743        phone owner data stored on your phone. Malicious
744        applications can use this to read phone owner data.</string>
745
746    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
747    <string name="permlab_readCalendar">read calendar data</string>
748    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
749    <string name="permdesc_readCalendar">Allows an application to read all
750        of the calendar events stored on your phone. Malicious applications
751        can use this to send your calendar events to other people.</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_writeCalendar">write calendar 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_writeCalendar">Allows an application to modify the
757        calendar events stored on your phone. Malicious
758        applications can use this to erase or modify your calendar data.</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_accessMockLocation">mock location sources for testing</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_accessMockLocation">Create mock location sources for testing.
764        Malicious applications can use this to override the location and/or status returned by real
765        location sources such as GPS or Network providers.</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_accessLocationExtraCommands">access extra location provider commands</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_accessLocationExtraCommands">Access extra location provider commands.
771        Malicious applications could use this to interfere with the operation of the GPS
772        or other location sources.</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_installLocationProvider">permission to install a location provider</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_installLocationProvider">Create mock location sources for testing.
778        Malicious applications can use this to override the location and/or status returned by real
779        location sources such as GPS or Network providers or monitor and report your location to an external source.</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_accessFineLocation">fine (GPS) location</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_accessFineLocation">Access fine location sources such as the
785        Global Positioning System on the phone, where available.
786        Malicious applications can use this to determine where you are, and may
787        consume additional battery power.</string>
788
789    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
790    <string name="permlab_accessCoarseLocation">coarse (network-based) location</string>
791    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
792    <string name="permdesc_accessCoarseLocation">Access coarse location sources such as the cellular
793        network database to determine an approximate phone location, where available. Malicious
794        applications can use this to determine approximately where you are.</string>
795
796    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
797    <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
798    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
799    <string name="permdesc_accessSurfaceFlinger">Allows application to use
800        SurfaceFlinger low-level features.</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_readFrameBuffer">read frame buffer</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_readFrameBuffer">Allows application to use
806        read the content of the frame buffer.</string>
807
808    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
809    <string name="permlab_modifyAudioSettings">change your audio settings</string>
810    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
811    <string name="permdesc_modifyAudioSettings">Allows application to modify
812        global audio settings such as volume and routing.</string>
813
814    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
815    <string name="permlab_recordAudio">record audio</string>
816    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
817    <string name="permdesc_recordAudio">Allows application to access
818        the audio record path.</string>
819
820    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
821    <string name="permlab_camera">take pictures</string>
822    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
823    <string name="permdesc_camera">Allows application to take pictures
824        with the camera. This allows the application at any time to collect
825        images the camera is seeing.</string>
826
827    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
828    <string name="permlab_brick">permanently disable phone</string>
829    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
830    <string name="permdesc_brick">Allows the application to
831        disable the entire phone permanently. This is very dangerous.</string>
832
833    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
834    <string name="permlab_reboot">force phone reboot</string>
835    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
836    <string name="permdesc_reboot">Allows the application to
837        force the phone to reboot.</string>
838
839    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
840    <string name="permlab_mount_unmount_filesystems">mount and unmount filesystems</string>
841    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
842    <string name="permdesc_mount_unmount_filesystems">Allows the application to mount and
843        unmount filesystems for removable storage.</string>
844
845    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
846    <string name="permlab_mount_format_filesystems">format external storage</string>
847    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
848    <string name="permdesc_mount_format_filesystems">Allows the application to format removable storage.</string>
849
850    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
851    <string name="permlab_vibrate">control vibrator</string>
852    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
853    <string name="permdesc_vibrate">Allows the application to control
854        the vibrator.</string>
855
856    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
857    <string name="permlab_flashlight">control flashlight</string>
858    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
859    <string name="permdesc_flashlight">Allows the application to control
860        the flashlight.</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_hardware_test">test hardware</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_hardware_test">Allows the application to control
866        various peripherals for the purpose of hardware testing.</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_callPhone">directly call phone numbers</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_callPhone">Allows the application to call
872        phone numbers without your intervention. Malicious applications may
873        cause unexpected calls on your phone bill. Note that this does not
874        allow the application to call emergency numbers.</string>
875
876    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
877    <string name="permlab_callPrivileged">directly call any phone numbers</string>
878    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
879    <string name="permdesc_callPrivileged">Allows the application to call
880        any phone number, including emergency numbers, without your intervention.
881        Malicious applications may place unnecessary and illegal calls to emergency
882        services.</string>
883
884    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
885    <string name="permlab_locationUpdates">control location update notifications</string>
886    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
887    <string name="permdesc_locationUpdates">Allows enabling/disabling location
888        update notifications from the radio.  Not for use by normal applications.</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_checkinProperties">access checkin properties</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_checkinProperties">Allows read/write access to
894        properties uploaded by the checkin service.  Not for use by normal
895        applications.</string>
896
897    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
898    <string name="permlab_bindGadget">choose widgets</string>
899    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
900    <string name="permdesc_bindGadget">Allows the application to tell the system
901        which widgets can be used by which application.  With this permission,
902        applications can give access to personal data to other applications.
903        Not for use by normal applications.</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_modifyPhoneState">modify phone state</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_modifyPhoneState">Allows the application to control the
909        phone features of the device. An application with this permission can switch
910        networks, turn the phone radio on and off and the like without ever notifying
911        you.</string>
912
913    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
914    <string name="permlab_readPhoneState">read phone state</string>
915    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
916    <string name="permdesc_readPhoneState">Allows the application to access the phone
917        features of the device.  An application with this permission can determine the phone
918        number of this phone, whether a call is active, the number that call is connected to
919        and the like.</string>
920
921    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
922    <string name="permlab_wakeLock">prevent phone from sleeping</string>
923    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
924    <string name="permdesc_wakeLock">Allows an application to prevent
925        the phone from going to sleep.</string>
926
927    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
928    <string name="permlab_devicePower">power phone on or off</string>
929    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
930    <string name="permdesc_devicePower">Allows the application to turn the
931        phone on or off.</string>
932
933    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
934    <string name="permlab_factoryTest">run in factory test mode</string>
935    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
936    <string name="permdesc_factoryTest">Run as a low-level manufacturer test,
937        allowing complete access to the phone hardware. Only available
938        when a phone is running in manufacturer test mode.</string>
939
940    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
941    <string name="permlab_setWallpaper">set wallpaper</string>
942    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
943    <string name="permdesc_setWallpaper">Allows the application
944        to set the system wallpaper.</string>
945
946    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
947    <string name="permlab_setWallpaperHints">set wallpaper size hints</string>
948    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
949    <string name="permdesc_setWallpaperHints">Allows the application
950        to set the system wallpaper size hints.</string>
951
952    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
953    <string name="permlab_masterClear">reset system to factory defaults</string>
954    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
955    <string name="permdesc_masterClear">Allows an application to completely
956        reset the system to its factory settings, erasing all data,
957        configuration, and installed applications.</string>
958
959    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
960    <string name="permlab_setTimeZone">set time zone</string>
961    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
962    <string name="permdesc_setTimeZone">Allows an application to change
963        the phone\'s time zone.</string>
964
965    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
966    <string name="permlab_getAccounts">discover known accounts</string>
967    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
968    <string name="permdesc_getAccounts">Allows an application to get
969      the list of accounts known by the phone.</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_accessNetworkState">view network 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_accessNetworkState">Allows an application to view
975      the state of all networks.</string>
976
977    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
978    <string name="permlab_createNetworkSockets">full Internet access</string>
979    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
980    <string name="permdesc_createNetworkSockets">Allows an application to
981      create network sockets.</string>
982
983    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
984    <string name="permlab_writeApnSettings">write Access Point Name settings</string>
985    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
986    <string name="permdesc_writeApnSettings">Allows an application to modify the APN
987        settings, such as Proxy and Port of any APN.</string>
988
989    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
990    <string name="permlab_changeNetworkState">change network connectivity</string>
991    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
992    <string name="permdesc_changeNetworkState">Allows an application to change
993      the state network connectivity.</string>
994
995    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
996    <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
997    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
998    <string name="permdesc_changeBackgroundDataSetting">Allows an application to change
999      the background data usage setting.</string>
1000
1001    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1002    <string name="permlab_accessWifiState">view Wi-Fi state</string>
1003    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1004    <string name="permdesc_accessWifiState">Allows an application to view
1005      the information about the state of Wi-Fi.</string>
1006
1007    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1008    <string name="permlab_changeWifiState">change Wi-Fi state</string>
1009    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1010    <string name="permdesc_changeWifiState">Allows an application to connect
1011      to and disconnect from Wi-Fi access points, and to make changes to
1012      configured Wi-Fi networks.</string>
1013
1014    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1015    <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast
1016      reception</string>
1017    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1018    <string name="permdesc_changeWifiMulticastState">Allows an application to
1019      receive packets not directly addressed to your device.  This can be
1020      useful when discovering services offered near by.  It uses more power
1021      than the non-multicast mode.</string>
1022
1023    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1024    <string name="permlab_bluetoothAdmin">bluetooth administration</string>
1025    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1026    <string name="permdesc_bluetoothAdmin">Allows an application to configure
1027      the local Bluetooth phone, and to discover and pair with remote
1028      devices.</string>
1029
1030    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1031    <string name="permlab_bluetooth">create Bluetooth connections</string>
1032    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1033    <string name="permdesc_bluetooth">Allows an application to view
1034      configuration of the local Bluetooth phone, and to make and accept
1035      connections with paired devices.</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_disableKeyguard">disable keylock</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_disableKeyguard">Allows an application to disable
1041      the keylock and any associated password security. A legitimate example of
1042      this is the phone disabling the keylock when receiving an incoming phone call,
1043      then re-enabling the keylock when the call is finished.</string>
1044
1045    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1046    <string name="permlab_readSyncSettings">read sync settings</string>
1047    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1048    <string name="permdesc_readSyncSettings">Allows an application to read the sync settings,
1049        such as whether sync is enabled for Contacts.</string>
1050
1051    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1052    <string name="permlab_writeSyncSettings">write sync settings</string>
1053    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1054    <string name="permdesc_writeSyncSettings">Allows an application to modify the sync
1055        settings, such as whether sync is enabled for Contacts.</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_readSyncStats">read sync statistics</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_readSyncStats">Allows an application to read the sync stats; e.g., the
1061        history of syncs that have occurred.</string>
1062
1063    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1064    <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1065    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1066    <string name="permdesc_subscribedFeedsRead">Allows an application to get details about the currently synced feeds.</string>
1067
1068    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1069    <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1070    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1071    <string name="permdesc_subscribedFeedsWrite">Allows an application to modify
1072      your currently synced feeds. This could allow a malicious application to
1073      change your synced feeds.</string>
1074
1075    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1076    <string name="permlab_readDictionary">read user defined dictionary</string>
1077    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1078    <string name="permdesc_readDictionary">Allows an application to read any private
1079      words, names and phrases that the user may have stored in the user dictionary.</string>
1080
1081    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1082    <string name="permlab_writeDictionary">write to user defined dictionary</string>
1083    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1084    <string name="permdesc_writeDictionary">Allows an application to write new words into the
1085      user dictionary.</string>
1086
1087    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1088    <string name="permlab_sdcardWrite">modify/delete SD card contents</string>
1089    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1090    <string name="permdesc_sdcardWrite">Allows an application to write to the SD card.</string>
1091
1092    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1093    <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1094    <string-array name="phoneTypes">
1095        <item>Home</item>
1096        <item>Mobile</item>
1097        <item>Work</item>
1098        <item>Work Fax</item>
1099        <item>Home Fax</item>
1100        <item>Pager</item>
1101        <item>Other</item>
1102        <item>Custom</item>
1103    </string-array>
1104
1105    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1106    <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1107    <string-array name="emailAddressTypes">
1108        <item>Home</item>
1109        <item>Work</item>
1110        <item>Other</item>
1111        <item>Custom</item>
1112    </string-array>
1113
1114    <!-- String which means the type "mobile phone". -->
1115    <string name="mobileEmailTypeName">Mobile</string>
1116
1117    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1118    <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1119    <string-array name="postalAddressTypes">
1120        <item>Home</item>
1121        <item>Work</item>
1122        <item>Other</item>
1123        <item>Custom</item>
1124    </string-array>
1125
1126    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1127    <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1128    <string-array name="imAddressTypes">
1129        <item>Home</item>
1130        <item>Work</item>
1131        <item>Other</item>
1132        <item>Custom</item>
1133    </string-array>
1134
1135    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1136    <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1137    <string-array name="organizationTypes">
1138        <item>Work</item>
1139        <item>Other</item>
1140        <item>Custom</item>
1141    </string-array>
1142
1143    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1144    <!-- Instant Message protocols/providers from android.provider.Contacts -->
1145    <string-array name="imProtocols">
1146        <item>AIM</item>
1147        <item>Windows Live</item>
1148        <item>Yahoo</item>
1149        <item>Skype</item>
1150        <item>QQ</item>
1151        <item>Google Talk</item>
1152        <item>ICQ</item>
1153        <item>Jabber</item>
1154    </string-array>
1155
1156    <!-- Instructions telling the user to enter their pin to unlock the keyguard.
1157         Displayed in one line in a large font.  -->
1158    <string name="keyguard_password_enter_pin_code">Enter PIN code</string>
1159
1160    <!-- Instructions telling the user that they entered the wrong pin while trying
1161         to unlock the keyguard.  Displayed in one line in a large font.  -->
1162    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code!</string>
1163
1164    <!-- Instructions telling the user how to unlock the phone. -->
1165    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1166
1167    <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1168    <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1169
1170    <!--
1171       *** touch based lock / unlock ***
1172                                          --> <skip />
1173
1174    <!-- 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.-->
1175    <string name="lockscreen_carrier_default">(No service)</string>
1176
1177    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1178    <string name="lockscreen_screen_locked">Screen locked.</string>
1179
1180    <!-- when pattern lock is enabled, tell them about the emergency dial -->
1181    <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1182
1183    <!-- 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. -->
1184    <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1185
1186    <!-- 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. -->
1187    <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1188    <!-- Button at the bottom of the unlock screen to make an emergency call. -->
1189    <string name="lockscreen_emergency_call">Emergency call</string>
1190    <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1191    <string name="lockscreen_pattern_correct">Correct!</string>
1192    <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1193    <string name="lockscreen_pattern_wrong">Sorry, try again</string>
1194
1195    <!-- When the lock screen is showing and the phone plugged in, show the current
1196         charge %.  -->
1197    <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
1198
1199    <!-- When the lock screen is showing and the battery is low, warn user to plug
1200         in the phone soon. -->
1201    <string name="lockscreen_low_battery">Connect your charger.</string>
1202
1203    <!-- Shown in the lock screen when there is no SIM card. -->
1204    <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
1205    <!-- Shown in the lock screen when there is no SIM card. -->
1206    <string name="lockscreen_missing_sim_message">No SIM card in phone.</string>
1207    <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1208    <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string>
1209
1210
1211    <!-- When the user inserts a sim card from an unsupported network, it becomes network
1212         locked -->
1213    <string name="lockscreen_network_locked_message">Network locked</string>
1214
1215
1216    <!-- When the user enters a wrong sim pin too many times, it becomes
1217         PUK locked (Pin Unlock Kode) -->
1218    <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1219    <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1220    <string name="lockscreen_sim_puk_locked_instructions">Please see the User Guide or contact Customer Care.</string>
1221
1222    <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1223    <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1224
1225    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1226         whether it is valid, and to unlock the sim if it is valid.  we display a
1227         progress dialog in the meantime.  this is the emssage. -->
1228    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1229
1230    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts -->
1231    <string name="lockscreen_too_many_failed_attempts_dialog_message">
1232        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1233        \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1234    </string>
1235
1236    <!-- For the unlock screen, Information message shown in dialog when user is almost at the limit
1237         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1238    <string name="lockscreen_failed_attempts_almost_glogin">
1239        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1240       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1241       you will be asked to unlock your phone using your Google sign-in.\n\n
1242       Please try again in <xliff:g id="number">%d</xliff:g> seconds.
1243    </string>
1244
1245    <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
1246         failed attempts -->
1247    <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1248
1249    <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
1250         their lock gesture -->
1251    <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
1252
1253    <!-- Title of the unlock screen that uses your Google login and password -->
1254    <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts!</string>
1255    <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
1256    <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account</string>
1257    <!-- Hint caption for the username field when unlocking the phone using login and password -->
1258    <string name="lockscreen_glogin_username_hint">Username (email)</string>
1259    <!-- Hint caption for the password field when unlocking the phone using login and password -->
1260    <string name="lockscreen_glogin_password_hint">Password</string>
1261    <!-- Button to try to unlock the phone using username and password -->
1262    <string name="lockscreen_glogin_submit_button">Sign in</string>
1263    <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
1264    <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
1265
1266    <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
1267    <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
1268
1269    <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
1270    <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
1271
1272    <!-- The text for the button in the notification window-shade that clears
1273         all of the currently visible notifications. -->
1274    <string name="status_bar_clear_all_button">Clear notifications</string>
1275
1276    <!-- The label in the bar at the top of the status bar when there are no notifications
1277         showing. -->
1278    <string name="status_bar_no_notifications_title">No notifications</string>
1279
1280    <!-- The label for the group of notifications for ongoing events in the opened version of
1281         the status bar.  An ongoing call is the prime example of this.  The MP3 music player
1282         might be another example.  -->
1283    <string name="status_bar_ongoing_events_title">Ongoing</string>
1284
1285    <!-- The label for the group of notifications for recent events in the opened version of
1286         the status bar.  Recently received text messsages (SMS), emails, calendar alerts, etc. -->
1287    <string name="status_bar_latest_events_title">Notifications</string>
1288
1289    <!-- The big percent text in the middle of the battery icon that appears when you plug in
1290         the charger. -->
1291    <string name="battery_status_text_percent_format"><xliff:g id="number" example="50">%d</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
1292
1293    <!-- The big percent text in the middle of the battery icon that appears when you plug in
1294         the charger. This indicates the current status of the battery.  -->
1295    <string name="battery_status_charging">Charging\u2026</string>
1296
1297    <!-- When the battery is low, this is displayed to the user in a dialog.  The title of the low battery alert. -->
1298    <string name="battery_low_title">Please connect charger</string>
1299
1300    <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. -->
1301    <string name="battery_low_subtitle">The battery is getting low:</string>
1302
1303    <!-- 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. -->
1304    <string name="battery_low_percent_format">less than <xliff:g id="number">%d%%</xliff:g>
1305    remaining.</string>
1306
1307    <!-- When the battery is low, this is the label of the button to go to the
1308         power usage activity to find out what drained the battery. -->
1309    <string name="battery_low_why">Why?</string>
1310
1311    <!-- Title of the alert when something went wrong in the factory test. -->
1312    <string name="factorytest_failed">Factory test failed</string>
1313    <!-- Error message displayed when a non-system application tries to start a factory test. -->
1314    <string name="factorytest_not_system">The FACTORY_TEST action
1315        is only supported for packages installed in /system/app.</string>
1316    <!-- Error message displayed when the factory test could not be started. -->
1317    <string name="factorytest_no_action">No package was found that provides the
1318        FACTORY_TEST action.</string>
1319    <!-- Button to restart the device after the factory test. -->
1320    <string name="factorytest_reboot">Reboot</string>
1321
1322    <!-- Do not translate.  WebView User Agent string -->
1323    <string name="web_user_agent"><xliff:g id="x">Mozilla/5.0 (Linux; U; Android %s)
1324        AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1</xliff:g></string>
1325
1326    <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
1327    <string name="js_dialog_title">The page at \'<xliff:g id="title">%s</xliff:g>\' says:</string>
1328    <!-- Default title for a javascript dialog -->
1329    <string name="js_dialog_title_default">JavaScript</string>
1330    <!-- Message in a javascript dialog asking if the user wishes to leave the
1331             current page -->
1332    <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>
1333
1334    <!-- 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. -->
1335    <string name="save_password_label">Confirm</string>
1336
1337    <!-- Title of an application permission, listed so the user can choose whether
1338        they want to allow the application to do this. -->
1339    <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
1340    <!-- Description of an application permission, listed so the user can choose whether
1341        they want to allow the application to do this. -->
1342    <string name="permdesc_readHistoryBookmarks">Allows the application to read all
1343        the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
1344    <!-- Title of an application permission, listed so the user can choose whether
1345        they want to allow the application to do this. -->
1346    <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
1347    <!-- Description of an application permission, listed so the user can choose whether
1348        they want to allow the application to do this. -->
1349    <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the
1350        Browser\'s history or bookmarks stored on your phone. Malicious applications
1351        can use this to erase or modify your Browser\'s data.</string>
1352
1353    <!-- 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. -->
1354    <string name="save_password_message">Do you want the browser to remember this password?</string>
1355    <!-- 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. -->
1356    <string name="save_password_notnow">Not now</string>
1357    <!-- 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. -->
1358    <string name="save_password_remember">Remember</string>
1359    <!-- 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 -->
1360    <string name="save_password_never">Never</string>
1361
1362    <!-- Displayed to the user when they do not have permission to open a particular web page. -->
1363    <string name="open_permission_deny">You do not have permission to open this page.</string>
1364
1365    <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
1366    <string name="text_copied">Text copied to clipboard.</string>
1367
1368    <!-- 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.-->
1369    <string name="more_item_label">More</string>
1370    <!-- 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" -->
1371    <string name="prepend_shortcut_label">Menu+</string>
1372    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
1373    <string name="menu_space_shortcut_label">space</string>
1374    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
1375    <string name="menu_enter_shortcut_label">enter</string>
1376    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
1377    <string name="menu_delete_shortcut_label">delete</string>
1378
1379    <!-- Strings used for search bar --><skip />
1380    
1381    <!-- This is the default button label in the system-wide search UI. 
1382         It is also used by the home screen's search "widget". It should be short -->
1383    <string name="search_go">Search</string>
1384
1385    <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
1386    <string name="oneMonthDurationPast">1 month ago</string>
1387    <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
1388    <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
1389
1390    <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
1391    <plurals name="num_seconds_ago">
1392        <item quantity="one">1 second ago</item>
1393        <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
1394    </plurals>
1395
1396    <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
1397    <plurals name="num_minutes_ago">
1398        <item quantity="one">1 minute ago</item>
1399        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
1400    </plurals>
1401
1402    <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
1403    <plurals name="num_hours_ago">
1404        <item quantity="one">1 hour ago</item>
1405        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1406    </plurals>
1407
1408    <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
1409    <plurals name="num_days_ago">
1410        <item quantity="one">yesterday</item>
1411        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1412    </plurals>
1413
1414    <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
1415    <plurals name="in_num_seconds">
1416        <item quantity="one">in 1 second</item>
1417        <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
1418    </plurals>
1419
1420    <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
1421    <plurals name="in_num_minutes">
1422        <item quantity="one">in 1 minute</item>
1423        <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
1424    </plurals>
1425
1426    <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
1427    <plurals name="in_num_hours">
1428        <item quantity="one">in 1 hour</item>
1429        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1430    </plurals>
1431
1432    <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
1433    <plurals name="in_num_days">
1434        <item quantity="one">tomorrow</item>
1435        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1436    </plurals>
1437    
1438    <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
1439    <plurals name="abbrev_num_seconds_ago">
1440        <item quantity="one">1 sec ago</item>
1441        <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
1442    </plurals>
1443
1444    <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
1445    <plurals name="abbrev_num_minutes_ago">
1446        <item quantity="one">1 min ago</item>
1447        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
1448    </plurals>
1449
1450    <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
1451    <plurals name="abbrev_num_hours_ago">
1452        <item quantity="one">1 hour ago</item>
1453        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1454    </plurals>
1455
1456    <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
1457    <plurals name="abbrev_num_days_ago">
1458        <item quantity="one">yesterday</item>
1459        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1460    </plurals>
1461
1462    <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
1463    <plurals name="abbrev_in_num_seconds">
1464        <item quantity="one">in 1 sec</item>
1465        <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
1466    </plurals>
1467
1468    <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
1469    <plurals name="abbrev_in_num_minutes">
1470        <item quantity="one">in 1 min</item>
1471        <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
1472    </plurals>
1473
1474    <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
1475    <plurals name="abbrev_in_num_hours">
1476        <item quantity="one">in 1 hour</item>
1477        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1478    </plurals>
1479
1480    <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
1481    <plurals name="abbrev_in_num_days">
1482        <item quantity="one">tomorrow</item>
1483        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1484    </plurals>
1485
1486    <!-- String used to display the date. Preposition for date display ("on May 29") -->
1487    <string name="preposition_for_date">on %s</string>
1488    <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
1489    <string name="preposition_for_time">at %s</string>
1490    <!-- String used to display the date. Preposition for year display ("in 2008") -->
1491    <string name="preposition_for_year">in %s</string>
1492
1493    <!-- Appened to express the value is this unit of time: singular day -->
1494    <string name="day">day</string>
1495    <!-- Appened to express the value is this unit of time: plural days -->
1496    <string name="days">days</string>
1497    <!-- Appened to express the value is this unit of time: singular hour -->
1498    <string name="hour">hour</string>
1499    <!-- Appened to express the value is this unit of time: plural hours -->
1500    <string name="hours">hours</string>
1501    <!-- Appened to express the value is this unit of time: singular minute -->
1502    <string name="minute">min</string>
1503    <!-- Appened to express the value is this unit of time: plural minutes -->
1504    <string name="minutes">mins</string>
1505    <!-- Appened to express the value is this unit of time. -->
1506    <string name="second">sec</string>
1507    <!-- Appened to express the value is this unit of time. -->
1508    <string name="seconds">secs</string>
1509    <!-- Appened to express the value is this unit of time. -->
1510    <string name="week">week</string>
1511    <!-- Appened to express the value is this unit of time. -->
1512    <string name="weeks">weeks</string>
1513    <!-- Appened to express the value is this unit of time. -->
1514    <string name="year">year</string>
1515    <!-- Appened to express the value is this unit of time. -->
1516    <string name="years">years</string>
1517
1518    <!-- Calendar spinner item, to select that an event recurs every weekday. -->
1519    <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
1520    <!-- Calendar spinner item, to select that an event recurs every day. -->
1521    <string name="daily">Daily</string>
1522    <!-- Calendar spinner item, to select that an event recurs every week on a particular day of the week. -->
1523    <string name="weekly">"Weekly on <xliff:g id="day">%s</xliff:g>"</string>
1524    <!-- Calendar spinner item, to select that an event recurs every month. -->
1525    <string name="monthly">Monthly</string>
1526    <!-- Calendar spinner item, to select that an event recurs every year. -->
1527    <string name="yearly">Yearly</string>
1528
1529
1530    <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
1531    <string name="VideoView_error_title">Cannot play video</string>
1532    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
1533    <string name="VideoView_error_text_invalid_progressive_playback">Sorry, this video is not valid for streaming to this device.</string>
1534    <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
1535    <string name="VideoView_error_text_unknown">Sorry, this video cannot be played.</string>
1536    <!-- Button to close error alert when a video cannot be played -->
1537    <string name="VideoView_error_button">OK</string>
1538
1539
1540
1541
1542    <!-- Format indicating a relative expression and time.
1543         Example: "4 hours ago, 11:00 am" -->
1544    <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>
1545
1546
1547    <!-- Quoted name for 12pm, lowercase -->
1548    <string name="noon">"noon"</string>
1549    <!-- Quoted name for 12pm, uppercase first letter -->
1550    <string name="Noon">"Noon"</string>
1551    <!-- Quoted name for 12am, lowercase -->
1552    <string name="midnight">"midnight"</string>
1553    <!-- Quoted name for 12am, uppercase first letter -->
1554    <string name="Midnight">"Midnight"</string>
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566    <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
1567    <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>
1568
1569    <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
1570    <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>
1571
1572    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
1573    <string name="selectAll">Select all</string>
1574
1575    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. -->
1576    <string name="selectText">Select text</string>
1577
1578    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. -->
1579    <string name="stopSelectingText">Stop selecting text</string>
1580
1581    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
1582    <string name="cut">Cut</string>
1583
1584    <!-- Item on EditText context menu. This action is used to cut all the text into the clipboard. -->
1585    <string name="cutAll">Cut all</string>
1586
1587    <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
1588    <string name="copy">Copy</string>
1589
1590    <!-- Item on EditText context menu. This action is used to copy all the text into the clipboard. -->
1591    <string name="copyAll">Copy all</string>
1592
1593    <!-- Item on EditText context menu. This action is used t o paste from the clipboard into the eidt field -->
1594    <string name="paste">Paste</string>
1595
1596    <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
1597    <string name="copyUrl">Copy URL</string>
1598
1599    <!-- EditText context menu -->
1600    <string name="inputMethod">Input Method</string>
1601
1602    <!-- Item on EditText context menu, used to add a word to the
1603         input method dictionary. -->
1604    <string name="addToDictionary">"Add \"%s\" to dictionary</string>
1605
1606    <!-- Title for EditText context menu -->
1607    <string name="editTextMenuTitle">Edit text</string>
1608
1609    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
1610    <string name="low_internal_storage_view_title">Low on space</string>
1611    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
1612    <string name="low_internal_storage_view_text">Phone storage space is getting low.</string>
1613
1614    <!-- Preference framework strings. -->
1615    <string name="ok">OK</string>
1616    <!-- Preference framework strings. -->
1617    <string name="cancel">Cancel</string>
1618    <!-- Preference framework strings. -->
1619    <string name="yes">OK</string>
1620    <!-- Preference framework strings. -->
1621    <string name="no">Cancel</string>
1622    <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
1623         combined with setIcon(android.R.drawable.ic_dialog_alert) -->
1624    <string name="dialog_alert_title">Attention</string>
1625
1626    <!-- Default text for a button that can be toggled on and off. -->
1627    <string name="capital_on">ON</string>
1628    <!-- Default text for a button that can be toggled on and off. -->
1629    <string name="capital_off">OFF</string>
1630
1631    <!-- Title of intent resolver dialog when selecting an application to run. -->
1632    <string name="whichApplication">Complete action using</string>
1633    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
1634    <string name="alwaysUse">Use by default for this action.</string>
1635    <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
1636    <string name="clearDefaultHintMsg">Clear default in Home Settings &gt; Applications &gt; Manage applications.</string>
1637    <!-- 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. -->
1638    <string name="chooseActivity">Select an action</string>
1639    <!-- Text to display when there are no activities found to display in the
1640         activity chooser. See the "Select an action" title. -->
1641    <string name="noApplications">No applications can perform this action.</string>
1642    <!-- Title of the alert when an application has crashed. -->
1643    <string name="aerr_title">Sorry!</string>
1644    <!-- Text of the alert that is displayed when an application is not responding. -->
1645    <string name="aerr_application">The application <xliff:g id="application">%1$s</xliff:g>
1646        (process <xliff:g id="process">%2$s</xliff:g>) has stopped unexpectedly. Please try again.</string>
1647    <!-- Text of the alert that is displayed when an application has crashed. -->
1648    <string name="aerr_process">The process <xliff:g id="process">%1$s</xliff:g> has
1649        stopped unexpectedly. Please try again.</string>
1650    <!-- Title of the alert when an application is not responding. -->
1651    <string name="anr_title">Sorry!</string>
1652    <!-- Text of the alert that is displayed when an application is not responding. -->
1653    <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>
1654    <!-- Text of the alert that is displayed when an application is not responding. -->
1655    <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>
1656    <!-- Text of the alert that is displayed when an application is not responding. -->
1657    <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>
1658    <!-- Text of the alert that is displayed when an application is not responding. -->
1659    <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> is not responding.</string>
1660    <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
1661    <string name="force_close">Force close</string>
1662    <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
1663    <string name="report">Report</string>
1664    <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
1665    <string name="wait">Wait</string>
1666    <!-- Button allowing a developer to connect a debugger to an application that is not responding. -->
1667    <string name="debug">Debug</string>
1668
1669    <!-- Displayed in the title of the chooser for things to do with text that
1670         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. -->
1671    <string name="sendText">Select an action for text</string>
1672
1673    <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
1674    <string name="volume_ringtone">Ringer volume</string>
1675    <!-- Title of the dialog where the user is adjusting the music volume -->
1676    <string name="volume_music">Media volume</string>
1677    <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
1678    <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
1679    <!-- Title of the dialog where the user is adjusting the phone call volume -->
1680    <string name="volume_call">In-call volume</string>
1681    <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
1682    <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
1683    <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
1684    <string name="volume_alarm">Alarm volume</string>
1685    <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
1686    <string name="volume_notification">Notification volume</string>
1687    <!-- Title of the dialog where the user is adjusting the general audio volume -->
1688    <string name="volume_unknown">Volume</string>
1689
1690    <!-- Ringtone picker strings --> <skip />
1691    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
1692    <string name="ringtone_default">Default ringtone</string>
1693    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
1694    <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
1695    <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
1696    <string name="ringtone_silent">Silent</string>
1697    <!-- The title of the ringtone picker dialog. -->
1698    <string name="ringtone_picker_title">Ringtones</string>
1699    <!-- 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. -->
1700    <string name="ringtone_unknown">Unknown ringtone</string>
1701
1702    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
1703    <plurals name="wifi_available">
1704        <item quantity="one">Wi-Fi network available</item>
1705        <item quantity="other">Wi-Fi networks available</item>
1706    </plurals>
1707    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
1708    <plurals name="wifi_available_detailed">
1709        <item quantity="one">Open Wi-Fi network available</item>
1710        <item quantity="other">Open Wi-Fi networks available</item>
1711    </plurals>
1712
1713    <!-- Name of the dialog that lets the user choose an accented character to insert -->
1714    <string name="select_character">Insert character</string>
1715
1716    <!-- SMS per-application rate control Dialog --> <skip />
1717    <!-- See SMS_DIALOG.  This is shown if the current application's name cannot be figuerd out. -->
1718    <string name="sms_control_default_app_name">Unknown application</string>
1719    <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
1720    <string name="sms_control_title">Sending SMS messages</string>
1721    <!-- See SMS_DIALOG.  This is the message shown in that dialog. -->
1722    <string name="sms_control_message">A large number of SMS messages are being sent. Select \"OK\" to continue, or \"Cancel\" to stop sending.</string>
1723    <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. -->
1724    <string name="sms_control_yes">OK</string>
1725    <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes.. -->
1726    <string name="sms_control_no">Cancel</string>
1727
1728    <!-- Name of the button in the date/time picker to accept the date/time change -->
1729    <string name="date_time_set">Set</string>
1730
1731    <!-- Security Permissions strings-->
1732    <!-- The default permission group for any permissions that have not explicitly set a group. -->
1733    <string name="default_permission_group">Default</string>
1734    <!-- Do not translate. -->
1735    <string name="permissions_format"><xliff:g id="perm_line1">%1$s</xliff:g>, <xliff:g id="perm_line2">%2$s</xliff:g></string>
1736    <!-- Shown for an application when it doesn't require any permission grants. -->
1737    <string name="no_permissions">No permissions required</string>
1738    <!-- When installing an application, the less-dangerous permissions are hidden.  If the user showed those, this is the text to hide them again.  -->
1739    <string name="perms_hide"><b>Hide</b></string>
1740    <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
1741    <string name="perms_show_all"><b>Show all</b></string>
1742
1743    <!-- Shown when there is content loading from the internet into a dialog. -->
1744    <string name="googlewebcontenthelper_loading">Loading\u2026</string>
1745
1746    <!-- USB storage dialog strings -->
1747    <!-- This is the label for the activity, and should never be visible to the user. -->
1748    <!-- 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. -->
1749    <string name="usb_storage_title">USB connected</string>
1750    <!-- See USB_STORAGE.    This is the message. -->
1751    <string name="usb_storage_message">You have connected your phone to your computer via USB. Select \"Mount\" if you want to copy files between your computer and your phone\'s SD card.</string>
1752    <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
1753    <string name="usb_storage_button_mount">Mount</string>
1754    <!-- See USB_STORAGE.   This is the button text to ignore the plugging in of the phone.. -->
1755    <string name="usb_storage_button_unmount">Don\'t mount</string>
1756    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. --> 
1757    <string name="usb_storage_error_message">There is a problem using your SD card for USB storage.</string>
1758    <!-- 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 -->
1759    <string name="usb_storage_notification_title">USB connected</string>
1760    <!-- See USB_STORAGE. This is the message. -->
1761    <string name="usb_storage_notification_message">Select to copy files to/from your computer.</string>
1762    <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
1763    <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
1764    <!-- See USB_STORAGE. This is the message. -->
1765    <string name="usb_storage_stop_notification_message">Select to turn off USB storage.</string>
1766
1767    <!-- USB storage stop dialog strings -->
1768    <!-- This is the label for the activity, and should never be visible to the user. -->
1769    <!-- 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. -->
1770    <string name="usb_storage_stop_title">Turn off USB storage</string>
1771    <!-- See USB_STORAGE_STOP.    This is the message. -->
1772    <string name="usb_storage_stop_message">Before turning off USB storage, make sure you have unmounted on the USB host. Select \"Turn Off\" to turn off USB storage.</string>
1773    <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
1774    <string name="usb_storage_stop_button_mount">Turn Off</string>
1775    <!-- See USB_STORAGE_STOP.   This is the button text to cancel stoping usb storage. -->
1776    <string name="usb_storage_stop_button_unmount">Cancel</string>
1777    <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. --> 
1778    <string name="usb_storage_stop_error_message">We've encountered a problem turning off USB storage. Check to make sure you have unmounted the USB host, then try again.</string>
1779
1780    <!-- External media format dialog strings -->
1781    <!-- This is the label for the activity, and should never be visible to the user. -->
1782    <!-- 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. -->
1783    <string name="extmedia_format_title">Format SD card</string>
1784    <!-- See EXTMEDIA_FORMAT.   This is the message. -->
1785    <string name="extmedia_format_message">Are you sure you want to format the SD card? All data on your card will be lost.</string>
1786    <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
1787    <string name="extmedia_format_button_format">Format</string>
1788
1789    <!-- Title of notification shown when ADB is actively connected to the phone. -->
1790    <string name="adb_active_notification_title">USB debugging connected</string>
1791    <!-- Message of notification shown when ADB is actively connected to the phone. -->
1792    <string name="adb_active_notification_message">A computer is connected to your phone.</string>
1793    
1794    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
1795    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
1796    <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
1797    <!-- at all and later replace it with a locale string based on the users chosen locale          -->
1798    <!-- DO NOT TRANSLATE -->
1799    <string name="locale_replacement">""</string>
1800
1801    <!-- Title of the pop-up dialog in which the user switches input method components. -->
1802    <string name="select_input_method">Select Input Method</string>
1803    
1804    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
1805    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
1806    
1807    <string name="candidates_style"><u>candidates</u></string>
1808
1809    <!-- External media notification strings -->
1810    <!-- Shown when external media is being checked -->
1811    <string name="ext_media_checking_notification_title">Preparing SD card</string>
1812    <string name="ext_media_checking_notification_message">Checking for errors.</string>
1813
1814    <!-- Shown when external media is blank (or unsupported filesystem) -->
1815    <string name="ext_media_nofs_notification_title">Blank SD card</string>
1816    <string name="ext_media_nofs_notification_message">SD card blank or has unsupported filesystem.</string>
1817
1818    <!-- Shown when external media is unmountable (corrupt)) -->
1819    <string name="ext_media_unmountable_notification_title">Damaged SD card</string>
1820    <string name="ext_media_unmountable_notification_message">SD card damaged. You may have to reformat it.</string>
1821
1822    <!-- Shown when external media is unsafely removed -->
1823    <string name="ext_media_badremoval_notification_title">SD card unexpectedly removed</string>
1824    <string name="ext_media_badremoval_notification_message">Unmount SD card before removing to avoid data loss.</string>
1825
1826    <!-- Shown when external media has been safely removed -->
1827    <string name="ext_media_safe_unmount_notification_title">SD card safe to remove</string>
1828    <string name="ext_media_safe_unmount_notification_message">You can safely remove SD card.</string>
1829
1830    <!-- Shown when external media is missing -->
1831    <string name="ext_media_nomedia_notification_title">Removed SD card</string>
1832    <string name="ext_media_nomedia_notification_message">SD card removed. Insert a new one.</string>
1833
1834    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
1835    <string name="activity_list_empty">No matching activities found</string>
1836
1837    <!-- permission attributes related to package usage statistics -->
1838    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1839    <string name="permlab_pkgUsageStats">update component usage statistics</string>
1840    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1841    <string name="permdesc_pkgUsageStats">Allows the modification of collected component usage statistics. Not for use by normal applications.</string>
1842
1843    <!-- Shown in the tutorial for tap twice for zoom control. -->
1844    <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>
1845
1846
1847    <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
1848    the gadget. -->
1849    <string name="gadget_host_error_inflating">Error inflating widget</string>
1850
1851    <!-- Long label for a button on a full-screen input method for the "Go" action. -->
1852    <string name="ime_action_go">Go</string>
1853    
1854    <!-- Long label for a button on a full-screen input method for the "Search" action. -->
1855    <string name="ime_action_search">Search</string>
1856    
1857    <!-- Long label for a button on a full-screen input method for the "Send" action. -->
1858    <string name="ime_action_send">Send</string>
1859    
1860    <!-- Long label for a button on a full-screen input method for the "Next" action. -->
1861    <string name="ime_action_next">Next</string>
1862    
1863    <!-- Long label for a button on a full-screen input method for the "Done" action. -->
1864    <string name="ime_action_done">Done</string>
1865    
1866    <!-- Long label for a button on a full-screen input method for an unknown action. -->
1867    <string name="ime_action_default">Execute</string>
1868    
1869    <!-- Strings for search suggestions. These are going here because they are referenced by both 
1870         ContactsProvider and GoogleContactsProvider -->
1871    <skip />
1872
1873
1874    <!-- 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. -->
1875    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
1876
1877    <!-- 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. -->
1878    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
1879
1880    <!-- This string array should be overridden by the manufacture to present a list of carrier-id,locale pairs.  This is used at startup to set a default locale by checking the system property ro.carrier for the carrier-id and searching through this array -->
1881    <string-array translatable="false" name="carrier_locales">
1882    </string-array>
1883
1884     <!-- Title for the selected state of a CompoundButton. -->
1885     <string name="accessibility_compound_button_selected">checked</string>
1886
1887     <!-- Title for the unselected state of a CompoundButton. -->
1888     <string name="accessibility_compound_button_unselected">not checked</string>
1889
1890</resources>
1891