chiark / gitweb /
makebuildserver: explicitly set debian_mirror by default
[fdroidserver.git] / wp-fdroid / 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 (three dots). -->
45     <string name="ellipsis">\u2026</string>
46
47     <!-- Used to replace a range of characters in text that is too wide
48          for the space allocated to it (two dots). -->
49     <string name="ellipsis_two_dots">\u2025</string>
50
51     <!-- How to display the lack of a phone number -->
52     <string name="emptyPhoneNumber">(No phone number)</string>
53
54     <!-- How to display the lack of a name -->
55     <string name="unknownName">(Unknown)</string>
56
57     <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
58     <string name="defaultVoiceMailAlphaTag">Voicemail</string>
59
60     <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
61     <string name="defaultMsisdnAlphaTag">MSISDN1</string>
62
63     <!-- For GsmMmiCode.java --> <skip />
64     <!-- Displayed when the user dialed an MMI code whose function
65          could not be performed. This will be displayed in a toast. -->
66     <string name="mmiError">Connection problem or invalid MMI code.</string>
67     <!-- Displayed when the user dialed an MMI code whose function
68          could not be performed because FDN is enabled. This will be displayed in a toast. -->
69     <string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
70
71     <!-- Displayed when a phone feature such as call barring was activated. -->
72     <string name="serviceEnabled">Service was enabled.</string>
73     <!-- Displayed in front of the list of a set of service classes
74          (voice, data, fax, etc.) that were enabled. -->
75     <string name="serviceEnabledFor">Service was enabled for:</string>
76     <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
77     <string name="serviceDisabled">Service has been disabled.</string>
78     <!-- Displayed when a phone property such as a SIM password was registered. -->
79     <string name="serviceRegistered">Registration was successful.</string>
80     <!-- Displayed when a phone property such as a SIM password was erased. -->
81     <string name="serviceErased">Erasure was successful.</string>
82     <!-- Displayed when a SIM password was entered incorrectly. -->
83     <string name="passwordIncorrect">Incorrect password.</string>
84     <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
85     <string name="mmiComplete">MMI complete.</string>
86     <!-- Displayed when a SIM PIN password is entered incorrectly. -->
87     <string name="badPin">The old PIN you typed is not correct.</string>
88     <!-- Displayed when a SIM PUK password is entered incorrectly. -->
89     <string name="badPuk">The PUK you typed is not correct.</string>
90     <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
91     <string name="mismatchPin">The PINs you entered do not match.</string>
92     <!-- Displayed when a SIM PIN password is too long or too short. -->
93     <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
94     <!-- Displayed when a SIM PUK password is too short. -->
95     <string name="invalidPuk">Type a PUK that is 8 numbers or longer.</string>
96     <!-- Displayed to prompt the user to type the PUK password to unlock
97          the SIM card. -->
98     <string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
99     <string name="needPuk2">Type PUK2 to unblock SIM card.</string>
100
101     <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
102     <string name="ClipMmi">Incoming Caller ID</string>
103     <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
104     <string name="ClirMmi">Outgoing Caller ID</string>
105     <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
106     <string name="CfMmi">Call forwarding</string>
107     <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
108     <string name="CwMmi">Call waiting</string>
109     <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
110     <string name="BaMmi">Call barring</string>
111     <!-- Displayed as the title for a success/failure report changing the SIM password. -->
112     <string name="PwdMmi">Password change</string>
113     <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
114     <string name="PinMmi">PIN change</string>
115     <string name="CnipMmi">Calling number present</string>
116     <string name="CnirMmi">Calling number restricted</string>
117     <string name="ThreeWCMmi">Three way calling</string>
118     <string name="RuacMmi">Rejection of undesired annoying calls</string>
119     <string name="CndMmi">Calling number delivery</string>
120     <string name="DndMmi">Do not disturb</string>
121
122     <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
123     <string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
124     <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
125     <string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
126     <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
127     <string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
128     <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
129     <string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
130
131
132     <!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
133     <string name="serviceNotProvisioned">Service not provisioned.</string>
134     <!-- Displayed to tell the user that they cannot change the caller ID setting. -->
135     <string name="CLIRPermanent">The caller ID setting cannot be changed.</string>
136
137     <!-- Notification title to tell the user that restricted state is changed by access control. -->
138     <string name="RestrictedChangedTitle">Restricted access changed</string>
139     <!-- Displayed to tell the user that data service is blocked by access control. -->
140     <string name="RestrictedOnData">Data service is blocked.</string>
141     <!-- Displayed to tell the user that emergency service is blocked by access control. -->
142     <string name="RestrictedOnEmergency">Emergency service is blocked.</string>
143     <!-- Displayed to tell the user that normal service is blocked by access control. -->
144     <string name="RestrictedOnNormal">Voice service is blocked.</string>
145     <!-- Displayed to tell the user that all emergency and normal voice services are blocked by access control. -->
146     <string name="RestrictedOnAllVoice">All Voice services are blocked.</string>
147     <!-- Displayed to tell the user that sms service is blocked by access control. -->
148     <string name="RestrictedOnSms">SMS service is blocked.</string>
149     <!-- Displayed to tell the user that voice/data service is blocked by access control. -->
150     <string name="RestrictedOnVoiceData">Voice/Data services are blocked.</string>
151     <!-- Displayed to tell the user that voice and sms service are blocked by access control. -->
152     <string name="RestrictedOnVoiceSms">Voice/SMS services are blocked.</string>
153     <!-- Displayed to tell the user that all service is blocked by access control. -->
154     <string name="RestrictedOnAll">All Voice/Data/SMS services are blocked.</string>
155
156     <!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
157     <!-- Example: Service was enabled for: Voice, Data -->
158     <string name="serviceClassVoice">Voice</string>
159     <!-- Example: Service was enabled for: Voice, Data -->
160     <string name="serviceClassData">Data</string>
161     <!-- Example: Service was enabled for: Voice, FAX -->
162     <string name="serviceClassFAX">FAX</string>
163     <!-- Example: Service was enabled for: Voice, SMS -->
164     <string name="serviceClassSMS">SMS</string>
165     <!-- Meaning: asynchronous data.  Example: Service was enabled for: Voice, Async -->
166     <string name="serviceClassDataAsync">Async</string>
167     <!-- Meaning: synchronous data.  Example: Service was enabled for: Voice, Async -->
168     <string name="serviceClassDataSync">Sync</string>
169     <!-- Meaning: packet data.  Example: Service was enabled for: Voice, Packet -->
170     <string name="serviceClassPacket">Packet</string>
171     <!-- Meaning: unknown.  Example: Service was enabled for: Voice, PAD -->
172     <string name="serviceClassPAD">PAD</string>
173
174     <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
175     <!-- Default roaming indicator text -->
176     <string name="roamingText0">Roaming Indicator On</string>
177     <string name="roamingText1">Roaming Indicator Off</string>
178     <string name="roamingText2">Roaming Indicator Flashing</string>
179     <string name="roamingText3">Out of Neighborhood</string>
180     <string name="roamingText4">Out of Building</string>
181     <string name="roamingText5">Roaming - Preferred System</string>
182     <string name="roamingText6">Roaming - Available System</string>
183     <string name="roamingText7">Roaming - Alliance Partner</string>
184     <string name="roamingText8">Roaming - Premium Partner</string>
185     <string name="roamingText9">Roaming - Full Service Functionality</string>
186     <string name="roamingText10">Roaming - Partial Service Functionality</string>
187     <string name="roamingText11">Roaming Banner On</string>
188     <string name="roamingText12">Roaming Banner Off</string>
189     <string name="roamingTextSearching">Searching for Service</string>
190
191
192     <!--
193         {0} is one of "bearerServiceCode*"
194         {1} is dialing number
195         {2} is time in seconds
196
197         cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
198         has been set but forwarding is not on.
199     --> <skip />
200     <!-- Displayed when the call forwarding query was not able to be forwarded. -->
201     <string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
202     <!-- Displayed when the call forwarding query was forwarded. -->
203     <string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
204     <!-- Displayed when the call forwarding query will be forwarded after some time. -->
205     <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>
206     <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
207     <string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
208     <!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
209     <string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
210
211     <!-- android.net.http Error strings --> <skip />
212     <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
213     <string name="fcComplete">Feature code complete.</string>
214     <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
215     <string name="fcError">Connection problem or invalid feature code.</string>
216     <!-- android.net.http Error strings --> <skip />
217     <!-- Displayed when a web request was successful. -->
218     <string name="httpErrorOk">OK</string>
219     <!-- Displayed when a web request failed with a generic network error. -->
220     <string name="httpError">A network error occurred.</string>
221     <!-- Displayed when a web request failed because the URL could not be found. -->
222     <string name="httpErrorLookup">The URL could not be found.</string>
223     <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
224     <string name="httpErrorUnsupportedAuthScheme">The site authentication scheme is not supported.</string>
225     <!-- Displayed when a web request failed because the authentication failed. -->
226     <string name="httpErrorAuth">Authentication was unsuccessful.</string>
227     <!-- Displayed when a web request failed because the authentication with the proxy failed. -->
228     <string name="httpErrorProxyAuth">Authentication via the proxy server was unsuccessful.</string>
229     <!-- Displayed when a web request failed because there was a connection error. -->
230     <string name="httpErrorConnect">The connection to the server was unsuccessful.</string>
231     <!-- Displayed when a web request failed because there was an input or output error. -->
232     <string name="httpErrorIO">The server couldn\'t communicate. Try again later.</string>
233     <!-- Displayed when a web request failed because the request timed out -->
234     <string name="httpErrorTimeout">The connection to the server timed out.</string>
235     <!-- Displayed when a web request failed because the site tried to redirect us one too many times -->
236     <string name="httpErrorRedirectLoop">The page contains too many server redirects.</string>
237     <!-- Displayed when a web request failed because the protocol of the server is not supported. -->
238     <string name="httpErrorUnsupportedScheme">The protocol is not supported.</string>
239     <!-- Displayed when a web request failed because the a secure connection couldn't be made to the server.-->
240     <string name="httpErrorFailedSslHandshake">A secure connection could not be established.</string>
241     <!-- Displayed when a web request failed because the URL isn't in a valid form. -->
242     <string name="httpErrorBadUrl">The page could not be opened because the URL is invalid.</string>
243     <!-- Displayed when a request failed because we failed to open the file. -->
244     <string name="httpErrorFile">The file could not be accessed.</string>
245     <!-- Displayed when a request failed because the file wasn't found. -->
246     <string name="httpErrorFileNotFound">The requested file was not found.</string>
247     <!-- Displayed when a request failed because there are too many requests right now. -->
248     <string name="httpErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
249
250     <!-- Account notifications --> <skip />
251     <!-- A notification is shown when the AccountManager is unable to
252     supply an auth token without prompting the user to re-enter the
253     password.  This is the text that will scroll through the
254     notification bar (will be seen by the user as he uses another application). -->
255     <string name="notification_title">Sign-in error for <xliff:g id="account" example="foo@gmail.com">%1$s</xliff:g></string>
256
257     <!-- Sync notifications --> <skip />
258     <!-- 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). -->
259     <string name="contentServiceSync">Sync</string>
260     <!-- 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. -->
261     <string name="contentServiceSyncNotificationTitle">Sync</string>
262     <!-- 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. -->
263     <string name="contentServiceTooManyDeletesNotificationDesc">Too many <xliff:g id="content_type">%s</xliff:g> deletes.</string>
264
265     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
266     <string name="low_memory" product="tablet">Tablet storage is full! Delete some files to free space.</string>
267     <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
268     <string name="low_memory" product="default">Phone storage is full! Delete some files to free space.</string>
269
270
271     <!-- 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. -->
272     <string name="me">Me</string>
273
274     <!-- Power Dialog --> <skip />
275     <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
276     <string name="power_dialog" product="tablet">Tablet options</string>
277     <!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
278     <string name="power_dialog" product="default">Phone options</string>
279     <!-- Button to turn on silent mode, within the Phone Options dialog -->
280     <string name="silent_mode">Silent mode</string>
281     <!-- Button to turn on the radio, within the Phone Options dialog -->
282     <string name="turn_on_radio">Turn on wireless</string>
283     <!-- Button to turn off the radio, within the Phone Options dialog -->
284     <string name="turn_off_radio">Turn off wireless</string>
285     <!-- Button to lock the screen, within the Phone Options dialog -->
286     <string name="screen_lock">Screen lock</string>
287     <!-- Button to turn off the phone, within the Phone Options dialog -->
288     <string name="power_off">Power off</string>
289     <!-- Spoken description for ringer silent option. [CHAR LIMIT=NONE] -->
290     <string name="silent_mode_silent">Ringer off</string>
291     <!-- Spoken description for ringer vibrate option. [CHAR LIMIT=NONE] -->
292     <string name="silent_mode_vibrate">Ringer vibrate</string>
293     <!-- Spoken description for ringer normal option. [CHAR LIMIT=NONE] -->
294     <string name="silent_mode_ring">Ringer on</string>
295
296     <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
297     <string name="shutdown_progress">Shutting down\u2026</string>
298
299     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
300          be a confirmation dialog.  This is the message. -->
301     <string name="shutdown_confirm" product="tablet">Your tablet will shut down.</string>
302     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will
303          be a confirmation dialog.  This is the message. -->
304     <string name="shutdown_confirm" product="default">Your phone will shut down.</string>
305
306     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, it asks
307          the user if they'd like to shut down.  This is the message.  This is used instead of
308          shutdown_confirm when the system is configured to use long press to go directly to the
309          power off dialog instead of the global actions menu. -->
310     <string name="shutdown_confirm_question">Would you like to shut down?</string>
311
312     <!-- Recent Tasks dialog: title
313      TODO: this should move to SystemUI.apk, but the code for the old
314             recent dialog is still in the framework
315      -->
316     <string name="recent_tasks_title">Recent</string>
317     <!-- Recent Tasks dialog: message when there are no recent applications
318      TODO: this should move to SystemUI.apk, but the code for the old
319             recent dialog is still in the framework
320      -->
321     <string name="no_recent_tasks">No recent applications.</string>
322
323     <!-- Title of the Global Actions Dialog -->
324     <string name="global_actions" product="tablet">Tablet options</string>
325     <!-- Title of the Global Actions Dialog -->
326     <string name="global_actions" product="default">Phone options</string>
327
328     <!-- label for item that locks the phone in the phone options dialog -->
329     <string name="global_action_lock">Screen lock</string>
330
331     <!-- label for item that turns off power in phone options dialog -->
332     <string name="global_action_power_off">Power off</string>
333
334     <!-- label for item that enables silent mode in phone options dialog -->
335     <string name="global_action_toggle_silent_mode">Silent mode</string>
336
337     <!-- status message in phone options dialog for when silent mode is enabled -->
338     <string name="global_action_silent_mode_on_status">Sound is OFF</string>
339
340     <!-- status message in phone options dialog for when silent mode is disabled -->
341     <string name="global_action_silent_mode_off_status">Sound is ON</string>
342
343     <!-- label for item that toggles airplane mode -->
344     <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
345
346     <!-- status message in phone options dialog for when airplane mode is on -->
347     <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
348
349     <!-- status message in phone options dialog for when airplane mode is off -->
350     <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
351
352     <!-- Text to use when the number in a notification info is too large
353          (greater than status_bar_notification_info_maxnum, defined in
354          values/config.xml) and must be truncated. May need to be localized
355          for most appropriate textual indicator of "more than X".
356          [CHAR LIMIT=4] -->
357     <string name="status_bar_notification_info_overflow">999+</string>
358
359     <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" -->
360     <string name="safeMode">Safe mode</string>
361
362     <!-- Label for the Android system components when they are shown to the user. -->
363     <string name="android_system_label">Android System</string>
364
365     <!-- Title 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="permgrouplab_costMoney">Services that cost you money</string>
367     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
368     <string name="permgroupdesc_costMoney">Allow applications to do things
369         that can cost you money.</string>
370
371     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
372     <string name="permgrouplab_messages">Your messages</string>
373     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
374     <string name="permgroupdesc_messages">Read and write your SMS,
375         e-mail, and other messages.</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_personalInfo">Your personal information</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_personalInfo" product="tablet">Direct access to your contacts
381         and calendar stored on the tablet.</string>
382     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
383     <string name="permgroupdesc_personalInfo" product="default">Direct access to your contacts
384         and calendar stored on the phone.</string>
385
386     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
387     <string name="permgrouplab_location">Your location</string>
388     <!-- Description 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="permgroupdesc_location">Monitor your physical location</string>
390
391     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
392     <string name="permgrouplab_network">Network communication</string>
393     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
394     <string name="permgroupdesc_network">Allow applications to access
395         various network features.</string>
396
397     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
398     <string name="permgrouplab_accounts">Your accounts</string>
399     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
400     <string name="permgroupdesc_accounts">Access the available accounts.</string>
401
402     <!-- Title 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="permgrouplab_hardwareControls">Hardware controls</string>
404     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
405     <string name="permgroupdesc_hardwareControls">Direct access to hardware on
406         the handset.</string>
407
408     <!-- Title 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="permgrouplab_phoneCalls">Phone calls</string>
410     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
411     <string name="permgroupdesc_phoneCalls">Monitor, record, and process
412         phone calls.</string>
413
414     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
415     <string name="permgrouplab_systemTools">System tools</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_systemTools">Lower-level access and control
418         of the system.</string>
419
420     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
421     <string name="permgrouplab_developmentTools">Development tools</string>
422     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
423     <string name="permgroupdesc_developmentTools">Features only needed for
424         application developers.</string>
425
426     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
427     <string name="permgrouplab_storage">Storage</string>
428     <!-- 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] -->
429     <string name="permgroupdesc_storage" product="nosdcard">Access the USB storage.</string>
430     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
431     <string name="permgroupdesc_storage" product="default">Access the SD card.</string>
432
433     <!--  Permissions -->
434
435     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
436     <string name="permlab_statusBar">disable or modify status bar</string>
437     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
438     <string name="permdesc_statusBar">Allows application to disable
439         the status bar or add and remove system icons.</string>
440
441     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
442     <string name="permlab_statusBarService">status bar</string>
443     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
444     <string name="permdesc_statusBarService">Allows the application to be the status bar.</string>
445
446     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
447     <string name="permlab_expandStatusBar">expand/collapse status bar</string>
448     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
449     <string name="permdesc_expandStatusBar">Allows application to
450         expand or collapse the status bar.</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_processOutgoingCalls">intercept outgoing calls</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_processOutgoingCalls">Allows application to
456         process outgoing calls and change the number to be dialed.  Malicious
457         applications may monitor, redirect, or prevent outgoing calls.</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_receiveSms">receive SMS</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_receiveSms">Allows application to receive
463       and process SMS messages. Malicious applications may monitor
464       your messages or delete them without showing them to you.</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_receiveMms">receive 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_receiveMms">Allows application to receive
470       and process MMS messages. Malicious applications may monitor
471       your messages or delete them without showing them to you.</string>
472
473     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
474     <string name="permlab_receiveEmergencyBroadcast">receive emergency broadcasts</string>
475     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
476     <string name="permdesc_receiveEmergencyBroadcast">Allows application to receive
477       and process emergency broadcast messages. This permission is only available
478       to system applications.</string>
479
480      <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
481     <string name="permlab_sendSms">send SMS messages</string>
482     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
483     <string name="permdesc_sendSms">Allows application to send SMS
484       messages. Malicious applications may cost you money by sending
485       messages without your confirmation.</string>
486
487      <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
488     <string name="permlab_sendSmsNoConfirmation">send SMS messages with no confirmation</string>
489     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
490     <string name="permdesc_sendSmsNoConfirmation">Allows application to send SMS
491       messages. Malicious applications may cost you money by sending
492       messages without your confirmation.</string>
493
494     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
495     <string name="permlab_readSms">read SMS or MMS</string>
496     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
497     <string name="permdesc_readSms" product="tablet">Allows application to read
498       SMS messages stored on your tablet or SIM card. Malicious applications
499       may read your confidential messages.</string>
500     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
501     <string name="permdesc_readSms" product="default">Allows application to read
502       SMS messages stored on your phone or SIM card. Malicious applications
503       may read your confidential messages.</string>
504
505     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
506     <string name="permlab_writeSms">edit SMS or MMS</string>
507     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
508     <string name="permdesc_writeSms" product="tablet">Allows application to write
509       to SMS messages stored on your tablet or SIM card. Malicious applications
510       may delete your messages.</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_writeSms" product="default">Allows application to write
513       to SMS messages stored on your phone or SIM card. Malicious applications
514       may delete your messages.</string>
515
516     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
517     <string name="permlab_receiveWapPush">receive WAP</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_receiveWapPush">Allows application to receive
520       and process WAP messages. Malicious applications may monitor
521       your messages or delete them without showing them to you.</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_getTasks">retrieve running applications</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_getTasks">Allows application to retrieve
527         information about currently and recently running tasks. May allow
528         malicious applications to discover private information about other applications.</string>
529
530     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
531     <string name="permlab_reorderTasks">reorder running applications</string>
532     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
533     <string name="permdesc_reorderTasks">Allows an application to move
534         tasks to the foreground and background. Malicious applications can force
535         themselves to the front without your control.</string>
536
537     <!-- Title of an application permission, allowing an application to remove/kill tasks -->
538     <string name="permlab_removeTasks">stop running applications</string>
539     <!-- Description of an application permission, allowing an application to remove/kill tasks -->
540     <string name="permdesc_removeTasks">Allows an application to remove
541         tasks and kill their applications. Malicious applications can disrupt
542         the behavior of other applications.</string>
543
544     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
545     <string name="permlab_setDebugApp">enable application debugging</string>
546     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
547     <string name="permdesc_setDebugApp">Allows an application to turn
548         on debugging for another application. Malicious applications can use this
549         to kill other applications.</string>
550
551     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
552     <string name="permlab_changeConfiguration">change your UI settings</string>
553     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
554     <string name="permdesc_changeConfiguration">Allows an application to
555         change the current configuration, such as the locale or overall font
556         size.</string>
557
558     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
559     <string name="permlab_enableCarMode">enable car mode</string>
560     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
561     <string name="permdesc_enableCarMode">Allows an application to
562         enable the car mode.</string>
563
564     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
565     <string name="permlab_killBackgroundProcesses">kill background processes</string>
566     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
567     <string name="permdesc_killBackgroundProcesses">Allows an application to
568         kill background processes of other applications, even if memory
569         isn\'t low.</string>
570
571     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
572     <string name="permlab_forceStopPackages">force stop other applications</string>
573     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
574     <string name="permdesc_forceStopPackages">Allows an application to
575         forcibly stop other applications.</string>
576
577     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
578     <string name="permlab_forceBack">force application to close</string>
579     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
580     <string name="permdesc_forceBack">Allows an application to force any
581         activity that is in the foreground to close and go back.
582         Should never be needed for normal applications.</string>
583
584     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
585     <string name="permlab_dump">retrieve system internal state</string>
586     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
587     <string name="permdesc_dump">Allows application to retrieve
588         internal state of the system. Malicious applications may retrieve
589         a wide variety of private and secure information that they should
590         never normally need.</string>
591
592     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
593     <string name="permlab_retrieve_window_content">retrieve screen content</string>
594     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
595     <string name="permdesc_retrieve_window_content">Allows application to retrieve
596         the content of the active window. Malicious applications may retrieve
597         the entire window content and examine all its text except passwords.</string>
598
599     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
600     <string name="permlab_shutdown">partial shutdown</string>
601     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
602     <string name="permdesc_shutdown">Puts the activity manager into a shutdown
603         state.  Does not perform a complete shutdown.</string>
604
605     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
606     <string name="permlab_stopAppSwitches">prevent app switches</string>
607     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
608     <string name="permdesc_stopAppSwitches">Prevents the user from switching to
609         another application.</string>
610
611     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
612     <string name="permlab_runSetActivityWatcher">monitor and control all application launching</string>
613     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
614     <string name="permdesc_runSetActivityWatcher">Allows an application to
615         monitor and control how the system launches activities.
616         Malicious applications may completely compromise the system. This
617         permission is only needed for development, never for normal
618         use.</string>
619
620     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
621     <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
622     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
623     <string name="permdesc_broadcastPackageRemoved">Allows an application to
624         broadcast a notification that an application package has been removed.
625         Malicious applications may use this to kill any other running
626         application.</string>
627
628     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
629     <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
630     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
631     <string name="permdesc_broadcastSmsReceived">Allows an application to
632         broadcast a notification that an SMS message has been received.
633         Malicious applications may use this to forge incoming SMS messages.</string>
634
635     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
636     <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
637     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
638     <string name="permdesc_broadcastWapPush">Allows an application to
639         broadcast a notification that a WAP PUSH message has been received.
640         Malicious applications may use this to forge MMS message receipt or to
641         silently replace the content of any web page with malicious variants.</string>
642
643     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
644     <string name="permlab_setProcessLimit">limit number of running processes</string>
645     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
646     <string name="permdesc_setProcessLimit">Allows an application
647         to control the maximum number of processes that will run. Never
648         needed for normal applications.</string>
649
650     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
651     <string name="permlab_setAlwaysFinish">make all background applications close</string>
652     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
653     <string name="permdesc_setAlwaysFinish">Allows an application
654         to control whether activities are always finished as soon as they
655         go to the background. Never needed for normal applications.</string>
656
657     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
658     <string name="permlab_batteryStats">modify battery statistics</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_batteryStats">Allows the modification of
661         collected battery statistics. Not for use by normal applications.</string>
662
663     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
664     <string name="permlab_backup">control system backup and restore</string>
665     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
666     <string name="permdesc_backup">Allows the application to control the system\'s backup and restore mechanism.  Not for use by normal applications.</string>
667
668     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
669     <string name="permlab_confirm_full_backup">confirm a full backup or restore operation</string>
670     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
671     <string name="permdesc_confirm_full_backup">Allows the application to launch the full backup confirmation UI.  Not to be used by any application.</string>
672
673     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
674     <string name="permlab_internalSystemWindow">display unauthorized windows</string>
675     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
676     <string name="permdesc_internalSystemWindow">Allows the creation of
677         windows that are intended to be used by the internal system
678         user interface. Not for use by normal applications.</string>
679
680     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
681     <string name="permlab_systemAlertWindow">display system-level alerts</string>
682     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
683     <string name="permdesc_systemAlertWindow">Allows an application to
684         show system alert windows. Malicious applications can take over the
685         entire screen.</string>
686
687     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
688     <string name="permlab_setAnimationScale">modify global animation speed</string>
689     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
690     <string name="permdesc_setAnimationScale">Allows an application to change
691         the global animation speed (faster or slower animations) at any time.</string>
692
693     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
694     <string name="permlab_manageAppTokens">manage application tokens</string>
695     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
696     <string name="permdesc_manageAppTokens">Allows applications to
697         create and manage their own tokens, bypassing their normal
698         Z-ordering. Should never be needed for normal applications.</string>
699
700     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
701     <string name="permlab_injectEvents">press keys and control buttons</string>
702     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
703     <string name="permdesc_injectEvents" product="tablet">Allows an application to deliver
704         its own input events (key presses, etc.) to other applications. Malicious
705         applications can use this to take over the tablet.</string>
706     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
707     <string name="permdesc_injectEvents" product="default">Allows an application to deliver
708         its own input events (key presses, etc.) to other applications. Malicious
709         applications can use this to take over the phone.</string>
710
711     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
712     <string name="permlab_readInputState">record what you type and actions you take</string>
713     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
714     <string name="permdesc_readInputState">Allows applications to watch the
715         keys you press even when interacting with another application (such
716         as entering a password). Should never be needed for normal applications.</string>
717
718     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
719     <string name="permlab_bindInputMethod">bind to an input method</string>
720     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
721     <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
722         interface of an input method. Should never be needed for normal applications.</string>
723
724     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
725     <string name="permlab_bindTextService">bind to a text service</string>
726     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
727     <string name="permdesc_bindTextService">Allows the holder to bind to the top-level
728         interface of a text service(e.g. SpellCheckerService). Should never be needed for normal applications.</string>
729
730     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
731     <string name="permlab_bindVpnService">bind to a VPN service</string>
732     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
733     <string name="permdesc_bindVpnService">Allows the holder to bind to the top-level
734         interface of a Vpn service. Should never be needed for normal applications.</string>
735
736     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
737     <string name="permlab_bindWallpaper">bind to a wallpaper</string>
738     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
739     <string name="permdesc_bindWallpaper">Allows the holder to bind to the top-level
740         interface of a wallpaper. Should never be needed for normal applications.</string>
741
742     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
743     <string name="permlab_bindRemoteViews">bind to a widget service</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_bindRemoteViews">Allows the holder to bind to the top-level
746         interface of a widget service. Should never be needed for normal applications.</string>
747
748     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
749     <string name="permlab_bindDeviceAdmin">interact with a device admin</string>
750     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
751     <string name="permdesc_bindDeviceAdmin">Allows the holder to send intents to
752         a device administrator. Should never be needed for normal applications.</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_setOrientation">change screen orientation</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_setOrientation">Allows an application to change
758         the rotation of the screen at any time. Should never be needed for
759         normal applications.</string>
760
761     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
762     <string name="permlab_setPointerSpeed">change pointer speed</string>
763     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
764     <string name="permdesc_setPointerSpeed">Allows an application to change
765         the mouse or trackpad pointer speed at any time. Should never be needed for
766         normal applications.</string>
767
768     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
769     <string name="permlab_signalPersistentProcesses">send Linux signals to applications</string>
770     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
771     <string name="permdesc_signalPersistentProcesses">Allows application to request that the
772         supplied signal be sent to all persistent processes.</string>
773
774     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
775     <string name="permlab_persistentActivity">make application always run</string>
776     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
777     <string name="permdesc_persistentActivity">Allows an application to make
778         parts of itself persistent, so the system can\'t use it for other
779         applications.</string>
780
781     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
782     <string name="permlab_deletePackages">delete applications</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_deletePackages">Allows an application to delete
785         Android packages. Malicious applications can use this to delete important applications.</string>
786
787     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
788     <string name="permlab_clearAppUserData">delete other applications\' data</string>
789     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
790     <string name="permdesc_clearAppUserData">Allows an application to clear user data.</string>
791     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
792     <string name="permlab_deleteCacheFiles">delete other applications\' caches</string>
793     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
794     <string name="permdesc_deleteCacheFiles">Allows an application to delete
795         cache files.</string>
796
797     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
798     <string name="permlab_getPackageSize">measure application storage space</string>
799     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
800     <string name="permdesc_getPackageSize">Allows an application to retrieve
801         its code, data, and cache sizes</string>
802
803     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
804     <string name="permlab_installPackages">directly install applications</string>
805     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
806     <string name="permdesc_installPackages">Allows an application to install new or updated
807         Android packages. Malicious applications can use this to add new applications with arbitrarily
808         powerful permissions.</string>
809
810     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
811     <string name="permlab_clearAppCache">delete all application cache data</string>
812     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
813     <string name="permdesc_clearAppCache" product="tablet">Allows an application to free tablet storage
814         by deleting files in application cache directory. Access is very
815         restricted usually to system process.</string>
816     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
817     <string name="permdesc_clearAppCache" product="default">Allows an application to free phone storage
818         by deleting files in application cache directory. Access is very
819         restricted usually to system process.</string>
820
821     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
822     <string name="permlab_movePackage">Move application resources</string>
823     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
824     <string name="permdesc_movePackage">Allows an application to move application resources from internal to external media and vice versa.</string>
825
826     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
827     <string name="permlab_readLogs">read sensitive log data</string>
828     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
829     <string name="permdesc_readLogs" product="tablet">Allows an application to read from the
830         system\'s various log files.  This allows it to discover general
831         information about what you are doing with the tablet, potentially
832         including personal or private information.</string>
833     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
834     <string name="permdesc_readLogs" product="default">Allows an application to read from the
835         system\'s various log files.  This allows it to discover general
836         information about what you are doing with the phone, potentially
837         including personal or private information.</string>
838
839     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
840     <string name="permlab_anyCodecForPlayback">use any media decoder for playback</string>
841     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
842     <string name="permdesc_anyCodecForPlayback">Allows an application to use any installed
843         media decoder to decode for playback.</string>
844
845     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
846     <string name="permlab_diagnostic">read/write to resources owned by diag</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_diagnostic">Allows an application to read and write to
849     any resource owned by the diag group; for example, files in /dev. This could
850     potentially affect system stability and security. This should be ONLY be used
851     for hardware-specific diagnostics by the manufacturer or operator.</string>
852
853     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
854     <string name="permlab_changeComponentState">enable or disable application components</string>
855     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
856     <string name="permdesc_changeComponentState" product="tablet">Allows an application to change whether a
857         component of another application is enabled or not. Malicious applications can use this
858         to disable important tablet capabilities. Care must be used with this permission, as it is
859         possible to get application components into an unusable, inconsistent, or unstable state.
860     </string>
861     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
862     <string name="permdesc_changeComponentState" product="default">Allows an application to change whether a
863         component of another application is enabled or not. Malicious applications can use this
864         to disable important phone capabilities. Care must be used with this permission, as it is
865         possible to get application components into an unusable, inconsistent, or unstable state.
866     </string>
867
868     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
869     <string name="permlab_setPreferredApplications">set preferred applications</string>
870     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
871     <string name="permdesc_setPreferredApplications">Allows an application to
872         modify your preferred applications. This can allow malicious applications
873         to silently change the applications that are run, spoofing your
874         existing applications to collect private data from you.</string>
875
876     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
877     <string name="permlab_writeSettings">modify global system settings</string>
878     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
879     <string name="permdesc_writeSettings">Allows an application to modify the
880         system\'s settings data. Malicious applications can corrupt your system\'s
881         configuration.</string>
882
883     <string name="permlab_writeSecureSettings">modify secure system settings</string>
884     <string name="permdesc_writeSecureSettings">Allows an application to modify the
885         system\'s secure settings data. Not for use by normal applications.</string>
886
887     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
888     <string name="permlab_writeGservices">modify the Google services map</string>
889     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
890     <string name="permdesc_writeGservices">Allows an application to modify the
891         Google services map.  Not for use by normal applications.</string>
892
893     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
894     <string name="permlab_receiveBootCompleted">automatically start at boot</string>
895     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
896     <string name="permdesc_receiveBootCompleted" product="tablet">Allows an application to
897         have itself started as soon as the system has finished booting.
898         This can make it take longer to start the tablet and allow the
899         application to slow down the overall tablet by always running.</string>
900     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
901     <string name="permdesc_receiveBootCompleted" product="default">Allows an application to
902         have itself started as soon as the system has finished booting.
903         This can make it take longer to start the phone and allow the
904         application to slow down the overall phone by always running.</string>
905
906     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
907     <string name="permlab_broadcastSticky">send sticky broadcast</string>
908     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
909     <string name="permdesc_broadcastSticky" product="tablet">Allows an application to send
910         sticky broadcasts, which remain after the broadcast ends.
911         Malicious applications can make the tablet slow or unstable by causing it
912         to use too much memory.</string>
913     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
914     <string name="permdesc_broadcastSticky" product="default">Allows an application to send
915         sticky broadcasts, which remain after the broadcast ends.
916         Malicious applications can make the phone slow or unstable by causing it
917         to use too much memory.</string>
918
919     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
920     <string name="permlab_readContacts">read contact data</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_readContacts" product="tablet">Allows an application to read all
923         of the contact (address) data stored on your tablet. Malicious applications
924         can use this to send your data to other people.</string>
925     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
926     <string name="permdesc_readContacts" product="default">Allows an application to read all
927         of the contact (address) data stored on your phone. Malicious applications
928         can use this to send your data to other people.</string>
929
930     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
931     <string name="permlab_writeContacts">write contact data</string>
932     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
933     <string name="permdesc_writeContacts" product="tablet">Allows an application to modify the
934         contact (address) data stored on your tablet. Malicious
935         applications can use this to erase or modify your contact data.</string>
936     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
937     <string name="permdesc_writeContacts" product="default">Allows an application to modify the
938         contact (address) data stored on your phone. Malicious
939         applications can use this to erase or modify your contact data.</string>
940
941     <!-- Title of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=30] -->
942     <string name="permlab_readProfile">read your profile data</string>
943     <!-- Description of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=NONE] -->
944     <string name="permdesc_readProfile" product="default">Allows the application to read personal
945         profile information stored on your device, such as your name and contact information. This
946         means the application can identify you and send your profile information to others.</string>
947
948     <!-- Title of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=30] -->
949     <string name="permlab_writeProfile">write to your profile data</string>
950     <!-- Description of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=NONE] -->
951     <string name="permdesc_writeProfile" product="default">Allows the application to change or add
952         to personal profile information stored on your device, such as your name and contact
953         information.  This means other applications can identify you and send your profile
954         information to others.</string>
955
956     <!-- Title of the read social stream permission, listed so the user can decide whether to allow the application to read information from the user's social stream. [CHAR LIMIT=30] -->
957     <string name="permlab_readSocialStream" product="default">read your social stream</string>
958     <string name="permdesc_readSocialStream" product="default">Allows the application to access
959         and sync social updates from you and your friends. Malicious apps can use this to read
960         private communications between you and your friends on social networks.</string>
961
962     <!-- Title of the write social stream permission, listed so the user can decide whether to allow the application to write information to the user's social stream. [CHAR LIMIT=30] -->
963     <string name="permlab_writeSocialStream" product="default">write to your social stream</string>
964     <string name="permdesc_writeSocialStream" product="default">Allows the application to display
965         social updates from your friends. Malicious apps can use this to pretend to be a friend
966         and trick you into revealing passwords or other confidential information.</string>
967
968
969     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
970     <string name="permlab_readCalendar">read calendar events plus confidential information</string>
971     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
972     <string name="permdesc_readCalendar" product="tablet">Allows an application to read all calendar
973         events stored on your tablet, including those of friends or coworkers. A malicious application with
974         this permission can extract personal information from these calendars without the owners\' knowledge.</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_readCalendar" product="default">Allows an application to read all calendar
977         events stored on your phone, including those of friends or coworkers. A malicious application with
978         this permission can extract personal information from these calendars without the owners\' knowledge.</string>
979
980     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
981     <string name="permlab_writeCalendar">add or modify calendar events and send email to guests without owners\' knowledge</string>
982     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
983     <string name="permdesc_writeCalendar">Allows an application to send event invitations as the calendar owner and add, remove,
984         change events that you can modify on your device, including those of friends or co-workers. A malicious application with this permission
985         can send spam emails that appear to come from calendar owners, modify events without the owners\' knowledge, or add fake events.</string>
986
987     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
988     <string name="permlab_accessMockLocation">mock location sources for testing</string>
989     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
990     <string name="permdesc_accessMockLocation">Create mock location sources for testing.
991         Malicious applications can use this to override the location and/or status returned by real
992         location sources such as GPS or Network providers.</string>
993
994     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
995     <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
996     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
997     <string name="permdesc_accessLocationExtraCommands">Access extra location provider commands.
998         Malicious applications could use this to interfere with the operation of the GPS
999         or other location sources.</string>
1000
1001     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1002     <string name="permlab_installLocationProvider">permission to install a location provider</string>
1003     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1004     <string name="permdesc_installLocationProvider">Create mock location sources for testing.
1005         Malicious applications can use this to override the location and/or status returned by real
1006         location sources such as GPS or Network providers or monitor and report your location to an external source.</string>
1007
1008     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1009     <string name="permlab_accessFineLocation">fine (GPS) location</string>
1010     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1011     <string name="permdesc_accessFineLocation" product="tablet">Access fine location sources such as the
1012         Global Positioning System on the tablet, where available.
1013         Malicious applications can use this to determine where you are, and may
1014         consume additional battery power.</string>
1015     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1016     <string name="permdesc_accessFineLocation" product="default">Access fine location sources such as the
1017         Global Positioning System on the phone, where available.
1018         Malicious applications can use this to determine where you are, and may
1019         consume additional battery power.</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_accessCoarseLocation">coarse (network-based) location</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_accessCoarseLocation" product="tablet">Access coarse location sources such as the cellular
1025         network database to determine an approximate tablet location, where available. Malicious
1026         applications can use this to determine approximately where you are.</string>
1027     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1028     <string name="permdesc_accessCoarseLocation" product="default">Access coarse location sources such as the cellular
1029         network database to determine an approximate phone location, where available. Malicious
1030         applications can use this to determine approximately where you are.</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_accessSurfaceFlinger">access SurfaceFlinger</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_accessSurfaceFlinger">Allows application to use
1036         SurfaceFlinger low-level features.</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_readFrameBuffer">read frame buffer</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_readFrameBuffer">Allows application to
1042         read the content of the frame buffer.</string>
1043
1044     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1045     <string name="permlab_modifyAudioSettings">change your audio settings</string>
1046     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1047     <string name="permdesc_modifyAudioSettings">Allows application to modify
1048         global audio settings such as volume and routing.</string>
1049
1050     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1051     <string name="permlab_recordAudio">record audio</string>
1052     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1053     <string name="permdesc_recordAudio">Allows application to access
1054         the audio record path.</string>
1055
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_camera">take pictures and videos</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_camera">Allows application to take pictures and videos
1060         with the camera. This allows the application at any time to collect
1061         images the camera is seeing.</string>
1062
1063     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1064     <string name="permlab_brick" product="tablet">permanently disable tablet</string>
1065     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1066     <string name="permlab_brick" product="default">permanently disable phone</string>
1067     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1068     <string name="permdesc_brick" product="tablet">Allows the application to
1069         disable the entire tablet permanently. This is very dangerous.</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_brick" product="default">Allows the application to
1072         disable the entire phone permanently. This is very dangerous.</string>
1073
1074     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1075     <string name="permlab_reboot" product="tablet">force tablet reboot</string>
1076     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1077     <string name="permlab_reboot" product="default">force phone reboot</string>
1078     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1079     <string name="permdesc_reboot" product="tablet">Allows the application to
1080         force the tablet to reboot.</string>
1081     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1082     <string name="permdesc_reboot" product="default">Allows the application to
1083         force the phone to reboot.</string>
1084
1085     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1086     <string name="permlab_mount_unmount_filesystems">mount and unmount filesystems</string>
1087     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1088     <string name="permdesc_mount_unmount_filesystems">Allows the application to mount and
1089         unmount filesystems for removable storage.</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_mount_format_filesystems">format external storage</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_mount_format_filesystems">Allows the application to format removable storage.</string>
1095
1096     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1097     <string name="permlab_asec_access">get information on internal storage</string>
1098     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1099     <string name="permdesc_asec_access">Allows the application to get information on internal storage.</string>
1100
1101     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1102     <string name="permlab_asec_create">create internal storage</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_asec_create">Allows the application to create internal storage.</string>
1105
1106     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1107     <string name="permlab_asec_destroy">destroy internal storage</string>
1108     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1109     <string name="permdesc_asec_destroy">Allows the application to destroy internal storage.</string>
1110
1111     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1112     <string name="permlab_asec_mount_unmount">mount / unmount internal storage</string>
1113     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1114     <string name="permdesc_asec_mount_unmount">Allows the application to mount / unmount internal storage.</string>
1115
1116     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1117     <string name="permlab_asec_rename">rename internal storage</string>
1118     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1119     <string name="permdesc_asec_rename">Allows the application to rename internal storage.</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_vibrate">control vibrator</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_vibrate">Allows the application to control
1125         the vibrator.</string>
1126
1127     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1128     <string name="permlab_flashlight">control flashlight</string>
1129     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1130     <string name="permdesc_flashlight">Allows the application to control
1131         the flashlight.</string>
1132
1133     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1134     <string name="permlab_manageUsb">manage preferences and permissions for USB devices</string>
1135     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1136     <string name="permdesc_manageUsb">Allows the application to manage preferences and permissions for USB devices.</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_accessMtp">implement MTP protocol</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_accessMtp">Allows access to the kernel MTP driver to implement the MTP USB protocol.</string>
1142
1143     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1144     <string name="permlab_hardware_test">test hardware</string>
1145     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1146     <string name="permdesc_hardware_test">Allows the application to control
1147         various peripherals for the purpose of hardware testing.</string>
1148
1149     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1150     <string name="permlab_callPhone">directly call phone numbers</string>
1151     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1152     <string name="permdesc_callPhone">Allows the application to call
1153         phone numbers without your intervention. Malicious applications may
1154         cause unexpected calls on your phone bill. Note that this does not
1155         allow the application to call emergency numbers.</string>
1156
1157     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1158     <string name="permlab_callPrivileged">directly call any phone numbers</string>
1159     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1160     <string name="permdesc_callPrivileged">Allows the application to call
1161         any phone number, including emergency numbers, without your intervention.
1162         Malicious applications may place unnecessary and illegal calls to emergency
1163         services.</string>
1164
1165     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1166     <string name="permlab_performCdmaProvisioning" product="tablet">directly start CDMA tablet setup</string>
1167     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1168     <string name="permlab_performCdmaProvisioning" product="default">directly start CDMA phone setup</string>
1169     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1170     <string name="permdesc_performCdmaProvisioning">Allows the application to start CDMA provisioning.
1171         Malicious applications may unnecessarily start CDMA provisioning</string>
1172
1173     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1174     <string name="permlab_locationUpdates">control location update notifications</string>
1175     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1176     <string name="permdesc_locationUpdates">Allows enabling/disabling location
1177         update notifications from the radio.  Not for use by normal applications.</string>
1178
1179     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1180     <string name="permlab_checkinProperties">access checkin properties</string>
1181     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1182     <string name="permdesc_checkinProperties">Allows read/write access to
1183         properties uploaded by the checkin service.  Not for use by normal
1184         applications.</string>
1185
1186     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1187     <string name="permlab_bindGadget">choose widgets</string>
1188     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1189     <string name="permdesc_bindGadget">Allows the application to tell the system
1190         which widgets can be used by which application.  With this permission,
1191         applications can give access to personal data to other applications.
1192         Not for use by normal applications.</string>
1193
1194     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1195     <string name="permlab_modifyPhoneState">modify phone state</string>
1196     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1197     <string name="permdesc_modifyPhoneState">Allows the application to control the
1198         phone features of the device. An application with this permission can switch
1199         networks, turn the phone radio on and off and the like without ever notifying
1200         you.</string>
1201
1202     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1203     <string name="permlab_readPhoneState">read phone state and identity</string>
1204     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1205     <string name="permdesc_readPhoneState">Allows the application to access the phone
1206         features of the device.  An application with this permission can determine the phone
1207         number and serial number of this phone, whether a call is active, the number that call
1208         is connected to and the like.</string>
1209
1210     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1211     <string name="permlab_wakeLock" product="tablet">prevent tablet from sleeping</string>
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_wakeLock" product="default">prevent phone from sleeping</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_wakeLock" product="tablet">Allows an application to prevent
1216         the tablet from going to sleep.</string>
1217     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1218     <string name="permdesc_wakeLock" product="default">Allows an application to prevent
1219         the phone from going to sleep.</string>
1220
1221     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1222     <string name="permlab_devicePower" product="tablet">power tablet on or off</string>
1223     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1224     <string name="permlab_devicePower" product="default">power phone on or off</string>
1225     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1226     <string name="permdesc_devicePower" product="tablet">Allows the application to turn the
1227         tablet on or off.</string>
1228     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1229     <string name="permdesc_devicePower" product="default">Allows the application to turn the
1230         phone on or off.</string>
1231
1232     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1233     <string name="permlab_factoryTest">run in factory test mode</string>
1234     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1235     <string name="permdesc_factoryTest" product="tablet">Run as a low-level manufacturer test,
1236         allowing complete access to the tablet hardware. Only available
1237         when a tablet is running in manufacturer test mode.</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_factoryTest" product="default">Run as a low-level manufacturer test,
1240         allowing complete access to the phone hardware. Only available
1241         when a phone is running in manufacturer test mode.</string>
1242
1243     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1244     <string name="permlab_setWallpaper">set wallpaper</string>
1245     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1246     <string name="permdesc_setWallpaper">Allows the application
1247         to set the system wallpaper.</string>
1248
1249     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1250     <string name="permlab_setWallpaperHints">set wallpaper size hints</string>
1251     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1252     <string name="permdesc_setWallpaperHints">Allows the application
1253         to set the system wallpaper size hints.</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_masterClear">reset system to factory defaults</string>
1257     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1258     <string name="permdesc_masterClear">Allows an application to completely
1259         reset the system to its factory settings, erasing all data,
1260         configuration, and installed applications.</string>
1261
1262     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1263     <string name="permlab_setTime">set time</string>
1264     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1265     <string name="permdesc_setTime" product="tablet">Allows an application to change
1266         the tablet\'s clock time.</string>
1267     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1268     <string name="permdesc_setTime" product="default">Allows an application to change
1269         the phone\'s clock time.</string>
1270
1271     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1272     <string name="permlab_setTimeZone">set time zone</string>
1273     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1274     <string name="permdesc_setTimeZone" product="tablet">Allows an application to change
1275         the tablet\'s time zone.</string>
1276     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1277     <string name="permdesc_setTimeZone" product="default">Allows an application to change
1278         the phone\'s time zone.</string>
1279
1280     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1281     <string name="permlab_accountManagerService">act as the AccountManagerService</string>
1282     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1283     <string name="permdesc_accountManagerService">Allows an
1284     application to make calls to AccountAuthenticators</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_getAccounts">discover known accounts</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_getAccounts" product="tablet">Allows an application to get
1290       the list of accounts known by the tablet.</string>
1291     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1292     <string name="permdesc_getAccounts" product="default">Allows an application to get
1293       the list of accounts known by the phone.</string>
1294
1295     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1296     <string name="permlab_authenticateAccounts">act as an account authenticator</string>
1297     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1298     <string name="permdesc_authenticateAccounts">Allows an application
1299     to use the account authenticator capabilities of the
1300     AccountManager, including creating accounts and getting and
1301     setting their passwords.</string>
1302
1303     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1304     <string name="permlab_manageAccounts">manage the accounts list</string>
1305     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1306     <string name="permdesc_manageAccounts">Allows an application to
1307     perform operations like adding, and removing accounts and deleting
1308     their password.</string>
1309
1310     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1311     <string name="permlab_useCredentials">use the authentication
1312     credentials of an account</string>
1313     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1314     <string name="permdesc_useCredentials">Allows an application to
1315     request authentication tokens.</string>
1316
1317     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1318     <string name="permlab_accessNetworkState">view network state</string>
1319     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1320     <string name="permdesc_accessNetworkState">Allows an application to view
1321       the state of all networks.</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_createNetworkSockets">full Internet access</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_createNetworkSockets">Allows an application to
1327       create network sockets.</string>
1328
1329     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1330     <string name="permlab_writeApnSettings">change/intercept network settings and traffic</string>
1331     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1332     <string name="permdesc_writeApnSettings">Allows an application to change network settings and to intercept and inspect all network traffic,
1333       for example to change the proxy and port of any APN. Malicious applications could monitor, redirect, or modify network
1334       packets without your knowledge.</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_changeNetworkState">change network connectivity</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_changeNetworkState">Allows an application to change
1340       the state of network connectivity.</string>
1341
1342     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1343     <string name="permlab_changeTetherState">Change tethered connectivity</string>
1344     <!-- Description of an application permission, listed so the user can choose whether they want to allow the applicaiton to do this. -->
1345     <string name="permdesc_changeTetherState">Allows an application to change
1346       the state of tethered network connectivity.</string>
1347
1348     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1349     <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
1350     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1351     <string name="permdesc_changeBackgroundDataSetting">Allows an application to change
1352       the background data usage setting.</string>
1353
1354     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1355     <string name="permlab_accessWifiState">view Wi-Fi state</string>
1356     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1357     <string name="permdesc_accessWifiState">Allows an application to view
1358       the information about the state of Wi-Fi.</string>
1359
1360     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1361     <string name="permlab_changeWifiState">change Wi-Fi state</string>
1362     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1363     <string name="permdesc_changeWifiState">Allows an application to connect
1364       to and disconnect from Wi-Fi access points, and to make changes to
1365       configured Wi-Fi networks.</string>
1366
1367     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1368     <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast
1369       reception</string>
1370     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1371     <string name="permdesc_changeWifiMulticastState">Allows an application to
1372       receive packets not directly addressed to your device.  This can be
1373       useful when discovering services offered near by.  It uses more power
1374       than the non-multicast mode.</string>
1375
1376     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1377     <string name="permlab_accessWimaxState">view WiMAX state</string>
1378     <string name="permdesc_accessWimaxState">Allows an application to view
1379       the information about the state of WiMAX.</string>
1380     <string name="permlab_changeWimaxState">change WiMAX state</string>
1381     <string name="permdesc_changeWimaxState">Allows an application to connect
1382       to and disconnect from WiMAX network.</string>
1383     <string name="permlab_bluetoothAdmin">bluetooth administration</string>
1384     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1385     <string name="permdesc_bluetoothAdmin" product="tablet">Allows an application to configure
1386       the local Bluetooth tablet, and to discover and pair with remote
1387       devices.</string>
1388     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1389     <string name="permdesc_bluetoothAdmin" product="default">Allows an application to configure
1390       the local Bluetooth phone, and to discover and pair with remote
1391       devices.</string>
1392
1393     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1394     <string name="permlab_bluetooth">create Bluetooth connections</string>
1395     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1396     <string name="permdesc_bluetooth" product="tablet">Allows an application to view
1397       configuration of the local Bluetooth tablet, and to make and accept
1398       connections with paired devices.</string>
1399     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1400     <string name="permdesc_bluetooth" product="default">Allows an application to view
1401       configuration of the local Bluetooth phone, and to make and accept
1402       connections with paired devices.</string>
1403
1404     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1405     <string name="permlab_nfc">control Near Field Communication</string>
1406     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1407     <string name="permdesc_nfc">Allows an application to communicate
1408       with Near Field Communication (NFC) tags, cards, and readers.</string>
1409
1410     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1411     <string name="permlab_disableKeyguard">disable keylock</string>
1412     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1413     <string name="permdesc_disableKeyguard">Allows an application to disable
1414       the keylock and any associated password security. A legitimate example of
1415       this is the phone disabling the keylock when receiving an incoming phone call,
1416       then re-enabling the keylock when the call is finished.</string>
1417
1418     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1419     <string name="permlab_readSyncSettings">read sync settings</string>
1420     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1421     <string name="permdesc_readSyncSettings">Allows an application to read the sync settings,
1422         such as whether sync is enabled for Contacts.</string>
1423
1424     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1425     <string name="permlab_writeSyncSettings">write sync settings</string>
1426     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1427     <string name="permdesc_writeSyncSettings">Allows an application to modify the sync
1428         settings, such as whether sync is enabled for Contacts.</string>
1429
1430     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1431     <string name="permlab_readSyncStats">read sync statistics</string>
1432     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1433     <string name="permdesc_readSyncStats">Allows an application to read the sync stats; e.g., the
1434         history of syncs that have occurred.</string>
1435
1436     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1437     <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
1438     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1439     <string name="permdesc_subscribedFeedsRead">Allows an application to get details about the currently synced feeds.</string>
1440
1441     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1442     <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
1443     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1444     <string name="permdesc_subscribedFeedsWrite">Allows an application to modify
1445       your currently synced feeds. This could allow a malicious application to
1446       change your synced feeds.</string>
1447
1448     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1449     <string name="permlab_readDictionary">read user defined dictionary</string>
1450     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1451     <string name="permdesc_readDictionary">Allows an application to read any private
1452       words, names and phrases that the user may have stored in the user dictionary.</string>
1453
1454     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1455     <string name="permlab_writeDictionary">write to user defined dictionary</string>
1456     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1457     <string name="permdesc_writeDictionary">Allows an application to write new words into the
1458       user dictionary.</string>
1459
1460     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1461     <string name="permlab_sdcardWrite" product="nosdcard">modify/delete USB storage contents</string>
1462     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1463     <string name="permlab_sdcardWrite" product="default">modify/delete SD card contents</string>
1464     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1465     <string name="permdesc_sdcardWrite" product="nosdcard">Allows an application to write to the USB storage.</string>
1466     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1467     <string name="permdesc_sdcardWrite" product="default">Allows an application to write to the SD card.</string>
1468
1469     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1470     <string name="permlab_mediaStorageWrite" product="default">modify/delete internal media storage contents</string>
1471     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
1472     <string name="permdesc_mediaStorageWrite" product="default">Allows an application to modify the contents of the internal media storage.</string>
1473
1474     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1475     <string name="permlab_cache_filesystem">access the cache filesystem</string>
1476     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1477     <string name="permdesc_cache_filesystem">Allows an application to read and write the cache filesystem.</string>
1478
1479     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1480     <string name="permlab_use_sip">make/receive Internet calls</string>
1481     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1482     <string name="permdesc_use_sip">Allows an application to use the SIP service to make/receive Internet calls.</string>
1483
1484     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1485     <string name="permlab_readNetworkUsageHistory">read historical network usage</string>
1486     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1487     <string name="permdesc_readNetworkUsageHistory">Allows an application to read historical network usage for specific networks and applications.</string>
1488
1489     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1490     <string name="permlab_manageNetworkPolicy">manage network policy</string>
1491     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1492     <string name="permdesc_manageNetworkPolicy">Allows an application to manage network policies and define application-specific rules.</string>
1493
1494     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1495     <string name="permlab_modifyNetworkAccounting">modify network usage accounting</string>
1496     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1497     <string name="permdesc_modifyNetworkAccounting">Allows modification of how network usage is accounted against applications. Not for use by normal applications.</string>
1498
1499     <!-- Policy administration -->
1500
1501     <!-- Title of policy access to limiting the user's password choices -->
1502     <string name="policylab_limitPassword">Set password rules</string>
1503     <!-- Description of policy access to limiting the user's password choices -->
1504     <string name="policydesc_limitPassword">Control the length and the characters
1505     allowed in screen-unlock passwords</string>
1506     <!-- Title of policy access to watch user login attempts -->
1507     <string name="policylab_watchLogin">Monitor screen-unlock attempts</string>
1508     <!-- Description of policy access to watch user login attempts -->
1509     <string name="policydesc_watchLogin" product="tablet">Monitor the number of incorrect passwords
1510     entered when unlocking the screen, and lock the tablet or erase all the tablet\'s
1511     data if too many incorrect passwords are entered</string>
1512     <!-- Description of policy access to watch user login attempts -->
1513     <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords
1514     entered when unlocking the screen, and lock the phone or erase all the phone\'s
1515     data if too many incorrect passwords are entered</string>
1516     <!-- Title of policy access to reset user's password -->
1517     <string name="policylab_resetPassword">Change the screen-unlock password</string>
1518     <!-- Description of policy access to reset user's password -->
1519     <string name="policydesc_resetPassword">Change the screen-unlock password</string>
1520     <!-- Title of policy access to force lock the device -->
1521     <string name="policylab_forceLock">Lock the screen</string>
1522     <!-- Description of policy access to limiting the user's password choices -->
1523     <string name="policydesc_forceLock">Control how and when the screen locks</string>
1524     <!-- Title of policy access to wipe the user's data -->
1525     <string name="policylab_wipeData">Erase all data</string>
1526     <!-- Description of policy access to wipe the user's data -->
1527     <string name="policydesc_wipeData" product="tablet">Erase the tablet\'s data without warning,
1528     by performing a factory data reset</string>
1529     <!-- Description of policy access to wipe the user's data -->
1530     <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning,
1531     by performing a factory data reset</string>
1532     <string name="policylab_setGlobalProxy">Set the device global proxy</string>
1533     <!-- Description of policy access to wipe the user's data -->
1534     <string name="policydesc_setGlobalProxy">Set the device global proxy
1535         to be used while policy is enabled. Only the first device admin
1536         sets the effective global proxy.</string>
1537     <!-- Title of policy access to enforce password expiration [CHAR LIMIT=30]-->
1538     <string name="policylab_expirePassword">Set lock-screen password expiration</string>
1539     <!-- Description of policy access to enforce password expiration [CHAR LIMIT=110]-->
1540     <string name="policydesc_expirePassword">Control how frequently the lock-screen password must be
1541   changed</string>
1542     <!-- Title of policy access to require encrypted storage [CHAR LIMIT=30]-->
1543     <string name="policylab_encryptedStorage">Set storage encryption</string>
1544     <!-- Description of policy access to require encrypted storage [CHAR LIMIT=110]-->
1545     <string name="policydesc_encryptedStorage">Require that stored application data be encrypted
1546         </string>
1547     <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]-->
1548     <string name="policylab_disableCamera">Disable cameras</string>
1549     <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]-->
1550     <string name="policydesc_disableCamera">Prevent use of all device cameras</string>
1551
1552     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1553     <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. -->
1554     <string-array name="phoneTypes">
1555         <item>Home</item>
1556         <item>Mobile</item>
1557         <item>Work</item>
1558         <item>Work Fax</item>
1559         <item>Home Fax</item>
1560         <item>Pager</item>
1561         <item>Other</item>
1562         <item>Custom</item>
1563     </string-array>
1564
1565     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1566     <!-- Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. -->
1567     <string-array name="emailAddressTypes">
1568         <item>Home</item>
1569         <item>Work</item>
1570         <item>Other</item>
1571         <item>Custom</item>
1572     </string-array>
1573
1574     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1575     <!-- Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. -->
1576     <string-array name="postalAddressTypes">
1577         <item>Home</item>
1578         <item>Work</item>
1579         <item>Other</item>
1580         <item>Custom</item>
1581     </string-array>
1582
1583     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1584     <!-- Instant Messenger ID types from android.provider.Contacts. This could be used when adding a new IM for a contact, for example. -->
1585     <string-array name="imAddressTypes">
1586         <item>Home</item>
1587         <item>Work</item>
1588         <item>Other</item>
1589         <item>Custom</item>
1590     </string-array>
1591
1592     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1593     <!-- Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. -->
1594     <string-array name="organizationTypes">
1595         <item>Work</item>
1596         <item>Other</item>
1597         <item>Custom</item>
1598     </string-array>
1599
1600     <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip />
1601     <!-- Instant Message protocols/providers from android.provider.Contacts -->
1602     <string-array name="imProtocols">
1603         <item>AIM</item>
1604         <item>Windows Live</item>
1605         <item>Yahoo</item>
1606         <item>Skype</item>
1607         <item>QQ</item>
1608         <item>Google Talk</item>
1609         <item>ICQ</item>
1610         <item>Jabber</item>
1611     </string-array>
1612
1613     <!-- Custom phone number type -->
1614     <string name="phoneTypeCustom">Custom</string>
1615     <!-- Home phone number type -->
1616     <string name="phoneTypeHome">Home</string>
1617     <!-- Mobile phone number type -->
1618     <string name="phoneTypeMobile">Mobile</string>
1619     <!-- Work phone number type -->
1620     <string name="phoneTypeWork">Work</string>
1621     <!-- Work fax phone number type -->
1622     <string name="phoneTypeFaxWork">Work Fax</string>
1623     <!-- Home fax phone number type -->
1624     <string name="phoneTypeFaxHome">Home Fax</string>
1625     <!-- Pager phone number type -->
1626     <string name="phoneTypePager">Pager</string>
1627     <!-- Other phone number type -->
1628     <string name="phoneTypeOther">Other</string>
1629     <!-- Callback phone number type -->
1630     <string name="phoneTypeCallback">Callback</string>
1631     <!-- Car phone number type -->
1632     <string name="phoneTypeCar">Car</string>
1633     <!-- Company main phone number type -->
1634     <string name="phoneTypeCompanyMain">Company Main</string>
1635     <!-- ISDN phone number type -->
1636     <string name="phoneTypeIsdn">ISDN</string>
1637     <!-- Main phone number type -->
1638     <string name="phoneTypeMain">Main</string>
1639     <!-- Other fax phone number type -->
1640     <string name="phoneTypeOtherFax">Other Fax</string>
1641     <!-- Radio phone number type -->
1642     <string name="phoneTypeRadio">Radio</string>
1643     <!-- Telex phone number type -->
1644     <string name="phoneTypeTelex">Telex</string>
1645     <!-- TTY TDD phone number type -->
1646     <string name="phoneTypeTtyTdd">TTY TDD</string>
1647     <!-- Work mobile phone number type -->
1648     <string name="phoneTypeWorkMobile">Work Mobile</string>
1649     <!-- Work pager phone number type -->
1650     <string name="phoneTypeWorkPager">Work Pager</string>
1651     <!-- Assistant phone number type -->
1652     <string name="phoneTypeAssistant">Assistant</string>
1653     <!-- MMS phone number type -->
1654     <string name="phoneTypeMms">MMS</string>
1655
1656     <!-- Label for custom events  [CHAR LIMIT=20] -->
1657     <string name="eventTypeCustom">Custom</string>
1658     <!-- Label for a birthday event  [CHAR LIMIT=20] -->
1659     <string name="eventTypeBirthday">Birthday</string>
1660     <!-- Label for an anniversary event  [CHAR LIMIT=20] -->
1661     <string name="eventTypeAnniversary">Anniversary</string>
1662     <!-- Label for other events  [CHAR LIMIT=20] -->
1663     <string name="eventTypeOther">Other</string>
1664
1665     <!-- Custom email type -->
1666     <string name="emailTypeCustom">Custom</string>
1667     <!-- Home email type -->
1668     <string name="emailTypeHome">Home</string>
1669     <!-- Work email type -->
1670     <string name="emailTypeWork">Work</string>
1671     <!-- Other email type -->
1672     <string name="emailTypeOther">Other</string>
1673     <!-- Mobile email type -->
1674     <string name="emailTypeMobile">Mobile</string>
1675
1676     <!-- Custom postal address type -->
1677     <string name="postalTypeCustom">Custom</string>
1678     <!-- Home postal address type -->
1679     <string name="postalTypeHome">Home</string>
1680     <!-- Work postal address type -->
1681     <string name="postalTypeWork">Work</string>
1682     <!-- Other postal address type -->
1683     <string name="postalTypeOther">Other</string>
1684
1685     <!-- Custom IM address type -->
1686     <string name="imTypeCustom">Custom</string>
1687     <!-- Home IM address type -->
1688     <string name="imTypeHome">Home</string>
1689     <!-- Work IM address type -->
1690     <string name="imTypeWork">Work</string>
1691     <!-- Other IM address type -->
1692     <string name="imTypeOther">Other</string>
1693
1694     <!-- Custom IM protocol type -->
1695     <string name="imProtocolCustom">Custom</string>
1696     <!-- AIM IM protocol type -->
1697     <string name="imProtocolAim">AIM</string>
1698     <!-- MSN IM protocol type -->
1699     <string name="imProtocolMsn">Windows Live</string>
1700     <!-- Yahoo IM protocol type -->
1701     <string name="imProtocolYahoo">Yahoo</string>
1702     <!-- Skype IM protocol type -->
1703     <string name="imProtocolSkype">Skype</string>
1704     <!-- QQ IM protocol type -->
1705     <string name="imProtocolQq">QQ</string>
1706     <!-- Google Talk IM protocol type -->
1707     <string name="imProtocolGoogleTalk">Google Talk</string>
1708     <!-- ICQ IM protocol type -->
1709     <string name="imProtocolIcq">ICQ</string>
1710     <!-- Jabber IM protocol type -->
1711     <string name="imProtocolJabber">Jabber</string>
1712     <!-- NetMeeting IM protocol type -->
1713     <string name="imProtocolNetMeeting">NetMeeting</string>
1714
1715     <!-- Work organization type -->
1716     <string name="orgTypeWork">Work</string>
1717     <!-- Other organization type -->
1718     <string name="orgTypeOther">Other</string>
1719     <!-- Custom organization type -->
1720     <string name="orgTypeCustom">Custom</string>
1721
1722     <!-- Custom relationship custom [CHAR LIMIT=20] -->
1723     <string name="relationTypeCustom">Custom</string>
1724     <!-- Assistant relationship type [CHAR LIMIT=20] -->
1725     <string name="relationTypeAssistant">Assistant</string>
1726     <!-- Brother relationship type [CHAR LIMIT=20] -->
1727     <string name="relationTypeBrother">Brother</string>
1728     <!-- Child relationship type [CHAR LIMIT=20] -->
1729     <string name="relationTypeChild">Child</string>
1730     <!-- Domestic Partner relationship type [CHAR LIMIT=20] -->
1731     <string name="relationTypeDomesticPartner">Domestic Partner</string>
1732     <!-- Father relationship type [CHAR LIMIT=20] -->
1733     <string name="relationTypeFather">Father</string>
1734     <!-- Friend relationship type [CHAR LIMIT=20] -->
1735     <string name="relationTypeFriend">Friend</string>
1736     <!-- Manager relationship type [CHAR LIMIT=20] -->
1737     <string name="relationTypeManager">Manager</string>
1738     <!-- Mother relationship type [CHAR LIMIT=20] -->
1739     <string name="relationTypeMother">Mother</string>
1740     <!-- Parent relationship type [CHAR LIMIT=20] -->
1741     <string name="relationTypeParent">Parent</string>
1742     <!-- Partner relationship type [CHAR LIMIT=20] -->
1743     <string name="relationTypePartner">Partner</string>
1744     <!-- Referred by relationship type [CHAR LIMIT=20] -->
1745     <string name="relationTypeReferredBy">Referred by</string>
1746     <!-- Relative relationship type [CHAR LIMIT=20] -->
1747     <string name="relationTypeRelative">Relative</string>
1748     <!-- Sister relationship type [CHAR LIMIT=20] -->
1749     <string name="relationTypeSister">Sister</string>
1750     <!-- Spouse relationship type [CHAR LIMIT=20] -->
1751     <string name="relationTypeSpouse">Spouse</string>
1752
1753     <!-- Custom SIP address type -->
1754     <string name="sipAddressTypeCustom">Custom</string>
1755     <!-- Home SIP address type -->
1756     <string name="sipAddressTypeHome">Home</string>
1757     <!-- Work SIP address type -->
1758     <string name="sipAddressTypeWork">Work</string>
1759     <!-- Other SIP address type -->
1760     <string name="sipAddressTypeOther">Other</string>
1761
1762     <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
1763          Displayed in one line in a large font.  -->
1764     <string name="keyguard_password_enter_pin_code">Enter PIN code</string>
1765
1766     <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
1767          Displayed in one line in a large font.  -->
1768     <string name="keyguard_password_enter_puk_code">Enter PUK and new PIN code</string>
1769
1770     <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
1771     <string name="keyguard_password_enter_puk_prompt">PUK code</string>
1772     <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
1773     <string name="keyguard_password_enter_pin_prompt">New Pin Code</string>
1774
1775     <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
1776     <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to enter password</font></string>
1777
1778     <!-- Instructions telling the user to enter their text password to unlock the keyguard.
1779          Displayed in one line in a large font.  -->
1780     <string name="keyguard_password_enter_password_code">Enter password to unlock</string>
1781
1782     <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
1783          Displayed in one line in a large font.  -->
1784     <string name="keyguard_password_enter_pin_password_code">Enter PIN to unlock</string>
1785
1786     <!-- Instructions telling the user that they entered the wrong pin while trying
1787          to unlock the keyguard.  Displayed in one line in a large font.  -->
1788     <string name="keyguard_password_wrong_pin_code">Incorrect PIN code!</string>
1789
1790     <!-- Instructions telling the user how to unlock the phone. -->
1791     <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
1792
1793     <!-- This can be used in any application wanting to disable the text "Emergency number" -->
1794     <string name="emergency_call_dialog_number_for_display">Emergency number</string>
1795
1796     <!--
1797        *** touch based lock / unlock ***
1798                                           --> <skip />
1799
1800     <!-- 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.-->
1801     <string name="lockscreen_carrier_default">No service.</string>
1802
1803     <!-- Shown in the lock screen to tell the user that the screen is locked. -->
1804     <string name="lockscreen_screen_locked">Screen locked.</string>
1805
1806     <!-- when pattern lock is enabled, tell them about the emergency dial -->
1807     <string name="lockscreen_instructions_when_pattern_enabled">Press Menu to unlock or place emergency call.</string>
1808
1809     <!-- 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. -->
1810     <string name="lockscreen_instructions_when_pattern_disabled">Press Menu to unlock.</string>
1811
1812     <!-- 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. -->
1813     <string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
1814     <!-- Button at the bottom of the unlock screen to make an emergency call. -->
1815     <string name="lockscreen_emergency_call">Emergency call</string>
1816     <!-- Button at the bottom of the unlock screen that lets the user return to a call -->
1817     <string name="lockscreen_return_to_call">Return to call</string>
1818     <!-- Shown to confirm that the user entered their lock pattern correctly. -->
1819     <string name="lockscreen_pattern_correct">Correct!</string>
1820     <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. -->
1821     <string name="lockscreen_pattern_wrong">Sorry, try again</string>
1822     <!-- On the unlock password screen, shown when the user enters the wrong lock password and must try again. -->
1823     <string name="lockscreen_password_wrong">Sorry, try again</string>
1824
1825     <!-- When the lock screen is showing and the phone plugged in, and the battery
1826          is not fully charged, show the current charge %.  -->
1827     <string name="lockscreen_plugged_in">Charging, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
1828     <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
1829          charged, say that it is charged. -->
1830     <string name="lockscreen_charged">Charged.</string>
1831     <!-- A short representation of charging information, e.g "34%" -->
1832     <string name="lockscreen_battery_short"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
1833
1834     <!-- When the lock screen is showing and the battery is low, warn user to plug
1835          in the phone soon. -->
1836     <string name="lockscreen_low_battery">Connect your charger.</string>
1837
1838     <!-- Shown in the lock screen when there is no SIM card. -->
1839     <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
1840     <!-- Shown in the lock screen when there is no SIM card. -->
1841     <string name="lockscreen_missing_sim_message" product="tablet">No SIM card in tablet.</string>
1842     <!-- Shown in the lock screen when there is no SIM card. -->
1843     <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
1844     <!-- Shown in the lock screen to ask the user to insert a SIM card. -->
1845     <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string>
1846     <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. -->
1847     <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Please insert a SIM card.</string>
1848     <!-- Shown in the lock screen to inform the user to SIM card is permanently disabled. -->
1849     <string name="lockscreen_permanent_disabled_sim_instructions">Your SIM card is permanently disabled.\n
1850     Please contact your wireless service provider to obtain another SIM card.</string>
1851
1852     <!-- Shown on transport control of lockscreen. Pressing button goes to previous track. -->
1853     <string name="lockscreen_transport_prev_description">Previous track button</string>
1854     <!-- Shown on transport control of lockscreen. Pressing button goes to next track. -->
1855     <string name="lockscreen_transport_next_description">Next track button</string>
1856     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1857     <string name="lockscreen_transport_pause_description">Pause button</string>
1858     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1859     <string name="lockscreen_transport_play_description">Play button</string>
1860     <!-- Shown on transport control of lockscreen. Pressing button pauses playback -->
1861     <string name="lockscreen_transport_stop_description">Stop button</string>
1862
1863     <!-- Shown in the lock screen when there is emergency calls only mode. -->
1864     <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
1865
1866     <!-- When the user inserts a sim card from an unsupported network, it becomes network
1867          locked -->
1868     <string name="lockscreen_network_locked_message">Network locked</string>
1869
1870
1871     <!-- When the user enters a wrong sim pin too many times, it becomes
1872          PUK locked (Pin Unlock Kode) -->
1873     <string name="lockscreen_sim_puk_locked_message">SIM card is PUK-locked.</string>
1874     <!-- Shown in the lock screen when the SIM has become PUK locked and the user must call customer care to unlock it. -->
1875     <string name="lockscreen_sim_puk_locked_instructions">Please see the User Guide or contact Customer Care.</string>
1876
1877     <!-- Shown in the lock screen to tell the user that their SIM is locked and they must unlock it. -->
1878     <string name="lockscreen_sim_locked_message">SIM card is locked.</string>
1879
1880     <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
1881          whether it is valid, and to unlock the sim if it is valid.  we display a
1882          progress dialog in the meantime.  this is the emssage. -->
1883     <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
1884
1885     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1886          drawing the unlock pattern -->
1887     <string name="lockscreen_too_many_failed_attempts_dialog_message">
1888         You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1889         \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1890     </string>
1891
1892     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1893          entering the password -->
1894     <string name="lockscreen_too_many_failed_password_attempts_dialog_message">
1895         You have incorrectly entered your password <xliff:g id="number">%d</xliff:g> times.
1896         \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1897     </string>
1898
1899     <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
1900          entering the PIN -->
1901     <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">
1902         You have incorrectly entered your PIN <xliff:g id="number">%d</xliff:g> times.
1903         \n\nPlease try again in <xliff:g id="number">%d</xliff:g> seconds.
1904     </string>
1905
1906     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1907          where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1908     <string name="lockscreen_failed_attempts_almost_glogin" product="tablet">
1909         You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1910        After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1911        you will be asked to unlock your tablet using your Google sign-in.\n\n
1912        Please try again in <xliff:g id="number">%d</xliff:g> seconds.
1913     </string>
1914
1915     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1916          where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
1917     <string name="lockscreen_failed_attempts_almost_glogin" product="default">
1918         You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
1919        After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1920        you will be asked to unlock your phone using your Google sign-in.\n\n
1921        Please try again in <xliff:g id="number">%d</xliff:g> seconds.
1922     </string>
1923
1924     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1925          where the device will be wiped. -->
1926     <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet">
1927        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
1928        After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1929        the tablet will be reset to factory default and all user data will be lost.
1930     </string>
1931
1932     <!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
1933          where the device will be wiped. -->
1934     <string name="lockscreen_failed_attempts_almost_at_wipe" product="default">
1935        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
1936        After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
1937        the phone will be reset to factory default and all user data will be lost.
1938     </string>
1939
1940     <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1941         maximum attempts and the device will now be wiped -->
1942     <string name="lockscreen_failed_attempts_now_wiping" product="tablet">
1943        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
1944        The tablet will now be reset to factory default.
1945     </string>
1946
1947     <!-- For the unlock screen, informational message shown in dialog when user has exceeded the
1948         maximum attempts and the device will now be wiped -->
1949     <string name="lockscreen_failed_attempts_now_wiping" product="default">
1950        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
1951        The phone will now be reset to factory default.
1952     </string>
1953
1954     <!-- On the unlock screen, countdown message shown while user is waiting to try again after too many
1955          failed attempts -->
1956     <string name="lockscreen_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1957
1958     <!-- On the unlock screen, message shown on button that appears once it's apparent the user may have forgotten
1959          their lock gesture -->
1960     <string name="lockscreen_forgot_pattern_button_text">Forgot pattern?</string>
1961
1962     <!-- Title of the unlock screen that uses your Google login and password when the user hit
1963          the 'forgot pattern' button.-->
1964     <string name="lockscreen_glogin_forgot_pattern">Account unlock</string>
1965     <!-- Title of the unlock screen that uses your Google login and password when the user attempted
1966          too many patterns and we are forcing them to use their account instead. -->
1967     <string name="lockscreen_glogin_too_many_attempts">Too many pattern attempts!</string>
1968     <!-- In the unlock screen, message telling the user that they need to use their Google login and password to unlock the phone -->
1969     <string name="lockscreen_glogin_instructions">To unlock, sign in with your Google account</string>
1970     <!-- Hint caption for the username field when unlocking the phone using login and password -->
1971     <string name="lockscreen_glogin_username_hint">Username (email)</string>
1972     <!-- Hint caption for the password field when unlocking the phone using login and password -->
1973     <string name="lockscreen_glogin_password_hint">Password</string>
1974     <!-- Button to try to unlock the phone using username and password -->
1975     <string name="lockscreen_glogin_submit_button">Sign in</string>
1976     <!-- Displayed to the user when unlocking the phone with a username and password fails. -->
1977     <string name="lockscreen_glogin_invalid_input">Invalid username or password.</string>
1978     <!-- Hint displayed on account unlock screen to advise the user on how to recover the account. -->
1979     <string name="lockscreen_glogin_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b></string>
1980
1981     <!-- Displayed in a progress dialog while a username and password are being checked. -->
1982     <string name="lockscreen_glogin_checking_password">Checking...</string>
1983     <!-- Displayed on lock screen's left tab - unlock -->
1984     <string name="lockscreen_unlock_label">Unlock</string>
1985     <!-- Displayed on lock screen's right tab - turn sound on -->
1986     <string name="lockscreen_sound_on_label">Sound on</string>
1987     <!-- Displayed on lock screen's right tab - turn sound off -->
1988     <string name="lockscreen_sound_off_label">Sound off</string>
1989
1990     <!-- Accessibility description sent when user starts drawing a lock pattern. [CHAR LIMIT=NONE] -->
1991     <string name="lockscreen_access_pattern_start">Pattern started</string>
1992     <!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] -->
1993     <string name="lockscreen_access_pattern_cleared">Pattern cleared</string>
1994     <!-- Accessibility description sent when user adds a cell to the pattern. [CHAR LIMIT=NONE]  -->
1995     <string name="lockscreen_access_pattern_cell_added">Cell added</string>
1996     <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] -->
1997     <string name="lockscreen_access_pattern_detected">Pattern completed</string>
1998
1999     <!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
2000     <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
2001     <string name="password_keyboard_label_symbol_key">\?123</string>
2002     <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! -->
2003     <string name="password_keyboard_label_alpha_key">ABC</string>
2004     <!-- Label for ALT modifier key.  Must be short to fit on key! -->
2005     <string name="password_keyboard_label_alt_key">ALT</string>
2006
2007     <!-- A format string for 12-hour time of day, just the hour, not the minute, with lower-case "am" or "pm" (example: "3pm"). -->
2008     <string name="hour_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="pm">%P</xliff:g>"</string>
2009
2010     <!-- A format string for 12-hour time of day, just the hour, not the minute, with capital "AM" or "PM" (example: "3PM"). -->
2011     <string name="hour_cap_ampm">"<xliff:g id="hour" example="3">%-l</xliff:g><xliff:g id="ampm" example="PM">%p</xliff:g>"</string>
2012
2013     <!-- Title of the alert when something went wrong in the factory test. -->
2014     <string name="factorytest_failed">Factory test failed</string>
2015     <!-- Error message displayed when a non-system application tries to start a factory test. -->
2016     <string name="factorytest_not_system">The FACTORY_TEST action
2017         is only supported for packages installed in /system/app.</string>
2018     <!-- Error message displayed when the factory test could not be started. -->
2019     <string name="factorytest_no_action">No package was found that provides the
2020         FACTORY_TEST action.</string>
2021     <!-- Button to restart the device after the factory test. -->
2022     <string name="factorytest_reboot">Reboot</string>
2023
2024     <!-- Do not translate.  WebView User Agent string -->
2025     <string name="web_user_agent" translatable="false">Mozilla/5.0 (Linux; U; <xliff:g id="x">Android %s</xliff:g>)
2026         AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 <xliff:g id="mobile">%s</xliff:g>Safari/534.30</string>
2027     <!-- Do not translate.  WebView User Agent targeted content -->
2028     <string name="web_user_agent_target_content" translatable="false">"Mobile "</string>
2029
2030     <!-- Title for a JavaScript dialog. "The page at <url of current page> says:" -->
2031     <string name="js_dialog_title">The page at \'<xliff:g id="title">%s</xliff:g>\' says:</string>
2032     <!-- Default title for a javascript dialog -->
2033     <string name="js_dialog_title_default">JavaScript</string>
2034     <!-- Message in a javascript dialog asking if the user wishes to leave the
2035              current page -->
2036     <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>
2037
2038     <!-- 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. -->
2039     <string name="save_password_label">Confirm</string>
2040
2041     <!-- Toast for double-tap -->
2042     <string name="double_tap_toast">Tip: double-tap to zoom in and out.</string>
2043
2044     <!-- 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] -->
2045     <string name="autofill_this_form">AutoFill</string>
2046     <!-- 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] -->
2047     <string name="setup_autofill">Setup AutoFill</string>
2048
2049     <!-- String used to separate FirstName and LastName when writing out a local name
2050          e.g. John<separator>Smith [CHAR-LIMIT=NONE]-->
2051     <string name="autofill_address_name_separator">\u0020</string>
2052     <!-- Format string for displaying a name. $1 is First Name, $2 is autofill_address_name_separator, $3 is Last Name.
2053          e.g. (John)( )(Smith) -->
2054     <string name="autofill_address_summary_name_format">$1$2$3</string>
2055
2056     <!-- String used to separate Name and Address Line 1
2057          e.g. John Smith<separator>123 Main Street [CHAR-LIMIT=NONE]-->
2058     <string name="autofill_address_summary_separator">,\u0020</string>
2059     <!-- Format string for displaying a name and address summary. $1 is the Full Name, $2 is autofill_address_summary_separator, $3 is the Address
2060          e.g. (John Smith)(, )(123 Main Street) -->
2061     <string name="autofill_address_summary_format">$1$2$3</string>
2062
2063     <!-- Do not translate. Regex used by AutoFill. -->
2064     <string name="autofill_attention_ignored_re">attention|attn</string>
2065
2066     <!-- Do not translate. Regex used by AutoFill. -->
2067     <string name="autofill_region_ignored_re">province|region|other<!-- es -->|provincia<!-- pt-BR, pt-PT -->|bairro|suburb</string>
2068
2069     <!-- Do not translate. Regex used by AutoFill. -->
2070     <string name="autofill_company_re">company|business|organization|organisation|department<!-- de-DE -->|firma|firmenname<!-- es -->|empresa<!-- fr-FR -->|societe|société<!-- it-IT -->|ragione.?sociale<!-- ja-JP -->|会社<!-- ru -->|название.?компании<!-- zh-CN -->|单位|公司</string>
2071
2072     <!-- Do not translate. Regex used by AutoFill. -->
2073     <string name="autofill_address_line_1_re">address.?line|address1|addr1|street<!-- de-DE -->|strasse|straße|hausnummer|housenumber<!-- en-GB -->|house.?name<!-- es -->|direccion|dirección<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|住所1<!-- pt-BR, pt-PT -->|morada|endereço<!-- ru -->|Адрес<!-- zh-CN -->|地址</string>
2074
2075     <!-- Do not translate. Regex used by AutoFill. -->
2076     <string name="autofill_address_line_1_label_re">address<!-- fr-FR -->|adresse<!-- it-IT -->|indirizzo<!-- ja-JP -->|住所<!-- zh-CN -->|地址</string>
2077
2078     <!-- Do not translate. Regex used by AutoFill. -->
2079     <string name="autofill_address_line_2_re">address.?line2|address2|addr2|street|suite|unit<!-- de-DE -->|adresszusatz|ergänzende.?angaben<!-- es -->|direccion2|colonia|adicional<!-- fr-FR -->|addresssuppl|complementnom|appartement<!-- it-IT -->|indirizzo2<!-- ja-JP -->|住所2</string>
2080
2081     <!-- Do not translate. Regex used by AutoFill. -->
2082     <string name="autofill_address_line_3_re">address.?line3|address3|addr3|street|line3<!-- es -->|municipio<!-- fr-FR -->|batiment|residence<!-- it-IT -->|indirizzo3</string>
2083
2084     <!-- Do not translate. Regex used by AutoFill. -->
2085     <string name="autofill_country_re">country|location<!-- ja-JP -->|国<!-- zh-CN -->|国家</string>
2086
2087     <!-- Do not translate. Regex used by AutoFill. -->
2088     <string name="autofill_zip_code_re">zip|postal|post code|pcode|^1z$<!-- de-DE -->|postleitzahl<!-- es -->|cp<!-- fr-FR -->|cdp<!-- it-IT -->|cap<!-- ja-JP -->|郵便番号<!-- pt-BR, pt-PT -->|codigo|codpos|cep<!-- ru -->|Почтовый.?Индекс<!--zh-CN -->|邮政编码|邮编<!-- zh-TW -->|郵遞區號</string>
2089
2090     <!-- Do not translate. Regex used by AutoFill. -->
2091     <string name="autofill_zip_4_re">zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2</string>
2092
2093     <!-- Do not translate. Regex used by AutoFill. -->
2094     <string name="autofill_city_re">city|town<!-- de-DE -->|ort|stadt<!-- en-AU -->|suburb<!-- es -->|ciudad|provincia|localidad|poblacion<!-- fr-FR -->|ville|commune<!-- it-IT -->|localita<!-- ja-JP -->|市区町村<!-- pt-BR, pt-PT -->|cidade<!-- ru -->|Город<!-- zh-CN -->|市<!-- zh-TW -->|分區</string>
2095
2096     <!-- Do not translate. Regex used by AutoFill. -->
2097     <string name="autofill_state_re">state|county|region|province<!-- de-DE -->|land<!-- en-UK -->|county|principality<!-- ja-JP -->|都道府県<!-- pt-BR, pt-PT -->|estado|provincia<!-- ru -->|область<!-- zh-CN -->|省<!-- zh-TW -->|地區</string>
2098
2099     <!-- Do not translate. Regex used by AutoFill. -->
2100     <string name="autofill_address_type_same_as_re">same as</string>
2101
2102     <!-- Do not translate. Regex used by AutoFill. -->
2103     <string name="autofill_address_type_use_my_re">use my</string>
2104
2105     <!-- Do not translate. Regex used by AutoFill. -->
2106     <string name="autofill_billing_designator_re">bill</string>
2107
2108     <!-- Do not translate. Regex used by AutoFill. -->
2109     <string name="autofill_shipping_designator_re">ship</string>
2110
2111     <!-- Do not translate. Regex used by AutoFill. -->
2112     <string name="autofill_email_re">e.?mail<!-- ja-JP -->|メールアドレス<!-- ru -->|Электронной.?Почты<!-- zh-CN -->|邮件|邮箱<!-- zh-TW -->|電郵地址</string>
2113
2114     <!-- Do not translate. Regex used by AutoFill. -->
2115     <string name="autofill_username_re">user.?name|user.?id<!-- de-DE -->|vollständiger.?name<!-- zh-CN -->|用户名</string>
2116
2117     <!-- Do not translate. Regex used by AutoFill. -->
2118     <string name="autofill_name_re">^name|full.?name|your.?name|customer.?name|firstandlastname<!-- es -->|nombre.*y.*apellidos<!-- fr-FR -->|^nom<!-- ja-JP -->|お名前|氏名<!-- pt-BR, pt-PT -->|^nome<!-- zh-CN -->|姓名</string>
2119
2120     <!-- Do not translate. Regex used by AutoFill. -->
2121     <string name="autofill_name_specific_re">^name<!-- fr-FR -->|^nom<!-- pt-BR, pt-PT -->|^nome</string>
2122
2123     <!-- Do not translate. Regex used by AutoFill. -->
2124
2125     <string name="autofill_first_name_re">irst.*name|initials|fname|first$<!-- de-DE -->|vorname<!-- es -->|nombre<!-- fr-FR -->|forename|prénom|prenom<!-- ja-JP -->|名<!-- pt-BR, pt-PT -->|nome<!-- ru -->|Имя</string>
2126
2127     <!-- Do not translate. Regex used by AutoFill. -->
2128     <string name="autofill_middle_initial_re">middle.*initial|m\\.i\\.|mi$</string>
2129
2130     <!-- Do not translate. Regex used by AutoFill. -->
2131     <string name="autofill_middle_name_re">middle.*name|mname|middle$<!-- es -->|apellido.?materno|lastlastname</string>
2132
2133     <!-- Do not translate. Regex used by AutoFill. -->
2134     <string name="autofill_last_name_re">last.*name|lname|surname|last$<!-- de-DE -->|nachname<!-- es -->|apellidos<!-- fr-FR -->|famille|^nom<!-- it-IT -->|cognome<!-- ja-JP -->|姓<!-- pt-BR, pt-PT -->|morada|apelidos|surename|sobrenome<!-- ru -->|Фамилия</string>
2135
2136     <!-- Do not translate. Regex used by AutoFill. -->
2137     <string name="autofill_phone_re">phone<!-- de-DE -->|telefonnummer<!-- es -->|telefono|teléfono<!-- fr-FR -->|telfixe<!-- ja-JP -->|電話<!-- pt-BR, pt-PT -->|telefone|telemovel<!-- ru -->|телефон<!-- zh-CN -->|电话</string>
2138
2139     <!-- Do not translate. Regex used by AutoFill. -->
2140     <string name="autofill_area_code_re">area.*code|acode|area</string>
2141
2142     <!-- Do not translate. Regex used by AutoFill. -->
2143     <string name="autofill_phone_prefix_re">prefix<!-- fr-FR -->|preselection<!-- pt-BR, pt-PT -->|ddd</string>
2144
2145     <!-- Do not translate. Regex used by AutoFill. -->
2146     <string name="autofill_phone_suffix_re">suffix</string>
2147
2148     <!-- Do not translate. Regex used by AutoFill. -->
2149     <string name="autofill_phone_extension_re">ext<!-- pt-BR, pt-PT -->|ramal</string>
2150
2151     <!-- Do not translate. Regex used by AutoFill. -->
2152     <string name="autofill_name_on_card_re">card.?holder|name.?on.?card|ccname|owner<!-- de-DE -->|karteninhaber<!-- es -->|nombre.*tarjeta<!-- fr-FR -->|nom.*carte<!-- it-IT -->|nome.*cart<!-- ja-JP -->|名前<!-- ru -->|Имя.*карты<!-- zh-CN -->|信用卡开户名|开户名|持卡人姓名<!-- zh-TW -->|持卡人姓名</string>
2153
2154     <!-- Do not translate. Regex used by AutoFill. -->
2155     <string name="autofill_name_on_card_contextual_re">name</string>
2156
2157     <!-- Do not translate. Regex used by AutoFill. -->
2158     <string name="autofill_card_cvc_re">verification|card identification|cvn|security code|cvv code|cvc</string>
2159
2160     <!-- Do not translate. Regex used by AutoFill. -->
2161     <string name="autofill_card_number_re">number|card.?#|card.?no|ccnum<!-- de-DE -->|nummer<!-- es -->|credito|numero|número<!-- fr-FR -->|numéro<!-- ja-JP -->|カード番号<!-- ru -->|Номер.*карты<!-- zh-CN -->|信用卡号|信用卡号码<!-- zh-TW -->|信用卡卡號</string>
2162
2163     <!-- Do not translate. Regex used by AutoFill. -->
2164     <string name="autofill_expiration_month_re">expir|exp.*month|exp.*date|ccmonth<!-- de-DE -->|gueltig|gültig|monat<!-- es -->|fecha<!-- fr-FR -->|date.*exp<!-- it-IT -->|scadenza<!-- ja-JP -->|有効期限<!-- pt-BR, pt-PT -->|validade<!-- ru -->|Срок действия карты<!-- zh-CN -->|月</string>
2165
2166     <!-- Do not translate. Regex used by AutoFill. -->
2167     <string name="autofill_expiration_date_re">exp|^/|year<!-- de-DE -->|ablaufdatum|gueltig|gültig|yahr<!-- es -->|fecha<!-- it-IT -->|scadenza<!-- ja-JP -->|有効期限<!-- pt-BR, pt-PT -->|validade<!-- ru -->|Срок действия карты<!-- zh-CN -->|年|有效期</string>
2168
2169     <!-- Do not translate. Regex used by AutoFill. -->
2170     <string name="autofill_card_ignored_re">^card</string>
2171
2172     <!-- Do not translate. Regex used by AutoFill. -->
2173     <string name="autofill_fax_re">fax<!-- fr-FR -->|télécopie|telecopie<!-- ja-JP -->|ファックス<!-- ru -->|факс<!-- zh-CN -->|传真<!-- zh-TW -->|傳真</string>
2174
2175     <!-- Do not translate. Regex used by AutoFill. -->
2176     <string name="autofill_country_code_re">country.*code|ccode|_cc</string>
2177
2178     <!-- Do not translate. Regex used by AutoFill. -->
2179     <string name="autofill_area_code_notext_re">^\\($</string>
2180
2181     <!-- Do not translate. Regex used by AutoFill. -->
2182     <string name="autofill_phone_prefix_separator_re">^-$|^\\)$</string>
2183
2184     <!-- Do not translate. Regex used by AutoFill. -->
2185     <string name="autofill_phone_suffix_separator_re">^-$</string>
2186
2187     <!-- Label in a web form for "Province" [CHAR-LIMIT=NONE]  -->
2188     <string name="autofill_province">Province</string>
2189
2190     <!-- Label in a web form for "Postal code" [CHAR-LIMIT=NONE]  -->
2191     <string name="autofill_postal_code">Postal code</string>
2192
2193     <!-- Label in a web form for "State" [CHAR-LIMIT=NONE]  -->
2194     <string name="autofill_state">State</string>
2195
2196     <!-- Label in a web form for "ZIP code" [CHAR-LIMIT=NONE]  -->
2197     <string name="autofill_zip_code">ZIP code</string>
2198
2199     <!-- Label in a web form for "County" [CHAR-LIMIT=NONE]  -->
2200     <string name="autofill_county">County</string>
2201
2202     <!-- Label in a web form for "Island" [CHAR-LIMIT=NONE]  -->
2203     <string name="autofill_island">Island</string>
2204
2205     <!-- Label in a web form for "District" [CHAR-LIMIT=NONE]  -->
2206     <string name="autofill_district">District</string>
2207
2208     <!-- Label in a web form for "Department" [CHAR-LIMIT=NONE]  -->
2209     <string name="autofill_department">Department</string>
2210
2211     <!-- Label in a web form for "Prefecture" [CHAR-LIMIT=NONE]  -->
2212     <string name="autofill_prefecture">Prefecture</string>
2213
2214     <!-- Label in a web form for "Parish" [CHAR-LIMIT=NONE]  -->
2215     <string name="autofill_parish">Parish</string>
2216
2217     <!-- Label in a web form for "Area" [CHAR-LIMIT=NONE]  -->
2218     <string name="autofill_area">Area</string>
2219
2220     <!-- Label in a web form for "Emirate" [CHAR-LIMIT=NONE]  -->
2221     <string name="autofill_emirate">Emirate</string>
2222
2223     <!-- Title of an application permission, listed so the user can choose whether
2224         they want to allow the application to do this. -->
2225     <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
2226     <!-- Description of an application permission, listed so the user can choose whether
2227         they want to allow the application to do this. -->
2228     <string name="permdesc_readHistoryBookmarks">Allows the application to read all
2229         the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
2230     <!-- Title of an application permission, listed so the user can choose whether
2231         they want to allow the application to do this. -->
2232     <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
2233     <!-- Description of an application permission, listed so the user can choose whether
2234         they want to allow the application to do this. -->
2235     <string name="permdesc_writeHistoryBookmarks" product="tablet">Allows an application to modify the
2236         Browser\'s history or bookmarks stored on your tablet. Malicious applications
2237         can use this to erase or modify your Browser\'s data.</string>
2238     <!-- Description of an application permission, listed so the user can choose whether
2239         they want to allow the application to do this. -->
2240     <string name="permdesc_writeHistoryBookmarks" product="default">Allows an application to modify the
2241         Browser\'s history or bookmarks stored on your phone. Malicious applications
2242         can use this to erase or modify your Browser\'s data.</string>
2243
2244     <!-- Title of an application permission, listed so the user can choose whether
2245         they want to allow the application to do this. -->
2246     <string name="permlab_setAlarm">set alarm in alarm clock</string>
2247     <!-- Description of an application permission, listed so the user can choose whether
2248         they want to allow the application to do this. -->
2249     <string name="permdesc_setAlarm">Allows the application to set an alarm in
2250       an installed alarm clock application. Some alarm clock applications may
2251       not implement this feature.</string>
2252
2253     <!-- Title of an application permission, listed so the user can choose whether
2254         they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2255     <string name="permlab_addVoicemail">add voicemail</string>
2256     <!-- Description of an application permission, listed so the user can choose whether
2257         they want to allow the application to do this. [CHAR LIMIT=NONE] -->
2258     <string name="permdesc_addVoicemail">Allows the application to add messages
2259       to your voicemail inbox.</string>
2260
2261     <!-- Title of an application permission, listed so the user can choose whether
2262         they want to allow the application to do this. -->
2263     <string name="permlab_writeGeolocationPermissions">Modify Browser geolocation permissions</string>
2264     <!-- Description of an application permission, listed so the user can choose whether
2265         they want to allow the application to do this. -->
2266     <string name="permdesc_writeGeolocationPermissions">Allows an application to modify the
2267         Browser\'s geolocation permissions. Malicious applications
2268         can use this to allow sending location information to arbitrary web sites.</string>
2269
2270     <!-- Title of an application permission which allows the application to verify whether
2271          a different package is able to be installed by some internal logic. [CHAR LIMIT=40] -->
2272     <string name="permlab_packageVerificationAgent">verify packages</string>
2273     <!-- Description of an application permission which allows the application to verify whether
2274          a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2275     <string name="permdesc_packageVerificationAgent">Allows the application to verify a package is
2276         installable.</string>
2277
2278     <!-- Title of an application permission which allows the application to verify whether
2279          a different package is able to be installed by some internal heuristic. [CHAR LIMIT=40] -->
2280     <string name="permlab_bindPackageVerifier">bind to a package verifier</string>
2281     <!-- Description of an application permission which allows the application to verify whether
2282          a different package is able to be installed by some internal heuristic. [CHAR LIMIT=NONE] -->
2283     <string name="permdesc_bindPackageVerifier">Allows the holder to make requests of
2284         package verifiers. Should never be needed for normal applications.</string>
2285
2286     <!-- 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. -->
2287     <string name="save_password_message">Do you want the browser to remember this password?</string>
2288     <!-- 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. -->
2289     <string name="save_password_notnow">Not now</string>
2290     <!-- 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. -->
2291     <string name="save_password_remember">Remember</string>
2292     <!-- 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 -->
2293     <string name="save_password_never">Never</string>
2294
2295     <!-- Displayed to the user when they do not have permission to open a particular web page. -->
2296     <string name="open_permission_deny">You do not have permission to open this page.</string>
2297
2298     <!-- Displayed to the user to confirm that they have copied text from a web page to the clipboard. -->
2299     <string name="text_copied">Text copied to clipboard.</string>
2300
2301     <!-- 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.-->
2302     <string name="more_item_label">More</string>
2303     <!-- 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" -->
2304     <string name="prepend_shortcut_label">Menu+</string>
2305     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+space for the shortcut. -->
2306     <string name="menu_space_shortcut_label">space</string>
2307     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+enter for the shortcut. -->
2308     <string name="menu_enter_shortcut_label">enter</string>
2309     <!-- Displayed in place of the regular shortcut letter when a menu item has Menu+delete for the shortcut. -->
2310     <string name="menu_delete_shortcut_label">delete</string>
2311
2312     <!-- Strings used for search bar --><skip />
2313
2314     <!-- This is the default button label in the system-wide search UI.
2315          It is also used by the home screen's search "widget". It should be short -->
2316     <string name="search_go">Search</string>
2317     <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
2318     <string name="searchview_description_search">Search</string>
2319     <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
2320     <string name="searchview_description_query">Search query</string>
2321     <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
2322     <string name="searchview_description_clear">Clear query</string>
2323     <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
2324     <string name="searchview_description_submit">Submit query</string>
2325     <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
2326     <string name="searchview_description_voice">Voice search</string>
2327
2328     <!-- String used to display the date. This is the string to say something happened 1 month ago. -->
2329     <string name="oneMonthDurationPast">1 month ago</string>
2330     <!-- String used to display the date. This is the string to say something happened more than 1 month ago. -->
2331     <string name="beforeOneMonthDurationPast">Before 1 month ago</string>
2332
2333     <!-- This is used to express that something occurred some number of seconds in the past (e.g., 5 seconds ago). -->
2334     <plurals name="num_seconds_ago">
2335         <item quantity="one">1 second ago</item>
2336         <item quantity="other"><xliff:g id="count">%d</xliff:g> seconds ago</item>
2337     </plurals>
2338
2339     <!-- This is used to express that something occurred some number of minutes in the past (e.g., 5 minutes ago). -->
2340     <plurals name="num_minutes_ago">
2341         <item quantity="one">1 minute ago</item>
2342         <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes ago</item>
2343     </plurals>
2344
2345     <!-- This is used to express that something occurred some number of hours in the past (e.g., 5 hours ago). -->
2346     <plurals name="num_hours_ago">
2347         <item quantity="one">1 hour ago</item>
2348         <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2349     </plurals>
2350
2351     <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
2352     <plurals name="last_num_days">
2353         <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
2354     </plurals>
2355
2356     <!-- This is used to express that something has occurred within the last month -->
2357     <string name="last_month">Last month</string>
2358
2359     <!-- This is used to express that something happened longer ago than the previous options -->
2360     <string name="older">Older</string>
2361
2362     <!-- This is used to express that something occurred some number of days in the past (e.g., 5 days ago). -->
2363     <plurals name="num_days_ago">
2364         <item quantity="one">yesterday</item>
2365         <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2366     </plurals>
2367
2368     <!-- This is used to express that something will occur some number of seconds in the future (e.g., in 5 seconds). -->
2369     <plurals name="in_num_seconds">
2370         <item quantity="one">in 1 second</item>
2371         <item quantity="other">in <xliff:g id="count">%d</xliff:g> seconds</item>
2372     </plurals>
2373
2374     <!-- This is used to express that something will occur some number of minutes in the future (e.g., in 5 minutes). -->
2375     <plurals name="in_num_minutes">
2376         <item quantity="one">in 1 minute</item>
2377         <item quantity="other">in <xliff:g id="count">%d</xliff:g> minutes</item>
2378     </plurals>
2379
2380     <!-- This is used to express that something will occur some number of hours in the future (e.g., in 5 hours). -->
2381     <plurals name="in_num_hours">
2382         <item quantity="one">in 1 hour</item>
2383         <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2384     </plurals>
2385
2386     <!-- This is used to express that something will occur some number of days in the future (e.g., in 5 days). -->
2387     <plurals name="in_num_days">
2388         <item quantity="one">tomorrow</item>
2389         <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2390     </plurals>
2391
2392     <!-- This is used to express that something occurred some number of abbreviated seconds in the past (e.g., 5 secs ago). -->
2393     <plurals name="abbrev_num_seconds_ago">
2394         <item quantity="one">1 sec ago</item>
2395         <item quantity="other"><xliff:g id="count">%d</xliff:g> secs ago</item>
2396     </plurals>
2397
2398     <!-- This is used to express that something occurred some number of abbreviated minutes in the past (e.g., 5 mins ago). -->
2399     <plurals name="abbrev_num_minutes_ago">
2400         <item quantity="one">1 min ago</item>
2401         <item quantity="other"><xliff:g id="count">%d</xliff:g> mins ago</item>
2402     </plurals>
2403
2404     <!-- This is used to express that something occurred some number of abbreviated hours in the past (e.g., 5 hrs ago). -->
2405     <plurals name="abbrev_num_hours_ago">
2406         <item quantity="one">1 hour ago</item>
2407         <item quantity="other"><xliff:g id="count">%d</xliff:g> hours ago</item>
2408     </plurals>
2409
2410     <!-- This is used to express that something occurred some number of abbreviated days in the past (e.g., 5 days ago). -->
2411     <plurals name="abbrev_num_days_ago">
2412         <item quantity="one">yesterday</item>
2413         <item quantity="other"><xliff:g id="count">%d</xliff:g> days ago</item>
2414     </plurals>
2415
2416     <!-- This is used to express that something will occur some number of abbreviated seconds in the future (e.g., in 5 secs). -->
2417     <plurals name="abbrev_in_num_seconds">
2418         <item quantity="one">in 1 sec</item>
2419         <item quantity="other">in <xliff:g id="count">%d</xliff:g> secs</item>
2420     </plurals>
2421
2422     <!-- This is used to express that something will occur some number of abbreviated minutes in the future (e.g., in 5 mins). -->
2423     <plurals name="abbrev_in_num_minutes">
2424         <item quantity="one">in 1 min</item>
2425         <item quantity="other">in <xliff:g id="count">%d</xliff:g> mins</item>
2426     </plurals>
2427
2428     <!-- This is used to express that something will occur some number of abbreviated hours in the future (e.g., in 5 hrs). -->
2429     <plurals name="abbrev_in_num_hours">
2430         <item quantity="one">in 1 hour</item>
2431         <item quantity="other">in <xliff:g id="count">%d</xliff:g> hours</item>
2432     </plurals>
2433
2434     <!-- This is used to express that something will occur some number of abbreviated days in the future (e.g., in 5 days). -->
2435     <plurals name="abbrev_in_num_days">
2436         <item quantity="one">tomorrow</item>
2437         <item quantity="other">in <xliff:g id="count">%d</xliff:g> days</item>
2438     </plurals>
2439
2440     <!-- String used to display the date. Preposition for date display ("on May 29") -->
2441     <string name="preposition_for_date">on <xliff:g id="date" example="May 29">%s</xliff:g></string>
2442     <!-- String used to display the date. Preposition for time display ("at 2:33am") -->
2443     <string name="preposition_for_time">at <xliff:g id="time" example="2:33 am">%s</xliff:g></string>
2444     <!-- String used to display the date. Preposition for year display ("in 2008") -->
2445     <string name="preposition_for_year">in <xliff:g id="year" example="2003">%s</xliff:g></string>
2446
2447     <!-- Appened to express the value is this unit of time: singular day -->
2448     <string name="day">day</string>
2449     <!-- Appened to express the value is this unit of time: plural days -->
2450     <string name="days">days</string>
2451     <!-- Appened to express the value is this unit of time: singular hour -->
2452     <string name="hour">hour</string>
2453     <!-- Appened to express the value is this unit of time: plural hours -->
2454     <string name="hours">hours</string>
2455     <!-- Appened to express the value is this unit of time: singular minute -->
2456     <string name="minute">min</string>
2457     <!-- Appened to express the value is this unit of time: plural minutes -->
2458     <string name="minutes">mins</string>
2459     <!-- Appened to express the value is this unit of time. -->
2460     <string name="second">sec</string>
2461     <!-- Appened to express the value is this unit of time. -->
2462     <string name="seconds">secs</string>
2463     <!-- Appened to express the value is this unit of time. -->
2464     <string name="week">week</string>
2465     <!-- Appened to express the value is this unit of time. -->
2466     <string name="weeks">weeks</string>
2467     <!-- Appened to express the value is this unit of time. -->
2468     <string name="year">year</string>
2469     <!-- Appened to express the value is this unit of time. -->
2470     <string name="years">years</string>
2471
2472
2473     <!-- Title for error alert when a video cannot be played.  it can be used by any app. -->
2474     <string name="VideoView_error_title">Cannot play video</string>
2475     <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
2476     <string name="VideoView_error_text_invalid_progressive_playback">Sorry, this video is not valid for streaming to this device.</string>
2477     <!-- Text for error alert when a video cannot be played. it can be used by any app. -->
2478     <string name="VideoView_error_text_unknown">Sorry, this video cannot be played.</string>
2479     <!-- Button to close error alert when a video cannot be played -->
2480     <string name="VideoView_error_button">OK</string>
2481
2482
2483
2484
2485     <!-- Format indicating a relative expression and time.
2486          Example: "4 hours ago, 11:00 am" -->
2487     <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>
2488
2489
2490     <!-- Quoted name for 12pm, lowercase -->
2491     <string name="noon">"noon"</string>
2492     <!-- Quoted name for 12pm, uppercase first letter -->
2493     <string name="Noon">"Noon"</string>
2494     <!-- Quoted name for 12am, lowercase -->
2495     <string name="midnight">"midnight"</string>
2496     <!-- Quoted name for 12am, uppercase first letter -->
2497     <string name="Midnight">"Midnight"</string>
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509     <!-- Format string for durations like "01:23" (1 minute, 23 seconds) -->
2510     <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>
2511
2512     <!-- Format string for times like "1:43:33" (1 hour, 43 minutes, 33 seconds) -->
2513     <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>
2514
2515     <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
2516     <string name="selectAll">Select all</string>
2517
2518     <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->
2519     <string name="cut">Cut</string>
2520
2521     <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->
2522     <string name="copy">Copy</string>
2523
2524     <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
2525     <string name="paste">Paste</string>
2526
2527     <!-- Item on EditText context menu. This action is used to replace the current word by other suggested words, suggested by the IME or the spell checker -->
2528     <string name="replace">Replace\u2026</string>
2529
2530     <!-- Item on EditText pop-up window. This action is used to delete the text that the user recently added. [CHAR LIMIT=15] -->
2531     <string name="delete">Delete</string>
2532
2533     <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. -->
2534     <string name="copyUrl">Copy URL</string>
2535
2536     <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20] -->
2537     <string name="selectTextMode">Select text...</string>
2538
2539     <!-- Text selection contextual mode title, displayed in the CAB. [CHAR LIMIT=20] -->
2540     <string name="textSelectionCABTitle">Text selection</string>
2541
2542     <!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2543     <string name="addToDictionary">add to dictionary</string>
2544
2545     <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] -->
2546     <string name="deleteText">delete</string>
2547
2548     <!-- EditText context menu -->
2549     <string name="inputMethod">Input method</string>
2550
2551     <!-- Title for EditText context menu [CHAR LIMIT=20] -->
2552     <string name="editTextMenuTitle">Text actions</string>
2553
2554     <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
2555     <string name="low_internal_storage_view_title">Low on space</string>
2556     <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2557     <string name="low_internal_storage_view_text" product="tablet">Tablet storage space is getting low.</string>
2558     <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the message of that notification. -->
2559     <string name="low_internal_storage_view_text" product="default">Phone storage space is getting low.</string>
2560
2561     <!-- Preference framework strings. -->
2562     <string name="ok">OK</string>
2563     <!-- Preference framework strings. -->
2564     <string name="cancel">Cancel</string>
2565     <!-- Preference framework strings. -->
2566     <string name="yes">OK</string>
2567     <!-- Preference framework strings. -->
2568     <string name="no">Cancel</string>
2569     <!-- This is the generic "attention" string to be used in attention dialogs.  Typically
2570          combined with setIconAttribute(android.R.attr.alertDialogIcon)
2571          (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform) -->
2572     <string name="dialog_alert_title">Attention</string>
2573
2574     <!-- Text shown by list fragment when waiting for data to display. -->
2575     <string name="loading">Loading...</string>
2576
2577     <!-- Default text for a button that can be toggled on and off. -->
2578     <string name="capital_on">ON</string>
2579     <!-- Default text for a button that can be toggled on and off. -->
2580     <string name="capital_off">OFF</string>
2581
2582     <!-- Title of intent resolver dialog when selecting an application to run. -->
2583     <string name="whichApplication">Complete action using</string>
2584     <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
2585     <string name="alwaysUse">Use by default for this action.</string>
2586     <!-- Text displayed when the user selects the check box for setting default application.  See the "Use by default for this action" check box. -->
2587     <string name="clearDefaultHintMsg">Clear default in Home Settings &gt; Applications &gt; Manage applications.</string>
2588     <!-- 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. -->
2589     <string name="chooseActivity">Select an action</string>
2590     <!-- title for the USB activity chooser. -->
2591     <string name="chooseUsbActivity">Select an application for the USB device</string>
2592     <!-- Text to display when there are no activities found to display in the
2593          activity chooser. See the "Select an action" title. -->
2594     <string name="noApplications">No applications can perform this action.</string>
2595     <!-- Title of the alert when an application has crashed. -->
2596     <string name="aerr_title"></string>
2597     <!-- Text of the alert that is displayed when an application has crashed. -->
2598     <string name="aerr_application">Unfortunately, <xliff:g id="application">%1$s</xliff:g> has stopped.</string>
2599     <!-- Text of the alert that is displayed when an application has crashed. -->
2600     <string name="aerr_process">Unfortunately, the process <xliff:g id="process">%1$s</xliff:g> has
2601         stopped.</string>
2602     <!-- Title of the alert when an application is not responding. -->
2603     <string name="anr_title"></string>
2604     <!-- Text of the alert that is displayed when an application is not responding. -->
2605     <string name="anr_activity_application"><xliff:g id="application">%2$s</xliff:g> is not responding.\n\nWould you like to close it?</string>
2606     <!-- Text of the alert that is displayed when an application is not responding. -->
2607     <string name="anr_activity_process">Activity <xliff:g id="activity">%1$s</xliff:g> is not responding.\n\nWould you like to close it?</string>
2608     <!-- Text of the alert that is displayed when an application is not responding. -->
2609     <string name="anr_application_process"><xliff:g id="application">%1$s</xliff:g> is not responding. Would you like to close it?</string>
2610     <!-- Text of the alert that is displayed when an application is not responding. -->
2611     <string name="anr_process">Process <xliff:g id="process">%1$s</xliff:g> is not responding.\n\nWould you like to close it?</string>
2612     <!-- Button allowing the user to close an application that is not responding. This will kill the application. -->
2613     <string name="force_close">OK</string>
2614     <!-- Button allowing the user to send a bug report for application which has encountered an error. -->
2615     <string name="report">Report</string>
2616     <!-- Button allowing the user to choose to wait for an application that is not responding to become responsive again. -->
2617     <string name="wait">Wait</string>
2618     <!-- [CHAR LIMIT=25] Title of the alert when application launches on top of another. -->
2619     <string name="launch_warning_title">Application redirected</string>
2620     <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2621     <string name="launch_warning_replace"><xliff:g id="app_name">%1$s</xliff:g> is now running.</string>
2622     <!-- [CHAR LIMIT=50] Title of the alert when application launches on top of another. -->
2623     <string name="launch_warning_original"><xliff:g id="app_name">%1$s</xliff:g> was originally launched.</string>
2624     <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2625     <string name="screen_compat_mode_scale">Scale</string>
2626     <!-- [CHAR LIMIT=50] Compat mode dialog: compat mode switch label. -->
2627     <string name="screen_compat_mode_show">Always show</string>
2628     <!-- [CHAR LIMIT=200] Compat mode dialog: hint to re-enable compat mode dialog. -->
2629     <string name="screen_compat_mode_hint">Re-enable this with Settings &gt; Applications &gt; Manage applications.</string>
2630
2631     <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2632     <string name="smv_application">The application <xliff:g id="application">%1$s</xliff:g>
2633         (process <xliff:g id="process">%2$s</xliff:g>) has violated its self-enforced StrictMode policy.</string>
2634     <!-- Text of the alert that is displayed when an application has violated StrictMode. -->
2635     <string name="smv_process">The process <xliff:g id="process">%1$s</xliff:g> has
2636       has violated its self-enforced StrictMode policy.</string>
2637
2638     <!-- [CHAR LIMIT=40] Title of dialog that is shown when performing a system upgrade. -->
2639     <string name="android_upgrading_title">Android is upgrading...</string>
2640
2641     <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk that is optimized. -->
2642     <string name="android_upgrading_apk">Optimizing application
2643         <xliff:g id="number" example="123">%1$d</xliff:g> of
2644         <xliff:g id="number" example="123">%2$d</xliff:g>.</string>
2645
2646     <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when reached the point of starting apps. -->
2647     <string name="android_upgrading_starting_apps">Starting applications.</string>
2648
2649     <!-- [CHAR LIMIT=NONE] Message to show in upgrading dialog when the bulk of the upgrade work is done. -->
2650     <string name="android_upgrading_complete">Finishing boot.</string>
2651
2652     <!-- Notification text to tell the user that a heavy-weight application is running. -->
2653     <string name="heavy_weight_notification"><xliff:g id="app">%1$s</xliff:g> running</string>
2654
2655     <!-- Notification details to tell the user that a heavy-weight application is running. -->
2656     <string name="heavy_weight_notification_detail">Select to switch to application</string>
2657
2658     <!-- Title of dialog prompting whether user wants to switch between heavy-weight apps. -->
2659     <string name="heavy_weight_switcher_title">Switch applications?</string>
2660
2661     <!-- Descriptive text for switching to a new heavy-weight application. -->
2662     <string name="heavy_weight_switcher_text">Another application is already running
2663     that must be stopped before you can start a new one.</string>
2664
2665     <string name="old_app_action">Return to <xliff:g id="old_app">%1$s</xliff:g></string>
2666     <string name="old_app_description">Don\'t start the new application.</string>
2667
2668     <string name="new_app_action">Start <xliff:g id="old_app">%1$s</xliff:g></string>
2669     <string name="new_app_description">Stop the old application without saving.</string>
2670
2671     <!-- Displayed in the title of the chooser for things to do with text that
2672          is to be sent to another application. For example, I can send
2673          text through SMS or IM.  A dialog with those choices would be shown,
2674          and this would be the title. -->
2675     <string name="sendText">Select an action for text</string>
2676
2677     <!-- Title of the dialog where the user is adjusting the phone ringer volume -->
2678     <string name="volume_ringtone">Ringer volume</string>
2679     <!-- Title of the dialog where the user is adjusting the music volume -->
2680     <string name="volume_music">Media volume</string>
2681     <!-- Hint shown in the volume toast to inform the user that the media audio is playing through Bluetooth. -->
2682     <string name="volume_music_hint_playing_through_bluetooth">Playing through Bluetooth</string>
2683     <!-- Hint shown in the volume toast to inform the user that the current ringtone is the silent ringtone. -->
2684     <string name="volume_music_hint_silent_ringtone_selected">Silent ringtone selected</string>
2685     <!-- Title of the dialog where the user is adjusting the phone call volume -->
2686     <string name="volume_call">In-call volume</string>
2687     <!-- Title of the dialog where the user is adjusting the phone call volume when connected on bluetooth-->
2688     <string name="volume_bluetooth_call">Bluetooth in-call volume</string>
2689     <!-- Title of the dialog where the user is adjusting the audio volume for alarms -->
2690     <string name="volume_alarm">Alarm volume</string>
2691     <!-- Title of the dialog where the user is adjusting the audio volume for notifications -->
2692     <string name="volume_notification">Notification volume</string>
2693     <!-- Title of the dialog where the user is adjusting the general audio volume -->
2694     <string name="volume_unknown">Volume</string>
2695
2696     <!-- Content description for bluetooth volume icon [CHAR LIMIT=100] -->
2697     <string name="volume_icon_description_bluetooth">Bluetooth volume</string>
2698     <!-- Content description for ringer volume icon [CHAR LIMIT=100] -->
2699     <string name="volume_icon_description_ringer">Ringtone volume</string>
2700     <!-- Content description for in-call volume icon [CHAR LIMIT=100] -->
2701     <string name="volume_icon_description_incall">Call volume</string>
2702     <!-- Content description for media volume icon [CHAR LIMIT=100] -->
2703     <string name="volume_icon_description_media">Media volume</string>
2704     <!-- Content description for notification volume icon [CHAR LIMIT=100] -->
2705     <string name="volume_icon_description_notification">Notification volume</string>
2706
2707     <!-- Ringtone picker strings --> <skip />
2708     <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
2709     <string name="ringtone_default">Default ringtone</string>
2710     <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
2711     <string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
2712     <!-- Choice in the ringtone picker.  If chosen, there will be silence instead of a ringtone played. -->
2713     <string name="ringtone_silent">Silent</string>
2714     <!-- The title of the ringtone picker dialog. -->
2715     <string name="ringtone_picker_title">Ringtones</string>
2716     <!-- 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. -->
2717     <string name="ringtone_unknown">Unknown ringtone</string>
2718
2719     <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's title. -->
2720     <plurals name="wifi_available">
2721         <item quantity="one">Wi-Fi network available</item>
2722         <item quantity="other">Wi-Fi networks available</item>
2723     </plurals>
2724     <!-- A notification is shown when there are open wireless networks nearby.  This is the notification's message. -->
2725     <plurals name="wifi_available_detailed">
2726         <item quantity="one">Open Wi-Fi network available</item>
2727         <item quantity="other">Open Wi-Fi networks available</item>
2728     </plurals>
2729
2730     <!-- A notification is shown when a captive portal network is detected.  This is the notification's title. -->
2731     <string name="wifi_available_sign_in">Sign in to Wi-Fi network</string>
2732
2733     <!-- A notification is shown when a captive portal network is detected.  This is the notification's message. -->
2734     <string name="wifi_available_sign_in_detailed"><xliff:g id="wifi_network_ssid">%1$s</xliff:g></string>
2735
2736      <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  This is the notification's title / ticker. -->
2737      <string name="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string>
2738      <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems.  The complete alert msg is: <hotspot name> + this string, i.e. "Linksys has a poor internet connection" -->
2739     <string name="wifi_watchdog_network_disabled_detailed">\u0020has a poor internet connection.</string>
2740
2741     <!-- Do not translate. Default access point SSID used for tethering -->
2742     <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
2743
2744     <!-- Wi-Fi p2p dialog title-->
2745     <string name="wifi_p2p_dialog_title">Wi-Fi Direct</string>
2746     <string name="wifi_p2p_turnon_message">Start Wi-Fi Direct operation. This will turn off Wi-Fi client/hotspot operation.</string>
2747     <string name="wifi_p2p_failed_message">Couldn\'t start Wi-Fi Direct</string>
2748     <string name="wifi_p2p_pbc_go_negotiation_request_message">Wi-Fi Direct connection setup request from <xliff:g id="p2p_device_address">%1$s</xliff:g>. Click OK to accept. </string>
2749     <string name="wifi_p2p_pin_go_negotiation_request_message">Wi-Fi Direct connection setup request from <xliff:g id="p2p_device_address">%1$s</xliff:g>. Enter pin to proceed. </string>
2750     <string name="wifi_p2p_pin_display_message">WPS pin <xliff:g id="p2p_wps_pin">%1$s</xliff:g> needs to be entered on the peer device <xliff:g id="p2p_client_address">%2$s</xliff:g> for connection setup to proceed </string>
2751     <string name="wifi_p2p_enabled_notification_title">Wi-Fi Direct is on</string>
2752     <string name="wifi_p2p_enabled_notification_message">Touch for settings</string>
2753
2754     <!-- Name of the dialog that lets the user choose an accented character to insert -->
2755     <string name="select_character">Insert character</string>
2756
2757     <!-- SMS per-application rate control Dialog --> <skip />
2758     <!-- See SMS_DIALOG.  This is shown if the current application's name cannot be figuerd out. -->
2759     <string name="sms_control_default_app_name">Unknown application</string>
2760     <!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes.  This is the title of that dialog. -->
2761     <string name="sms_control_title">Sending SMS messages</string>
2762     <!-- See SMS_DIALOG.  This is the message shown in that dialog. -->
2763     <string name="sms_control_message">A large number of SMS messages are being sent. Select \"OK\" to continue, or \"Cancel\" to stop sending.</string>
2764     <!-- See SMS_DIALOG.  This is a button choice to allow sending the SMSes. -->
2765     <string name="sms_control_yes">OK</string>
2766     <!-- See SMS_DIALOG.  This is a button choice to disallow sending the SMSes.. -->
2767     <string name="sms_control_no">Cancel</string>
2768
2769     <!-- SIM swap and device reboot Dialog --> <skip />
2770     <!-- See SIM_REMOVED_DIALOG.  This is the title of that dialog. -->
2771     <string name="sim_removed_title">SIM card removed</string>
2772     <!-- See SIM_REMOVED_DIALOG.  This is the message of that dialog. -->
2773     <string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>
2774     <!-- See SIM_REMOVED_DIALOG.  This is the button of that dialog. -->
2775     <string name="sim_done_button">Done</string>
2776     <!-- See SIM_ADDED_DIALOG.  This is the title of that dialog. -->
2777     <string name="sim_added_title">SIM card added</string>
2778     <!-- See SIM_ADDED_DIALOG.  This is the message of that dialog. -->
2779     <string name="sim_added_message">You must restart your device to access the mobile network.</string>
2780     <!-- See SIM_ADDED_DIALOG.  This is the button of that dialog. -->
2781     <string name="sim_restart_button">Restart</string>
2782
2783     <!-- Date/Time picker dialogs strings -->
2784
2785     <!-- The title of the time picker dialog. [CHAR LIMIT=NONE] -->
2786     <string name="time_picker_dialog_title">Set time</string>
2787     <!-- The title of the date picker dialog. [CHAR LIMIT=NONE] -->
2788     <string name="date_picker_dialog_title">Set date</string>
2789     <!-- Name of the button in the date/time picker to accept the date/time change -->
2790     <string name="date_time_set">Set</string>
2791
2792     <!-- Security Permissions strings-->
2793     <!-- The default permission group for any permissions that have not explicitly set a group. -->
2794     <string name="default_permission_group">Default</string>
2795     <!-- Do not translate. -->
2796     <string name="permissions_format"><xliff:g id="perm_line1">%1$s</xliff:g>, <xliff:g id="perm_line2">%2$s</xliff:g></string>
2797     <!-- Shown for an application when it doesn't require any permission grants. -->
2798     <string name="no_permissions">No permissions required</string>
2799     <!-- When installing an application, the less-dangerous permissions are hidden.  If the user showed those, this is the text to hide them again.  -->
2800     <string name="perms_hide"><b>Hide</b></string>
2801     <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
2802     <string name="perms_show_all"><b>Show all</b></string>
2803
2804     <!-- USB storage dialog strings -->
2805     <!-- This is the title for the activity's window. -->
2806     <string name="usb_storage_activity_title">USB Mass Storage</string>
2807
2808     <!-- 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. -->
2809     <string name="usb_storage_title">USB connected</string>
2810     <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
2811     <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>
2812     <!-- See USB_STORAGE.    This is the message. [CHAR LIMIT=NONE] -->
2813     <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>
2814     <!-- See USB_STORAGE.    This is the button text to mount the phone on the computer. -->
2815     <string name="usb_storage_button_mount">Turn on USB storage</string>
2816     <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. [CHAR LIMIT=NONE] -->
2817     <string name="usb_storage_error_message" product="nosdcard">There is a problem using your USB storage for USB mass storage.</string>
2818     <!-- See USB_STORAGE_DIALOG.  If there was an error mounting, this is the text. -->
2819     <string name="usb_storage_error_message" product="default">There is a problem using your SD card for USB mass storage.</string>
2820     <!-- 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 -->
2821     <string name="usb_storage_notification_title">USB connected</string>
2822     <!-- See USB_STORAGE. This is the message. -->
2823     <string name="usb_storage_notification_message">Select to copy files to/from your computer.</string>
2824
2825     <!-- USB_STORAGE_STOP: While USB storage is enabled, we show a notification dialog asking if he wants to stop. This is the title -->
2826     <string name="usb_storage_stop_notification_title">Turn off USB storage</string>
2827     <!-- See USB_STORAGE. This is the message. -->
2828     <string name="usb_storage_stop_notification_message">Select to turn off USB storage.</string>
2829
2830     <!-- USB storage stop dialog strings -->
2831     <!-- This is the label for the activity, and should never be visible to the user. -->
2832     <!-- 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. -->
2833     <string name="usb_storage_stop_title">USB storage in use</string>
2834     <!-- See USB_STORAGE_STOP.    This is the message. [CHAR LIMIT=NONE] -->
2835     <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>
2836     <!-- See USB_STORAGE_STOP.    This is the message. -->
2837     <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>
2838     <!-- See USB_STORAGE_STOP.    This is the button text to stop usb storage. -->
2839     <string name="usb_storage_stop_button_mount">Turn off USB storage</string>
2840     <!-- See USB_STORAGE_STOP_DIALOG.  If there was an error stopping, this is the text. -->
2841     <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>
2842
2843     <!-- USB_STORAGE_KILL_STORAGE_USERS dialog  -->
2844     <string name="dlg_confirm_kill_storage_users_title">Turn on USB storage</string>
2845     <!-- USB_STORAGE_KILL_STORAGE_USERS dialog message text -->
2846     <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>
2847     <!-- USB_STORAGE_ERROR dialog  dialog-->
2848     <string name="dlg_error_title">USB operation unsuccessful</string>
2849     <!-- USB_STORAGE_ERROR dialog  ok button-->
2850     <string name="dlg_ok">OK</string>
2851
2852     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MTP mode.  This is the title -->
2853     <string name="usb_mtp_notification_title">Connected as a media device</string>
2854     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in PTP mode.  This is the title -->
2855     <string name="usb_ptp_notification_title">Connected as a camera</string>
2856     <!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in mass storage mode (for installer CD image).  This is the title -->
2857     <string name="usb_cd_installer_notification_title">Connected as an installer</string>
2858     <!-- USB_PREFERENCES: Notification for when a USB accessory is attached.  This is the title -->
2859     <string name="usb_accessory_notification_title">Connected to a USB accessory</string>
2860     <!-- See USB_PREFERENCES. This is the message. -->
2861     <string name="usb_notification_message">Touch for other USB options</string>
2862
2863     <!-- External media format dialog strings -->
2864     <!-- This is the label for the activity, and should never be visible to the user. -->
2865     <!-- 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] -->
2866     <string name="extmedia_format_title" product="nosdcard">Format USB storage</string>
2867     <!-- 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. -->
2868     <string name="extmedia_format_title" product="default">Format SD card</string>
2869     <!-- See EXTMEDIA_FORMAT.   This is the message. [CHAR LIMIT=NONE] -->
2870     <string name="extmedia_format_message" product="nosdcard">Format USB storage, erasing all files stored there?  Action cannot be reversed!</string>
2871     <!-- See EXTMEDIA_FORMAT.   This is the message. -->
2872     <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>
2873     <!-- See EXTMEDIA_FORMAT.    This is the button text to format the sd card. -->
2874     <string name="extmedia_format_button_format">Format</string>
2875
2876     <!-- Title of notification shown when ADB is actively connected to the phone. -->
2877     <string name="adb_active_notification_title">USB debugging connected</string>
2878     <!-- Message of notification shown when ADB is actively connected to the phone. -->
2879     <string name="adb_active_notification_message">Select to disable USB debugging.</string>
2880
2881     <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
2882     <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
2883     <!-- locale string based on mcc values.  By default (0-length string) we don't replace the %s   -->
2884     <!-- at all and later replace it with a locale string based on the users chosen locale          -->
2885     <!-- DO NOT TRANSLATE -->
2886     <string name="locale_replacement">""</string>
2887
2888     <!-- Title of the pop-up dialog in which the user switches input method components. -->
2889     <string name="select_input_method">Select input method</string>
2890     <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
2891     <string name="configure_input_methods">Configure input methods</string>
2892
2893     <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2894     <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
2895
2896     <string name="candidates_style"><u>candidates</u></string>
2897
2898     <!-- External media notification strings -->
2899     <!-- Shown when external media is being checked [CHAR LIMIT=30] -->
2900     <string name="ext_media_checking_notification_title" product="nosdcard">Preparing USB storage</string>
2901     <!-- Shown when external media is being checked -->
2902     <string name="ext_media_checking_notification_title" product="default">Preparing SD card</string>
2903     <string name="ext_media_checking_notification_message">Checking for errors.</string>
2904
2905     <!-- Shown when external media is blank (or unsupported filesystem) [CHAR LIMIT=30] -->
2906     <string name="ext_media_nofs_notification_title" product="nosdcard">Blank USB storage</string>
2907     <!-- Shown when external media is blank (or unsupported filesystem) -->
2908     <string name="ext_media_nofs_notification_title" product="default">Blank SD card</string>
2909     <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
2910     <string name="ext_media_nofs_notification_message" product="nosdcard">USB storage blank or has unsupported filesystem.</string>
2911     <string name="ext_media_nofs_notification_message" product="default">SD card blank or has unsupported filesystem.</string>
2912
2913     <!-- Shown when external media is unmountable (corrupt)) [CHAR LIMIT=30] -->
2914     <string name="ext_media_unmountable_notification_title" product="nosdcard">Damaged USB storage</string>
2915     <!-- Shown when external media is unmountable (corrupt)) -->
2916     <string name="ext_media_unmountable_notification_title" product="default">Damaged SD card</string>
2917     <!-- Shown when USB storage cannot be read.  [CHAR LIMIT=NONE] -->
2918     <string name="ext_media_unmountable_notification_message" product="nosdcard">USB storage damaged. You may have to reformat it.</string>
2919     <string name="ext_media_unmountable_notification_message" product="default">SD card damaged. You may have to reformat it.</string>
2920
2921     <!-- Shown when external media is unsafely removed [CHAR LIMIT=30] -->
2922     <string name="ext_media_badremoval_notification_title" product="nosdcard">USB storage unexpectedly removed</string>
2923     <!-- Shown when external media is unsafely removed -->
2924     <string name="ext_media_badremoval_notification_title" product="default">SD card unexpectedly removed</string>
2925     <!-- Shown when external media is unsafely removed.  [CHAR LIMIT=NONE] -->
2926     <string name="ext_media_badremoval_notification_message" product="nosdcard">Unmount USB storage before removing to avoid data loss.</string>
2927     <string name="ext_media_badremoval_notification_message" product="default">Unmount SD card before removing to avoid data loss.</string>
2928
2929     <!-- Shown when external media has been safely removed [CHAR LIMIT=30] -->
2930     <string name="ext_media_safe_unmount_notification_title" product="nosdcard">USB storage safe to remove</string>
2931     <!-- Shown when external media has been safely removed -->
2932     <string name="ext_media_safe_unmount_notification_title" product="default">SD card safe to remove</string>
2933     <!-- Shown when external media has been safely removed.  [CHAR LIMIT=NONE] -->
2934     <string name="ext_media_safe_unmount_notification_message" product="nosdcard">You can safely remove USB storage.</string>
2935     <string name="ext_media_safe_unmount_notification_message" product="default">You can safely remove SD card.</string>
2936
2937     <!-- Shown when external media is missing [CHAR LIMIT=30] -->
2938     <string name="ext_media_nomedia_notification_title" product="nosdcard">Removed USB storage</string>
2939     <!-- Shown when external media is missing -->
2940     <string name="ext_media_nomedia_notification_title" product="default">Removed SD card</string>
2941     <!-- Shown when external media is missing.  [CHAR LIMIT=NONE] -->
2942     <string name="ext_media_nomedia_notification_message" product="nosdcard">USB storage removed. Insert new media.</string>
2943     <string name="ext_media_nomedia_notification_message" product="default">SD card removed. Insert a new one.</string>
2944
2945     <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
2946     <string name="activity_list_empty">No matching activities found</string>
2947
2948     <!-- permission attributes related to package usage statistics -->
2949     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2950     <string name="permlab_pkgUsageStats">update component usage statistics</string>
2951     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
2952     <string name="permdesc_pkgUsageStats">Allows the modification of collected component usage statistics. Not for use by normal applications.</string>
2953
2954     <!-- permission attributes related to default container service -->
2955     <!-- Title of an application permission that lets an application use default container service. -->
2956     <string name="permlab_copyProtectedData">Allows to invoke default container service to copy content. Not for use by normal applications.</string>
2957     <!-- Description of an application permission,  used to invoke default container service to copy content. -->
2958     <string name="permdesc_copyProtectedData">Allows to invoke default container service to copy content. Not for use by normal applications.</string>
2959
2960     <!-- Shown in the tutorial for tap twice for zoom control. -->
2961     <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>
2962
2963
2964     <!-- Shown in gadget hosts (e.g. the home screen) when there was an error inflating
2965     the gadget. -->
2966     <string name="gadget_host_error_inflating">Error inflating widget</string>
2967
2968     <!-- Long label for a button on a full-screen input method for the "Go" action. -->
2969     <string name="ime_action_go">Go</string>
2970
2971     <!-- Long label for a button on a full-screen input method for the "Search" action. -->
2972     <string name="ime_action_search">Search</string>
2973
2974     <!-- Long label for a button on a full-screen input method for the "Send" action. -->
2975     <string name="ime_action_send">Send</string>
2976
2977     <!-- Long label for a button on a full-screen input method for the "Next" action. -->
2978     <string name="ime_action_next">Next</string>
2979
2980     <!-- Long label for a button on a full-screen input method for the "Done" action. -->
2981     <string name="ime_action_done">Done</string>
2982
2983     <!-- [CHAR LIMIT=6] Long label for a button on a full-screen input method for the "Previous" action. -->
2984     <string name="ime_action_previous">Prev</string>
2985
2986     <!-- Long label for a button on a full-screen input method for an unknown action. -->
2987     <string name="ime_action_default">Execute</string>
2988
2989     <!-- Strings for search suggestions. These are going here because they are referenced by both
2990          ContactsProvider and GoogleContactsProvider -->
2991     <skip />
2992
2993
2994     <!-- 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. -->
2995     <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2996
2997     <!-- 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. -->
2998     <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
2999
3000     <!-- 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 -->
3001     <!-- An Array of [[Carrier-ID]                     -->
3002     <!--              [default-locale]]                -->
3003     <string-array translatable="false" name="carrier_properties">
3004     </string-array>
3005
3006     <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>
3007     <string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
3008     <string name="grant_permissions_header_text">Access Request</string>
3009     <string name="allow">Allow</string>
3010     <string name="deny">Deny</string>
3011     <string name="permission_request_notification_title">Permission Requested</string>
3012     <string name="permission_request_notification_with_subtitle">Permission Requested\nfor account <xliff:g id="account" example="foo@gmail.com">%s</xliff:g></string>
3013
3014     <!-- Label to show for a service that is running because it is an input method. -->
3015     <string name="input_method_binding_label">Input method</string>
3016     <!-- Label to show for a service that is running because it is a sync adapter. -->
3017     <string name="sync_binding_label">Sync</string>
3018     <!-- Label to show for a service that is running because it is an accessibility module. -->
3019     <string name="accessibility_binding_label">Accessibility</string>
3020     <!-- Label to show for a service that is running because it is a wallpaper. -->
3021     <string name="wallpaper_binding_label">Wallpaper</string>
3022     <!-- Dialog title for user to select a different wallpaper from service list -->
3023     <string name="chooser_wallpaper">Change wallpaper</string>
3024
3025     <!-- Do Not Translate: Alternate eri.xml -->
3026     <string name="alternate_eri_file">/data/eri.xml</string>
3027
3028     <!-- The title of the notification when VPN is active. -->
3029     <string name="vpn_title">VPN is activated.</string>
3030     <!-- The title of the notification when VPN is active with an application name. -->
3031     <string name="vpn_title_long">VPN is activated by <xliff:g id="app" example="FooVPN client">%s</xliff:g></string>
3032     <!-- The text of the notification when VPN is active. -->
3033     <string name="vpn_text">Tap to manage the network.</string>
3034     <!-- The text of the notification when VPN is active with a session name. -->
3035     <string name="vpn_text_long">Connected to <xliff:g id="session" example="office">%s</xliff:g>. Tap to manage the network.</string>
3036
3037     <!-- Localized strings for WebView -->
3038     <!-- Label for button in a WebView that will open a chooser to choose a file to upload -->
3039     <string name="upload_file">Choose file</string>
3040     <!-- Label for the file upload control when no file has been chosen yet -->
3041     <string name="no_file_chosen">No file chosen</string>
3042     <!-- Label for <input type="reset"> button in html -->
3043     <string name="reset">Reset</string>
3044     <!-- Label for <input type="submit"> button in html -->
3045     <string name="submit">Submit</string>
3046
3047     <!-- Strings for car mode notification -->
3048     <!-- Shown when car mode is enabled -->
3049     <string name="car_mode_disable_notification_title">Car mode enabled</string>
3050     <string name="car_mode_disable_notification_message">Select to exit car mode.</string>
3051
3052     <!-- Strings for tethered notification -->
3053     <!-- Shown when the device is tethered -->
3054     <string name="tethered_notification_title">Tethering or hotspot active</string>
3055     <string name="tethered_notification_message">Touch to configure</string>
3056
3057     <!--  Strings for possible PreferenceActivity Back/Next buttons -->
3058     <string name="back_button_label">Back</string>
3059     <string name="next_button_label">Next</string>
3060
3061     <!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
3062     <string name="skip_button_label">Skip</string>
3063
3064     <!-- Strings for throttling notification -->
3065     <!-- Shown when the user is in danger of being throttled -->
3066     <string name="throttle_warning_notification_title">High mobile data use</string>
3067     <string name="throttle_warning_notification_message">Touch to learn more about mobile data use</string>
3068
3069     <!-- Strings for throttling notification -->
3070     <!-- Shown when the users bandwidth is reduced because of excessive data use -->
3071     <string name="throttled_notification_title">Mobile data limit exceeded</string>
3072     <string name="throttled_notification_message">Touch to learn more about mobile data use</string>
3073
3074     <!-- Displayed on the Find dialog when there are no matches [CHAR LIMIT=NONE]-->
3075     <string name="no_matches">No matches</string>
3076
3077     <!-- Find dialog hint text.  Also used in the menu item to open find on page [CHAR LIMIT=NONE] -->
3078     <string name="find_on_page">Find on page</string>
3079
3080     <!-- Displayed on the Find dialog to display the index of the highlighted
3081          match and total number of matches found in the current page. [CHAR LIMIT=NONE] -->
3082     <plurals name="matches_found">
3083         <!-- Case of one match -->
3084         <item quantity="one">1 match</item>
3085         <!-- Case of multiple total matches -->
3086         <item quantity="other"><xliff:g id="index" example="2">%d</xliff:g> of <xliff:g id="total" example="137">%d</xliff:g></item>
3087     </plurals>
3088
3089     <!-- Label for the "Done" button on the far left of action mode toolbars. -->
3090     <string name="action_mode_done">Done</string>
3091
3092     <!-- Strings for ExternalStorageFormatter service. -->
3093     <!-- Text for progress dialog while unmounting USB storage volume [CHAR LIMIT=NONE] -->
3094     <string name="progress_unmounting" product="nosdcard">Unmounting USB storage...</string>
3095     <!-- Text for progress dialog while unmounting SD card [CHAR LIMIT=NONE] -->
3096     <string name="progress_unmounting" product="default">Unmounting SD card...</string>
3097     <!-- Text for progress dialog while erasing USB storage volume [CHAR LIMIT=NONE] -->
3098     <string name="progress_erasing" product="nosdcard">Erasing USB storage...</string>
3099     <!-- Text for progress dialog while erasing SD card [CHAR LIMIT=NONE] -->
3100     <string name="progress_erasing" product="default">Erasing SD card...</string>
3101     <!-- Text for message to user that an error happened when formatting USB storage [CHAR LIMIT=NONE] -->
3102     <string name="format_error" product="nosdcard">Couldn\'t erase USB storage.</string>
3103     <!-- Text for message to user that an error happened when formatting SD card [CHAR LIMIT=NONE] -->
3104     <string name="format_error" product="default">Couldn\'t erase SD card.</string>
3105     <!-- Text for message to user that SD card has been removed while in use [CHAR LIMIT=NONE] -->
3106     <string name="media_bad_removal">SD card was removed before being unmounted.</string>
3107     <!-- Text for message to user USB storage is currently being checked [CHAR LIMIT=NONE] -->
3108     <string name="media_checking" product="nosdcard">USB storage is currently being checked.</string>
3109     <!-- Text for message to user SD card is currently being checked [CHAR LIMIT=NONE] -->
3110     <string name="media_checking" product="default">SD card is currently being checked.</string>
3111     <!-- Text for message to user SD card has been removed [CHAR LIMIT=NONE] -->
3112     <string name="media_removed">SD card has been removed.</string>
3113     <!-- Text for message to user USB storage is currently mounted on a computer [CHAR LIMIT=NONE] -->
3114     <string name="media_shared" product="nosdcard">USB storage is currently in use by a computer.</string>
3115     <!-- Text for message to user SD card is currently mounted on a computer [CHAR LIMIT=NONE] -->
3116     <string name="media_shared" product="default">SD card is currently in use by a computer.</string>
3117     <!-- Text for message for an unknown external media state [CHAR LIMIT=NONE] -->
3118     <string name="media_unknown_state">External media in unknown state.</string>
3119
3120     <!-- Text for WebView's text selection Action Mode -->
3121     <!-- ActionBar action to share the current selection [CHAR LIMIT=10] -->
3122     <string name="share">Share</string>
3123     <!-- ActionBar action to use the current selection to open the Find on page functionality [CHAR LIMIT=10]-->
3124     <string name="find">Find</string>
3125     <!-- ActionBar action to use the current selection to perform a web search [CHAR-LIMIT=16] -->
3126     <string name="websearch">Web Search</string>
3127
3128     <!-- Network positioning notification ticker. The name of the user (e.g. John Doe) who sent
3129          the request is shown as a dynamic string. -->
3130     <string name="gpsNotifTicker">Location request from <xliff:g id="name">%s</xliff:g></string>
3131     <!-- Network positioning notification and verification title to inform the user about
3132          an incoming location request. -->
3133     <string name="gpsNotifTitle">Location request</string>
3134     <!-- Network positioning notification message. The name of the user (e.g. John Doe) and
3135          service (SUPL-service) who sent the request is shown as dynamic strings.
3136          Translation should not be longer than master text. -->
3137     <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>
3138     <!-- Network positioning verification Yes. Button to push to share location information. -->
3139     <string name="gpsVerifYes">Yes</string>
3140     <!-- Network positioning verification No. Button to push to deny sharing of location
3141          information. -->
3142     <string name="gpsVerifNo">No</string>
3143
3144     <!-- Error message when the sync tried to delete too many things -->
3145     <string name="sync_too_many_deletes">Delete limit exceeded</string>
3146     <!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
3147     <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>
3148     <!-- 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 -->
3149     <string name="sync_really_delete">Delete the items.</string>
3150     <!-- 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 -->
3151     <string name="sync_undo_deletes">Undo the deletes.</string>
3152     <!-- 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 -->
3153     <string name="sync_do_nothing">Do nothing for now.</string>
3154
3155     <!-- Choose Account Activity label -->
3156     <string name="choose_account_label">Select an account</string>
3157
3158     <string name="add_account_label">"Add an account"</string>
3159     <string name="choose_account_text">"Which account would you like to use?"</string>
3160
3161     <!-- Button label to add an account [CHAR LIMIT=20] -->
3162     <string name="add_account_button_label">Add account</string>
3163
3164     <!-- NumberPicker - accessibility support -->
3165     <!-- Description of the button to increment the NumberPicker value. [CHAR LIMIT=NONE] -->
3166     <string name="number_picker_increment_button">Increment</string>
3167     <!-- Description of the button to decrement the NumberPicker value. [CHAR LIMIT=NONE] -->
3168     <string name="number_picker_decrement_button">Decrement</string>
3169     <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
3170     <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> tap and hold.</string>
3171     <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
3172     <string name="number_picker_increment_scroll_action">Slide up to increment and down to decrement.</string>
3173
3174     <!-- TimePicker - accessibility support -->
3175     <!-- Description of the button to increment the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3176     <string name="time_picker_increment_minute_button">Increment minute</string>
3177     <!-- Description of the button to decrement the TimePicker's minute value. [CHAR LIMIT=NONE] -->
3178     <string name="time_picker_decrement_minute_button">Decrement minute</string>
3179     <!-- Description of the button to increment the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3180     <string name="time_picker_increment_hour_button">Increment hour</string>
3181     <!-- Description of the button to decrement the TimePicker's hour value. [CHAR LIMIT=NONE] -->
3182     <string name="time_picker_decrement_hour_button">Decrement hour</string>
3183     <!-- Description of the button to increment the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
3184     <string name="time_picker_increment_set_pm_button">Set PM</string>
3185     <!-- Description of the button to decrement the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
3186     <string name="time_picker_decrement_set_am_button">Set AM</string>
3187
3188     <!-- DatePicker - accessibility support -->
3189     <!-- Description of the button to increment the DatePicker's month value. [CHAR LIMIT=NONE] -->
3190     <string name="date_picker_increment_month_button">Increment month</string>
3191     <!-- Description of the button to decrement the DatePicker's month value. [CHAR LIMIT=NONE] -->
3192     <string name="date_picker_decrement_month_button">Decrement month</string>
3193     <!-- Description of the button to increment the DatePicker's day value. [CHAR LIMIT=NONE] -->
3194     <string name="date_picker_increment_day_button">Increment day</string>
3195     <!-- Description of the button to decrement the DatePicker's day value. [CHAR LIMIT=NONE] -->
3196     <string name="date_picker_decrement_day_button">Decrement day</string>
3197     <!-- Description of the button to increment the DatePicker's year value. [CHAR LIMIT=NONE] -->
3198     <string name="date_picker_increment_year_button">Increment year</string>
3199     <!-- Description of the button to decrement the DatePicker's year value. [CHAR LIMIT=NONE] -->
3200     <string name="date_picker_decrement_year_button">Decrement year</string>
3201
3202     <!-- CheckBox - accessibility support -->
3203     <!-- Description of the checked state of a CheckBox. [CHAR LIMIT=NONE] -->
3204     <string name="checkbox_checked">checked</string>
3205     <!-- Description of the not checked state of a CheckBox. [CHAR LIMIT=NONE] -->
3206     <string name="checkbox_not_checked">not checked</string>
3207
3208     <!-- RadioButton/CheckedTextView - accessibility support -->
3209     <!-- Description of the selected state of a RadioButton. [CHAR LIMIT=NONE] -->
3210     <string name="radiobutton_selected">selected</string>
3211     <!-- Description of the not selected state of a RadioButton. [CHAR LIMIT=NONE] -->
3212     <string name="radiobutton_not_selected">not selected</string>
3213
3214     <!-- Switch - accessibility support -->
3215     <!-- Description of the on state of a Switch. [CHAR LIMIT=NONE] -->
3216     <string name="switch_on">on</string>
3217     <!-- Description of the off state of a Switch. [CHAR LIMIT=NONE] -->
3218     <string name="switch_off">off</string>
3219
3220     <!-- ToggleButton - accessibility support -->
3221     <!-- Description of the pressed state of a ToggleButton. [CHAR LIMIT=NONE] -->
3222     <string name="togglebutton_pressed">pressed</string>
3223     <!-- Description of the not pressed state of a ToggleButton. [CHAR LIMIT=NONE] -->
3224     <string name="togglebutton_not_pressed">not pressed</string>
3225
3226     <!-- KeyboardView - accessibility support -->
3227     <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] -->
3228     <string name="keyboardview_keycode_alt">Alt</string>
3229     <!-- Description of the Cancel button in a KeyboardView. [CHAR LIMIT=NONE] -->
3230     <string name="keyboardview_keycode_cancel">Cancel</string>
3231     <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
3232     <string name="keyboardview_keycode_delete">Delete</string>
3233     <!-- Description of the Done button in a KeyboardView. [CHAR LIMIT=NONE] -->
3234     <string name="keyboardview_keycode_done">Done</string>
3235     <!-- Description of the Mode change button in a KeyboardView. [CHAR LIMIT=NONE] -->
3236     <string name="keyboardview_keycode_mode_change">Mode change</string>
3237     <!-- Description of the Shift button in a KeyboardView. [CHAR LIMIT=NONE] -->
3238     <string name="keyboardview_keycode_shift">Shift</string>
3239     <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
3240     <string name="keyboardview_keycode_enter">Enter</string>
3241
3242     <!-- ActivityChooserView - accessibility support -->
3243     <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
3244     <string name="activitychooserview_choose_application">Choose an application</string>
3245
3246     <!-- ShareActionProvider - accessibility support -->
3247     <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3248     <string name="shareactionprovider_share_with">Share with</string>
3249     <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
3250     <string name="shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
3251
3252     <!-- Slide lock screen -->
3253
3254     <!-- Description of the sliding handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3255     <string name="content_description_sliding_handle">"Sliding handle. Tap and hold."</string>
3256
3257     <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3258     <string name="description_direction_up">Up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3259     <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3260     <string name="description_direction_down">Down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3261     <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3262     <string name="description_direction_left">"Left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3263     <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3264     <string name="description_direction_right">Right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
3265
3266     <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3267     <string name="description_target_unlock">Unlock</string>
3268     <!-- Description of the camera target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3269     <string name="description_target_camera">Camera</string>
3270     <!-- Description of the silent target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3271     <string name="description_target_silent">Silent</string>
3272     <!-- Description of the sound on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
3273     <string name="description_target_soundon">Sound on</string>
3274
3275     <!-- Description of the unlock handle in the Slide unlock screen for tablets. [CHAR LIMIT=NONE] -->
3276     <string name="description_target_unlock_tablet">Swipe to unlock.</string>
3277
3278     <!-- Announce that a headset is required to hear keyboard keys while typing a password. [CHAR LIMIT=NONE] -->
3279     <string name="keyboard_headset_required_to_hear_password">Plug in a headset to hear password keys spoken aloud.</string>
3280     <!-- The value of a keyboard key announced when accessibility is enabled and no headsed is used. [CHAR LIMIT=NONE] -->
3281     <string name="keyboard_password_character_no_headset">Dot.</string>
3282
3283     <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
3284     <string name="action_bar_home_description">Navigate home</string>
3285     <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
3286     <string name="action_bar_up_description">Navigate up</string>
3287     <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
3288     <string name="action_menu_overflow_description">More options</string>
3289
3290     <!-- Storage description for internal storage. [CHAR LIMIT=NONE] -->
3291     <string name="storage_internal">Internal Storage</string>
3292
3293     <!-- Storage description for the SD card. [CHAR LIMIT=NONE] -->
3294     <string name="storage_sd_card">SD Card</string>
3295
3296     <!-- Storage description for USB storage. [CHAR LIMIT=NONE] -->
3297     <string name="storage_usb">USB storage</string>
3298
3299     <!-- Button text for the edit menu in input method extract mode. [CHAR LIMIT=16] -->
3300     <string name="extract_edit_menu_button">Edit...</string>
3301
3302     <!-- Notification title when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3303     <string name="data_usage_warning_title">Data usage warning</string>
3304     <!-- Notification body when data usage has exceeded warning threshold. [CHAR LIMIT=32] -->
3305     <string name="data_usage_warning_body">Touch to view usage and settings</string>
3306
3307     <!-- Notification title when 2G-3G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3308     <string name="data_usage_3g_limit_title">2G-3G data disabled</string>
3309     <!-- Notification title when 4G data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3310     <string name="data_usage_4g_limit_title">4G data disabled</string>
3311     <!-- Notification title when mobile data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3312     <string name="data_usage_mobile_limit_title">Mobile data disabled</string>
3313     <!-- Notification title when Wi-Fi data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3314     <string name="data_usage_wifi_limit_title">Wi-Fi data disabled</string>
3315     <!-- Notification body when data usage has exceeded limit threshold, and has been disabled. [CHAR LIMIT=32] -->
3316     <string name="data_usage_limit_body">Touch to enable</string>
3317
3318     <!-- Notification title when 2G-3G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3319     <string name="data_usage_3g_limit_snoozed_title">2G-3G data limit exceeded</string>
3320     <!-- Notification title when 4G data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3321     <string name="data_usage_4g_limit_snoozed_title">4G data limit exceeded</string>
3322     <!-- Notification title when mobile data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3323     <string name="data_usage_mobile_limit_snoozed_title">Mobile data limit exceeded</string>
3324     <!-- Notification title when Wi-Fi data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3325     <string name="data_usage_wifi_limit_snoozed_title">Wi-Fi data limit exceeded</string>
3326     <!-- Notification body when data usage has exceeded limit threshold. [CHAR LIMIT=32] -->
3327     <string name="data_usage_limit_snoozed_body"><xliff:g id="size" example="3.8GB">%s</xliff:g> over specified limit</string>
3328
3329     <!-- Notification title when background data usage is limited. [CHAR LIMIT=32] -->
3330     <string name="data_usage_restricted_title">Background data restricted</string>
3331     <!-- Notification body when background data usage is limited. [CHAR LIMIT=32] -->
3332     <string name="data_usage_restricted_body">Touch to remove restriction</string>
3333
3334     <!-- SSL Certificate dialogs -->
3335     <!-- Title for an SSL Certificate dialog -->
3336     <string name="ssl_certificate">Security certificate</string>
3337     <!-- Message on an SSL Certificate dialog -->
3338     <string name="ssl_certificate_is_valid">This certificate is valid.</string>
3339     <!-- Label for an information field on an SSL Certificate Dialog -->
3340     <string name="issued_to">Issued to:</string>
3341     <!-- Label for an information field on an SSL Certificate Dialog -->
3342     <string name="common_name">Common name:</string>
3343     <!-- Label for an information field on an SSL Certificate Dialog -->
3344     <string name="org_name">Organization:</string>
3345     <!-- Label for an information field on an SSL Certificate Dialog -->
3346     <string name="org_unit">Organizational unit:</string>
3347     <!-- Label for an information field on an SSL Certificate Dialog -->
3348     <string name="issued_by">Issued by:</string>
3349     <!-- Label for an information field on an SSL Certificate Dialog -->
3350     <string name="validity_period">Validity:</string>
3351     <!-- Label for an information field on an SSL Certificate Dialog -->
3352     <string name="issued_on">Issued on:</string>
3353     <!-- Label for an information field on an SSL Certificate Dialog -->
3354     <string name="expires_on">Expires on:</string>
3355     <!-- Label for an information field on an SSL Certificate Dialog -->
3356     <string name="serial_number">Serial number:</string>
3357     <!-- Label for an information field on an SSL Certificate Dialog -->
3358     <string name="fingerprints">Fingerprints:</string>
3359     <!-- Label for an information field on an SSL Certificate Dialog -->
3360     <string name="sha256_fingerprint">SHA-256 fingerprint:</string>
3361     <!-- Label for an information field on an SSL Certificate Dialog -->
3362     <string name="sha1_fingerprint">SHA-1 fingerprint:</string>
3363
3364     <!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
3365     <string name="activity_chooser_view_see_all">See all...</string>
3366     <!-- Title default for a dialog showing possible activities in ActivityChooserView [CHAR LIMIT=25] -->
3367     <string name="activity_chooser_view_dialog_title_default">Select activity</string>
3368
3369     <!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
3370     <string name="share_action_provider_share_with">Share with...</string>
3371
3372     <!-- Status Bar icon descriptions -->
3373
3374     <!-- Description of for the status bar's icon that the device is locked for accessibility. [CHAR LIMIT=NONE] -->
3375     <string name="status_bar_device_locked">Device locked.</string>
3376
3377     <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". [CHAR LIMIT=3] -->
3378     <string name="list_delimeter">", "</string>
3379
3380     <!-- STK sending DTMF, SMS, USSD, SS -->
3381     <string name="sending">Sending...</string>
3382
3383     <!-- STK launch Browser -->
3384     <string name="launchBrowserDefault">Launch Browser?</string>
3385
3386     <!-- STK setup Call -->
3387     <string name="SetupCallDefault">Accept Call?</string>
3388
3389 </resources>