blob: a35f66733fde81c6534067cab5fdcbf6d2b0555a [file] [log] [blame]
roger xue843fbc42017-02-22 16:20:08 -08001<?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. -->
roger xuebb69a672017-05-15 13:36:04 -070021 <string name="settings_label">Settings</string>
Lujiang Xuea12477f2018-04-10 08:20:29 -070022 <string name="more_settings_label">More</string>
roger xue843fbc42017-02-22 16:20:08 -080023 <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
roger xueb9104e02017-03-02 16:05:00 -080037 <!-- wifi settings--><skip />
roger xue843fbc42017-02-22 16:20:08 -080038 <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen [CHAR LIMIT=20]-->
39 <string name="wifi_settings">Wi\u2011Fi</string>
40 <!-- Summary text of the Wi-fi settings screen -->
41 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
42 <!-- Summary text when turning Wi-Fi or bluetooth on -->
43 <string name="wifi_starting">Turning Wi\u2011Fi on\u2026</string>
44 <!-- Summary text when turning Wi-Fi or bluetooth off -->
45 <string name="wifi_stopping">Turning off Wi\u2011Fi\u2026</string>
46 <!-- Failured notification for forget -->
47 <string name="wifi_failed_forget_message">Failed to forget network</string>
48 <!-- Failured notification for connect -->
49 <string name="wifi_failed_connect_message">Failed to connect to network</string>
50 <!-- Button message shown on the button adding manual setting.
51 Used in Wifi Setup For Setup Wizard with XL screen. -->
52 <string name="wifi_setup_add_network">Add network</string>
53 <!-- Summary text when Wi-Fi is turned off -->
54 <string name="wifi_disabled">Wi\u2011Fi disabled</string>
55 <!-- Button label to connect to a Wi-Fi network.
56 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
57 <string name="wifi_setup_connect">Connect</string>
58 <!-- Label for the password of the secured network -->
59 <string name="wifi_password">Password</string>
60 <!-- Label for the check box to show password -->
61 <string name="wifi_show_password">Show password</string>
62 <!-- Label for the SSID of the network -->
63 <string name="wifi_ssid">Network name</string>
64 <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] -->
Aurimas Liutikas5b779822017-11-14 18:29:17 -080065 <!-- <string name="wifi_ssid_hint">Enter the SSID</string> -->
Fan Zhang9788bc72017-02-27 17:21:28 -080066 <!-- Label for the security of the connection -->
67 <string name="wifi_security">Security</string>
68 <!-- Label for the signal strength of the connection -->
69 <string name="wifi_signal">Signal strength</string>
70 <!-- Label for the status of the connection -->
71 <string name="wifi_status">Status</string>
72 <!-- Label for the link speed of the connection -->
73 <string name="wifi_speed">Link speed</string>
74 <!-- Label for the frequency band of the connection -->
75 <string name="wifi_frequency">Frequency</string>
76 <!-- Label for the IP address of the connection -->
77 <string name="wifi_ip_address">IP address</string>
roger xue843fbc42017-02-22 16:20:08 -080078 <!-- Key for the tag to store UI info for access point -->
79 <string name="access_point_tag_key">access_point_tag_key</string>
Fan Zhang9788bc72017-02-27 17:21:28 -080080 <!-- Match this with drawable.wifi_signal. --> <skip />
81 <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
82 <string-array name="wifi_signals">
83 <item>Poor</item>
84 <item>Fair</item>
85 <item>Good</item>
86 <item>Excellent</item>
87 </string-array>
roger xue843fbc42017-02-22 16:20:08 -080088
roger xueb9104e02017-03-02 16:05:00 -080089 <!-- Bluetooth settings --><skip />
roger xue843fbc42017-02-22 16:20:08 -080090 <!-- Bluetooth settings check box title on Main Settings screen -->
91 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
92 <!-- Bluetooth settings check box summary for turning on bluetooth -->
93 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
94 <!--Used as title on second screen after selecting Bluetooth settings -->
95 <string name="bluetooth_settings">Bluetooth</string>
96 <!--Bluetooth was disabled. -->
97 <string name="bluetooth_disabled">Bluetooth disabled</string>
98 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
99 <string name="bluetooth_settings_title">Bluetooth</string>
100 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
101 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
102
103 <!-- Message for telling the user the kind of BT device being displayed in list. -->
104 <string name="bluetooth_talkback_computer">Computer</string>
105
106 <!-- Message for telling the user the kind of BT device being displayed in list. -->
107 <string name="bluetooth_talkback_headset">Headset</string>
108
109 <!-- Message for telling the user the kind of BT device being displayed in list. -->
110 <string name="bluetooth_talkback_phone">Phone</string>
111
112 <!-- Message for telling the user the kind of BT device being displayed in list. -->
113 <string name="bluetooth_talkback_imaging">Imaging</string>
114
115 <!-- Message for telling the user the kind of BT device being displayed in list. -->
116 <string name="bluetooth_talkback_headphone">Headphone</string>
117
118 <!-- Message for telling the user the kind of BT device being displayed in list. -->
119 <string name="bluetooth_talkback_input_peripheral">Input Peripheral</string>
120
121 <!-- Message for telling the user the kind of BT device being displayed in list. -->
122 <string name="bluetooth_talkback_bluetooth">Bluetooth</string>
123 <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
124 <string name="bluetooth_preference_paired_devices">Paired devices</string>
125 <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
126 <string name="bluetooth_preference_found_devices">Available devices</string>
Fan Zhanga40b9832017-02-27 17:21:28 -0800127 <!-- Bluetooth settings: The sub heading for no bluetooth device has been paired with this device. [CHAR LIMIT=40] -->
128 <string name="bluetooth_preference_no_paired_devices">No paired devices</string>
129 <!-- Bluetooth settings: The sub heading for no available bluetooth devices during and after scanning. [CHAR LIMIT=40] -->
130 <string name="bluetooth_preference_no_found_devices">No available devices</string>
131 <!-- Bluetooth settings: Paired dialog title [CHAR LIMIT=40] -->
132 <string name="bluetooth_preference_paired_dialog_title">Paired device</string>
133 <!-- Bluetooth settings: Name label [CHAR LIMIT=40] -->
134 <string name="bluetooth_preference_paired_dialog_name_label">Name</string>
135 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles.
136 When a user decides what Bluetooth capabilities to use with the device. -->
137 <string name="bluetooth_device_advanced_profile_header_title">Use for</string>
138 <!-- Hint for a text field to change the name of the Bluetooth device. [CHAR LIMIT=35] -->
139 <string name="wifi_ssid_hint">Change the name of the Bluetooth device</string>
roger xue843fbc42017-02-22 16:20:08 -0800140
Lujiang Xue63d561d2017-10-27 13:36:00 -0700141 <!-- Bluetooth pairing -->
142 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
143 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
144 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
145 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
146 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
147 <string name="bluetooth">Bluetooth</string>
148 <!-- Message when bluetooth is informing the user of the pairing key. [CHAR LIMIT=NONE] -->
149 <string name="bluetooth_pairing_key_msg">Bluetooth pairing code</string>
150 <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
151 <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string>
152 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
153 <string name="bluetooth_enter_passkey_msg">Type the pairing code then press Return or Enter</string>
154 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
155 <string name="bluetooth_pairing_request">Pair with <xliff:g id="device_name">%1$s</xliff:g>?</string>
156 <!-- Checkbox message in pairing dialogs. [CHAR LIMIT=NONE] -->
157 <string name="bluetooth_pairing_shares_phonebook">Allow <xliff:g id="device_name">%1$s</xliff:g> to access your contacts and call history</string>
158 <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] -->
159 <string name="bluetooth_enter_pin_other_device">You may also need to type this PIN on the other device.</string>
160 <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] -->
161 <string name="bluetooth_enter_passkey_other_device">You may also need to type this passkey on the other device.</string>
162 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
163 <string name="bluetooth_pin_values_hint_16_digits">Must be 16 digits</string>
164 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
165 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
Lujiang Xue63d561d2017-10-27 13:36:00 -0700166 <!-- Notification title when a Bluetooth device wants to pair with us -->
167 <string name="bluetooth_notif_title">Pairing request</string>
168 <!-- Notification message when a Bluetooth device wants to pair with us -->
169 <string name="bluetooth_notif_message">Tap to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
170 <!-- Title for BT error dialogs. -->
171 <string name="bluetooth_error_title"></string>
172
roger xueb9104e02017-03-02 16:05:00 -0800173 <!-- sound settings --><skip />
roger xue1f288b62017-02-24 14:20:18 -0800174 <!-- Sound settings screen heading -->
175 <string name="sound_settings">Sound</string>
176 <!-- Sound settings screen, setting option name -->
177 <string name="ring_volume_title">Ring volume</string>
roger xueb346ade2017-04-04 11:59:04 -0700178 <!-- Sound settings screen, the title of the volume bar to adjust the navigation guidance volume -->
179 <string name="navi_volume_title">Navigation volume</string>
roger xue1f288b62017-02-24 14:20:18 -0800180 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
181 <string name="incoming_call_volume_title">Ringtone</string>
182 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
183 <string name="notification_volume_title">Notification</string>
184 <!-- Sound settings screen, setting option name -->
185 <string name="media_volume_title">Media</string>
186 <!-- Sound settings screen, setting option summary text -->
187 <string name="media_volume_summary">Set volume for music and videos</string>
188 <!-- Sound settings screen, alarm volume slider title -->
189 <string name="alarm_volume_title">Alarm</string>
190
roger xueb9104e02017-03-02 16:05:00 -0800191 <!-- applications --><skip />
roger xue4f32fb92017-02-28 16:29:01 -0800192 <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
193 <string name="applications_settings">App info</string>
194 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
195 <string name="disable_text">Disable</string>
196 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
197 <string name="enable_text">Enable</string>
198 <!-- 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. -->
199 <string name="permissions_label">Permissions</string>
Lujiang Xuebc2bc2f2017-08-28 15:59:58 -0700200 <!-- Label for displaying application version. -->
201 <string name="application_version_label">Version: %1$s</string>
roger xue4f32fb92017-02-28 16:29:01 -0800202 <!-- Runtime permissions preference summary, shown when the app has no permissions granted. [CHAR LIMIT=40] -->
203 <string name="runtime_permissions_summary_no_permissions_granted">No permissions granted</string>
204 <!-- Runtime permissions preference summary, shown when the app requests no permissions. [CHAR LIMIT=40] -->
205 <string name="runtime_permissions_summary_no_permissions_requested">No permissions requested</string>
206 <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
207 <string name="data_usage_summary_title">Data usage</string>
208 <!-- Activity title for Appk data usage summary. [CHAR LIMIT=25] -->
209 <string name="data_usage_app_summary_title">App data usage</string>
210 <!-- Manage applications, text label for button to kill / force stop an application -->
211 <string name="force_stop">Force stop</string>
212 <string name="computing_size">Computing\u2026</string>
213 <!-- Runtime permissions preference summary. Number of additional permissions granted. [CHAR LIMIT=40] -->
214 <plurals name="runtime_permissions_additional_count">
215 <item quantity="one"><xliff:g id="count" example="1">%d</xliff:g> additional permission</item>
216 <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> additional permissions</item>
217 </plurals>
218
roger xueb9104e02017-03-02 16:05:00 -0800219
roger xueb292bf22017-03-02 16:05:00 -0800220 <!-- System --><skip />
221 <!-- Main setting menu item to go into system settings -->
222 <string name="system_setting_title">System</string>
223 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
224 <string name="system_update_settings_list_item_title">System updates</string>
225 <!-- About phone screen, list item summary. Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
226 <string name="system_update_settings_list_item_summary">""</string>
227
228 <!-- About phone screen, status item label [CHAR LIMIT=40] -->
229 <string name="firmware_version">Android version</string>
230 <!-- About phone screen, status item label [CHAR LIMIT=60] -->
231 <string name="security_patch">Android security patch level</string>
232 <!-- About phone screen, status item label [CHAR LIMIT=40] -->
233 <string name="model_info">Model</string>
234 <!-- About phone screen, setting option name [CHAR LIMIT=40] -->
235 <string name="baseband_version">Baseband version</string>
236 <!-- About phone screen, setting option name [CHAR LIMIT=40] -->
237 <string name="kernel_version">Kernel version</string>
238 <!-- About phone screen, setting option name [CHAR LIMIT=40] -->
239 <string name="build_number">Build number</string>
240
241 <!-- About phone screen, show when a value of some status item is unavailable. -->
242 <string name="device_info_not_available">Not available</string>
243 <!-- About phone screen, phone status screen title -->
244 <string name="device_status_activity_title">Status</string>
245 <!-- About phone screen, title of the item to go into the Phone status screen -->
246 <string name="device_status">Status</string>
247 <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
248 <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
249 <!-- About phone screen, summary of the item to go into the phone status screen -->
250 <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
251
252 <!-- About --> <skip />
253 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
254 <string name="about_settings">About</string>
255 <!-- Summary of device info page [CHAR LIMIT=NONE] -->
256 <string name="about_summary">Android <xliff:g id="version" example="6.0">%1$s</xliff:g></string>
257 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
258 <string name="about_settings_summary">View legal info, status, software version</string>
259 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
260 <string name="legal_information">Legal information</string>
261 <!-- About phone settings screen, setting option name to see a list of contributors -->
262 <string name="contributors_title">Contributors</string>
263 <!-- About phone settings screen, setting option name to show Manual [CHAR LIMIT=25] -->
264 <string name="manual">Manual</string>
265 <!-- About phone settings screen, setting option name to show regulatory labels [CHAR LIMIT=25] -->
266 <string name="regulatory_labels">Regulatory labels</string>
267 <!-- About phone settings screen, setting option name to show the safety and regulatory manual [CHAR LIMIT=40] -->
268 <string name="safety_and_regulatory_info">Safety &amp; regulatory manual</string>
269 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
270 <!-- About phone settings screen, setting option name to see copyright-related info -->
271 <string name="copyright_title">Copyright</string>
272 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
273 <!-- About phone settings screen, setting option name to see licensing info -->
274 <string name="license_title">License</string>
275 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
276 <!-- About phone settings screen, setting option name to see terms and conditions -->
277 <string name="terms_title">Terms and conditions</string>
278 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
279 <!-- About phone settings screen, setting option name to see licensing info for WebView component. [CHAR LIMIT=35] -->
280 <string name="webview_license_title">System WebView License</string>
281 <!-- About phone settings screen, setting option name to see wallpapers attributions -->
282 <string name="wallpaper_attributions">Wallpapers</string>
283 <!-- About phone settings screen, setting option name to see wallpapers attributions values -->
284 <string name="wallpaper_attributions_values">Satellite imagery providers:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky</string>
285
286 <!-- Title for actual Settings license activity. --> <skip />
287 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
288 <string name="settings_license_activity_title">Third-party licenses</string>
289 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
290 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
291 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
292 <string name="settings_license_activity_loading">Loading\u2026</string>
293
294
roger xueb9104e02017-03-02 16:05:00 -0800295 <!-- Date and time settings --><skip />
296 <!-- Main Settings screen setting option name to go into the date and time settings-->
297 <string name="date_and_time_settings_title">Date &amp; time</string>
298 <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
299 <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
300 <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
301 <string name="date_and_time_settings_summary">Set date, time, time zone, &amp; formats</string>
302 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=30] -->
303 <string name="date_time_auto">Automatic date &amp; time</string>
304 <!-- Date & time setting screen setting option summary text when Automatic check box is selected
305 (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
306 <string name="date_time_auto_summary">Use network-provided time</string>
307 <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=30] -->
308 <string name="zone_auto">Automatic time zone</string>
309 <!-- 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)
310 [CHAR LIMIT=100] -->
311 <string name="zone_auto_summary">Use network-provided time zone</string>
312 <!-- Date & time setting screen setting check box title [CHAR LIMIT=30] -->
313 <string name="date_time_24hour_title">24\u2011hour format</string>
314 <!-- Date & time setting screen setting check box title -->
315 <string name="date_time_24hour">Use 24-hour format</string>
316 <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
317 <string name="date_time_set_time_title">Time</string>
318 <!-- Date & time setting screen setting option title -->
319 <string name="date_time_set_time">Set time</string>
320 <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
321 <string name="date_time_set_timezone_title">Time zone</string>
322 <!-- Date & time setting screen setting option title -->
323 <string name="date_time_set_timezone">Select time zone</string>
324 <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
325 <string name="date_time_set_date_title">Date</string>
326 <!-- Date & time setting screen setting option title -->
327 <string name="date_time_set_date">Set date</string>
328 <!-- Menu item on Select time zone screen -->
329 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
330 <!-- Menu item on Select time zone screen -->
331 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
332 <!-- Title string shown above DatePicker, letting a user select system date
333 [CHAR LIMIT=20] -->
334 <string name="date_picker_title">Date</string>
335 <!-- Title string shown above TimePicker, letting a user select system time
336 [CHAR LIMIT=20] -->
337 <string name="time_picker_title">Time</string>
338
Lujiang Xue86838c12017-06-15 13:41:47 -0700339 <!-- User settings header for list of users and profiles [CHAR LIMIT=40] -->
340 <string name="user_list_title">Users &amp; profiles</string>
341 <!-- User settings add user or restricted profile menu [CHAR LIMIT=35] -->
342 <string name="user_add_user_or_profile_menu">Add user or profile</string>
343 <!-- User settings add user menu [CHAR LIMIT=35] -->
344 <string name="user_add_user_menu">Add user</string>
jovanak1a62a6a2018-02-07 14:21:48 -0800345 <!-- Button title for adding an account [CHAR LIMIT=35] -->
346 <string name="user_add_account_menu">Add account</string>
Lujiang Xue86838c12017-06-15 13:41:47 -0700347 <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] -->
348 <string name="user_delete_user_description">Delete user</string>
349 <!-- User details new user name [CHAR LIMIT=30] -->
350 <string name="user_new_user_name">New user</string>
351 <!-- Title for Guest user [CHAR LIMIT=35] -->
352 <string name="user_guest">Guest</string>
353 <!-- Description for icon to switch user [CHAR LIMIT=35] -->
354 <string name="user_switch">Switch</string>
355 <!-- Description for user name that is currently in use -->
jovanak3632dd12018-02-14 14:54:05 -0800356 <string name="current_user_name">You (%1$s)</string>
Lujiang Xue262c78b2017-07-12 10:45:22 -0700357 <!-- User settings details screen title [CHAR LIMIT=25] -->
358 <string name="user_settings_details_title">Profile info</string>
359 <!-- User settings label for user name [CHAR LIMIT=25] -->
360 <string name="user_name_label">Name</string>
jovanak2e1b4a52018-02-09 12:30:08 -0800361 <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] -->
362 <string name="user_summary_not_set_up">Not set up</string>
Lujiang Xue86838c12017-06-15 13:41:47 -0700363
Ying Zheng7b98c062018-04-02 11:08:31 -0700364 <!-- Title for settings that lead into User and Account information [CHAR LIMIT=35] -->
Ying2857c392017-11-13 10:36:59 -0800365 <string name="user_and_account_settings_title">Users &amp; accounts</string>
jovanak1a62a6a2018-02-07 14:21:48 -0800366 <!-- Title for a screen that shows the user and accounts that belong to that user [CHAR LIMIT=25] -->
367 <string name="user_settings_title">User</string>
Ying2857c392017-11-13 10:36:59 -0800368 <!-- Account settings header for list of added accounts [CHAR LIMIT=40] -->
369 <string name="account_list_title">Accounts for <xliff:g id="current_user_name">%1$s</xliff:g></string>
370 <!-- Account details in Settings screen title [CHAR LIMIT=25] -->
371 <string name="account_details_title">Account info</string>
Ying710fced2017-11-13 13:00:51 -0800372 <!-- Account details in Settings screen title [CHAR LIMIT=25] -->
373 <string name="add_account_title">Add account</string>
Jovanabaaef382017-12-18 14:27:54 -0800374 <!-- Add Account screen title. [CHAR LIMIT=25] -->
375 <string name="add_an_account">Add an account</string>
Ying710fced2017-11-13 13:00:51 -0800376 <!-- Message to limited users that they cannot add accounts [CHAR LIMIT=100] -->
377 <string name="user_cannot_add_accounts_message">Restricted profiles cannot add accounts</string>
Yingcbc5a1d2017-11-21 12:12:48 -0800378 <!-- Button label to remove current account [CHAR LIMIT=25] -->
379 <string name="remove_account_title">Remove account</string>
380 <!-- Title of remove message for remove account dialog [CHAR LIMIT=25] -->
381 <string name="really_remove_account_title">Remove account?</string>
382 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
383 <string name="really_remove_account_message">Removing this account will delete all of its messages, contacts, and other data from the device!</string>
384 <!-- This is shown if the authenticator for a given account fails to remove it. [CHAR LIMIT=NONE] -->
385 <string name="remove_account_failed">This change isn\'t allowed by your admin</string>
jovanaka7b4e3c2018-01-26 13:58:15 -0800386 <!-- Title of the alert dialog to ask user to confirm user deletion [CHAR LIMIT=25] -->
387 <string name="really_remove_user_title">Remove this user?</string>
388 <!-- Message to inform user that all of user's data will be deleted if confirmed [CHAR LIMIT=NONE] -->
389 <string name="really_remove_user_message">"All apps and data will be deleted."</string>
jovanak60bb3b42018-01-30 14:20:10 -0800390 <!-- Title of the alert dialog to ask user to confirm creation of new user. [CHAR LIMIT=25] -->
391 <string name="user_add_user_title">"Add new user?"</string>
392 <!-- Message to inform user that creation of new user requires that user to set up their space. [CHAR LIMIT=100] -->
393 <string name="user_add_user_message_setup">When you add a new user, that person needs to set up their space.</string>
394 <!-- Message to inform user that the newly created user will have permissions to update apps for all other users. [CHAR LIMIT=100] -->
395 <string name="user_add_user_message_update">Any user can update apps for all other users.</string>
Lujiang Xue86838c12017-06-15 13:41:47 -0700396
Ying96da0412018-02-07 12:09:10 -0800397 <!-- security lock -->
398 <!-- Title for security settings [CHAR LIMIT=20] -->
399 <string name="security_settings_title">Security</string>
400 <!-- Subtitle for security settings [CHAR LIMIT=20] -->
401 <string name="security_settings_subtitle">Screen lock</string>
402 <!-- Title string shown in choose screen lock for lock pattern [CHAR LIMIT=40] -->
403 <string name="security_lock_pattern">Pattern</string>
404 <!-- Title string shown in choose screen lock for lock pin [CHAR LIMIT=40] -->
405 <string name="security_lock_pin">Pin</string>
406 <!-- Title string shown in choose screen lock for lock password [CHAR LIMIT=40] -->
407 <string name="security_lock_password">Password</string>
Jian Jin032c6b02018-04-06 09:09:04 -0700408 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=30] -->
Ying96da0412018-02-07 12:09:10 -0800409 <string name="lock_settings_picker_title">Choose a lock type</string>
410 <!-- 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. -->
411 <string name="lockpattern_confirm_button_text">Confirm</string>
412 <!-- 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. -->
413 <string name="lockpattern_restart_button_text">Redraw</string>
Ying7f716462018-02-20 12:01:53 -0800414 <!-- Choose security lock screen button. After first valid enter, they will be prompt to confirm page. [CHAR LIMIT=20] -->
415 <string name="continue_button_text">Continue</string>
Jian Jinee365cd2018-03-06 12:56:41 -0800416 <!-- 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] -->
417 <string name="lockscreen_retry_button_text">Retry</string>
Ying96da0412018-02-07 12:09:10 -0800418 <!-- Title string shown in choose screen lock [CHAR LIMIT=40] -->
419 <string name="set_screen_lock">Set a screen lock</string>
420 <!-- Message on first screen of choose pattern flow [CHAR LIMIT=40] -->
421 <string name="choose_lock_pattern_message">For security, set a pattern</string>
422 <!-- 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] -->
423 <string name="lockpattern_retry_button_text">Clear</string>
424 <!-- Choose unlock pattern screen button. They can choose to cancel the setting of lock pattern. [CHAR LIMIT=20] -->
425 <string name="lockpattern_cancel_button_text">Cancel</string>
426 <!-- Choose unlock pattern screen message, confirm pattern success.[CHAR LIMIT=40] -->
427 <string name="lockpattern_pattern_confirmed">Your new unlock pattern</string>
428 <!-- 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] -->
429 <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
430 <!-- Choose unlock pattern screen instruction on top of screen while drawing pattern. [CHAR LIMIT=40] -->
431 <string name="lockpattern_recording_inprogress">Release finger when done</string>
432 <!-- Choose unlock pattern screen message after drawing pattern. [CHAR LIMIT=40] -->
433 <string name="lockpattern_pattern_entered">Pattern recorded</string>
434 <!-- Choose unlock pattern screen instruction to confirm pattern. [CHAR LIMIT=40] -->
435 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm</string>
Ying Zheng46d21fd2018-03-27 09:25:11 -0700436 <!-- Choose unlock pattern screen instruction on top of screen if user doesn't connect enough dots. [CHAR LIMIT=48] -->
Ying96da0412018-02-07 12:09:10 -0800437 <string name="lockpattern_recording_incorrect_too_short">Connect at least 4 dots. Try again.</string>
438 <!-- Choose unlock pattern screen instruction if user draws incorrect pattern [CHAR LIMIT=30] -->
439 <string name="lockpattern_pattern_wrong">Wrong pattern</string>
440 <!-- Choose unlock pattern screen instruction, the help instructions (an animation) caption. [CHAR LIMIT=40] -->
441 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
Jian Jinee365cd2018-03-06 12:56:41 -0800442 <!-- Message shown when error is encountered when saving pattern [CHAR LIMIT=40] -->
443 <string name="error_saving_lockpattern">Error saving pattern</string>
Ying96da0412018-02-07 12:09:10 -0800444 <!-- Label for button to confirm picker selection [CHAR_LIMIT=20] -->
445 <string name="okay">OK</string>
446
Ying7f716462018-02-20 12:01:53 -0800447 <!-- Description for Choose Lock Pin Screen [CHAR_LIMIT=40] -->
448 <string name="choose_lock_pin_message">For security, set a PIN</string>
449 <!-- Header on password confirm screen [CHAR LIMIT=40] -->
450 <string name="confirm_your_pin_header">Re-enter your PIN</string>
451 <!-- Hints for Choose Lock Pin Screen [CHAR_LIMIT=40] -->
452 <string name="choose_lock_pin_hints">PIN must be at least 4 digits</string>
453 <!-- Error shown when in PASSWORD doesn't meet requirement [CHAR LIMIT=NONE] -->
454 <string name="lockpin_invalid_pin">Pin invalid, must be at least 4 digits</string>
455 <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
456 <string name="confirm_pins_dont_match">PINs don\'t match</string>
Jian Jinee365cd2018-03-06 12:56:41 -0800457 <!-- Message shown when error is encountered when saving PIN [CHAR LIMIT=40] -->
458 <string name="error_saving_lockpin">Error saving PIN</string>
Ying7f716462018-02-20 12:01:53 -0800459 <!-- Description for Choose Lock Password Screen [CHAR_LIMIT=40] -->
460 <string name="choose_lock_password_message">For security, set a password</string>
461 <!-- Header on password confirm screen [CHAR LIMIT=40] -->
462 <string name="confirm_your_password_header">Re-enter your password</string>
463 <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
464 <string name="confirm_passwords_dont_match">Passwords don\'t match</string>
465 <!-- Label for Clear button when entering PIN / password. [CHAR LIMIT=30] -->
466 <string name="lockpassword_clear_label">Clear</string>
467 <!-- Label for Cancel button when entering PIN / password. [CHAR LIMIT=30] -->
468 <string name="lockpassword_cancel_label">Cancel</string>
469 <!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] -->
470 <string name="lockpassword_confirm_label">Confirm</string>
Ying Zheng46d21fd2018-03-27 09:25:11 -0700471 <!-- Hints for Choose Lock Password Screen [CHAR_LIMIT=73] -->
Ying7f716462018-02-20 12:01:53 -0800472 <string name="choose_lock_password_hints">Password must be between 4-8 characters with at least 1 number</string>
473 <!-- Hint shown in dialog screen when password is too short [CHAR LIMIT=40] -->
474 <string name="lockpassword_password_too_short">Must be at least <xliff:g id="count" example="3">%d</xliff:g> characters</string>
Ying Zheng7b98c062018-04-02 11:08:31 -0700475 <!-- Hint shown in dialog screen when PIN is too short [CHAR LIMIT=44] -->
Ying7f716462018-02-20 12:01:53 -0800476 <string name="lockpassword_pin_too_short">PIN must be at least <xliff:g id="count" example="3">%d</xliff:g> digits</string>
477
Ying Zheng7b98c062018-04-02 11:08:31 -0700478 <!-- Error shown in popup when password is too long [CHAR LIMIT=42] -->
Ying7f716462018-02-20 12:01:53 -0800479 <string name="lockpassword_password_too_long">Must be fewer than
480 <xliff:g id="number" example="17">%d</xliff:g> characters</string>
Ying Zheng7b98c062018-04-02 11:08:31 -0700481 <!-- Error shown in popup when PIN is too long [CHAR LIMIT=42] -->
Ying7f716462018-02-20 12:01:53 -0800482 <string name="lockpassword_pin_too_long">Must be fewer than
483 <xliff:g id="number" example="17">%d</xliff:g> digits</string>
484
485 <!-- Error shown when in PIN mode and user enters a non-digit [CHAR LIMIT=NONE] -->
486 <string name="lockpassword_pin_contains_non_digits">Must contain only digits 0-9</string>
487
488 <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! [CHAR LIMIT=NONE] -->
489 <string name="lockpassword_pin_recently_used">Device admin doesn\'t allow using a recent PIN</string>
490
491 <!-- 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] -->
492 <string name="lockpassword_pin_blacklisted_by_admin">Common PINs are blocked by your IT admin. Try a different PIN.</string>
493
494 <!-- Error shown when in PASSWORD mode and user enters an invalid character [CHAR LIMIT=NONE] -->
495 <string name="lockpassword_illegal_character">This can\'t include an invalid character</string>
496
497 <!-- Error shown when in PASSWORD doesn't meet requirement [CHAR LIMIT=NONE] -->
498 <string name="lockpassword_invalid_password">Password invalid, must be 4-8 characters, contain at least 1 digit, 1 letter, no whitespace</string>
499
500 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters [CHAR LIMIT=NONE] -->
501 <plurals name="lockpassword_password_requires_letters">
502 <item quantity="one">Must contain at least 1 letter</item>
503 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> letters</item>
504 </plurals>
505
506 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters [CHAR LIMIT=NONE] -->
507 <plurals name="lockpassword_password_requires_lowercase">
508 <item quantity="one">Must contain at least 1 lowercase letter</item>
509 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> lowercase letters</item>
510 </plurals>
511
512 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters [CHAR LIMIT=NONE] -->
513 <plurals name="lockpassword_password_requires_uppercase">
514 <item quantity="one">Must contain at least 1 uppercase letter</item>
515 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> uppercase letters</item>
516 </plurals>
517
518 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits [CHAR LIMIT=NONE] -->
519 <plurals name="lockpassword_password_requires_numeric">
520 <item quantity="one">Must contain at least 1 numerical digit</item>
521 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> numerical digits</item>
522 </plurals>
523
524 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols [CHAR LIMIT=NONE] -->
525 <plurals name="lockpassword_password_requires_symbols">
526 <item quantity="one">Must contain at least 1 special symbol</item>
527 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> special symbols</item>
528 </plurals>
529
530 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters [CHAR LIMIT=NONE] -->
531 <plurals name="lockpassword_password_requires_nonletter">
532 <item quantity="one">Must contain at least 1 non-letter character</item>
533 <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> non-letter characters</item>
534 </plurals>
535
536 <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! [CHAR LIMIT=NONE] -->
537 <string name="lockpassword_password_recently_used">Device admin doesn\'t allow using a recent
538 password</string>
539
Jian Jin1d601842018-03-30 11:56:21 -0700540 <!-- Message shown when error is encountered when saving password [CHAR LIMIT=50] -->
Jian Jinee365cd2018-03-06 12:56:41 -0800541 <string name="error_saving_password">Error saving password</string>
542
Ying7f716462018-02-20 12:01:53 -0800543 <!-- 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] -->
544 <string name="lockpassword_password_blacklisted_by_admin">Common passwords are blocked by your IT admin. Try a different password.</string>
545
546 <!-- [CHAR_LIMIT=NONE] Error shown when the user tries to set an ascending or descending sequence of digits [CHAR LIMIT=NONE] -->
547 <string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence
548 of digits isn\'t allowed</string>
549
Ying96da0412018-02-07 12:09:10 -0800550 <!-- Label for button in screen lock settings, allowing users to choose other types of screen locks. [CHAR LIMIT=40] -->
551 <string name="setup_lock_settings_options_button_label">Screen lock options</string>
552
553 <!-- generic -->
roger xue843fbc42017-02-22 16:20:08 -0800554 <!-- Button label for generic forget action [CHAR LIMIT=20] -->
555 <string name="forget">Forget</string>
Lujiang Xue86838c12017-06-15 13:41:47 -0700556 <!-- Delete button text [CHAR LIMIT=20] -->
557 <string name="delete_button">Delete</string>
jovanak37088fb2018-02-01 15:14:58 -0800558 <!-- Remove button text [CHAR LIMIT=20] -->
559 <string name="remove_button">Remove</string>
Ying96da0412018-02-07 12:09:10 -0800560 <!-- Cancel button text [CHAR LIMIT=20] -->
561 <string name="cancel">Cancel</string>
Jian Jin6212e0f2018-03-19 16:22:46 -0700562
563 <!-- Accessibility description for the backspace key in the PIN pad [CHAR LIMIT=NONE] -->
564 <string name="backspace_key">Backspace key</string>
565 <!-- Accessibility description for the enter key in the PIN pad [CHAR LIMIT=NONE] -->
566 <string name="enter_key">Enter key</string>
567
568 <!-- These are the digits on the PIN pad -->
569 <string name="one" translatable="false">1</string>
570 <string name="two" translatable="false">2</string>
571 <string name="three" translatable="false">3</string>
572 <string name="four" translatable="false">4</string>
573 <string name="five" translatable="false">5</string>
574 <string name="six" translatable="false">6</string>
575 <string name="seven" translatable="false">7</string>
576 <string name="eight" translatable="false">8</string>
577 <string name="nine" translatable="false">9</string>
578 <string name="zero" translatable="false">0</string>
Roshan Agrawal24cdfec2018-04-04 19:12:55 -0700579
580 <!-- Demo/Retail-related strings -->
581 <!-- Title of dialog asking the user if they really want to exit the demo, which requires a
582 factory reset [CHAR LIMIT=20]-->
583 <string name="exit_retail_title">Exit Demo</string>
584 <!-- Message in dialog asking the user if they really want to exit the demo, which requires a
585 factory reset [CHAR LIMIT=100]-->
586 <string name="exit_retail_message">Deleting the demo account and exiting demo mode will require a factory reset</string>
kevinjm2e2d7f92018-04-06 12:42:59 -0700587
588 <!-- String values for settings suggestions. -->
589 <!-- Button that allows users to re-open the setup wizard (changed to all caps so case doesn't matter) [CHAR_LIMIT=30] -->
590 <string name="suggestion_primary_button">finish setup</string>
591 <!-- Button that dismisses the suggestion to finish setting up their device (changed to all caps so case doesn't matter) [CHAR_LIMIT=30] -->
592 <string name="suggestion_secondary_button">not now</string>
Lujiang Xuea12477f2018-04-10 08:20:29 -0700593
594 <!-- Warn user that the action they are trying to perform is blocked while the car is in
595 motion [CHAR LIMIT=60] -->
596 <string name="restricted_while_driving">Action not available while driving.</string>
roger xue843fbc42017-02-22 16:20:08 -0800597</resources>