strings.xml revision 275555c8eb3fb5df6e7320873b88b77cdde85a9e
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
34    <!-- Used in Contacts for a field that has no label and in Note Pad
35         for a note with no name. -->
36    <string name="untitled">&lt;untitled&gt;</string>
37
38    <!-- Used to replace a range of characters in text that is too wide
39         for the space allocated to it. -->
40    <string name="ellipsis">\u2026</string>
41
42    <!-- How to display the lack of a phone number -->
43    <string name="emptyPhoneNumber">(No phone number)</string>
44
45    <!-- How to display the lack of a name -->
46    <string name="unknownName">(Unknown)</string>
47
48    <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
49    <string name="defaultVoiceMailAlphaTag">Voicemail</string>
50
51    <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
52    <string name="defaultMsisdnAlphaTag">MSISDN1</string>
53
54    <!-- For GsmMmiCode.java --> <skip />
55    <!-- Displayed when the user dialed an MMI code whose function
56         could not be performed. This will be displayed in a toast. -->
57    <string name="mmiError">Connection problem or invalid MMI code.</string>
58    <!-- Displayed when a phone feature such as call barring was activated. -->
59    <string name="serviceEnabled">Service was enabled.</string>
60    <!-- Displayed in front of the list of a set of service classes
61         (voice, data, fax, etc.) that were enabled. -->
62    <string name="serviceEnabledFor">Service was enabled for:</string>
63    <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
64    <string name="serviceDisabled">Service has been disabled.</string>
65    <!-- Displayed when a phone property such as a SIM password was registered. -->
66    <string name="serviceRegistered">Registration was successful.</string>
67    <!-- Displayed when a phone property such as a SIM password was erased. -->
68    <string name="serviceErased">Erasure was successful.</string>
69    <!-- Displayed when a SIM password was entered incorrectly. -->
70    <string name="passwordIncorrect">Incorrect password.</string>
71    <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
72    <string name="mmiComplete">MMI complete.</string>
73    <!-- Displayed when a SIM PIN password is entered incorrectly. -->
74    <string name="badPin">The old PIN you typed is not correct.</string>
75    <!-- Displayed when a SIM PUK password is entered incorrectly. -->
76    <string name="badPuk">The PUK you typed is not correct.</string>
77    <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
78    <string name="mismatchPin">The PINs you entered do not match.</string>
79    <!-- Displayed when a SIM PIN password is too long or too short. -->
80    <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
81    <!-- Displayed to prompt the user to type the PUK password to unlock
82         the SIM card. -->
83    <string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
84    <string name="needPuk2">Type PUK2 to unblock SIM card.</string>
85
86    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
87    <string name="ClipMmi">Incoming Caller ID</string>
88    <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
89    <string name="ClirMmi">Outgoing Caller ID</string>
90    <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
91    <string name="CfMmi">Call forwarding</string>
92    <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
93    <string name="CwMmi">Call waiting</string>
94    <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
95    <string name="BaMmi">Call barring</string>
96    <!-- Displayed as the title for a success/failure report changing the SIM password. -->
97    <string name="PwdMmi">Password change</string>
98    <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
99    <string name="PinMmi">PIN change</string>
100    <string name="CnipMmi">Calling number present</string>
101    <string name="CnirMmi">Calling number restricted</string>
102    <string name="ThreeWCMmi">Three way calling</string>
103    <string name="RuacMmi">Rejection of undesired annoying calls</string>
104    <string name="CndMmi">Calling number delivery</string>
105    <string name="DndMmi">Do not disturb</string>
106
107    <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
108    <string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
109    <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
110    <string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
111    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
112    <string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
113    <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
114    <string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
115
116
117    <!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
118    <string name="serviceNotProvisioned">Service not provisioned.</string>
119    <!-- Displayed to tell the user that they cannot change the caller ID setting. -->
120    <string name="CLIRPermanent">The caller ID setting cannot be changed.</string>
121
122    <!-- Notification title to tell the user that restricted state is changed by access control. -->
123    <string name="RestrictedChangedTitle">Restricted access changed</string>
124    <!-- Displayed to tell the user that data service is blocked by access control. -->
125    <string name="RestrictedOnData">Data service is blocked.</string>
126    <!-- Displayed to tell the user that emergency service is blocked by access control. -->
127    <string name="RestrictedOnEmergency">Emergency service is blocked.</string>
128    <!-- Displayed to tell the user that normal service is blocked by access control. -->
129    <string name="RestrictedOnNormal">Voice/SMS service is blocked.</string>
130    <!-- Displayed to tell the user that all voice service is blocked by access control. -->
131    <string name="RestrictedOnAll">All voice/SMS services are blocked.</string>
132    
133    <!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
134    <!-- Example: Service was enabled for: Voice, Data -->
135    <string name="serviceClassVoice">Voice</string>
136    <!-- Example: Service was enabled for: Voice, Data -->
137    <string name="serviceClassData">Data</string>
138    <!-- Example: Service was enabled for: Voice, FAX -->
139    <string name="serviceClassFAX">FAX</string>
140    <!-- Example: Service was enabled for: Voice, SMS -->
141    <string name="serviceClassSMS">SMS</string>
142    <!-- Meaning: asynchronous data.  Example: Service was enabled for: Voice, Async -->
143    <string name="serviceClassDataAsync">Async</string>
144    <!-- Meaning: synchronous data.  Example: Service was enabled for: Voice, Async -->
145    <string name="serviceClassDataSync">Sync</string>
146    <!-- Meaning: packet data.  Example: Service was enabled for: Voice, Packet -->
147    <string name="serviceClassPacket">Packet</string>
148    <!-- Meaning: unknown.  Example: Service was enabled for: Voice, PAD -->
149    <string name="serviceClassPAD">PAD</string>
150
151    <!--
152        {0} is one of "bearerServiceCode*"
153        {1} is dialing number
154        {2} is time in seconds
155
156        cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
157        has been set but forwarding is not on.
158    --> <skip />
159    <!-- Displayed when the call forwarding query was not able to be forwarded. -->
160    <string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
161    <!-- Displayed when the call forwarding query was forwarded. -->
162    <string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
163    <!-- Displayed when the call forwarding query will be forwarded after some time. -->
164    <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>
165    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
166    <string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
167    <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
168    <string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
169
170    <!-- android.net.http Error strings --> <skip />
171    <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
172    <string name="fcComplete">Feature code complete.</string>
173    <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
174    <string name="fcError">Connection problem or invalid feature code.</string>
175    <!-- android.net.http Error strings --> <skip />
176    <!-- Displayed when a web request was successful. -->
177    <string name="httpErrorOk">OK</string>
178    <!-- Displayed when a web request failed because we don't know the exact reason. -->
179    <string name="httpError">The Web page contains an error.</string>
180    <!-- Displayed when a web request failed because the URL could not be found. -->
181    <string name="httpErrorLookup">The URL could not be found.</string>
182    <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
183    <string name="httpErrorUnsupportedAuthScheme">The site authentication scheme is not supported.</string>
184    <!-- Displayed when a web request failed because the authentication failed. -->
185    <string name="httpErrorAuth">Authentication was unsuccessful.</string>
186    <!-- Displayed when a web request failed because the authentication with the proxy failed. -->
187    <string name="httpErrorProxyAuth">Authentication via the proxy server was unsuccessful.</string>
188    <!-- Displayed when a web request failed because there was a connection error. -->
189    <string name="httpErrorConnect">The connection to the server was unsuccessful.</string>
190    <!-- Displayed when a web request failed because there was an input or output error. -->
191    <string name="httpErrorIO">The server failed to communicate. Try again later.</string>
192    <!-- Displayed when a web request failed because the request timed out -->
193    <string name="httpErrorTimeout">The connection to the server timed out.</string>
194    <!-- Displayed when a web request failed because the site tried to redirect us one too many times -->
195    <string name="httpErrorRedirectLoop">The page contains too many server redirects.</string>
196    <!-- Displayed when a web request failed because the protocol of the server is not supported. -->
197    <string name="httpErrorUnsupportedScheme">The protocol is not supported.</string>
198    <!-- Displayed when a web request failed because the a secure connection couldn't be made to the server.-->
199    <string name="httpErrorFailedSslHandshake">A secure connection could not be established.</string>
200    <!-- Displayed when a web request failed because the URL isn't in a valid form. -->
201    <string name="httpErrorBadUrl">The page could not be opened because the URL is invalid.</string>
202    <!-- Displayed when a request failed because we failed to open the file. -->
203    <string name="httpErrorFile">The file could not be accessed.</string>
204    <!-- Displayed when a request failed because the file wasn't found. -->
205    <string name="httpErrorFileNotFound">The requested file was not found.</string>
206    <!-- Displayed when a request failed because there are too many requests right now. -->
207    <string name="httpErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
208
209    <!-- Sync notifications --> <skip />
210    <!-- 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). -->
211    <string name="contentServiceSync">Sync</string>
212    <!-- 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. -->
213    <string name="contentServiceSyncNotificationTitle">Sync</string>
214    <!-- 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. -->
215    <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
216
217    <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
218    <string name="low_memory">Phone storage is full! Delete some files to free space.</string>
219
220
221    <!-- 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. -->
222    <string name="me">Me</string>
223
224    <!-- Power Dialog --> <skip />
225    <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
226    <string name="power_dialog">Phone options</string>
227    <!-- Button to turn on silent mode, within the Phone Options dialog -->
228    <string name="silent_mode">Silent mode</string>
229    <!-- Button to turn on the radio, within the Phone Options dialog -->
230    <string name="turn_on_radio">Turn on wireless</string>
231    <!-- Button to turn off the radio, within the Phone Options dialog -->
232    <string name="turn_off_radio">Turn off wireless</string>
233    <!-- Button to lock the screen, within the Phone Options dialog -->
234    <string name="screen_lock">Screen lock</string>
235    <!-- Button to turn off the phone, within the Phone Options dialog -->
236    <string name="power_off">Power off</string>
237
238    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
239    <string name="shutdown_progress">Shutting down\u2026</string>
240
241    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will be a confirmation dialog.  This is the message. -->
242    <string name="shutdown_confirm">Your phone will shut down.</string>
243
244    <!-- Recent Tasks dialog -->
245    <string name="no_recent_tasks">No recent applications.</string>
246
247    <!-- Title of the Global Actions Dialog -->
248    <string name="global_actions">Phone options</string>
249
250    <!-- label for item that locks the phone in the phone options dialog -->
251    <string name="global_action_lock">Screen lock</string>
252
253    <!-- label for item that turns off power in phone options dialog -->
254    <string name="global_action_power_off">Power off</string>
255
256    <!-- label for item that enables silent mode in phone options dialog -->
257    <string name="global_action_toggle_silent_mode">Silent mode</string>
258
259    <!-- status message in phone options dialog for when silent mode is enabled -->
260    <string name="global_action_silent_mode_on_status">Sound is OFF</string>
261
262    <!-- status message in phone options dialog for when silent mode is disabled -->
263    <string name="global_action_silent_mode_off_status">Sound is ON</string>
264
265    <!-- label for item that toggles airplane mode -->
266    <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
267
268    <!-- status message in phone options dialog for when airplane mode is on -->
269    <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
270
271    <!-- status message in phone options dialog for when airplane mode is off -->
272    <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
273
274    <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
275    <string name="safeMode">Safe mode</string>
276
277    <!-- Label for the Android system components when they are shown to the user. -->
278    <string name="android_system_label">Android System</string>
279    
280    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
281    <string name="permgrouplab_costMoney">Services that cost you money</string>
282    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
283    <string name="permgroupdesc_costMoney">Allow applications to do things
284        that can cost you money.</string>
285
286    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
287    <string name="permgrouplab_messages">Your messages</string>
288    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
289    <string name="permgroupdesc_messages">Read and write your SMS,
290        e-mail, and other messages.</string>
291
292    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
293    <string name="permgrouplab_personalInfo">Your personal information</string>
294    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
295    <string name="permgroupdesc_personalInfo">Direct access to your contacts
296        and calendar stored on the phone.</string>
297
298    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
299    <string name="permgrouplab_location">Your location</string>
300    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
301    <string name="permgroupdesc_location">Monitor your physical location</string>
302
303    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
304    <string name="permgrouplab_network">Network communication</string>
305    <!-- Description 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="permgroupdesc_network">Allow applications to access
307        various network features.</string>
308
309    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
310    <string name="permgrouplab_accounts">Your Google accounts</string>
311    <!-- Description 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="permgroupdesc_accounts">Access the available Google accounts.</string>
313
314    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
315    <string name="permgrouplab_hardwareControls">Hardware controls</string>
316    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
317    <string name="permgroupdesc_hardwareControls">Direct access to hardware on
318        the handset.</string>
319
320    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
321    <string name="permgrouplab_phoneCalls">Phone calls</string>
322    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
323    <string name="permgroupdesc_phoneCalls">Monitor, record, and process
324        phone calls.</string>
325
326    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
327    <string name="permgrouplab_systemTools">System tools</string>
328    <!-- Description 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="permgroupdesc_systemTools">Lower-level access and control
330        of the system.</string>
331
332    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
333    <string name="permgrouplab_developmentTools">Development tools</string>
334    <!-- Description 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="permgroupdesc_developmentTools">Features only needed for
336        application developers.</string>
337
338    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
339    <string name="permgrouplab_storage">Storage</string>
340    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
341    <string name="permgroupdesc_storage">Access the SD card.</string>
342
343    <!--  Permissions -->
344
345    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
346    <string name="permlab_statusBar">disable or modify status bar</string>
347    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
348    <string name="permdesc_statusBar">Allows application to disable
349        the status bar or add and remove system icons.</string>
350
351    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
352    <string name="permlab_expandStatusBar">expand/collapse status bar</string>
353    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
354    <string name="permdesc_expandStatusBar">Allows application to
355        expand or collapse the status bar.</string>
356
357    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
358    <string name="permlab_processOutgoingCalls">intercept outgoing calls</string>
359    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
360    <string name="permdesc_processOutgoingCalls">Allows application to
361        process outgoing calls and change the number to be dialed.  Malicious
362        applications may monitor, redirect, or prevent outgoing calls.</string>
363
364    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
365    <string name="permlab_receiveSms">receive SMS</string>
366    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
367    <string name="permdesc_receiveSms">Allows application to receive
368      and process SMS messages. Malicious applications may monitor
369      your messages or delete them without showing them to you.</string>
370
371    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
372    <string name="permlab_receiveMms">receive MMS</string>
373    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
374    <string name="permdesc_receiveMms">Allows application to receive
375      and process MMS messages. Malicious applications may monitor
376      your messages or delete them without showing them to you.</string>
377
378    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
379    <string name="permlab_sendSms">send SMS messages</string>
380    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
381    <string name="permdesc_sendSms">Allows application to send SMS
382      messages. Malicious applications may cost you money by sending
383      messages without your confirmation.</string>
384
385    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
386    <string name="permlab_readSms">read SMS or MMS</string>
387    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
388    <string name="permdesc_readSms">Allows application to read
389      SMS messages stored on your phone or SIM card. Malicious applications
390      may read your confidential messages.</string>
391
392    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
393    <string name="permlab_writeSms">edit SMS or MMS</string>
394    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
395    <string name="permdesc_writeSms">Allows application to write
396      to SMS messages stored on your phone or SIM card. Malicious applications
397      may delete your messages.</string>
398
399    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
400    <string name="permlab_receiveWapPush">receive WAP</string>
401    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
402    <string name="permdesc_receiveWapPush">Allows application to receive
403      and process WAP messages. Malicious applications may monitor
404      your messages or delete them without showing them to you.</string>
405
406    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
407    <string name="permlab_getTasks">retrieve running applications</string>
408    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
409    <string name="permdesc_getTasks">Allows application to retrieve
410        information about currently and recently running tasks. May allow
411        malicious applications to discover private information about other applications.</string>
412
413    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
414    <string name="permlab_reorderTasks">reorder running applications</string>
415    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
416    <string name="permdesc_reorderTasks">Allows an application to move
417        tasks to the foreground and background. Malicious applications can force
418        themselves to the front without your control.</string>
419
420    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
421    <string name="permlab_setDebugApp">enable application debugging</string>
422    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
423    <string name="permdesc_setDebugApp">Allows an application to turn
424        on debugging for another application. Malicious applications can use this
425        to kill other applications.</string>
426
427    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
428    <string name="permlab_changeConfiguration">change your UI settings</string>
429    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
430    <string name="permdesc_changeConfiguration">Allows an application to
431        change the current configuration, such as the locale or overall font
432        size.</string>
433
434    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
435    <string name="permlab_restartPackages">restart other applications</string>
436    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
437    <string name="permdesc_restartPackages">Allows an application to
438        forcibly restart other applications.</string>
439
440    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
441    <string name="permlab_setProcessForeground">keep from being stopped</string>
442    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
443    <string name="permdesc_setProcessForeground">Allows an application to make
444        any process run in the foreground, so it can\'t be killed.
445        Should never be needed for normal applications.</string>
446
447    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
448    <string name="permlab_forceBack">force application to close</string>
449    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
450    <string name="permdesc_forceBack">Allows an application to force any
451        activity that is in the foreground to close and go back.
452        Should never be needed for normal applications.</string>
453
454    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
455    <string name="permlab_dump">retrieve system internal state</string>
456    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
457    <string name="permdesc_dump">Allows application to retrieve
458        internal state of the system. Malicious applications may retrieve
459        a wide variety of private and secure information that they should
460        never normally need.</string>
461
462    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
463    <string name="permlab_addSystemService">publish low-level services</string>
464    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
465    <string name="permdesc_addSystemService">Allows application to publish
466        its own low-level system services. Malicious applications may hijack
467        the system, and steal or corrupt any data on it.</string>
468
469    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
470    <string name="permlab_runSetActivityWatcher">monitor and control all application launching</string>
471    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
472    <string name="permdesc_runSetActivityWatcher">Allows an application to
473        monitor and control how the system launches activities.
474        Malicious applications may completely compromise the system. This
475        permission is only needed for development, never for normal
476        phone usage.</string>
477
478    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
479    <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
480    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
481    <string name="permdesc_broadcastPackageRemoved">Allows an application to
482        broadcast a notification that an application package has been removed.
483        Malicious applications may use this to kill any other running
484        application.</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_broadcastSmsReceived">send SMS-received broadcast</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_broadcastSmsReceived">Allows an application to
490        broadcast a notification that an SMS message has been received.
491        Malicious applications may use this to forge incoming SMS messages.</string>
492
493    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
494    <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
495    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
496    <string name="permdesc_broadcastWapPush">Allows an application to
497        broadcast a notification that a WAP PUSH message has been received.
498        Malicious applications may use this to forge MMS message receipt or to
499        silently replace the content of any web page with malicious variants.</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_setProcessLimit">limit number of running processes</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_setProcessLimit">Allows an application
505        to control the maximum number of processes that will run. Never
506        needed for normal applications.</string>
507
508    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
509    <string name="permlab_setAlwaysFinish">make all background applications close</string>
510    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
511    <string name="permdesc_setAlwaysFinish">Allows an application
512        to control whether activities are always finished as soon as they
513        go to the background. Never needed for normal applications.</string>
514
515    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
516    <string name="permlab_fotaUpdate">automatically install system updates</string>
517    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
518    <string name="permdesc_fotaUpdate">Allows an application to receive
519        notifications about pending system updates and trigger their
520        installation. Malicious applications may use this to corrupt the system
521        with unauthorized updates, or generally interfere with the update
522        process.</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_batteryStats">modify battery statistics</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_batteryStats">Allows the modification of
528        collected battery statistics. Not for use by normal applications.</string>
529
530    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
531    <string name="permlab_internalSystemWindow">display unauthorized windows</string>
532    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
533    <string name="permdesc_internalSystemWindow">Allows the creation of
534        windows that are intended to be used by the internal system
535        user interface. Not for use by normal applications.</string>
536
537    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
538    <string name="permlab_systemAlertWindow">display system-level alerts</string>
539    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
540    <string name="permdesc_systemAlertWindow">Allows an application to
541        show system alert windows. Malicious applications can take over the
542        entire screen of the phone.</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_setAnimationScale">modify global animation speed</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_setAnimationScale">Allows an application to change
548        the global animation speed (faster or slower animations) at any time.</string>
549
550    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
551    <string name="permlab_manageAppTokens">manage application tokens</string>
552    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
553    <string name="permdesc_manageAppTokens">Allows applications to
554        create and manage their own tokens, bypassing their normal
555        Z-ordering. Should never be needed for normal applications.</string>
556
557    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
558    <string name="permlab_injectEvents">press keys and control buttons</string>
559    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
560    <string name="permdesc_injectEvents">Allows an application to deliver
561        its own input events (key presses, etc.) to other applications. Malicious
562        applications can use this to take over the phone.</string>
563
564    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
565    <string name="permlab_readInputState">record what you type and actions you take</string>
566    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
567    <string name="permdesc_readInputState">Allows applications to watch the
568        keys you press even when interacting with another application (such
569        as entering a password). Should never be needed for normal applications.</string>
570
571    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
572    <string name="permlab_bindInputMethod">bind to an input method</string>
573    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
574    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
575        interface of an input method. Should never be needed for normal applications.</string>
576
577    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
578    <string name="permlab_setOrientation">change screen orientation</string>
579    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
580    <string name="permdesc_setOrientation">Allows an application to change
581        the rotation of the screen at any time. Should never be needed for
582        normal applications.</string>
583
584    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
585    <string name="permlab_signalPersistentProcesses">send Linux signals to applications</string>
586    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
587    <string name="permdesc_signalPersistentProcesses">Allows application to request that the
588        supplied signal be sent to all persistent processes.</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_persistentActivity">make application always run</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_persistentActivity">Allows an application to make
594        parts of itself persistent, so the system can\'t use it for other
595        applications.</string>
596
597    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
598    <string name="permlab_deletePackages">delete applications</string>
599    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
600    <string name="permdesc_deletePackages">Allows an application to delete
601        Android packages. Malicious applications can use this to delete important 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_clearAppUserData">delete other applications\' data</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_clearAppUserData">Allows an application to clear user data.</string>
607    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
608    <string name="permlab_deleteCacheFiles">delete other applications\' caches</string>
609    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
610    <string name="permdesc_deleteCacheFiles">Allows an application to delete
611        cache files.</string>
612
613    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
614    <string name="permlab_getPackageSize">measure application storage space</string>
615    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
616    <string name="permdesc_getPackageSize">Allows an application to retrieve
617        its code, data, and cache sizes</string>
618
619    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
620    <string name="permlab_installPackages">directly install applications</string>
621    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
622    <string name="permdesc_installPackages">Allows an application to install new or updated
623        Android packages. Malicious applications can use this to add new applications with arbitrarily
624        powerful permissions.</string>
625
626    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
627    <string name="permlab_clearAppCache">delete all application cache data</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_clearAppCache">Allows an application to free phone storage
630        by deleting files in application cache directory. Access is very
631        restricted usually to system process.</string>
632
633    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
634    <string name="permlab_readLogs">read system log files</string>
635    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
636    <string name="permdesc_readLogs">Allows an application to read from the
637        system\'s various log files.  This allows it to discover general
638        information about what you are doing with the phone, but they should
639        not contain any personal or private information.</string>
640
641    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
642    <string name="permlab_diagnostic">read/write to resources owned by diag</string>
643    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
644    <string name="permdesc_diagnostic">Allows an application to read and write to
645    any resource owned by the diag group; for example, files in /dev. This could
646    potentially affect system stability and security. This should be ONLY be used
647    for hardware-specific diagnostics by the manufacturer or operator.</string>
648
649    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
650    <string name="permlab_changeComponentState">enable or disable application components</string>
651    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
652    <string name="permdesc_changeComponentState">Allows an application to change whether a
653        component of another application is enabled or not. Malicious applications can use this
654        to disable important phone capabilities. Care must be used with permission, as it is
655        possible to get application components into an unusable, inconsistent, or unstable state.
656    </string>
657
658    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
659    <string name="permlab_setPreferredApplications">set preferred applications</string>
660    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
661    <string name="permdesc_setPreferredApplications">Allows an application to
662        modify your preferred applications. This can allow malicious applications
663        to silently change the applications that are run, spoofing your
664        existing applications to collect private data from you.</string>
665
666    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
667    <string name="permlab_writeSettings">modify global system settings</string>
668    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
669    <string name="permdesc_writeSettings">Allows an application to modify the
670        system\'s settings data. Malicious applications can corrupt your system\'s
671        configuration.</string>
672
673    <string name="permlab_writeSecureSettings">modify secure system settings</string>
674    <string name="permdesc_writeSecureSettings">Allows an application to modify the
675        system's secure settings data. Not for use by normal applications.</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_writeGservices">modify the Google services map</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_writeGservices">Allows an application to modify the
681        Google services map.  Not for use by normal applications.</string>
682
683    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
684    <string name="permlab_receiveBootCompleted">automatically start at boot</string>
685    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
686    <string name="permdesc_receiveBootCompleted">Allows an application to
687        have itself started as soon as the system has finished booting.
688        This can make it take longer to start the phone and allow the
689        application to slow down the overall phone by always running.</string>
690
691    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
692    <string name="permlab_broadcastSticky">send sticky broadcast</string>
693    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
694    <string name="permdesc_broadcastSticky">Allows an application to send
695        sticky broadcasts, which remain after the broadcast ends.
696        Malicious applications can make the phone slow or unstable by causing it
697        to use too much memory.</string>
698
699    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
700    <string name="permlab_readContacts">read contact data</string>
701    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
702    <string name="permdesc_readContacts">Allows an application to read all
703        of the contact (address) data stored on your phone. Malicious applications
704        can use this to send your data to other people.</string>
705
706    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
707    <string name="permlab_writeContacts">write contact data</string>
708    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
709    <string name="permdesc_writeContacts">Allows an application to modify the
710        contact (address) data stored on your phone. Malicious
711        applications can use this to erase or modify your contact data.</string>
712
713    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
714    <string name="permlab_writeOwnerData">write owner data</string>
715    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
716    <string name="permdesc_writeOwnerData">Allows an application to modify the
717        phone owner data stored on your phone. Malicious
718        applications can use this to erase or modify owner data.</string>
719
720    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
721    <string name="permlab_readOwnerData">read owner data</string>
722    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
723    <string name="permdesc_readOwnerData">Allows an application read the
724        phone owner data stored on your phone. Malicious
725        applications can use this to read phone owner data.</string>
726
727    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
728    <string name="permlab_readCalendar">read calendar data</string>
729    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
730    <string name="permdesc_readCalendar">Allows an application to read all
731        of the calendar events stored on your phone. Malicious applications
732        can use this to send your calendar events to other people.</string>
733
734    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
735    <string name="permlab_writeCalendar">write calendar data</string>
736    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
737    <string name="permdesc_writeCalendar">Allows an application to modify the
738        calendar events stored on your phone. Malicious
739        applications can use this to erase or modify your calendar data.</string>
740
741    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
742    <string name="permlab_accessMockLocation">mock location sources for testing</string>
743    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
744    <string name="permdesc_accessMockLocation">Create mock location sources for testing.
745        Malicious applications can use this to override the location and/or status returned by real
746        location sources such as GPS or Network providers.</string>
747
748    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
749    <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
750    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
751    <string name="permdesc_accessLocationExtraCommands">Access extra location provider commands.
752        Malicious applications could use this to interfere with the operation of the GPS
753        or other location sources.</string>
754
755    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
756    <string name="permlab_installLocationProvider">permission to install a location provider</string>
757    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
758    <string name="permdesc_installLocationProvider">Create mock location sources for testing.
759        Malicious applications can use this to override the location and/or status returned by real
760        location sources such as GPS or Network providers.</string>
761
762    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
763    <string name="permlab_installLocationCollector">permission to install a location collector</string>
764    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
765    <string name="permdesc_installLocationCollector">Create mock location sources for testing.
766        Malicious applications can use this to monitor and report your location to an external source.</string>
767
768    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
769    <string name="permlab_accessFineLocation">fine (GPS) location</string>
770    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
771    <string name="permdesc_accessFineLocation">Access fine location sources such as the
772        Global Positioning System on the phone, where available.
773        Malicious applications can use this to determine where you are, and may
774        consume additional battery power.</string>
775
776    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
777    <string name="permlab_accessCoarseLocation">coarse (network-based) location</string>
778    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
779    <string name="permdesc_accessCoarseLocation">Access coarse location sources such as the cellular
780        network database to determine an approximate phone location, where available. Malicious
781        applications can use this to determine approximately where you are.</string>
782
783    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
784    <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
785    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
786    <string name="permdesc_accessSurfaceFlinger">Allows application to use
787        SurfaceFlinger low-level features.</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_readFrameBuffer">read frame buffer</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_readFrameBuffer">Allows application to use
793        read the content of the frame buffer.</string>
794
795    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
796    <string name="permlab_modifyAudioSettings">change your audio settings</string>
797    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
798    <string name="permdesc_modifyAudioSettings">Allows application to modify
799        global audio settings such as volume and routing.</string>
800
801    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
802    <string name="permlab_recordAudio">record audio</string>
803    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
804    <string name="permdesc_recordAudio">Allows application to access
805        the audio record path.</string>
806
807    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
808    <string name="permlab_camera">take pictures</string>
809    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
810    <string name="permdesc_camera">Allows application to take pictures
811        with the camera. This allows the application at any time to collect
812        images the camera is seeing.</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_brick">permanently disable phone</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_brick">Allows the application to
818        disable the entire phone permanently. This is very dangerous.</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_reboot">force phone reboot</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_reboot">Allows the application to
824        force the phone to reboot.</string>
825
826    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
827    <string name="permlab_mount_unmount_filesystems">mount and unmount filesystems</string>
828    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
829    <string name="permdesc_mount_unmount_filesystems">Allows the application to mount and
830        unmount filesystems for removable storage.</string>
831
832    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
833    <string name="permlab_mount_format_filesystems">format external storage</string>
834    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
835    <string name="permdesc_mount_format_filesystems">Allows the application to format removable storage.</string>
836
837    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
838    <string name="permlab_vibrate">control vibrator</string>
839    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
840    <string name="permdesc_vibrate">Allows the application to control
841        the vibrator.</string>
842
843    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
844    <string name="permlab_flashlight">control flashlight</string>
845    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
846    <string name="permdesc_flashlight">Allows the application to control
847        the flashlight.</string>
848
849    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
850    <string name="permlab_hardware_test">test hardware</string>
851    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
852    <string name="permdesc_hardware_test">Allows the application to control
853        various peripherals for the purpose of hardware testing.</string>
854
855    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
856    <string name="permlab_callPhone">directly call phone numbers</string>
857    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
858    <string name="permdesc_callPhone">Allows the application to call
859        phone numbers without your intervention. Malicious applications may
860        cause unexpected calls on your phone bill. Note that this does not
861        allow the application to call emergency numbers.</string>
862
863    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
864    <string name="permlab_callPrivileged">directly call any phone numbers</string>
865    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
866    <string name="permdesc_callPrivileged">Allows the application to call
867        any phone number, including emergency numbers, without your intervention.
868        Malicious applications may place unnecessary and illegal calls to emergency
869        services.</string>
870
871    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
872    <string name="permlab_locationUpdates">control location update notifications</string>
873    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
874    <string name="permdesc_locationUpdates">Allows enabling/disabling location
875        update notifications from the radio.  Not for use by normal applications.</string>
876
877    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
878    <string name="permlab_checkinProperties">access checkin properties</string>
879    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
880    <string name="permdesc_checkinProperties">Allows read/write access to
881        properties uploaded by the checkin service.  Not for use by normal
882        applications.</string>
883
884
885    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
886    <string name="permlab_bindGadget">choose widgets</string>
887    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
888    <string name="permdesc_bindGadget">Allows the application to tell the system
889        which widgets can be used by which application.  With this permission,
890        applications can give access to personal data to other applications.
891        Not for use by normal applications.</string>
892
893    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
894    <string name="permlab_modifyPhoneState">modify phone state</string>
895    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
896    <string name="permdesc_modifyPhoneState">Allows the application to control the
897        phone features of the device. An application with this permission can switch
898        networks, turn the phone radio on and off and the like without ever notifying
899        you.</string>
900
901    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
902    <string name="permlab_readPhoneState">read phone state</string>
903    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
904    <string name="permdesc_readPhoneState">Allows the application to access the phone
905        features of the device.  An application with this permission can determine the phone
906        number of this phone, whether a call is active, the number that call is connected to
907        and the like.</string>
908
909    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
910    <string name="permlab_wakeLock">prevent phone from sleeping</string>
911    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
912    <string name="permdesc_wakeLock">Allows an application to prevent
913        the phone from going to sleep.</string>
914
915    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
916    <string name="permlab_devicePower">power phone on or off</string>
917    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
918    <string name="permdesc_devicePower">Allows the application to turn the
919        phone on or off.</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_factoryTest">run in factory test mode</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_factoryTest">Run as a low-level manufacturer test,
925        allowing complete access to the phone hardware. Only available
926        when a phone is running in manufacturer test mode.</string>
927
928    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
929    <string name="permlab_setWallpaper">set wallpaper</string>
930    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
931    <string name="permdesc_setWallpaper">Allows the application
932        to set the system wallpaper.</string>
933
934    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
935    <string name="permlab_setWallpaperHints">set wallpaper size hints</string>
936    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
937    <string name="permdesc_setWallpaperHints">Allows the application
938        to set the system wallpaper size hints.</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_masterClear">reset system to factory defaults</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_masterClear">Allows an application to completely
944        reset the system to its factory settings, erasing all data,
945        configuration, and installed applications.</string>
946
947    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
948    <string name="permlab_setTimeZone">set time zone</string>
949    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
950    <string name="permdesc_setTimeZone">Allows an application to change
951        the phone\'s time zone.</string>
952
953    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
954    <string name="permlab_getAccounts">discover known accounts</string>
955    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
956    <string name="permdesc_getAccounts">Allows an application to get
957      the list of accounts known by the phone.</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_accessNetworkState">view network state</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_accessNetworkState">Allows an application to view
963      the state of all networks.</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_createNetworkSockets">full Internet access</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_createNetworkSockets">Allows an application to
969      create network sockets.</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_writeApnSettings">write Access Point Name settings</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_writeApnSettings">Allows an application to modify the APN
975        settings, such as Proxy and Port of any APN.</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_changeNetworkState">change network connectivity</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_changeNetworkState">Allows an application to change
981      the state network connectivity.</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_changeBackgroundDataSetting">change background data usage setting</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_changeBackgroundDataSetting">Allows an application to change
987      the background data usage setting.</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_accessWifiState">view Wi-Fi state</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_accessWifiState">Allows an application to view
993      the information about the state of Wi-Fi.</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_changeWifiState">change Wi-Fi state</string>
997    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
998    <string name="permdesc_changeWifiState">Allows an application to connect
999      to and disconnect from Wi-Fi access points, and to make changes to
1000      configured Wi-Fi networks.</string>
1001
1002    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1003    <string name="permlab_bluetoothAdmin">bluetooth administration</string>
1004    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1005    <string name="permdesc_bluetoothAdmin">Allows an application to configure
1006      the local Bluetooth phone, and to discover and pair with remote
1007      devices.</string>
1008
1009    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1010    <string name="permlab_bluetooth">create Bluetooth connections</string>
1011    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1012    <string name="permdesc_bluetooth">Allows an application to view
1013      configuration of the local Bluetooth phone, and to make and accept
1014      connections with paired devices.</string>
1015
1016    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1017    <string name="permlab_disableKeyguard">disable keylock</string>
1018    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1019    <string name="permdesc_disableKeyguard">Allows an application to disable
1020      the keylock and any associated password security. A legitimate example of
1021      this is the phone disabling the keylock when receiving an incoming phone call,
1022      then re-enabling the keylock when the call is finished.</string>
1023
1024    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1025    <string name="permlab_readSyncSettings">read sync settings</string>
1026    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1027    <string name="permdesc_readSyncSettings">Allows an application to read the sync settings,
1028        such as whether sync is enabled for Contacts.</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_writeSyncSettings">write sync settings</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_writeSyncSettings">Allows an application to modify the sync
1034        settings, such as whether sync is enabled for Contacts.</string>
1035
1036    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1037    <string name="permlab_readSyncStats">read sync statistics</string>
1038    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1039    <string name="permdesc_readSyncStats">Allows an application to read the sync stats; e.g., the
1040        history of syncs that have occurred.</string>
1041
1042    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1043    <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1044    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045    <string name="permdesc_subscribedFeedsRead">Allows an application to get details about the currently synced feeds.</string>
1046
1047    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1048    <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1049    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1050    <string name="permdesc_subscribedFeedsWrite">Allows an application to modify
1051      your currently synced feeds. This could allow a malicious application to
1052      change your synced feeds.</string>
1053
1054    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1055    <string name="permlab_readDictionary">read user defined dictionary</string>
1056    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1057    <string name="permdesc_readDictionary">Allows an application to read any private
1058      words, names and phrases that the user may have stored in the user dictionary.</string>
1059
1060    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1061    <string name="permlab_writeDictionary">write to user defined dictionary</string>
1062    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1063    <string name="permdesc_writeDictionary">Allows an application to write new words into the
1064      user dictionary.</string>
1065
1066    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1067    <string name="permlab_sdcardWrite">write to SD card</string>
1068    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1069    <string name="permdesc_sdcardWrite">Allows an application to write to the SD card.</string>
1070
1071    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1072    <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1073    <string-array name="phoneTypes">
1074        <item>Home</item>
1075        <item>Mobile</item>
1076        <item>Work</item>
1077        <item>Work Fax</item>
1078        <item>Home Fax</item>
1079        <item>Pager</item>
1080        <item>Other</item>
1081        <item>Custom</item>
1082    </string-array>
1083
1084    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1085    <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1086    <string-array name="emailAddressTypes">
1087        <item>Home</item>
1088        <item>Work</item>
1089        <item>Other</item>
1090        <item>Custom</item>
1091    </string-array>
1092
1093    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1094    <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1095    <string-array name="postalAddressTypes">
1096        <item>Home</item>
1097        <item>Work</item>
1098        <item>Other</item>
1099        <item>Custom</item>
1100    </string-array>
1101
1102    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1103    <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1104    <string-array name="imAddressTypes">
1105        <item>Home</item>
1106        <item>Work</item>
1107        <item>Other</item>
1108        <item>Custom</item>
1109    </string-array>
1110
1111    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1112    <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1113    <string-array name="organizationTypes">
1114        <item>Work</item>
1115        <item>Other</item>
1116        <item>Custom</item>
1117    </string-array>
1118
1119    <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1120    <!-- Instant Message protocols/providers from android.provider.Contacts -->
1121    <string-array name="imProtocols">
1122        <item>AIM</item>
1123        <item>Windows Live</item>
1124        <item>Yahoo</item>
1125        <item>Skype</item>
1126        <item>QQ</item>
1127        <item>Google Talk</item>
1128        <item>ICQ</item>
1129        <item>Jabber</item>
1130    </string-array>
1131
1132    <!-- Instructions telling the user to enter their pin to unlock the keyguard.
1133         Displayed in one line in a large font.  -->
1134    <string name="keyguard_password_enter_pin_code">Enter PIN code</string>
1135
1136    <!-- Instructions telling the user that they entered the wrong pin while trying
1137         to unlock the keyguard.  Displayed in one line in a large font.  -->
1138    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code!</string>
1139
1140    <!-- Instructions telling the user how to unlock the phone. -->
1141    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1142
1143    <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1144    <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1145
1146    <!--
1147       *** touch based lock / unlock ***
1148                                          --> <skip />
1149
1150    <!-- 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.-->
1151    <string name="lockscreen_carrier_default">(No service)</string>
1152
1153    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1154    <string name="lockscreen_screen_locked">Screen locked.</string>
1155
1156    <!-- when pattern lock is enabled, tell them about the emergency dial -->
1157    <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1158
1159    <!-- 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. -->
1160    <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1161
1162    <!-- 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. -->
1163    <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1164    <!-- Button at the bottom of the unlock screen to make an emergency call. -->
1165    <string name="lockscreen_emergency_call">Emergency call</string>
1166    <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1167    <string name="lockscreen_pattern_correct">Correct!</string>
1168    <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1169    <string name="lockscreen_pattern_wrong">Sorry, try again</string>
1170
1171    <!-- When the lock screen is showing and the phone plugged in, show the current
1172         charge %.  -->
1173    <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
1174
1175    <!-- When the lock screen is showing and the battery is low, warn user to plug
1176         in the phone soon. -->
1177    <string name="lockscreen_low_battery">Connect your charger.</string>
1178
1179    <!-- Shown in the lock screen when there is no SIM card. -->
1180    <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
1181    <!-- Shown in the lock screen when there is no SIM card. -->
1182    <string name="lockscreen_missing_sim_message">No SIM card in phone.</string>
1183    <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1184    <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string>
1185
1186
1187    <!-- When the user inserts a sim card from an unsupported network, it becomes network
1188         locked -->
1189    <string name="lockscreen_network_locked_message">Network locked</string>
1190
1191
1192    <!-- When the user enters a wrong sim pin too many times, it becomes
1193         PUK locked (Pin Unlock Kode) -->
1194    <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1195    <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1196    <string name="lockscreen_sim_puk_locked_instructions">Please see the User Guide or contact Customer Care.</string>
1197
1198    <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1199    <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1200
1201    <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1202         whether it is valid, and to unlock the sim if it is valid.  we display a
1203         progress dialog in the meantime.  this is the emssage. -->
1204    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1205
1206    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts -->
1207    <string name="lockscreen_too_many_failed_attempts_dialog_message">
1208        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1209        \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1210    </string>
1211
1212    <!-- For the unlock screen, Information message shown in dialog when user is almost at the limit
1213         where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1214    <string name="lockscreen_failed_attempts_almost_glogin">
1215        You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1216       After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1217       you will be asked to unlock your phone using your Google sign-in.\n\n
1218       Please try again in <xliff:g id="number">%d</xliff:g> seconds.
1219    </string>
1220
1221    <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
1222         failed attempts -->
1223    <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1224
1225    <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
1226         their lock gesture -->
1227    <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
1228
1229    <!-- Title of the unlock screen that uses your Google login and password -->
1230    <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts!</string>
1231    <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
1232    <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account</string>
1233    <!-- Hint caption for the username field when unlocking the phone using login and password -->
1234    <string name="lockscreen_glogin_username_hint">Username (email)</string>
1235    <!-- Hint caption for the password field when unlocking the phone using login and password -->
1236    <string name="lockscreen_glogin_password_hint">Password</string>
1237    <!-- Button to try to unlock the phone using username and password -->
1238    <string name="lockscreen_glogin_submit_button">Sign in</string>
1239    <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
1240    <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
1241
1242    <!-- A format string for 12-hour time of day (example: "12:30 PM"). -->
1243    <string name="status_bar_time_format">"<xliff:g id="hour" example="12">h</xliff:g>:<xliff:g id="minute" example="30">mm</xliff:g> <xliff:g id="ampm" example="AM">AA</xliff:g>"</string>
1244
1245    <!-- A format string for 12-hour time of day, with lower-case "am" or "pm" (example: "12:30pm"). -->
1246    <string name="hour_minute_ampm">"<xliff:g id="hour" example="12">%-l</xliff:g>:<xliff:g id="minute" example="30">%M</xliff:g><xliff:g id="ampm" example="am">%P</xliff:g>"</string>
1247
1248    <!-- A format string for 12-hour time of day, with capital "AM" or "PM" (example: "12:30PM"). -->
1249    <string name="hour_minute_cap_ampm">"<xliff:g id="hour" example="12">%-l</xliff:g>:<xliff:g id="minute" example="30">%M</xliff:g><xliff:g id="ampm" example="AM">%p</xliff:g>"</string>
1250
1251    <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
1252    <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
1253
1254    <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
1255    <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
1256
1257    <!-- The text for the button in the notification window-shade that clears
1258         all of the currently visible notifications. -->
1259    <string name="status_bar_clear_all_button">Clear notifications</string>
1260
1261    <!-- The label in the bar at the top of the status bar when there are no notifications
1262         showing. -->
1263    <string name="status_bar_no_notifications_title">No notifications</string>
1264
1265    <!-- The label for the group of notifications for ongoing events in the opened version of
1266         the status bar.  An ongoing call is the prime example of this.  The MP3 music player
1267         might be another example.  -->
1268    <string name="status_bar_ongoing_events_title">Ongoing</string>
1269
1270    <!-- The label for the group of notifications for recent events in the opened version of
1271         the status bar.  Recently received text messsages (SMS), emails, calendar alerts, etc. -->
1272    <string name="status_bar_latest_events_title">Notifications</string>
1273
1274    <!-- The big percent text in the middle of the battery icon that appears when you plug in
1275         the charger. -->
1276    <string name="battery_status_text_percent_format"><xliff:g id="number" example="50">%d</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
1277
1278    <!-- The big percent text in the middle of the battery icon that appears when you plug in
1279         the charger. This indicates the current status of the battery.  -->
1280    <string name="battery_status_charging">Charging\u2026</string>
1281
1282    <!-- When the battery is low, this is displayed to the user in a dialog.  The title of the low battery alert. -->
1283    <string name="battery_low_title">Please connect charger</string>
1284
1285    <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. -->
1286    <string name="battery_low_subtitle">The battery is getting low:</string>
1287
1288    <!-- 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. -->
1289    <string name="battery_low_percent_format">less than <xliff:g id="number">%d%%</xliff:g>
1290    remaining.</string>
1291
1292
1293    <!-- Title of the alert when something went wrong in the factory test. -->
1294    <string name="factorytest_failed">Factory test failed</string>
1295    <!-- Error message displayed when a non-system application tries to start a factory test. -->
1296    <string name="factorytest_not_system">The FACTORY_TEST action
1297        is only supported for packages installed in /system/app.</string>
1298    <!-- Error message displayed when the factory test could not be started. -->
1299    <string name="factorytest_no_action">No package was found that provides the
1300        FACTORY_TEST action.</string>
1301    <!-- Button to restart the device after the factory test. -->
1302    <string name="factorytest_reboot">Reboot</string>
1303
1304    <!-- Do not translate.  WebView User Agent string -->
1305    <string name="web_user_agent"><xliff:g id="x">Mozilla/5.0 (Linux; U; Android %s)
1306        AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1</xliff:g></string>
1307
1308    <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
1309    <string name="js_dialog_title">The page at \'<xliff:g id="title">%s</xliff:g>\' says:</string>
1310    <!-- Default title for a javascript dialog -->
1311    <string name="js_dialog_title_default">JavaScript</string>
1312    <!-- Message in a javascript dialog asking if the user wishes to leave the
1313             current page -->
1314    <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>
1315
1316    <!-- 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. -->
1317    <string name="save_password_label">Confirm</string>
1318    
1319    <!-- 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. -->
1320    <string name="save_password_message">Do you want the browser to remember this password?</string>
1321    <!-- 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. -->
1322    <string name="save_password_notnow">Not now</string>
1323    <!-- 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. -->
1324    <string name="save_password_remember">Remember</string>
1325    <!-- 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 -->
1326    <string name="save_password_never">Never</string>
1327
1328    <!-- Displayed to the user when they do not have permission to open a particular web page. -->
1329    <string name="open_permission_deny">You do not have permission to open this page.</string>
1330
1331    <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
1332    <string name="text_copied">Text copied to clipboard.</string>
1333
1334    <!-- 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.-->
1335    <string name="more_item_label">More</string>
1336    <!-- 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" -->
1337    <string name="prepend_shortcut_label">Menu+</string>
1338    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
1339    <string name="menu_space_shortcut_label">space</string>
1340    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
1341    <string name="menu_enter_shortcut_label">enter</string>
1342    <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
1343    <string name="menu_delete_shortcut_label">delete</string>
1344
1345    <!-- Strings used for search bar --><skip />
1346    
1347    <!-- This is the default button label in the system-wide search UI. 
1348         It is also used by the home screen's search "widget". It should be short -->
1349    <string name="search_go">Search</string>
1350
1351    <!-- String used to display the date. This is shown instead of a date if the date is today's date. -->
1352    <string name="today">Today</string>
1353    <!-- String used to display the date. This is shown instead of a date if the date is yesterday's date. -->
1354    <string name="yesterday">Yesterday</string>
1355    <!-- String used to display the date. This is shown instead of a date if the date is tomorrow's date. -->
1356    <string name="tomorrow">Tomorrow</string>
1357    <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
1358    <string name="oneMonthDurationPast">1 month ago</string>
1359    <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
1360    <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
1361
1362    <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
1363    <plurals name="num_seconds_ago">
1364        <item quantity="one">1 second ago</item>
1365        <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
1366    </plurals>
1367
1368    <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
1369    <plurals name="num_minutes_ago">
1370        <item quantity="one">1 minute ago</item>
1371        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
1372    </plurals>
1373
1374    <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
1375    <plurals name="num_hours_ago">
1376        <item quantity="one">1 hour ago</item>
1377        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1378    </plurals>
1379
1380    <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
1381    <plurals name="num_days_ago">
1382        <item quantity="one">yesterday</item>
1383        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1384    </plurals>
1385
1386    <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
1387    <plurals name="in_num_seconds">
1388        <item quantity="one">in 1 second</item>
1389        <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
1390    </plurals>
1391
1392    <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
1393    <plurals name="in_num_minutes">
1394        <item quantity="one">in 1 minute</item>
1395        <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
1396    </plurals>
1397
1398    <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
1399    <plurals name="in_num_hours">
1400        <item quantity="one">in 1 hour</item>
1401        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1402    </plurals>
1403
1404    <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
1405    <plurals name="in_num_days">
1406        <item quantity="one">tomorrow</item>
1407        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1408    </plurals>
1409    
1410    <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
1411    <plurals name="abbrev_num_seconds_ago">
1412        <item quantity="one">1 sec ago</item>
1413        <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
1414    </plurals>
1415
1416    <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
1417    <plurals name="abbrev_num_minutes_ago">
1418        <item quantity="one">1 min ago</item>
1419        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
1420    </plurals>
1421
1422    <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
1423    <plurals name="abbrev_num_hours_ago">
1424        <item quantity="one">1 hour ago</item>
1425        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
1426    </plurals>
1427
1428    <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
1429    <plurals name="abbrev_num_days_ago">
1430        <item quantity="one">yesterday</item>
1431        <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
1432    </plurals>
1433
1434    <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
1435    <plurals name="abbrev_in_num_seconds">
1436        <item quantity="one">in 1 sec</item>
1437        <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
1438    </plurals>
1439
1440    <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
1441    <plurals name="abbrev_in_num_minutes">
1442        <item quantity="one">in 1 min</item>
1443        <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
1444    </plurals>
1445
1446    <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
1447    <plurals name="abbrev_in_num_hours">
1448        <item quantity="one">in 1 hour</item>
1449        <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
1450    </plurals>
1451
1452    <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
1453    <plurals name="abbrev_in_num_days">
1454        <item quantity="one">tomorrow</item>
1455        <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
1456    </plurals>
1457
1458    <!-- String used to display the date. Preposition for date display ("on May 29") -->
1459    <string name="preposition_for_date">on %s</string>
1460    <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
1461    <string name="preposition_for_time">at %s</string>
1462    <!-- String used to display the date. Preposition for year display ("in 2008") -->
1463    <string name="preposition_for_year">in %s</string>
1464
1465    <!-- Appened to express the value is this unit of time: singular day -->
1466    <string name="day">day</string>
1467    <!-- Appened to express the value is this unit of time: plural days -->
1468    <string name="days">days</string>
1469    <!-- Appened to express the value is this unit of time: singular hour -->
1470    <string name="hour">hour</string>
1471    <!-- Appened to express the value is this unit of time: plural hours -->
1472    <string name="hours">hours</string>
1473    <!-- Appened to express the value is this unit of time: singular minute -->
1474    <string name="minute">min</string>
1475    <!-- Appened to express the value is this unit of time: plural minutes -->
1476    <string name="minutes">mins</string>
1477    <!-- Appened to express the value is this unit of time. -->
1478    <string name="second">sec</string>
1479    <!-- Appened to express the value is this unit of time. -->
1480    <string name="seconds">secs</string>
1481    <!-- Appened to express the value is this unit of time. -->
1482    <string name="week">week</string>
1483    <!-- Appened to express the value is this unit of time. -->
1484    <string name="weeks">weeks</string>
1485    <!-- Appened to express the value is this unit of time. -->
1486    <string name="year">year</string>
1487    <!-- Appened to express the value is this unit of time. -->
1488    <string name="years">years</string>
1489
1490    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1491    <string name="sunday">Sunday</string>
1492    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1493    <string name="monday">Monday</string>
1494    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1495    <string name="tuesday">Tuesday</string>
1496    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1497    <string name="wednesday">Wednesday</string>
1498    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1499    <string name="thursday">Thursday</string>
1500    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1501    <string name="friday">Friday</string>
1502    <!-- Used in the list of which days of the week a calendar event recurrs on -->
1503    <string name="saturday">Saturday</string>
1504
1505    <!-- Calendar spinner item, to select that an event recurs every weekday. -->
1506    <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
1507    <!-- Calendar spinner item, to select that an event recurs every day. -->
1508    <string name="daily">Daily</string>
1509    <!-- Calendar spinner item, to select that an event recurs every week on a particular day of the week. -->
1510    <string name="weekly">"Weekly on <xliff:g id="day">%s</xliff:g>"</string>
1511    <!-- Calendar spinner item, to select that an event recurs every month. -->
1512    <string name="monthly">Monthly</string>
1513    <!-- Calendar spinner item, to select that an event recurs every year. -->
1514    <string name="yearly">Yearly</string>
1515
1516
1517    <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
1518    <string name="VideoView_error_title">Cannot play video</string>
1519    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
1520    <string name="VideoView_error_text_invalid_progressive_playback">Sorry, this video is not valid for streaming to this device.</string>
1521    <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
1522    <string name="VideoView_error_text_unknown">Sorry, this video cannot be played.</string>
1523    <!-- Button to close error alert when a video cannot be played -->
1524    <string name="VideoView_error_button">OK</string>
1525
1526
1527    <!-- AM - as in morning - as in 10:30 AM -->
1528    <string name="am">"AM"</string>
1529
1530    <!-- PM - as in afternoon - as in 10:30 PM -->
1531    <string name="pm">"PM"</string>
1532
1533
1534    <!-- Numeric form of the day. Example: "12/31/2007" -->
1535    <string name="numeric_date">"<xliff:g id="month" example="12">%m</xliff:g>/<xliff:g id="day" example="31">%d</xliff:g>/<xliff:g id="year" example="2008">%Y</xliff:g>"</string>
1536
1537    <!-- Format indicating a range of time, from a time on one day to a time on another day. 
1538         Example: "Mon, Dec 31, 2007, 8am - Tue, Jan 1, 2008, 5pm" -->
1539    <string name="wday1_date1_time1_wday2_date2_time2">"<xliff:g id="weekday1" example="Monday">%1$s</xliff:g>, <xliff:g id="date1" example="December 31, 2007">%2$s</xliff:g>, <xliff:g id="time1" example="8am">%3$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Tuesday">%4$s</xliff:g>, <xliff:g id="date2" example="January 1, 2008">%5$s</xliff:g>, <xliff:g id="time2" example="5pm">%6$s</xliff:g>"</string>
1540
1541    <!-- Format indicating a range of dates, from one date to another.
1542         Example: "Mon, Dec 31, 2007 - Tue, Jan 1, 2008" -->
1543    <string name="wday1_date1_wday2_date2">"<xliff:g id="weekday1" example="Monday">%1$s</xliff:g>, <xliff:g id="date1" example="Dec 31, 2007">%2$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Thursday">%4$s</xliff:g>, <xliff:g id="date2" example="Jan 1, 2008">%5$s</xliff:g>"</string>
1544
1545    <!-- Format indicating a range of time, from a time on one day to a time on another day. 
1546         Example: "Dec 31, 2007, 8am - Jan 1, 2008, 5pm" -->
1547    <string name="date1_time1_date2_time2">"<xliff:g id="date1" example="Dec 31, 2007">%2$s</xliff:g>, <xliff:g id="time1" example="8am">%3$s</xliff:g> \u2013 <xliff:g id="date2" example="Jan 1, 2008">%5$s</xliff:g>, <xliff:g id="time2" example="5pm">%6$s</xliff:g>"</string>
1548
1549    <!-- Format indicating a range of dates, from one date to another.
1550         Example: "Dec 31, 2007 - Jan 1, 2008" -->
1551    <string name="date1_date2">"<xliff:g id="date1" example="Dec 31, 2007">%2$s</xliff:g> \u2013 <xliff:g id="date2" example="Jan 1, 2008">%5$s</xliff:g>"</string>
1552
1553    <!-- Format indicating a range of times, from one time to another.
1554         Example: "10:00 - 11:00 am" -->
1555    <string name="time1_time2">"<xliff:g id="time1" example="10:00">%1$s</xliff:g> \u2013 <xliff:g id="time2" example="11:00">%2$s</xliff:g>"</string>
1556
1557    <!-- Format indicating a range of times on a particular date.
1558         Example: "8:00 - 11:00 am, Mon, Dec 31, 2007" -->
1559    <string name="time_wday_date">"<xliff:g id="time_range" example="8:00 - 11:00 am">%1$s</xliff:g>, <xliff:g id="weekday" example="Mon">%2$s</xliff:g>, <xliff:g id="date" example="Dec 31, 2007">%3$s</xliff:g>"</string>
1560
1561    <!-- Format indicating a weekday and date.
1562         Example: "Mon, Dec 31, 2007" -->
1563    <string name="wday_date">"<xliff:g id="weekday" example="Monday">%2$s</xliff:g>, <xliff:g id="date" example="Dec 31, 2007">%3$s</xliff:g>"</string>
1564
1565    <!-- Format indicating a range of times on a particular date.
1566         Example: "8:00 - 11:00 am, Dec 31, 2007" -->
1567    <string name="time_date">"<xliff:g id="time_range" example="8:00 - 11:00 am">%1$s</xliff:g>, <xliff:g id="date" example="Dec 31, 2007">%3$s</xliff:g>"</string>
1568
1569    <!-- Format indicating a specific date and time.
1570         Example: "Dec 31, 2007, 11:00 am" -->
1571    <string name="date_time">"<xliff:g id="date" example="Dec 31, 2007">%1$s</xliff:g>, <xliff:g id="time" example="11:00 am">%2$s</xliff:g>"</string>
1572
1573    <!-- Format indicating a relative expression and time.
1574         Example: "4 hours ago, 11:00 am" -->
1575    <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>
1576
1577    <!-- Format indicating a range of times on a particular day of the week.
1578         Example: "8:00 - 11:00 am, Mon" -->
1579    <string name="time_wday">"<xliff:g id="time_range" example="8:00 - 11:00 am">%1$s</xliff:g>, <xliff:g id="weekday" example="Mon">%2$s</xliff:g>"</string>
1580
1581    <!-- Date format string used in contexts where the user has said they
1582         want the month first, as used in the USA, with the month fully
1583         spelled out.  You can remove the comma or add a period,
1584         or make other punctuation changes appropriate for your locale. -->
1585    <string name="full_date_month_first" format="date"><xliff:g id="month" example="December">MMMM</xliff:g> <xliff:g id="day" example="31">d</xliff:g>, <xliff:g id="year" example="1972">yyyy</xliff:g></string>
1586
1587    <!-- Date format string used in contexts where the user has said they
1588         want the day of the month first, as used in Europe, with the month
1589         fully spelled out.  You can remove the comma or add a period,
1590         or make other punctuation changes appropriate for your locale. -->
1591    <string name="full_date_day_first" format="date"><xliff:g id="day" example="31">d</xliff:g> <xliff:g id="month" example="December">MMMM</xliff:g>, <xliff:g id="year" example="1972">yyyy</xliff:g></string>
1592
1593    <!-- Date format string used in contexts where the user has said they
1594         want the month first, as used in the USA, with the month
1595         abbreviated.  You can remove the comma or add a period,
1596         or make other punctuation changes appropriate for your locale. -->
1597    <string name="medium_date_month_first" format="date"><xliff:g id="month" example="Dec.">MMM</xliff:g> <xliff:g id="day" example="31">d</xliff:g>, <xliff:g id="year" example="1972">yyyy</xliff:g></string>
1598
1599    <!-- Date format string used in contexts where the user has said they
1600         want the day of the month first, as used in Europe, with the month
1601         abbreviated.  You can remove the comma or add a period,
1602         or make other punctuation changes appropriate for your locale. -->
1603    <string name="medium_date_day_first" format="date"><xliff:g id="day" example="31">d</xliff:g> <xliff:g id="month" example="December">MMM</xliff:g>, <xliff:g id="year" example="1972">yyyy</xliff:g></string>
1604
1605    <!-- Time format string used in the status bar when the user has said they
1606         want a 12-hour clock with AM and PM.
1607         You can remove the colon
1608         or make other punctuation changes appropriate for your locale. -->
1609    <string name="twelve_hour_time_format" format="date"><xliff:g id="hour" example="11">h</xliff:g>:<xliff:g id="minute" example="59">mm</xliff:g> <xliff:g id="ampm" example="AM">a</xliff:g></string>
1610
1611    <!-- Time format string used in the status bar when the user has said they
1612         want a 24-hour clock.
1613         You can remove the colon
1614         or make other punctuation changes appropriate for your locale. -->
1615    <string name="twenty_four_hour_time_format" format="date"><xliff:g id="hour" example="23">HH</xliff:g>:<xliff:g id="minute" example="59">mm</xliff:g></string>
1616
1617    <!-- Quoted name for 12pm, lowercase -->
1618    <string name="noon">"noon"</string>
1619    <!-- Quoted name for 12pm, uppercase first letter -->
1620    <string name="Noon">"Noon"</string>
1621    <!-- Quoted name for 12am, lowercase -->
1622    <string name="midnight">"midnight"</string>
1623    <!-- Quoted name for 12am, uppercase first letter -->
1624    <string name="Midnight">"Midnight"</string>
1625
1626    <!-- Date format for month and day of month.
1627         Example: "October 9". -->
1628    <string name="month_day">"<xliff:g id="month" example="October">%B</xliff:g> <xliff:g id="day" example="9">%-d</xliff:g>"</string>
1629
1630    <!-- Date format for month alone.
1631         Example: "October" -->
1632    <string name="month">"<xliff:g id="month" example="October">%B</xliff:g>"</string>
1633
1634    <!-- Date format for month, day, and year.
1635         Example: "October 9, 2007" -->
1636    <string name="month_day_year">"<xliff:g id="month" example="October">%B</xliff:g> <xliff:g id="day" example="9">%-d</xliff:g>, <xliff:g id="year" example="2007">%Y</xliff:g>"</string>
1637
1638    <!-- Date format for month and year.
1639         Example: "October 2007" -->
1640    <string name="month_year">"<xliff:g id="month" example="October">%B</xliff:g> <xliff:g id="year" example="2007">%Y</xliff:g>"</string>
1641
1642    <!-- A format string for 24-hour time of day (example "23:59"). -->
1643    <string name="time_of_day">"<xliff:g id="hour" example="23">%H</xliff:g>:<xliff:g id="minute" example="59">%M</xliff:g>:<xliff:g id="second" example="59">%S</xliff:g>"</string>
1644
1645    <!-- Format string for date and 24-hour time of day.
1646         Example: 23:59:15 Jan 31 2008 -->
1647    <string name="date_and_time">"<xliff:g id="hour" example="23">%H</xliff:g>:<xliff:g id="minute" example="59">%M</xliff:g>:<xliff:g id="second" example="59">%S</xliff:g> <xliff:g id="month" example="Jan">%B</xliff:g> <xliff:g id="day" example="31">%-d</xliff:g>, <xliff:g id="year" example="2008">%Y</xliff:g>"</string>
1648
1649    <!-- Format indicating a range of dates in the same year.
1650         Example: "Oct 31 - Nov 3" -->
1651    <string name="same_year_md1_md2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>"</string>
1652
1653    <!-- Format indicating a range of dates in the same year, with weekday.
1654         Example: "Wed, Oct 31 - Sat, Nov 3" -->
1655    <string name="same_year_wday1_md1_wday2_md2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>"</string>
1656
1657    <!-- Format indicating a range of dates in the same year.
1658         Example: "Oct 31 - Nov 3, 2007" -->
1659    <string name="same_year_mdy1_mdy2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year" example="2007">%9$s</xliff:g>"</string>
1660
1661    <!-- Format indicating a range of dates in the same year, with weekdays.
1662         Example: "Wed, Oct 31 - Sat, Nov 3, 2007" -->
1663    <string name="same_year_wday1_mdy1_wday2_mdy2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year" example="2007">%9$s</xliff:g>"</string>
1664
1665    <!-- Format indicating a range of time from a time on one day to a time on another.
1666         Example: "Oct 31, 8:00am - Nov 3, 5:00pm" -->
1667    <string name="same_year_md1_time1_md2_time2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1668
1669    <!-- Format indicating a range of time from a time on one day to a time on another, with weekdays.
1670         Example: "Wed, Oct 31, 8:00am - Sat, Nov 3, 5:00pm" -->
1671    <string name="same_year_wday1_md1_time1_wday2_md2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id ="time2" example="5:00pm">%10$s</xliff:g>"</string>
1672
1673    <!-- Format indicating a range of time from a time on one day to a time on another, with years and weekdays.
1674         Example: "Oct 31, 2007, 8:00am - Nov 3, 2007, 5:00pm" -->
1675    <string name="same_year_mdy1_time1_mdy2_time2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1676
1677    <!-- Format indicating a range of time from a time on one day to a time on another.
1678     Example: "Wed, Oct 31, 2007, 8:00am - Sat, Nov 3, 2007, 5:00pm" -->
1679    <string name="same_year_wday1_mdy1_time1_wday2_mdy2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1680
1681
1682    <!-- Format indicating a range of (numeric) dates.
1683          Example: "10/31 - 11/3" -->
1684    <string name="numeric_md1_md2">"<xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>"</string>
1685
1686    <!-- Format indicating a range of (numeric) dates.
1687          Example: "Wed, 10/31 - Sat, 11/3" -->
1688    <string name="numeric_wday1_md1_wday2_md2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>"</string>
1689
1690    <!-- Format indicating a range of (numeric) dates.
1691          Example: "10/31/2007 - 11/3/2007" -->
1692    <string name="numeric_mdy1_mdy2">"<xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>/<xliff:g id="year1" example="2007">%4$s</xliff:g> \u2013 <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>/<xliff:g id="year2" example="2007">%9$s</xliff:g>"</string>
1693
1694    <!-- Format indicating a range of (numeric) dates.
1695          Example: "Wed, 10/31/2007 - Sat, 11/3/2007" -->
1696    <string name="numeric_wday1_mdy1_wday2_mdy2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>/<xliff:g id="year1" example="2007">%4$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>/<xliff:g id="year2" example="2007">%9$s</xliff:g>"</string>
1697
1698    <!-- Format indicating a range of (numeric) dates and times.
1699          Example: "10/31, 8:00am - 11/3, 5:00pm" -->
1700    <string name="numeric_md1_time1_md2_time2">"<xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1701
1702    <!-- Format indicating a range of (numeric) dates and times.
1703          Example: "Wed, 10/31, 8:00am - Sat, 11/3, 5:00pm" -->
1704    <string name="numeric_wday1_md1_time1_wday2_md2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1705
1706    <!-- Format indicating a range of (numeric) dates and times.
1707          Example: "10/31/2007, 8:00am - 11/3/2007, 5:00pm"  -->
1708    <string name="numeric_mdy1_time1_mdy2_time2">"<xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>/<xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>/<xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1709
1710    <!-- Format indicating a range of (numeric) dates and times.
1711          Example: "Wed, 10/31/2007, 8:00am - Sat, 11/3/2007, 5:00pm" -->
1712    <string name="numeric_wday1_mdy1_time1_wday2_mdy2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="10">%2$s</xliff:g>/<xliff:g id="day1" example="31">%3$s</xliff:g>/<xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="11">%7$s</xliff:g>/<xliff:g id="day2" example="30">%8$s</xliff:g>/<xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1713
1714
1715    <!-- Format indicating a range of dates.
1716          Example: "Oct 9 - 10" -->
1717    <string name="same_month_md1_md2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="day2" example="3">%8$s</xliff:g>"</string>
1718
1719    <!-- Format indicating a range of dates.
1720          Example: "Tue, Oct 9 - Wed, Oct 10"  -->
1721    <string name="same_month_wday1_md1_wday2_md2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>"</string>
1722
1723    <!-- Format indicating a range of dates.
1724          Example: "Oct 9 - 10, 2007" -->
1725    <string name="same_month_mdy1_mdy2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g> \u2013 <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>"</string>
1726
1727    <!-- Format indicating a range of dates.
1728          Example: "Tue, Oct 9, 2007 - Wed, Oct 10, 2007"  -->
1729    <string name="same_month_wday1_mdy1_wday2_mdy2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="year1" example="2007">%4$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>"</string>
1730
1731    <!-- Format indicating a range of dates and times.
1732          Example: "Oct 9, 8:00am - Oct 10, 5:00pm"  -->
1733    <string name="same_month_md1_time1_md2_time2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1734
1735    <!-- Format indicating a range of dates and times.
1736          Example: "Tue, Oct 9, 8:00am - Wed, Oct 10, 5:00pm"  -->
1737    <string name="same_month_wday1_md1_time1_wday2_md2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1738
1739    <!-- Format indicating a range of dates and times.
1740          Example: "Oct 9, 2007, 8:00am - Oct 10, 2007, 5:00pm"  -->
1741    <string name="same_month_mdy1_time1_mdy2_time2">"<xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1742
1743    <!-- Format indicating a range of dates and times.
1744          Example: "Tue, Oct 9, 2007, 8:00am - Wed, Oct 10, 2007, 5:00pm" -->
1745    <string name="same_month_wday1_mdy1_time1_wday2_mdy2_time2">"<xliff:g id="weekday1" example="Wed">%1$s</xliff:g>, <xliff:g id="month1" example="Oct">%2$s</xliff:g> <xliff:g id="day1" example="31">%3$s</xliff:g>, <xliff:g id="year1" example="2007">%4$s</xliff:g>, <xliff:g id="time1" example="8:00am">%5$s</xliff:g> \u2013 <xliff:g id="weekday2" example="Sat">%6$s</xliff:g>, <xliff:g id="month2" example="Nov">%7$s</xliff:g> <xliff:g id="day2" example="3">%8$s</xliff:g>, <xliff:g id="year2" example="2007">%9$s</xliff:g>, <xliff:g id="time2" example="5:00pm">%10$s</xliff:g>"</string>
1746
1747    <!-- Format string for abbreviated month, day, and year.
1748         Example: "Oct 9, 2007" -->
1749    <string name="abbrev_month_day_year">"<xliff:g id="month" example="Oct">%b</xliff:g> <xliff:g id="day" example="9">%-d</xliff:g>, <xliff:g id="year" example="2007">%Y</xliff:g>"</string>
1750
1751    <!-- Format string for abbreviated month and year.
1752         Example: "Oct 2007" -->
1753    <string name="abbrev_month_year">"<xliff:g id="month" example="Oct">%b</xliff:g> <xliff:g id="year" example="2007">%Y</xliff:g>"</string>
1754
1755    <!-- Format string for abbreviated month and day.
1756         Example: "Oct 9" -->
1757    <string name="abbrev_month_day">"<xliff:g id="month" example="Oct">%b</xliff:g> <xliff:g id="day" example="31">%-d</xliff:g>"</string>
1758
1759    <!-- Format string for abbreviated month alone.
1760         Example: "Oct" -->
1761    <string name="abbrev_month">"<xliff:g id="month" example="Oct">%b</xliff:g>"</string>
1762
1763    <!-- The full spelled out version of the day of the week. -->
1764    <string name="day_of_week_long_sunday">Sunday</string>
1765
1766    <!-- The full spelled out version of the day of the week. -->
1767    <string name="day_of_week_long_monday">Monday</string>
1768
1769    <!-- The full spelled out version of the day of the week. -->
1770    <string name="day_of_week_long_tuesday">Tuesday</string>
1771
1772    <!-- The full spelled out version of the day of the week. -->
1773    <string name="day_of_week_long_wednesday">Wednesday</string>
1774
1775    <!-- The full spelled out version of the day of the week. -->
1776    <string name="day_of_week_long_thursday">Thursday</string>
1777
1778    <!-- The full spelled out version of the day of the week. -->
1779    <string name="day_of_week_long_friday">Friday</string>
1780
1781    <!-- The full spelled out version of the day of the week. -->
1782    <string name="day_of_week_long_saturday">Saturday</string>
1783
1784
1785    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1786         In US English: "Sun" stands for Sunday -->
1787    <string name="day_of_week_medium_sunday">Sun</string>
1788
1789    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1790         In US English: "Mon" stands for Monday -->
1791    <string name="day_of_week_medium_monday">Mon</string>
1792
1793    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1794         In US English: "Tue" stands for Tuesday -->
1795    <string name="day_of_week_medium_tuesday">Tue</string>
1796
1797    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1798         In US English: "Wed" stands for Wednesday -->
1799    <string name="day_of_week_medium_wednesday">Wed</string>
1800
1801    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1802         In US English: "Thu" stands for Thursday -->
1803    <string name="day_of_week_medium_thursday">Thu</string>
1804
1805    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1806         In US English: "Fri" stands for Friday -->
1807    <string name="day_of_week_medium_friday">Fri</string>
1808
1809    <!-- An abbreviated day of the week.  Three characters typically in western languages.
1810         In US English: "Sat" stands for Saturday -->
1811    <string name="day_of_week_medium_saturday">Sat</string>
1812
1813
1814    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1815         In US English: "Su" stands for Sunday -->
1816    <string name="day_of_week_short_sunday">Su</string>
1817
1818    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1819         In US English: "Mo" stands for Monday -->
1820    <string name="day_of_week_short_monday">Mo</string>
1821
1822    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1823         In US English: "Tu" stands for Tuesday -->
1824    <string name="day_of_week_short_tuesday">Tu</string>
1825
1826    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1827         In US English: "We" stands for Wednesday -->
1828    <string name="day_of_week_short_wednesday">We</string>
1829
1830    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1831         In US English: "Th" stands for Thursday -->
1832    <string name="day_of_week_short_thursday">Th</string>
1833
1834    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1835         In US English: "Fr" stands for Friday -->
1836    <string name="day_of_week_short_friday">Fr</string>
1837
1838    <!-- An abbreviated day of the week.  Two characters typically in western languages.
1839         In US English: "Sa" stands for Saturday -->
1840    <string name="day_of_week_short_saturday">Sa</string>
1841
1842
1843    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1844         In US English: "Su" stands for Sunday -->
1845    <string name="day_of_week_shorter_sunday">Su</string>
1846
1847    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1848         In US English: "M" stands for Monday -->
1849    <string name="day_of_week_shorter_monday">M</string>
1850
1851    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1852         In US English: "Tu" stands for Tuesday -->
1853    <string name="day_of_week_shorter_tuesday">Tu</string>
1854
1855    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1856         In US English: "W" stands for Wednesday -->
1857    <string name="day_of_week_shorter_wednesday">W</string>
1858
1859    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1860         In US English: "Th" stands for Thursday -->
1861    <string name="day_of_week_shorter_thursday">Th</string>
1862
1863    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1864         In US English: "F" stands for Friday -->
1865    <string name="day_of_week_shorter_friday">F</string>
1866
1867    <!-- An abbreviated day of the week.  One character if that is unique.  Two if necessary.
1868         In US English: "Sa" stands for Saturday -->
1869    <string name="day_of_week_shorter_saturday">Sa</string>
1870
1871
1872    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1873         to be unique.
1874         In US English: "S" stands for Sunday -->
1875    <string name="day_of_week_shortest_sunday">S</string>
1876
1877    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1878         to be unique.
1879         In US English: "M" stands for Monday -->
1880    <string name="day_of_week_shortest_monday">M</string>
1881
1882    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1883         to be unique.
1884         In US English: "T" stands for Tuesday -->
1885    <string name="day_of_week_shortest_tuesday">T</string>
1886
1887    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1888         to be unique.
1889         In US English: "W" stands for Wednesday -->
1890    <string name="day_of_week_shortest_wednesday">W</string>
1891
1892    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1893         to be unique.
1894         In US English: "T" stands for Thursday -->
1895    <string name="day_of_week_shortest_thursday">T</string>
1896
1897    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1898         to be unique.
1899         In US English: "F" stands for Friday -->
1900    <string name="day_of_week_shortest_friday">F</string>
1901
1902    <!-- An abbreviated day of the week.  One character long if it makes sense.  Does not have
1903         to be unique.
1904         In US English: "S" stands for Saturday -->
1905    <string name="day_of_week_shortest_saturday">S</string>
1906
1907
1908    <!-- The full spelled out version of the month. -->
1909    <string name="month_long_january">January</string>
1910
1911    <!-- The full spelled out version of the month. -->
1912    <string name="month_long_february">February</string>
1913
1914    <!-- The full spelled out version of the month. -->
1915    <string name="month_long_march">March</string>
1916
1917    <!-- The full spelled out version of the month. -->
1918    <string name="month_long_april">April</string>
1919
1920    <!-- The full spelled out version of the month. -->
1921    <string name="month_long_may">May</string>
1922
1923    <!-- The full spelled out version of the month. -->
1924    <string name="month_long_june">June</string>
1925
1926    <!-- The full spelled out version of the month. -->
1927    <string name="month_long_july">July</string>
1928
1929    <!-- The full spelled out version of the month. -->
1930    <string name="month_long_august">August</string>
1931
1932    <!-- The full spelled out version of the month. -->
1933    <string name="month_long_september">September</string>
1934
1935    <!-- The full spelled out version of the month. -->
1936    <string name="month_long_october">October</string>
1937
1938    <!-- The full spelled out version of the month. -->
1939    <string name="month_long_november">November</string>
1940
1941    <!-- The full spelled out version of the month. -->
1942    <string name="month_long_december">December</string>
1943
1944
1945    <!-- An abbreviated month name.
1946        In US English: "Jan" stands for January. -->
1947    <string name="month_medium_january">Jan</string>
1948
1949    <!-- An abbreviated month name.
1950        In US English: "Feb" stands for February. -->
1951    <string name="month_medium_february">Feb</string>
1952
1953    <!-- An abbreviated month name.
1954        In US English: "Mar" stands for March. -->
1955    <string name="month_medium_march">Mar</string>
1956
1957    <!-- An abbreviated month name.
1958        In US English: "Apr" stands for April. -->
1959    <string name="month_medium_april">Apr</string>
1960
1961    <!-- An abbreviated month name.
1962        In US English: "May" stands for May. -->
1963    <string name="month_medium_may">May</string>
1964
1965    <!-- An abbreviated month name.
1966        In US English: "Jun" stands for June. -->
1967    <string name="month_medium_june">Jun</string>
1968
1969    <!-- An abbreviated month name.
1970        In US English: "Jul" stands for July. -->
1971    <string name="month_medium_july">Jul</string>
1972
1973    <!-- An abbreviated month name.
1974        In US English: "Aug" stands for August. -->
1975    <string name="month_medium_august">Aug</string>
1976
1977    <!-- An abbreviated month name.
1978        In US English: "Sep" stands for September. -->
1979    <string name="month_medium_september">Sep</string>
1980
1981    <!-- An abbreviated month name.
1982        In US English: "Oct" stands for October. -->
1983    <string name="month_medium_october">Oct</string>
1984
1985    <!-- An abbreviated month name.
1986        In US English: "Nov" stands for November. -->
1987    <string name="month_medium_november">Nov</string>
1988
1989    <!-- An abbreviated month name.
1990        In US English: "Dec" stands for December. -->
1991    <string name="month_medium_december">Dec</string>
1992
1993
1994    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
1995         to be unique.
1996         In US English: "J" stands for January -->
1997    <string name="month_shortest_january">J</string>
1998
1999    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2000         to be unique.
2001        In US English: "F" stands for February. -->
2002    <string name="month_shortest_february">F</string>
2003
2004    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2005         to be unique.
2006         In US English: "M" stands for March. -->
2007    <string name="month_shortest_march">M</string>
2008
2009    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2010         to be unique.
2011         In US English: "A" stands for April. -->
2012    <string name="month_shortest_april">A</string>
2013
2014    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2015         to be unique.
2016         In US English: "M" stands for May. -->
2017    <string name="month_shortest_may">M</string>
2018
2019    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2020         to be unique.
2021         In US English: "J" stands for June. -->
2022    <string name="month_shortest_june">J</string>
2023
2024    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2025         to be unique.
2026         In US English: "J" stands for July. -->
2027    <string name="month_shortest_july">J</string>
2028
2029    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2030         to be unique.
2031         In US English: "A" stands for August. -->
2032    <string name="month_shortest_august">A</string>
2033
2034    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2035         to be unique.
2036         In US English: "S" stands for September. -->
2037    <string name="month_shortest_september">S</string>
2038
2039    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2040         to be unique.
2041         In US English: "O" stands for October. -->
2042    <string name="month_shortest_october">O</string>
2043
2044    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2045         to be unique.
2046         In US English: "N" stands for November. -->
2047    <string name="month_shortest_november">N</string>
2048
2049    <!-- An abbreviated month name.  One character long if it makes sense.  Does not have
2050         to be unique.
2051         In US English: "D" stands for December. -->
2052    <string name="month_shortest_december">D</string>
2053
2054    <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
2055    <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>
2056
2057    <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
2058    <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>
2059
2060    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
2061    <string name="selectAll">Select all</string>
2062
2063    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. -->
2064    <string name="selectText">Select text</string>
2065
2066    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. -->
2067    <string name="stopSelectingText">Stop selecting text</string>
2068
2069    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
2070    <string name="cut">Cut</string>
2071
2072    <!-- Item on EditText context menu. This action is used to cut all the text into the clipboard. -->
2073    <string name="cutAll">Cut all</string>
2074
2075    <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
2076    <string name="copy">Copy</string>
2077
2078    <!-- Item on EditText context menu. This action is used to copy all the text into the clipboard. -->
2079    <string name="copyAll">Copy all</string>
2080
2081    <!-- Item on EditText context menu. This action is used t o paste from the clipboard into the eidt field -->
2082    <string name="paste">Paste</string>
2083
2084    <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
2085    <string name="copyUrl">Copy URL</string>
2086
2087    <!-- EditText context menu -->
2088    <string name="inputMethod">Input Method</string>
2089
2090    <!-- Item on EditText context menu, used to add a word to the
2091         input method dictionary. -->
2092    <string name="addToDictionary">"Add \"%s\" to dictionary</string>
2093
2094    <!-- Title for EditText context menu -->
2095    <string name="editTextMenuTitle">Edit text</string>
2096
2097    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
2098    <string name="low_internal_storage_view_title">Low on space</string>
2099    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2100    <string name="low_internal_storage_view_text">Phone storage space is getting low.</string>
2101
2102    <!-- Preference framework strings. -->
2103    <string name="ok">OK</string>
2104    <!-- Preference framework strings. -->
2105    <string name="cancel">Cancel</string>
2106    <!-- Preference framework strings. -->
2107    <string name="yes">OK</string>
2108    <!-- Preference framework strings. -->
2109    <string name="no">Cancel</string>
2110    <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
2111         combined with setIcon(android.R.drawable.ic_dialog_alert) -->
2112    <string name="dialog_alert_title">Attention</string>
2113
2114    <!-- Default text for a button that can be toggled on and off. -->
2115    <string name="capital_on">ON</string>
2116    <!-- Default text for a button that can be toggled on and off. -->
2117    <string name="capital_off">OFF</string>
2118
2119    <!-- Title of intent resolver dialog when selecting an application to run. -->
2120    <string name="whichApplication">Complete action using</string>
2121    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2122    <string name="alwaysUse">Use by default for this action.</string>
2123    <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
2124    <string name="clearDefaultHintMsg">Clear default in Home Settings &gt; Applications &gt; Manage applications.</string>
2125    <!-- 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. -->
2126    <string name="chooseActivity">Select an action</string>
2127    <!-- Text to display when there are no activities found to display in the
2128         activity chooser. See the "Select an action" title. -->
2129    <string name="noApplications">No applications can perform this action.</string>
2130    <!-- Title of the alert when an application has crashed. -->
2131    <string name="aerr_title">Sorry!</string>
2132    <!-- Text of the alert that is displayed when an application is not responding. -->
2133    <string name="aerr_application">The application <xliff:g id="application">%1$s</xliff:g>
2134        (process <xliff:g id="process">%2$s</xliff:g>) has stopped unexpectedly. Please try again.</string>
2135    <!-- Text of the alert that is displayed when an application has crashed. -->
2136    <string name="aerr_process">The process <xliff:g id="process">%1$s</xliff:g> has
2137        stopped unexpectedly. Please try again.</string>
2138    <!-- Title of the alert when an application is not responding. -->
2139    <string name="anr_title">Sorry!</string>
2140    <!-- Text of the alert that is displayed when an application is not responding. -->
2141    <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>
2142    <!-- Text of the alert that is displayed when an application is not responding. -->
2143    <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>
2144    <!-- Text of the alert that is displayed when an application is not responding. -->
2145    <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>
2146    <!-- Text of the alert that is displayed when an application is not responding. -->
2147    <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> is not responding.</string>
2148    <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
2149    <string name="force_close">Force close</string>
2150    <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
2151    <string name="wait">Wait</string>
2152    <!-- Button allowing a developer to connect a debugger to an application that is not responding. -->
2153    <string name="debug">Debug</string>
2154
2155    <!-- Displayed in the title of the chooser for things to do with text that
2156         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. -->
2157    <string name="sendText">Select an action for text</string>
2158
2159    <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
2160    <string name="volume_ringtone">Ringer volume</string>
2161    <!-- Title of the dialog where the user is adjusting the music volume -->
2162    <string name="volume_music">Media volume</string>
2163    <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
2164    <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
2165    <!-- Title of the dialog where the user is adjusting the phone call volume -->
2166    <string name="volume_call">In-call volume</string>
2167    <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
2168    <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
2169    <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
2170    <string name="volume_alarm">Alarm volume</string>
2171    <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
2172    <string name="volume_notification">Notification volume</string>
2173    <!-- Title of the dialog where the user is adjusting the general audio volume -->
2174    <string name="volume_unknown">Volume</string>
2175
2176    <!-- Ringtone picker strings --> <skip />
2177    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
2178    <string name="ringtone_default">Default ringtone</string>
2179    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
2180    <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
2181    <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
2182    <string name="ringtone_silent">Silent</string>
2183    <!-- The title of the ringtone picker dialog. -->
2184    <string name="ringtone_picker_title">Ringtones</string>
2185    <!-- 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. -->
2186    <string name="ringtone_unknown">Unknown ringtone</string>
2187
2188    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
2189    <plurals name="wifi_available">
2190        <item quantity="one">Wi-Fi network available</item>
2191        <item quantity="other">Wi-Fi networks available</item>
2192    </plurals>
2193    <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
2194    <plurals name="wifi_available_detailed">
2195        <item quantity="one">Open Wi-Fi network available</item>
2196        <item quantity="other">Open Wi-Fi networks available</item>
2197    </plurals>
2198
2199    <!-- Name of the dialog that lets the user choose an accented character to insert -->
2200    <string name="select_character">Insert character</string>
2201
2202    <!-- SMS per-application rate control Dialog --> <skip />
2203    <!-- See SMS_DIALOG.  This is shown if the current application's name cannot be figuerd out. -->
2204    <string name="sms_control_default_app_name">Unknown application</string>
2205    <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
2206    <string name="sms_control_title">Sending SMS messages</string>
2207    <!-- See SMS_DIALOG.  This is the message shown in that dialog. -->
2208    <string name="sms_control_message">A large number of SMS messages are being sent. Select \"OK\" to continue, or \"Cancel\" to stop sending.</string>
2209    <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. -->
2210    <string name="sms_control_yes">OK</string>
2211    <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes.. -->
2212    <string name="sms_control_no">Cancel</string>
2213
2214    <!-- Name of the button in the date/time picker to accept the date/time change -->
2215    <string name="date_time_set">Set</string>
2216
2217    <!-- Security Permissions strings-->
2218    <!-- The default permission group for any permissions that have not explicitly set a group. -->
2219    <string name="default_permission_group">Default</string>
2220    <!-- Do not translate. -->
2221    <string name="permissions_format"><xliff:g id="perm_line1">%1$s</xliff:g>, <xliff:g id="perm_line2">%2$s</xliff:g></string>
2222    <!-- Shown for an application when it doesn't require any permission grants. -->
2223    <string name="no_permissions">No permissions required</string>
2224    <!-- When installing an application, the less-dangerous permissions are hidden.  If the user showed those, this is the text to hide them again.  -->
2225    <string name="perms_hide"><b>Hide</b></string>
2226    <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
2227    <string name="perms_show_all"><b>Show all</b></string>
2228
2229    <!-- Shown when there is content loading from the internet into a dialog. -->
2230    <string name="googlewebcontenthelper_loading">Loading\u2026</string>
2231
2232    <!-- USB storage dialog strings -->
2233    <!-- This is the label for the activity, and should never be visible to the user. -->
2234    <!-- 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. -->
2235    <string name="usb_storage_title">USB connected</string>
2236    <!-- See USB_STORAGE.    This is the message. -->
2237    <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>
2238    <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
2239    <string name="usb_storage_button_mount">Mount</string>
2240    <!-- See USB_STORAGE.   This is the button text to ignore the plugging in of the phone.. -->
2241    <string name="usb_storage_button_unmount">Don\'t mount</string>
2242    <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. --> 
2243    <string name="usb_storage_error_message">There is a problem using your SD card for USB storage.</string>
2244    <!-- 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 -->
2245    <string name="usb_storage_notification_title">USB connected</string>
2246    <!-- See USB_STORAGE. This is the message. -->
2247    <string name="usb_storage_notification_message">Select to copy files to/from your computer.</string>
2248    <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
2249    <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
2250    <!-- See USB_STORAGE. This is the message. -->
2251    <string name="usb_storage_stop_notification_message">Select to turn off USB storage.</string>
2252
2253    <!-- USB storage stop dialog strings -->
2254    <!-- This is the label for the activity, and should never be visible to the user. -->
2255    <!-- 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. -->
2256    <string name="usb_storage_stop_title">Turn off USB storage</string>
2257    <!-- See USB_STORAGE_STOP.    This is the message. -->
2258    <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>
2259    <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
2260    <string name="usb_storage_stop_button_mount">Turn Off</string>
2261    <!-- See USB_STORAGE_STOP.   This is the button text to cancel stoping usb storage. -->
2262    <string name="usb_storage_stop_button_unmount">Cancel</string>
2263    <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. --> 
2264    <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>
2265
2266    <!-- External media format dialog strings -->
2267    <!-- This is the label for the activity, and should never be visible to the user. -->
2268    <!-- 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. -->
2269    <string name="extmedia_format_title">Format SD card</string>
2270    <!-- See EXTMEDIA_FORMAT.   This is the message. -->
2271    <string name="extmedia_format_message">Are you sure you want to format the SD card? All data on your card will be lost.</string>
2272    <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
2273    <string name="extmedia_format_button_format">Format</string>
2274
2275    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
2276    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
2277    <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
2278    <!-- at all and later replace it with a locale string based on the users chosen locale          -->
2279    <!-- DO NOT TRANSLATE -->
2280    <string name="locale_replacement">""</string>
2281
2282    <!-- Title of the pop-up dialog in which the user switches input method components. -->
2283    <string name="select_input_method">Select Input Method</string>
2284    
2285    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2286    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2287    
2288    <string name="candidates_style"><u>candidates</u></string>
2289
2290    <!-- External media notification strings -->
2291    <!-- Shown when external media is being checked -->
2292    <string name="ext_media_checking_notification_title">Preparing SD card</string>
2293    <string name="ext_media_checking_notification_message">Checking for errors</string>
2294
2295    <!-- Shown when external media is blank (or unsupported filesystem) -->
2296    <string name="ext_media_nofs_notification_title">Blank SD card</string>
2297    <string name="ext_media_nofs_notification_message">The SD card is blank or using an unsupported filesystem.</string>
2298
2299    <!-- Shown when external media is unmountable (corrupt)) -->
2300    <string name="ext_media_unmountable_notification_title">Damaged SD card</string>
2301    <string name="ext_media_unmountable_notification_message">The SD card is damaged. You may have to reformat your card.</string>
2302
2303    <!-- Shown when external media is unsafely removed -->
2304    <string name="ext_media_badremoval_notification_title">SD card unexpectedly removed</string>
2305    <string name="ext_media_badremoval_notification_message">Unmount SD card before removing to avoid data loss.</string>
2306
2307    <!-- Shown when external media has been safely removed -->
2308    <string name="ext_media_safe_unmount_notification_title">SD card safe to remove</string>
2309    <string name="ext_media_safe_unmount_notification_message">The SD card can now be safely removed.</string>
2310
2311    <!-- Shown when external media is missing -->
2312    <string name="ext_media_nomedia_notification_title">Removed SD card</string>
2313    <string name="ext_media_nomedia_notification_message">The SD has been removed. Insert a new SD card to increase your device storage.</string>
2314
2315    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
2316    <string name="activity_list_empty">No matching activities found</string>
2317
2318    <!-- permission attributes related to package usage statistics -->
2319    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2320    <string name="permlab_pkgUsageStats">update component usage statistics</string>
2321    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2322    <string name="permdesc_pkgUsageStats">Allows the modification of collected component usage statistics. Not for use by normal applications.</string>
2323
2324    <!-- Shown in the tutorial for tap twice for zoom control. -->
2325    <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>
2326
2327
2328    <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
2329    the gadget. -->
2330    <string name="gadget_host_error_inflating">Error inflating widget</string>
2331
2332    <!-- Long label for a button on a full-screen input method for the "Go" action. -->
2333    <string name="ime_action_go">Go</string>
2334    
2335    <!-- Long label for a button on a full-screen input method for the "Search" action. -->
2336    <string name="ime_action_search">Search</string>
2337    
2338    <!-- Long label for a button on a full-screen input method for the "Send" action. -->
2339    <string name="ime_action_send">Send</string>
2340    
2341    <!-- Long label for a button on a full-screen input method for the "Next" action. -->
2342    <string name="ime_action_next">Next</string>
2343    
2344    <!-- Long label for a button on a full-screen input method for the "Done" action. -->
2345    <string name="ime_action_done">Done</string>
2346    
2347    <!-- Long label for a button on a full-screen input method for an unknown action. -->
2348    <string name="ime_action_default">Execute</string>
2349    
2350    <!-- Strings for search suggestions. These are going here because they are referenced by both 
2351         ContactsProvider and GoogleContactsProvider -->
2352    <skip />
2353
2354
2355    <!-- 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. -->
2356    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2357
2358    <!-- 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. -->
2359    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2360
2361    <!-- 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 -->
2362    <string-array translatable="false" name="carrier_locales">
2363    </string-array>    
2364</resources>
2365
2366
2367
2368
2369
2370