OSDN Git Service

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