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