• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (c) 2017, The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *     http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16*/
17-->
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19    <!-- Application name, temporarily misspelled to allow it to live alongside the regular
20         android settings without confusion. -->
21    <string name="settings_label">Settings</string>
22    <string name="more_settings_label">More</string>
23    <string name="display_settings">Display</string>
24    <!-- Sound & display settings screen, setting option name to change brightness level -->
25    <string name="brightness">Brightness level</string>
26    <!-- Sound & display settings screen, setting option name to enable adaptive brightness [CHAR LIMIT=30] -->
27    <string name="auto_brightness_title">Adaptive brightness</string>
28    <!-- Sound & display settings screen, setting option summary to enable adaptive brightness [CHAR LIMIT=100] -->
29    <string name="auto_brightness_summary">Optimize brightness level for available light</string>
30    <!-- Title of condition that night display is on (renamed "Night Light" with title caps) [CHAR LIMIT=30] -->
31    <string name="condition_night_display_title">Night Light is on</string>
32    <string name="keywords_display">screen, touchscreen</string>
33    <string name="keywords_display_brightness_level">dim screen, touchscreen, battery</string>
34    <string name="keywords_display_auto_brightness">dim screen, touchscreen, battery</string>
35    <string name="keywords_display_night_display">dim screen, night, tint</string>
36    <!-- Label for night mode toggle tile in quick setting [CHAR LIMIT=20] -->
37    <string name="night_mode_tile_label">Night mode</string>
38
39    <!-- wifi settings--><skip />
40    <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen  [CHAR LIMIT=20]-->
41    <string name="wifi_settings">Wi\u2011Fi</string>
42    <!-- Summary text of the Wi-fi settings screen -->
43    <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
44    <!-- Summary text when turning Wi-Fi or bluetooth on -->
45    <string name="wifi_starting">Turning Wi\u2011Fi on\u2026</string>
46    <!-- Summary text when turning Wi-Fi or bluetooth off -->
47    <string name="wifi_stopping">Turning off Wi\u2011Fi\u2026</string>
48    <!-- Failured notification for forget -->
49    <string name="wifi_failed_forget_message">Failed to forget network</string>
50    <!-- Failured notification for connect -->
51    <string name="wifi_failed_connect_message">Failed to connect to network</string>
52    <!-- Button message shown on the button adding manual setting.
53     Used in Wifi Setup For Setup Wizard with XL screen. -->
54    <string name="wifi_setup_add_network">Add network</string>
55    <!-- Summary text when Wi-Fi is turned off -->
56    <string name="wifi_disabled">Wi\u2011Fi disabled</string>
57    <!-- Button label to connect to a Wi-Fi network.
58     Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
59    <string name="wifi_setup_connect">Connect</string>
60    <!-- Label for the password of the secured network -->
61    <string name="wifi_password">Password</string>
62    <!-- Label for the check box to show password -->
63    <string name="wifi_show_password">Show password</string>
64    <!-- Label for the SSID of the network -->
65    <string name="wifi_ssid">Network name</string>
66    <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] -->
67    <!-- <string name="wifi_ssid_hint">Enter the SSID</string> -->
68    <!-- Label for the security of the connection -->
69    <string name="wifi_security">Security</string>
70    <!-- Label for the signal strength of the connection -->
71    <string name="wifi_signal">Signal strength</string>
72    <!-- Label for the status of the connection -->
73    <string name="wifi_status">Status</string>
74    <!-- Label for the link speed of the connection -->
75    <string name="wifi_speed">Link speed</string>
76    <!-- Label for the frequency band of the connection -->
77    <string name="wifi_frequency">Frequency</string>
78    <!-- Label for the IP address of the connection -->
79    <string name="wifi_ip_address">IP address</string>
80    <!-- Key for the tag to store UI info for access point -->
81    <string name="access_point_tag_key">access_point_tag_key</string>
82    <!-- Match this with drawable.wifi_signal. --> <skip />
83    <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
84    <string-array name="wifi_signals">
85        <item>Poor</item>
86        <item>Fair</item>
87        <item>Good</item>
88        <item>Excellent</item>
89    </string-array>
90
91    <!-- Bluetooth settings --><skip />
92    <!-- Bluetooth settings check box title on Main Settings screen -->
93    <string name="bluetooth_quick_toggle_title">Bluetooth</string>
94    <!-- Bluetooth settings check box summary for turning on bluetooth -->
95    <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
96    <!--Used as title on second screen after selecting Bluetooth settings -->
97    <string name="bluetooth_settings">Bluetooth</string>
98    <!--Bluetooth was disabled. -->
99    <string name="bluetooth_disabled">Bluetooth disabled</string>
100    <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
101    <string name="bluetooth_settings_title">Bluetooth</string>
102    <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
103    <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
104
105    <!-- Message for telling the user the kind of BT device being displayed in list. -->
106    <string name="bluetooth_talkback_computer">Computer</string>
107
108    <!-- Message for telling the user the kind of BT device being displayed in list. -->
109    <string name="bluetooth_talkback_headset">Headset</string>
110
111    <!-- Message for telling the user the kind of BT device being displayed in list. -->
112    <string name="bluetooth_talkback_phone">Phone</string>
113
114    <!-- Message for telling the user the kind of BT device being displayed in list. -->
115    <string name="bluetooth_talkback_imaging">Imaging</string>
116
117    <!-- Message for telling the user the kind of BT device being displayed in list. -->
118    <string name="bluetooth_talkback_headphone">Headphone</string>
119
120    <!-- Message for telling the user the kind of BT device being displayed in list. -->
121    <string name="bluetooth_talkback_input_peripheral">Input Peripheral</string>
122
123    <!-- Message for telling the user the kind of BT device being displayed in list. -->
124    <string name="bluetooth_talkback_bluetooth">Bluetooth</string>
125    <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
126    <string name="bluetooth_preference_paired_devices">Paired devices</string>
127    <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
128    <string name="bluetooth_preference_found_devices">Available devices</string>
129    <!-- Bluetooth settings: The sub heading for no bluetooth device has been paired with this device. [CHAR LIMIT=40] -->
130    <string name="bluetooth_preference_no_paired_devices">No paired devices</string>
131    <!-- Bluetooth settings: The sub heading for no available bluetooth devices during and after scanning. [CHAR LIMIT=40] -->
132    <string name="bluetooth_preference_no_found_devices">No available devices</string>
133    <!-- Bluetooth settings: Paired dialog title [CHAR LIMIT=40] -->
134    <string name="bluetooth_preference_paired_dialog_title">Paired device</string>
135    <!-- Bluetooth settings: Name label [CHAR LIMIT=40] -->
136    <string name="bluetooth_preference_paired_dialog_name_label">Name</string>
137    <!-- Bluetooth settings.  Connection options screen.  The title of the header that is above all of the profiles.
138     When a user decides what Bluetooth capabilities to use with the device.  -->
139    <string name="bluetooth_device_advanced_profile_header_title">Use for</string>
140    <!-- Hint for a text field to change the name of the Bluetooth device. [CHAR LIMIT=35] -->
141    <string name="wifi_ssid_hint">Change the name of the Bluetooth device</string>
142
143    <!-- Bluetooth pairing -->
144    <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
145    <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
146    <!-- Bluetooth settings.  Context menu item for a device.  Action will first pair, and then connect to all profiles on the device. -->
147    <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
148    <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
149    <string name="bluetooth">Bluetooth</string>
150    <!-- Message when bluetooth is informing the user of the pairing key. [CHAR LIMIT=NONE] -->
151    <string name="bluetooth_pairing_key_msg">Bluetooth pairing code</string>
152    <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
153    <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string>
154    <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
155    <string name="bluetooth_enter_passkey_msg">Type the pairing code then press Return or Enter</string>
156    <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
157    <string name="bluetooth_pairing_request">Pair with <xliff:g id="device_name">%1$s</xliff:g>?</string>
158    <!-- Checkbox message in pairing dialogs.  [CHAR LIMIT=NONE] -->
159    <string name="bluetooth_pairing_shares_phonebook">Allow <xliff:g id="device_name">%1$s</xliff:g> to access your contacts and call history</string>
160    <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] -->
161    <string name="bluetooth_enter_pin_other_device">You may also need to type this PIN on the other device.</string>
162    <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] -->
163    <string name="bluetooth_enter_passkey_other_device">You may also need to type this passkey on the other device.</string>
164    <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
165    <string name="bluetooth_pin_values_hint_16_digits">Must be 16 digits</string>
166    <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
167    <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
168    <!-- Notification title when a Bluetooth device wants to pair with us -->
169    <string name="bluetooth_notif_title">Pairing request</string>
170    <!-- Notification message when a Bluetooth device wants to pair with us -->
171    <string name="bluetooth_notif_message">Tap to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
172    <!-- Title for BT error dialogs. -->
173    <string name="bluetooth_error_title"></string>
174
175    <!-- Language settings screen heading. [CHAR LIMIT=30] -->
176    <string name="language_settings">Languages</string>
177
178    <!-- sound settings --><skip />
179    <!-- Sound settings screen heading -->
180    <string name="sound_settings">Sound</string>
181    <!-- Sound settings screen, setting option name -->
182    <string name="ring_volume_title">Ring volume</string>
183    <!-- Sound settings screen, the title of the volume bar to adjust the navigation guidance volume -->
184    <string name="navi_volume_title">Navigation volume</string>
185    <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
186    <string name="incoming_call_volume_title">Ringtone</string>
187    <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
188    <string name="notification_volume_title">Notification</string>
189    <!-- Sound settings screen, setting option name -->
190    <string name="media_volume_title">Media</string>
191    <!-- Sound settings screen, setting option summary text -->
192    <string name="media_volume_summary">Set volume for music and videos</string>
193    <!-- Sound settings screen, alarm volume slider title -->
194    <string name="alarm_volume_title">Alarm</string>
195
196    <!-- applications --><skip />
197    <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
198    <string name="applications_settings">App info</string>
199    <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
200    <string name="disable_text">Disable</string>
201    <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
202    <string name="enable_text">Enable</string>
203    <!-- Manage applications, individual application info screen, heading for settings related to the app's permissions. for example, it may list all the permissions the app has. -->
204    <string name="permissions_label">Permissions</string>
205    <!-- Label for displaying application version. -->
206    <string name="application_version_label">Version: %1$s</string>
207    <!-- Runtime permissions preference summary, shown when the app has no permissions granted. [CHAR LIMIT=40] -->
208    <string name="runtime_permissions_summary_no_permissions_granted">No permissions granted</string>
209    <!-- Runtime permissions preference summary, shown when the app requests no permissions. [CHAR LIMIT=40] -->
210    <string name="runtime_permissions_summary_no_permissions_requested">No permissions requested</string>
211    <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
212    <string name="data_usage_summary_title">Data usage</string>
213    <!-- Activity title for Appk data usage summary. [CHAR LIMIT=25] -->
214    <string name="data_usage_app_summary_title">App data usage</string>
215    <!-- Manage applications, text label for button to kill / force stop an application -->
216    <string name="force_stop">Force stop</string>
217    <string name="computing_size">Computing\u2026</string>
218    <!-- Runtime permissions preference summary.  Number of additional permissions granted. [CHAR LIMIT=40] -->
219    <plurals name="runtime_permissions_additional_count">
220        <item quantity="one"><xliff:g id="count" example="1">%d</xliff:g> additional permission</item>
221        <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> additional permissions</item>
222    </plurals>
223
224
225    <!-- System --><skip />
226    <!-- Main setting menu item to go into system settings -->
227    <string name="system_setting_title">System</string>
228    <!-- About phone screen, list item title.  Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
229    <string name="system_update_settings_list_item_title">System updates</string>
230    <!-- About phone screen, list item summary.  Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
231    <string name="system_update_settings_list_item_summary">""</string>
232
233    <!-- About phone screen, status item label  [CHAR LIMIT=40] -->
234    <string name="firmware_version">Android version</string>
235    <!-- About phone screen, status item label  [CHAR LIMIT=60] -->
236    <string name="security_patch">Android security patch level</string>
237    <!-- About phone screen, status item label  [CHAR LIMIT=40] -->
238    <string name="model_info">Model</string>
239    <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
240    <string name="baseband_version">Baseband version</string>
241    <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
242    <string name="kernel_version">Kernel version</string>
243    <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
244    <string name="build_number">Build number</string>
245
246    <!-- About phone screen, show when a value of some status item is unavailable. -->
247    <string name="device_info_not_available">Not available</string>
248    <!-- About phone screen, phone status screen title -->
249    <string name="device_status_activity_title">Status</string>
250    <!-- About phone screen, title of the item to go into the Phone status screen -->
251    <string name="device_status">Status</string>
252    <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
253    <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
254    <!-- About phone screen, summary of the item to go into the phone status screen -->
255    <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
256
257    <!-- About --> <skip />
258    <!-- Main settings screen, setting title for the user to go into the About phone screen -->
259    <string name="about_settings">About</string>
260    <!-- Summary of device info page [CHAR LIMIT=NONE] -->
261    <string name="about_summary">Android <xliff:g id="version" example="6.0">%1$s</xliff:g></string>
262    <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
263    <string name="about_settings_summary">View legal info, status, software version</string>
264    <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
265    <string name="legal_information">Legal information</string>
266    <!-- About phone settings screen, setting option name to see a list of contributors -->
267    <string name="contributors_title">Contributors</string>
268    <!-- About phone settings screen, setting option name to show Manual [CHAR LIMIT=25] -->
269    <string name="manual">Manual</string>
270    <!-- About phone settings screen, setting option name to show regulatory labels [CHAR LIMIT=25] -->
271    <string name="regulatory_labels">Regulatory labels</string>
272    <!-- About phone settings screen, setting option name to show the safety and regulatory manual [CHAR LIMIT=40] -->
273    <string name="safety_and_regulatory_info">Safety &amp; regulatory manual</string>
274    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
275    <!-- About phone settings screen, setting option name to see copyright-related info -->
276    <string name="copyright_title">Copyright</string>
277    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
278    <!-- About phone settings screen, setting option name to see licensing info -->
279    <string name="license_title">License</string>
280    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
281    <!-- About phone settings screen, setting option name to see terms and conditions -->
282    <string name="terms_title">Terms and conditions</string>
283    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
284    <!-- About phone settings screen, setting option name to see licensing info for WebView component. [CHAR LIMIT=35] -->
285    <string name="webview_license_title">System WebView License</string>
286    <!-- About phone settings screen, setting option name to see wallpapers attributions -->
287    <string name="wallpaper_attributions">Wallpapers</string>
288    <!-- About phone settings screen, setting option name to see wallpapers attributions values -->
289    <string name="wallpaper_attributions_values">Satellite imagery providers:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky</string>
290
291    <!-- Title for actual Settings license activity. --> <skip />
292    <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
293    <string name="settings_license_activity_title">Third-party licenses</string>
294    <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
295    <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
296    <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
297    <string name="settings_license_activity_loading">Loading\u2026</string>
298
299
300    <!-- Date and time settings --><skip />
301    <!-- Main Settings screen setting option name to go into the date and time settings-->
302    <string name="date_and_time_settings_title">Date &amp; time</string>
303    <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
304    <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
305    <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
306    <string name="date_and_time_settings_summary">Set date, time, time zone, &amp; formats</string>
307    <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=30] -->
308    <string name="date_time_auto">Automatic date &amp; time</string>
309    <!-- Date & time setting screen setting option summary text when Automatic check box is selected
310        (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
311    <string name="date_time_auto_summary">Use network-provided time</string>
312    <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=30] -->
313    <string name="zone_auto">Automatic time zone</string>
314    <!-- Date & time setting screen setting option summary text when Automatic time zone check box is selected (that is, when date and time should be determined automatically)
315        [CHAR LIMIT=100]  -->
316    <string name="zone_auto_summary">Use network-provided time zone</string>
317    <!-- Date & time setting screen setting check box title [CHAR LIMIT=30] -->
318    <string name="date_time_24hour_title">24\u2011hour format</string>
319    <!-- Date & time setting screen setting check box title -->
320    <string name="date_time_24hour">Use 24-hour format</string>
321    <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
322    <string name="date_time_set_time_title">Time</string>
323    <!-- Date & time setting screen setting option title -->
324    <string name="date_time_set_time">Set time</string>
325    <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
326    <string name="date_time_set_timezone_title">Time zone</string>
327    <!-- Date & time setting screen setting option title -->
328    <string name="date_time_set_timezone">Select time zone</string>
329    <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
330    <string name="date_time_set_date_title">Date</string>
331    <!-- Date & time setting screen setting option title -->
332    <string name="date_time_set_date">Set date</string>
333    <!-- Menu item on Select time zone screen -->
334    <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
335    <!-- Menu item on Select time zone screen -->
336    <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
337    <!-- Title string shown above DatePicker, letting a user select system date
338         [CHAR LIMIT=20] -->
339    <string name="date_picker_title">Date</string>
340    <!-- Title string shown above TimePicker, letting a user select system time
341         [CHAR LIMIT=20] -->
342    <string name="time_picker_title">Time</string>
343
344    <!-- User settings add user menu [CHAR LIMIT=35] -->
345    <string name="user_add_user_menu">Add user</string>
346    <!-- Button title for adding an account [CHAR LIMIT=35] -->
347    <string name="user_add_account_menu">Add account</string>
348    <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] -->
349    <string name="user_delete_user_description">Delete user</string>
350    <!-- User details new user name [CHAR LIMIT=30] -->
351    <string name="user_new_user_name">New user</string>
352    <!-- Title for Guest user [CHAR LIMIT=35] -->
353    <string name="user_guest">Guest</string>
354    <!-- Description for icon to switch user [CHAR LIMIT=35] -->
355    <string name="user_switch">Switch</string>
356    <!-- Description for user name that is currently in use -->
357    <string name="current_user_name">You (%1$s)</string>
358    <!-- User settings label for user name [CHAR LIMIT=25] -->
359    <string name="user_name_label">Name</string>
360    <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] -->
361    <string name="user_summary_not_set_up">Not set up</string>
362    <!-- Title for edit user name page [CHAR LIMIT=30] -->
363    <string name="edit_user_name_title">Edit user name</string>
364
365    <!-- User settings header for list of users on the system. [CHAR LIMIT=35] -->
366    <string name="users_list_title">Users</string>
367    <!-- Title for settings that lead into information about User's accounts [CHAR LIMIT=35] -->
368    <string name="accounts_settings_title">Accounts</string>
369    <!-- Title for detailed user information page [CHAR LIMIT=25] -->
370    <string name="user_details_title">User</string>
371    <!-- Text to display in Accounts settings if the user has not added any accounts yet [CHAR LIMIT=40] -->
372    <string name="no_accounts_added">No accounts added</string>
373    <!-- Account settings header for list of added accounts [CHAR LIMIT=40] -->
374    <string name="account_list_title">Accounts for <xliff:g id="current_user_name">%1$s</xliff:g></string>
375    <!-- Account details in Settings screen title [CHAR LIMIT=25] -->
376    <string name="account_details_title">Account info</string>
377    <!-- Account details in Settings screen title [CHAR LIMIT=25] -->
378    <string name="add_account_title">Add account</string>
379    <!-- Add Account screen title. [CHAR LIMIT=25] -->
380    <string name="add_an_account">Add an account</string>
381    <!-- Message to limited users that they cannot add accounts [CHAR LIMIT=100] -->
382    <string name="user_cannot_add_accounts_message">Restricted profiles cannot add accounts</string>
383    <!-- Button label to remove current account [CHAR LIMIT=25] -->
384    <string name="remove_account_title">Remove account</string>
385    <!-- Title of remove message for remove account dialog [CHAR LIMIT=25] -->
386    <string name="really_remove_account_title">Remove account?</string>
387    <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
388    <string name="really_remove_account_message">Removing this account will delete all of its messages, contacts, and other data from the device!</string>
389    <!-- This is shown if the authenticator for a given account fails to remove it. [CHAR LIMIT=NONE] -->
390    <string name="remove_account_failed">This change isn\'t allowed by your admin</string>
391    <!-- Title of the alert dialog to ask user to confirm user deletion [CHAR LIMIT=25] -->
392    <string name="really_remove_user_title">Remove this user?</string>
393    <!-- Message to inform user that all of user's data will be deleted if confirmed [CHAR LIMIT=NONE] -->
394    <string name="really_remove_user_message">"All apps and data will be deleted."</string>
395    <!-- Title of the alert dialog to ask user to confirm user deletion [CHAR LIMIT=40] -->
396    <string name="remove_user_error_title">Failed to remove user.</string>
397    <!-- Message to ask to retry user deletion [CHAR LIMIT=30] -->
398    <string name="remove_user_error_message">Try again?</string>
399    <!-- Button label to dismiss user deletion error [CHAR LIMIT=25] -->
400    <string name="remove_user_error_dismiss">Dismiss</string>
401    <!-- Button label to retry user deletion [CHAR LIMIT=25] -->
402    <string name="remove_user_error_retry">Retry</string>
403    <!-- Title of the alert dialog to ask user to confirm creation of new user. [CHAR LIMIT=30] -->
404    <string name="user_add_user_title">"Add new user?"</string>
405    <!-- Message to inform user that creation of new user requires that user to set up their space. [CHAR LIMIT=100] -->
406    <string name="user_add_user_message_setup">When you add a new user, that person needs to set up their space.</string>
407    <!-- Message to inform user that the newly created user will have permissions to update apps for all other users. [CHAR LIMIT=100] -->
408    <string name="user_add_user_message_update">Any user can update apps for all other users.</string>
409
410    <!-- security lock -->
411    <!-- Title for security settings [CHAR LIMIT=20] -->
412    <string name="security_settings_title">Security</string>
413    <!-- Subtitle for security settings [CHAR LIMIT=20] -->
414    <string name="security_settings_subtitle">Screen lock</string>
415    <!-- Title string shown in screen lock types for no locks [CHAR LIMIT=40] -->
416    <string name="security_lock_none">None</string>
417    <!-- Title string shown in choose screen lock for lock pattern [CHAR LIMIT=40] -->
418    <string name="security_lock_pattern">Pattern</string>
419    <!-- Title string shown in choose screen lock for lock pin [CHAR LIMIT=40] -->
420    <string name="security_lock_pin">PIN</string>
421    <!-- Title string shown in choose screen lock for lock password [CHAR LIMIT=40] -->
422    <string name="security_lock_password">Password</string>
423    <!--  Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=30] -->
424    <string name="lock_settings_picker_title">Choose a lock type</string>
425    <!--  Button caption to open a dialog for user to choose an screen lock method: Pattern/PIN/Password [CHAR LIMIT=40] -->
426    <string name="screen_lock_options">Screen lock options</string>
427    <!--  Title for screen asking user to enter their existing lock pattern [CHAR LIMIT=30] -->
428    <string name="lock_settings_enter_pattern">Enter your pattern</string>
429    <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen.  After they draw a pattern and release their finger, we display the pattern so they remember.  When they are ready to draw it once again to confirm it, they press this button. -->
430    <string name="lockpattern_confirm_button_text">Confirm</string>
431    <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen.  After they draw a pattern and release their finger, we display the pattern so they remember.  If they are not satisfied with this pattern, they click this button to redraw the pattern. -->
432    <string name="lockpattern_restart_button_text">Redraw</string>
433    <!-- Choose security lock screen button. After first valid enter, they will be prompt to confirm page. [CHAR LIMIT=20] -->
434    <string name="continue_button_text">Continue</string>
435    <!-- Security lock screen button. If error is encountered when saving password, PIN or pattern, the user can click this button to try saving again. [CHAR LIMIT=20] -->
436    <string name="lockscreen_retry_button_text">Retry</string>
437    <!-- Security lock screen button, allowing user to skip setting a screen lock [CHAR LIMIT=20] -->
438    <string name="lockscreen_skip_button_text">Skip</string>
439    <!-- Title string shown in choose screen lock [CHAR LIMIT=40] -->
440    <string name="set_screen_lock">Set a screen lock</string>
441    <!-- Title string shown in choose lock pattern [CHAR LIMIT=40] -->
442    <string name="lockscreen_choose_your_pattern">Choose your pattern</string>
443    <!-- Subtitle indicating the current screen lock type (none/PIN/pattern/password) [CHAR LIMIT=40] -->
444    <string name="current_screen_lock">Current screen lock</string>
445    <!-- Message on first screen of choose pattern flow [CHAR LIMIT=40] -->
446    <string name="choose_lock_pattern_message">For security, set a pattern</string>
447    <!-- Choose unlock pattern screen button. If they are supposed to enter their current pattern before being able to draw another one, and they made a mistake, they hit this button to try again [CHAR LIMIT=20] -->
448    <string name="lockpattern_retry_button_text">Clear</string>
449    <!-- Choose unlock pattern screen button. They can choose to cancel the setting of lock pattern. [CHAR LIMIT=20] -->
450    <string name="lockpattern_cancel_button_text">Cancel</string>
451    <!-- Choose unlock pattern screen message, confirm pattern success.[CHAR LIMIT=40] -->
452    <string name="lockpattern_pattern_confirmed">Your new unlock pattern</string>
453    <!-- Choose unlock pattern screen instruction on top of screen. When they are supposed to draw a new unlock pattern (for example, if they are changing their unlock patterns). [CHAR LIMIT=40] -->
454    <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
455    <!-- Choose unlock pattern screen instruction on top of screen while drawing pattern. [CHAR LIMIT=40] -->
456    <string name="lockpattern_recording_inprogress">Release finger when done</string>
457    <!-- Choose unlock pattern screen message after drawing pattern. [CHAR LIMIT=40] -->
458    <string name="lockpattern_pattern_entered">Pattern recorded</string>
459    <!-- Choose unlock pattern screen instruction to confirm pattern. [CHAR LIMIT=40] -->
460    <string name="lockpattern_need_to_confirm">Draw pattern again to confirm</string>
461    <!-- Choose unlock pattern screen instruction on top of screen if user doesn't connect enough dots. [CHAR LIMIT=48] -->
462    <string name="lockpattern_recording_incorrect_too_short">Connect at least 4 dots. Try again.</string>
463    <!-- Choose unlock pattern screen instruction if user draws incorrect pattern [CHAR LIMIT=30] -->
464    <string name="lockpattern_pattern_wrong">Wrong pattern</string>
465    <!-- Choose unlock pattern screen instruction, the help instructions (an animation) caption. [CHAR LIMIT=40] -->
466    <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
467    <!-- Message shown when error is encountered when saving pattern [CHAR LIMIT=40] -->
468    <string name="error_saving_lockpattern">Error saving pattern</string>
469    <!-- Label for button to confirm picker selection [CHAR_LIMIT=20] -->
470    <string name="okay">OK</string>
471    <!-- Title of dialog asking the user if they really want to remove the screen lock [CHAR LIMIT=30]-->
472    <string name="remove_screen_lock_title">Remove screen lock?</string>
473    <!-- Message in dialog warning the user about the consequence if they choose to remove the screen lock [CHAR LIMIT=60]-->
474    <string name="remove_screen_lock_message">This will allow anyone to access your account</string>
475
476    <!--  Title for screen asking user to enter their existing lock PIN [CHAR LIMIT=30] -->
477    <string name="lock_settings_enter_pin">Enter your PIN</string>
478    <!--  Title for screen asking user to enter their existing password [CHAR LIMIT=30] -->
479    <string name="lock_settings_enter_password">Enter your password</string>
480    <!-- Description for Choose Lock Pin Screen [CHAR_LIMIT=40] -->
481    <string name="choose_lock_pin_message">For security, set a PIN</string>
482    <!-- Header on password confirm screen [CHAR LIMIT=40] -->
483    <string name="confirm_your_pin_header">Re-enter your PIN</string>
484    <!-- Hints for Choose Lock Pin Screen [CHAR_LIMIT=40] -->
485    <string name="choose_lock_pin_hints">PIN must be at least 4 digits</string>
486    <!-- Error shown when in PASSWORD doesn't meet requirement. Because this may be concatenated with other messages, please make sure there's a period at the end of the sentence.  [CHAR LIMIT=40] -->
487    <string name="lockpin_invalid_pin">Pin invalid, must be at least 4 digits.</string>
488    <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
489    <string name="confirm_pins_dont_match">PINs don\'t match</string>
490    <!-- Message shown when error is encountered when saving PIN [CHAR LIMIT=40] -->
491    <string name="error_saving_lockpin">Error saving PIN</string>
492    <!-- Confirm existing PIN screen error message when the user-entered PIN doesn't match record [CHAR LIMIT=30] -->
493    <string name="lockscreen_wrong_pin">Wrong PIN</string>
494    <!-- Confirm existing password screen error message when the user-entered password doesn't match record [CHAR LIMIT=30] -->
495    <string name="lockscreen_wrong_password">Wrong password</string>
496    <!-- Description for Choose Lock Password Screen [CHAR_LIMIT=40] -->
497    <string name="choose_lock_password_message">For security, set a password</string>
498    <!-- Header on password confirm screen [CHAR LIMIT=40] -->
499    <string name="confirm_your_password_header">Re-enter your password</string>
500    <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
501    <string name="confirm_passwords_dont_match">Passwords don\'t match</string>
502    <!-- Label for Clear button when entering PIN / password. [CHAR LIMIT=30] -->
503    <string name="lockpassword_clear_label">Clear</string>
504    <!-- Label for Cancel button when entering PIN / password. [CHAR LIMIT=30] -->
505    <string name="lockpassword_cancel_label">Cancel</string>
506    <!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] -->
507    <string name="lockpassword_confirm_label">Confirm</string>
508    <!-- Hints for Choose Lock Password Screen [CHAR_LIMIT=73] -->
509    <string name="choose_lock_password_hints">Password must be between 4-8 characters with at least 1 number</string>
510    <!-- Hint shown in dialog screen when password is too short [CHAR LIMIT=40] -->
511    <string name="lockpassword_password_too_short">Must be at least <xliff:g id="count" example="3">%d</xliff:g> characters</string>
512    <!-- Hint shown in dialog screen when PIN is too short [CHAR LIMIT=44] -->
513    <string name="lockpassword_pin_too_short">PIN must be at least <xliff:g id="count" example="3">%d</xliff:g> digits</string>
514
515    <!-- Error shown in popup when password is too long [CHAR LIMIT=42] -->
516    <string name="lockpassword_password_too_long">Must be fewer than
517        <xliff:g id="number" example="17">%d</xliff:g> characters</string>
518    <!-- Error shown in popup when PIN is too long [CHAR LIMIT=42] -->
519    <string name="lockpassword_pin_too_long">Must be fewer than
520        <xliff:g id="number" example="17">%d</xliff:g> digits</string>
521
522    <!-- Error shown when in PIN mode and user enters a non-digit. Because this may be concatenated with other messages, please make sure there's a period at the end of the sentence. [CHAR LIMIT=40] -->
523    <string name="lockpassword_pin_contains_non_digits">Must contain only digits 0-9.</string>
524
525    <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! [CHAR LIMIT=NONE] -->
526    <string name="lockpassword_pin_recently_used">Device admin doesn\'t allow using a recent PIN</string>
527
528    <!-- Error shown when a user is choosing a PIN for their work phone, but what they suggest is blocked by their company's IT administrator. The user should try another PIN that's less common and more complicated. [CHAR LIMIT=NONE] -->
529    <string name="lockpassword_pin_blacklisted_by_admin">Common PINs are blocked by your IT admin. Try a different PIN.</string>
530
531    <!-- Error shown when in PASSWORD mode and user enters an invalid character. Because this may be concatenated with other messages, please make sure there's a period at the end of the sentence.  [CHAR LIMIT=40] -->
532    <string name="lockpassword_illegal_character">This can\'t include an invalid character.</string>
533
534    <!-- Error shown when in PASSWORD doesn't meet requirement. Because this may be concatenated with other messages, please make sure there's a period at the end of the sentence. [CHAR LIMIT=NONE] -->
535    <string name="lockpassword_invalid_password">Password invalid, must be 4-8 characters, contain at least 1 digit, 1 letter, no whitespace.</string>
536
537    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters [CHAR LIMIT=NONE] -->
538    <plurals name="lockpassword_password_requires_letters">
539        <item quantity="one">Must contain at least 1 letter</item>
540        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> letters</item>
541    </plurals>
542
543    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters [CHAR LIMIT=NONE] -->
544    <plurals name="lockpassword_password_requires_lowercase">
545        <item quantity="one">Must contain at least 1 lowercase letter</item>
546        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> lowercase letters</item>
547    </plurals>
548
549    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters [CHAR LIMIT=NONE] -->
550    <plurals name="lockpassword_password_requires_uppercase">
551        <item quantity="one">Must contain at least 1 uppercase letter</item>
552        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> uppercase letters</item>
553    </plurals>
554
555    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits [CHAR LIMIT=NONE] -->
556    <plurals name="lockpassword_password_requires_numeric">
557        <item quantity="one">Must contain at least 1 numerical digit</item>
558        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> numerical digits</item>
559    </plurals>
560
561    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols [CHAR LIMIT=NONE] -->
562    <plurals name="lockpassword_password_requires_symbols">
563        <item quantity="one">Must contain at least 1 special symbol</item>
564        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> special symbols</item>
565    </plurals>
566
567    <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters [CHAR LIMIT=NONE] -->
568    <plurals name="lockpassword_password_requires_nonletter">
569        <item quantity="one">Must contain at least 1 non-letter character</item>
570        <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> non-letter characters</item>
571    </plurals>
572
573    <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! [CHAR LIMIT=NONE] -->
574    <string name="lockpassword_password_recently_used">Device admin doesn\'t allow using a recent
575        password</string>
576
577    <!-- Message shown when error is encountered when saving password [CHAR LIMIT=50] -->
578    <string name="error_saving_password">Error saving password</string>
579
580    <!-- Error shown when a user is choosing a PASSWORD for their work phone, but what they suggest is blocked by their company's IT administrator. The user should try another PASSWORD that's less common and more complicated. [CHAR LIMIT=NONE] -->
581    <string name="lockpassword_password_blacklisted_by_admin">Common passwords are blocked by your IT admin. Try a different password.</string>
582
583    <!-- [CHAR_LIMIT=NONE] Error shown when the user tries to set an ascending or descending sequence of digits. Because this may be concatenated with other messages, please make sure there's a period at the end of the sentence. [CHAR LIMIT=NONE] -->
584    <string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence of digits isn\'t allowed.</string>
585
586    <!-- Label for button in screen lock settings, allowing users to choose other types of screen locks. [CHAR LIMIT=40] -->
587    <string name="setup_lock_settings_options_button_label">Screen lock options</string>
588
589    <!-- generic -->
590    <!-- Button label for generic forget action [CHAR LIMIT=20] -->
591    <string name="forget">Forget</string>
592    <!-- Delete button text [CHAR LIMIT=20] -->
593    <string name="delete_button">Delete</string>
594    <!-- Remove button text [CHAR LIMIT=20] -->
595    <string name="remove_button">Remove</string>
596    <!-- Cancel button text [CHAR LIMIT=20] -->
597    <string name="cancel">Cancel</string>
598
599    <!-- Accessibility description for the backspace key in the PIN pad [CHAR LIMIT=NONE] -->
600    <string name="backspace_key">Backspace key</string>
601    <!-- Accessibility description for the enter key in the PIN pad [CHAR LIMIT=NONE] -->
602    <string name="enter_key">Enter key</string>
603
604    <!-- These are the digits on the PIN pad -->
605    <string name="one" translatable="false">1</string>
606    <string name="two" translatable="false">2</string>
607    <string name="three" translatable="false">3</string>
608    <string name="four" translatable="false">4</string>
609    <string name="five" translatable="false">5</string>
610    <string name="six" translatable="false">6</string>
611    <string name="seven" translatable="false">7</string>
612    <string name="eight" translatable="false">8</string>
613    <string name="nine" translatable="false">9</string>
614    <string name="zero" translatable="false">0</string>
615
616    <!-- Demo/Retail-related strings -->
617    <!-- Text of button the user presses to exit Retail/Demo mode [CHAR LIMIT=25]-->
618    <string name="exit_retail_button_text">Exit Demo</string>
619    <!-- Title of dialog asking the user if they really want to exit the demo, which requires a
620         factory reset [CHAR LIMIT=30]-->
621    <string name="exit_retail_mode_dialog_title">Exit demo mode</string>
622    <!-- Message in dialog asking the user if they really want to exit the demo, which requires a
623         factory reset [CHAR LIMIT=150]-->
624    <string name="exit_retail_mode_dialog_body">This will delete the demo account and factory data reset the system. All user data will be lost.</string>
625    <!-- Text of confirmation button in dialog that appears to confirm that Demo Mode should be exited. [CHAR LIMIT=25]-->
626    <string name="exit_retail_mode_dialog_confirmation_button_text">Exit Demo</string>
627
628    <!-- String values for settings suggestions. -->
629    <!-- Button that allows users to re-open the setup wizard (changed to all caps so case doesn't matter) [CHAR_LIMIT=30] -->
630    <string name="suggestion_primary_button">finish setup</string>
631    <!-- Button that dismisses the suggestion to finish setting up their device (changed to all caps so case doesn't matter) [CHAR_LIMIT=30] -->
632    <string name="suggestion_secondary_button">not now</string>
633
634    <!-- Warn user that the action they are trying to perform is blocked while the car is in
635         motion [CHAR LIMIT=60] -->
636    <string name="restricted_while_driving">Feature not available while driving.</string>
637    <!-- Warn user that adding a user is blocked while the car is in motion [CHAR LIMIT=60] -->
638    <string name="add_user_restricted_while_driving">Can\'t add user while driving.</string>
639</resources>
640