1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17
18    <!-- Main app title [CHAR LIMIT=40] -->
19    <string name="settings_app_name">Settings</string>
20
21    <!-- Leanback Launcher App Title for main Settings app [CHAR LIMIT=40] -->
22    <string name="launcher_settings_app_name">Settings</string>
23
24    <!-- Leanback Launcher App Title for Network settings app [CHAR LIMIT=40] -->
25    <string name="launcher_network_app_name">Network</string>
26
27    <!-- Leanback Launcher App Title for Restricted Profile app [CHAR LIMIT=40] -->
28    <string name="launcher_restricted_profile_app_name">Restricted Profile</string>
29
30    <!-- Top level headers -->
31    <skip />
32
33    <!-- Header title for suggestions [CHAR LIMIT=50] -->
34    <string name="header_category_suggestions">Suggestions</string>
35    <!-- Header title for quick settings [CHAR LIMIT=50] -->
36    <string name="header_category_quick_settings">Quick Settings</string>
37    <!-- Header title for general settings [CHAR LIMIT=50] -->
38    <string name="header_category_general_settings">General Settings</string>
39    <!-- The talkback message for dismissing suggestion -->
40    <string name="dismiss_suggestion">Dismiss the suggestion</string>
41
42    <!-- Title for main screen preference for hotwording [CHAR LIMIT=50] -->
43    <string name="hotwording_title">\"OK Google\" detection</string>
44    <!-- Summary for main screen preference for hotwording [CHAR LIMIT=50] -->
45    <string name="hotwording_summary">Talk to Google Assistant anytime</string>
46
47    <!-- Header title for device [CHAR LIMIT=50] -->
48    <string name="header_category_device">Device</string>
49    <!-- Header title for preferences [CHAR LIMIT=50] -->
50    <string name="header_category_preferences">Preferences</string>
51    <!-- Header title for accessories [CHAR LIMIT=50] -->
52    <string name="header_category_accessories">Remote &amp; accessories</string>
53    <!-- Header title for personal [CHAR LIMIT=50] -->
54    <string name="header_category_personal">Personal</string>
55
56    <!-- Main Fragment Quick Settings Preferences -->
57    <skip />
58    <!-- Title for main screen quick settings preference for network [CHAR LIMIT=50] -->
59    <string name="connect_to_network">Connect to network</string>
60    <!-- Title for main screen quick settings preference for add an account -->
61    <string name="add_an_account">Add an account</string>
62
63    <!-- Main Fragment General Settings Preferences -->
64    <skip />
65    <!-- Title for main screen preference for accounts on device [CHAR LIMIT=50] -->
66    <string name="accounts_category_title">Accounts &amp; Sign In</string>
67    <!-- Summary for main screen preference for accounts on device indicates no account is signed in[CHAR LIMIT=50] -->
68    <string name="accounts_category_summary_no_account">No accounts</string>
69    <!-- Summary for main screen preference for accounts on device indicates several accounts are signed in[CHAR LIMIT=50] -->
70    <plurals name="accounts_category_summary">
71        <item quantity="one"><xliff:g id="accounts_number">%1$d</xliff:g> account</item>
72        <item quantity="other"><xliff:g id="accounts_number">%1$d</xliff:g> accounts</item>
73    </plurals>
74    <!-- Title for main screen preference for network and Internet [CHAR LIMIT=50] -->
75    <string name="connectivity_network_category_title">Network &amp; Internet</string>
76    <!-- Title for main screen preference for applications [CHAR LIMIT=50] -->
77    <string name="applications_category_title">Apps</string>
78    <!-- Title for main screen preference for device [CHAR_LIMIT_50] -->
79    <string name="device_pref_category_title">Device Preferences</string>
80    <!-- Title for main screen preference for remote and accessories [CHAR_LIMIT_50] -->
81    <string name="remotes_and_accessories_category_title">Remotes &amp; Accessories</string>
82    <!-- Summary for main screen preference for remote and accessories indicates no bluetooth device is connected [CHAR LIMIT=50] -->
83    <string name="remotes_and_accessories_category_summary_no_bluetooth_device">No connected Bluetooth devices</string>
84    <!-- Summary for main screen preference for remote and accessories indicates more than one devices connected[CHAR LIMIT=50] -->
85    <plurals name="remotes_and_accessories_category_summary">
86        <item quantity="one"><xliff:g id="accessories_number">%1$d</xliff:g> accessory</item>
87        <item quantity="other"><xliff:g id="accessories_number">%1$d</xliff:g> accessories</item>
88    </plurals>
89
90    <!-- Account preferences -->
91    <skip />
92    <!-- Preference which adds an account [CHAR LIMIT=50] -->
93    <string name="add_account">Add account</string>
94    <!-- Header for remove account [CHAR LIMIT=50] -->
95    <string name="account_header_remove_account">Remove account</string>
96    <!-- Sync item label: control sync settings [CHAR LIMIT=100] -->
97    <string name="account_sync">Choose synced apps</string>
98    <!-- Label for action to sync now [CHAR LIMIT=50] -->
99    <string name="sync_now">Sync now</string>
100    <!-- Sync status: in progress [CHAR LIMIT=50]-->
101    <string name="sync_in_progress">Syncing\u2026</string>
102    <!-- Sync status: last synced [CHAR LIMIT=50]-->
103    <string name="last_synced">Last synced <xliff:g id="time">%1$s</xliff:g></string>
104    <!-- Sync status: disabled [CHAR LIMIT=50] -->
105    <string name="sync_disabled">Disabled</string>
106    <!-- Remove account item label: remove the account [CHAR LIMIT=30] -->
107    <string name="account_remove">Remove account</string>
108    <!-- Message posted if removing the account fails. [CHAR LIMIT=NONE] -->
109    <string name="account_remove_failed">Can\'t remove account</string>
110    <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
111    <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string>
112    <!-- Data synchronization settings screen, summary of a sync provider (for example, Gmail) when autosync is off and the user wants to do a one-time sync. -->
113    <string name="sync_one_time_sync">Sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
114    <!-- Image description for the sync failed icon. -->
115    <string name="sync_failed">Sync failed</string>
116    <!-- Animation description for the sync active icon. -->
117    <string name="sync_active">Sync active</string>
118
119    <!-- Connectivity preferences -->
120    <skip />
121    <!-- Preference which manages wifi settings. [CHAR LIMIT=50] -->
122    <string name="connectivity_wifi">Wi-Fi</string>
123    <!-- Preference which manages ethernet settings. [CHAR LIMIT=50] -->
124    <string name="connectivity_ethernet">Ethernet</string>
125    <!-- Summary for preference which indicates ethernet is connected. [CHAR LIMIT=50] -->
126    <string name="connectivity_summary_ethernet_connected">Ethernet connected</string>
127    <!-- Summary for preference which indicates no network is connected. [CHAR LIMIT=50] -->
128    <string name="connectivity_summary_no_network_connected">No network connected</string>
129    <!-- Summary for preference which indicates wifi is turned off. [CHAR LIMIT=50] -->
130    <string name="connectivity_summary_wifi_disabled">Wi-Fi is turned off</string>
131    <!-- Title for always scan wifi. [CHAR LIMIT=50] -->
132    <string name="wifi_setting_always_scan">Scanning always available</string>
133    <!-- Context help for always scan wifi. [CHAR LIMIT=200] -->
134    <string name="wifi_setting_always_scan_context">Let Google\'s location service and other apps scan for networks, even when Wi-Fi is off</string>
135    <!-- Title for enable wifi. [CHAR LIMIT=50] -->
136    <string name="wifi_setting_enable_wifi">Wi-Fi</string>
137    <string name="connectivity_hint_message">Connect to network</string>
138
139    <!-- Application preferences -->
140    <skip />
141    <!-- Title for a section that lists recently used apps [CHAR_LIMIT=50]-->
142    <string name="apps_recently_used_category_title">Recently opened apps</string>
143    <!-- An item title on the apps screen. If clicked, the user is taken to a screen listing all apps on the device. [CHAR_LIMIT=50]-->
144    <string name="apps_see_all_apps">See all apps</string>
145    <!-- Title for a section that lets users modify permissions related app settings. [CHAR_LIMIT=50]-->
146    <string name="apps_permissions_category_title">Permissions</string>
147
148    <!-- All application preferences -->
149    <skip />
150    <!-- Title of a settings screen that lists all applications on the device. [CHAR LIMIT= 50] -->
151    <string name="all_apps_title">All apps</string>
152    <!-- A settings item on the all applications screen. If clicked, it will show all other apps, including system apps (they had previously been hidden). [CHAR LIMIT= 50] -->
153    <string name="all_apps_show_system_apps">Show system apps</string>
154    <!-- Browse Header for installed apps under all apps settings screen. [CHAR LIMIT=50] -->
155    <string name="all_apps_installed">Installed apps</string>
156    <!-- Browse Header for system apps under all apps settings screen. [CHAR LIMIT=50] -->
157    <string name="all_apps_other">System apps</string>
158    <!-- Browse Header for disabled apps under all apps settings screen. [CHAR LIMIT=50] -->
159    <string name="all_apps_disabled">Disabled apps</string>
160
161    <!-- Device preferences -->
162    <skip />
163    <!-- Preference which changes screen saver settings. [CHAR LIMIT=50] -->
164    <string name="device_daydream">Screen saver</string>
165    <!-- Preference which changes display settings. [CHAR LIMIT=50] -->
166    <string name="device_display">Display</string>
167    <!-- Title for preference screen controlling sound settings [CHAR LIMIT=50] -->
168    <string name="device_sound">Sound</string>
169    <!-- Title for preference which controls surround sound passthrough function [CHAR LIMIT=50] -->
170    <string name="device_surround_sound">Surround sound</string>
171    <!-- Preference and title which changes system sounds settings. [CHAR LIMIT=50] -->
172    <string name="device_sound_effects">System sounds</string>
173    <!-- Preference which manages apps. [CHAR LIMIT=50] -->
174    <string name="device_apps">Applications</string>
175    <!-- Preference which shows storage status. [CHAR LIMIT=50] -->
176    <string name="device_storage">Storage</string>
177    <!-- Preference which shows reset settings. [CHAR LIMIT=50] -->
178    <string name="device_reset">Reset</string>
179    <!-- Preference which manages backup settings. [CHAR LIMIT=50] -->
180    <string name="device_backup_restore">Backup &amp; restore</string>
181    <!-- Preference which shows reset options [CHAR LIMIT=50] -->
182    <string name="device_factory_reset">Factory data reset</string>
183    <!-- Preference which sets the device's display calibration. [CHAR LIMIT=50] -->
184    <string name="device_calibration">Calibration</string>
185
186    <!-- Surround sound screen -->
187    <skip />
188    <!-- Title for preference which when clicked lets the user select surround sound formats. [CHAR LIMIT=50] -->
189    <string name="surround_sound_select_formats">Select formats</string>
190    <!-- A category title for the settings related to surround sound. [CHAR LIMIT=50] -->
191    <string name="surround_sound_category_title">Surround Sound</string>
192    <!-- Name of the AC3 surround sound format that is displayed to the user [CHAR LIMIT=50] -->
193    <string name="surround_sound_format_ac3">Dolby Digital</string>
194    <!-- Name of the E-AC3 surround sound format that is displayed to the user [CHAR LIMIT=50] -->
195    <string name="surround_sound_format_e_ac3">Dolby Digital Plus</string>
196    <!-- Name of the DTS surround sound format that is displayed to the user [CHAR LIMIT=50] -->
197    <string name="surround_sound_format_dts">DTS</string>
198    <!-- Name of the DTS-HD surround sound format that is displayed to the user [CHAR LIMIT=50] -->
199    <string name="surround_sound_format_dts_hd">DTS-HD</string>
200    <!-- Name of the IEC61937 surround sound format that is displayed to the user [CHAR LIMIT=50] -->
201    <string name="surround_sound_format_iec61937">IEC61937</string>
202
203    <!-- An informational message displayed in the surround sound settings, explaining to the user that the auto setting may sometimes cause issues. [CHAR LIMIT=100]-->
204    <string name="surround_sound_auto_info">Note: The Auto option may not work if your device does not report its supported formats correctly.</string>
205    <!-- Text for a radio button that if selected will cause the device to automatically select an appropriate surround sound format. [CHAR LIMIT=50] -->
206    <string name="surround_sound_auto_summary">Auto: Use the formats that your device reports supporting (recommended)</string>
207    <!-- Text for a radio button that if selected will cause the device to never use a surround sound format. [CHAR LIMIT=50] -->
208    <string name="surround_sound_none_summary">None: Never use surround sound</string>
209    <!-- Text for a radio button that if selected will allow the user to manually select surround sound formats. [CHAR LIMIT=50] -->
210    <string name="surround_sound_manual_summary">Manual: Select which formats to use</string>
211
212    <!-- Title of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
213    <string name="device_storage_clear_cache_title">Clear cached data?</string>
214    <!-- Message of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
215    <string name="device_storage_clear_cache_message">This will clear cached data for all apps.</string>
216
217    <!-- Remote and Accessories -->
218    <skip />
219    <!-- Preference which manages pairing new accessories. [CHAR LIMIT=50] -->
220    <string name="accessories_add">Add accessory</string>
221    <!-- Device Paring Status: Pairing. [CHAR LIMIT=50] -->
222    <string name="accessory_state_pairing">Pairing&#8230;</string>
223    <!-- Device Paring Status: Connecting. [CHAR LIMIT=50] -->
224    <string name="accessory_state_connecting">Connecting&#8230;</string>
225    <!-- Device Paring Status: Error. [CHAR LIMIT=50] -->
226    <string name="accessory_state_error">Couldn\'t pair</string>
227    <!-- Device Paring Status: Canceled. [CHAR LIMIT=50] -->
228    <string name="accessory_state_canceled">Canceled</string>
229    <!-- Device Paring Status: Pairing Complete. [CHAR LIMIT=50] -->
230    <string name="accessory_state_paired">Paired</string>
231    <!-- Preference which manages a single Paired Bluetooth accessory. [CHAR LIMIT=50] -->
232    <string name="accessory_options">Accessory</string>
233    <!-- Preference for unpairing a Bluetooth accessory[CHAR LIMIT=50] -->
234    <string name="accessory_unpair">Unpair</string>
235    <!-- Preference for displaying battery level percentage. % symbol if used must be escaped as %% [CHAR LIMIT=150] -->
236    <string name="accessory_battery">Battery <xliff:g id="percentage">%1$d</xliff:g>%%</string>
237    <!-- Description shown while we are waiting for a device unpair operation to finish[CHAR LIMIT=50] -->
238    <string name="accessory_unpairing">Unpairing device&#8230;</string>
239    <!-- Description for Connected accessory[CHAR LIMIT=50] -->
240    <string name="accessory_connected">Connected</string>
241    <!-- Title of preference item for renaming the bluetooth accessory [CHAR LIMIT=50] -->
242    <string name="accessory_change_name">Change name</string>
243    <!-- Title of dialog for renaming the bluetooth accessory [CHAR LIMIT=50] -->
244    <string name="accessory_change_name_title">Enter a new name for this accessory</string>
245
246    <!-- Remote and Accessories -->
247    <skip />
248    <!-- Description text for new accessories pairing screen. [CHAR LIMIT=150] -->
249    <string name="accessories_add_title">Searching for accessories&#8230;</string>
250    <!-- Description text for bluetooth device pairing instructions. [CHAR LIMIT=150] -->
251    <string name="accessories_add_bluetooth_inst">Before pairing your Bluetooth devices, make sure they\'re in pairing mode</string>
252    <!-- Description text for autopairing when the user is in the pairing activity due to pressing the back HW button.  %1 will be replaced with the countdown value. [CHAR LIMIT=150] -->
253    <string name="accessories_autopair_msg">A device was found and will automatically pair in <xliff:g id="countdown">%1$s</xliff:g> seconds</string>
254    <!-- Error message displayed to the user indicating that a selected action is not supported on this device. [CHAR LIMIT=150] -->
255    <string name="error_action_not_supported">This action isn\'t supported</string>
256
257    <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
258    <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
259    <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] -->
260    <string name="bluetooth_confirm_passkey_msg">To pair with: &lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>, make sure it\'s showing this passkey: &lt;b><xliff:g id="passkey">%2$s</xliff:g>&lt;/b></string>
261    <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing [CHAR LIMIT=NONE] -->
262    <string name="bluetooth_incoming_pairing_msg">From: &lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>&lt;br>Pair with this device?</string>
263    <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. [CHAR LIMIT=NONE] -->
264    <string name="bluetooth_display_passkey_pin_msg">To pair with: &lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>&lt;br>Type on it: &lt;b><xliff:g id="passkey">%2$s</xliff:g>&lt;/b>, then press Return or Enter.</string>
265    <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] -->
266    <string name="bluetooth_enter_pin_msg">To pair with: &lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>, &lt;br>Type the device\'s required PIN:</string>
267    <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
268    <string name="bluetooth_enter_passkey_msg">To pair with: &lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>, &lt;br>Type the device\'s required passkey:</string>
269    <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
270    <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
271
272    <!-- Action title for Confirming the Bluetooth secure Pair action [CHAR LIMIT=50] -->
273    <string name="bluetooth_pair">Pair</string>
274    <!-- Action title for Cancelling the Bluetooth secure Pair action [CHAR LIMIT=50] -->
275    <string name="bluetooth_cancel">Cancel</string>
276
277    <!-- System -->
278    <skip />
279    <!-- Preference which manages cast settings. [CHAR LIMIT=50] -->
280    <string name="system_cast">Google Cast</string>
281    <!-- Preference which manages date / time settings. [CHAR LIMIT=50] -->
282    <string name="system_date_time">Date &amp; time</string>
283    <!-- Preference which manages language settings. [CHAR LIMIT=50] -->
284    <string name="system_language">Language</string>
285    <!-- Preference which manages input method settings (without autofill), see also system_keyboard_autofill [CHAR LIMIT=50] -->
286    <string name="system_keyboard">Keyboard</string>
287    <!-- Preference which manages both input method settings and autofill settings. [CHAR LIMIT=50] -->
288    <string name="system_keyboard_autofill">Keyboard &amp; Autofill</string>
289    <!-- Preference which manages autofill Service. [CHAR LIMIT=50] -->
290    <string name="system_autofill">Autofill</string>
291    <!-- Preference which manages home screen settings. [CHAR LIMIT=50] -->
292    <string name="system_home">Home screen</string>
293    <!-- Preference which manages search and google now settings. [CHAR LIMIT=50] -->
294    <string name="system_search">Search</string>
295    <!-- Preference which manages google and assistant settings. [CHAR LIMIT=50] -->
296    <string name="system_google">Google</string>
297    <!-- Preference which manages security settings. [CHAR LIMIT=50] -->
298    <string name="system_security">Security &amp; restrictions</string>
299    <!-- Preference which manages speech recognition settings. [CHAR LIMIT=50] -->
300    <string name="system_speech">Speech</string>
301    <!-- Preference which manages TV inputs. [CHAR LIMIT=50] -->
302    <string name="system_inputs">Inputs</string>
303    <!-- Preference which manages TV inputs and devices. [CHAR LIMIT=50] -->
304    <string name="system_inputs_devices">Inputs &amp; devices</string>
305    <!-- Preference which manages home theater controls. [CHAR LIMIT=50] -->
306    <string name="system_home_theater_control">Home theater control</string>
307    <!-- Preference which manages accessibility settings. [CHAR LIMIT=50] -->
308    <string name="system_accessibility">Accessibility</string>
309    <!-- Preference which manages developer options. [CHAR LIMIT=50] -->
310    <string name="system_developer_options">Developer options</string>
311    <!-- Label for no accessibility color or opacity [CHAR LIMIT=50] -->
312    <string name="accessibility_none">None</string>
313    <!-- Preference which manages Diagnostic and Usage reporting -->
314    <string name="system_diagnostic">Usage &amp; Diagnostics</string>
315
316    <!-- About -->
317    <skip />
318    <!-- Preference which shows feature tutorial tours for this device. [CHAR LIMIT=50] -->
319    <string name="tutorials">Tutorials</string>
320    <!-- Preference which shows system update status. [CHAR LIMIT=50] -->
321    <string name="about_system_update">System update</string>
322    <!-- Preference which shows about screen with legal info, model, etc. [CHAR LIMIT=50] -->
323    <string name="about_preference">About</string>
324    <!-- Preference which shows name of device as it will appear when being accessed remotely [CHAR LIMIT=50] -->
325    <string name="device_name">Device name</string>
326    <!-- Button to reboot the device [CHAR LIMIT=40] -->
327    <string name="restart_button_label">Restart</string>
328    <!-- Preference which shows legal info. [CHAR LIMIT=50] -->
329    <string name="about_legal_info">Legal information</string>
330    <!-- Preference which shows open source licenses [CHAR LIMIT=50]-->
331    <string name="about_legal_license">Open source licenses</string>
332    <!-- Preference which shows terms of service and privacy info [CHAR LIMIT=50]-->
333    <string name="about_terms_of_service">Google legal</string>
334    <!-- Toast message displayed if the license data is unavailable [CHAR LIMIT=100] -->
335    <string name="about_license_activity_unavailable">License data is unavailable</string>
336    <!-- Preference which shows model. [CHAR LIMIT=50] -->
337    <string name="about_model">Model</string>
338    <!-- Preference which shows version. [CHAR LIMIT=50] -->
339    <string name="about_version">Version</string>
340    <!-- Preference which shows serial number. [CHAR LIMIT=50] -->
341    <string name="about_serial">Serial number</string>
342    <!-- Preference which shows build version. [CHAR LIMIT=50] -->
343    <string name="about_build">Build</string>
344    <!-- Device Info screen. Countdown for user taps to enable development settings [CHAR LIMIT=NONE] -->
345    <plurals name="show_dev_countdown">
346        <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer</item>
347        <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from being a developer</item>
348    </plurals>
349    <!-- Preference which shows ads settings. [CHAR LIMIT=50] -->
350    <string name="about_ads">Ads</string>
351    <!-- Device Info screen. Confirmation that developer settings are enabled [CHAR LIMIT=NONE] -->
352    <string name="show_dev_on">You are now a developer!</string>
353    <!-- Device Info screen. Okay we get it, stop pressing, you already have it on [CHAR LIMIT=NONE] -->
354    <string name="show_dev_already">No need, you are already a developer</string>
355    <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
356    <string name="device_info_default">Unknown</string>
357    <!-- About screen,  setting option name  [CHAR LIMIT=40] -->
358    <string name="selinux_status">SELinux status</string>
359    <!-- These statuses are displayed when a device was built with SE Android supoprt.
360    These are displayed by the settings app in the about section. -->
361    <string name="selinux_status_disabled">Disabled</string>
362    <string name="selinux_status_permissive">Permissive</string>
363    <string name="selinux_status_enforcing">Enforcing</string>
364
365    <!-- A menu item in "About phone" that allows the user to update the phone with settings
366        from their cell phone carrier. The use of the string is similar to the string
367        "system_update_settings_list_item_title" in this project. [CHAR LIMIT=50] -->
368    <string name="additional_system_update_settings_list_item_title">Additional system updates</string>
369
370    <!-- About screen, title of the item to go into the device status screen -->
371    <string name="device_status">Status</string>
372    <!-- About screen, summary of the item that takes you to device status screen -->
373    <string name="device_status_summary">Network, serial numbers and other information</string>
374
375    <!-- About settings screen, setting option name to show Manual [CHAR LIMIT=25] -->
376    <string name="manual">Manual</string>
377    <!-- About settings screen, setting option name to show regulatory information [CHAR LIMIT=25] -->
378    <string name="regulatory_information">Regulatory information</string>
379    <!-- Feedback on the device [CHAR LIMIT=35] -->
380    <string name="device_feedback">Send feedback about this device</string>
381
382    <!-- Full package name of OEM preferred device feedback reporter. [DO NOT TRANSLATE] -->
383    <string name="oem_preferred_feedback_reporter" translatable="false" />
384
385    <!-- About screen, fcc equipment id label  [CHAR LIMIT=40] -->
386    <string name="fcc_equipment_id">Equipment ID</string>
387    <!-- About screen,  setting option name  [CHAR LIMIT=40] -->
388    <string name="baseband_version">Baseband version</string>
389    <!-- About screen,  setting option name  [CHAR LIMIT=40] -->
390    <string name="kernel_version">Kernel version</string>
391
392    <!-- Status screen -->
393    <!-- About phone, status item value if the actual value is not available. -->
394    <string name="status_unavailable">Unavailable</string>
395    <!-- About phone screen, phone status screen title -->
396    <string name="device_status_title">Status</string>
397    <!-- Phone info screen, section titles: -->
398    <string name="battery_status_title">Battery status</string>
399    <!-- Phone info screen, section titles: -->
400    <string name="battery_level_title">Battery level</string>
401    <!-- SIM status title  [CHAR LIMIT=40] -->
402    <string name="sim_status_title">SIM status</string>
403    <!-- Title for IMEI preference [CHAR LIMIT=30] -->
404    <string name="imei_information_title">IMEI information</string>
405    <!-- About phone, status item title.  The bluetooth adapter's hardware address-->
406    <string name="status_bt_address">Bluetooth address</string>
407    <!-- About phone, status item title.  How long the device has been running since its last reboot. -->
408    <string name="status_up_time">Up time</string>
409
410    <!-- Legal screen -->
411    <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
412    <string name="legal_information">Legal information</string>
413    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
414    <!-- About phone settings screen, setting option name to see copyright-related info -->
415    <string name="copyright_title">Copyright</string>
416    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
417    <!-- About phone settings screen, setting option name to see licensing info -->
418    <string name="license_title">License</string>
419    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
420    <!-- About phone settings screen, setting option name to see terms and conditions -->
421    <string name="terms_title">Terms and conditions</string>
422    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
423    <!-- About phone settings screen, setting option name to see licensing info for WebView component. [CHAR LIMIT=35] -->
424    <string name="webview_license_title">System WebView License</string>
425
426    <!-- Wifi -->
427    <skip />
428
429    <!-- wifi signal strength array [CHAR LIMIT=30] -->
430    <string-array name="wifi_signal_strength">
431        <item>Poor</item>
432        <item>Fair</item>
433        <item>Good</item>
434        <item>Excellent</item>
435    </string-array>
436
437    <!-- titles for connection status -->
438    <!-- label mac address [CHAR LIMIT=50] -->
439    <string name="title_mac_address">MAC address</string>
440    <!-- label signal strength [CHAR LIMIT=50] -->
441    <string name="title_signal_strength">Signal strength</string>
442    <!-- label IP address [CHAR LIMIT=50] -->
443    <string name="title_ip_address">IP address</string>
444    <!-- label SSID [CHAR LIMIT=50] -->
445    <string name="title_ssid">Enter name of Wi-Fi network</string>
446    <!-- label internet connection [CHAR LIMIT=50] -->
447    <string name="title_internet_connection">Internet connection</string>
448
449    <!-- contents for connection status -->
450    <!-- Connected [CHAR LIMIT=50] -->
451    <string name="connected">Connected</string>
452    <!-- Not connected [CHAR LIMIT=50] -->
453    <string name="not_connected">Not connected</string>
454
455    <!-- Wifi setting headers [CHAR LIMIT=50] -->
456    <string name="wifi_setting_header_other_options">Other options</string>
457    <string name="wifi_setting_see_all">See all</string>
458    <string name="wifi_setting_see_fewer">See fewer</string>
459    <string name="wifi_setting_available_networks">Available networks</string>
460
461    <!-- Other Options under Wifi Settings headers [CHAR LIMIT=50] -->
462    <string name="wifi_setting_other_options_add_network">Add new network</string>
463
464    <!-- Strings for Add Network under Connectivity Setting -->
465    <!-- Security type title on add network form page [CHAR LIMIT=30] -->
466    <string name="security_type">Type of security</string>
467
468    <!-- Title for adding hidden network in setup mode [CHAR LIMIT=30] -->
469    <string name="other_network">Other network&#8230;</string>
470
471    <!-- Skip configuring a Wi-Fi network during device setup [CHAR LIMIT=30]-->
472    <string name="skip_network">Skip</string>
473
474    <!-- Wifi Security type indicating no security [CHAR LIMIT=30] -->
475    <string name="wifi_security_type_none">None</string>
476    <!-- Wifi Security type indicating WEP security [CHAR LIMIT=30] -->
477    <string name="wifi_security_type_wep">WEP</string>
478    <!-- Wifi Security type indicating WPA/WPA2 security [CHAR LIMIT=30] -->
479    <string name="wifi_security_type_wpa">WPA/WPA2 PSK</string>
480    <!-- Wifi Security type indicating EAP security [CHAR LIMIT=30] -->
481    <string name="wifi_security_type_eap">802.1x EAP</string>
482    <!-- Title to show when no wifi networks are available [CHAR LIMIT=80] -->
483    <string name="title_wifi_no_networks_available">Scanning&#8230;</string>
484    <!-- Title to show when wifi fails to save [CHAR LIMIT=80] -->
485    <string name="title_wifi_could_not_save">Couldn\'t save configuration for <xliff:g id="ssid">%1$s</xliff:g></string>
486    <!-- Title to show when wifi fails to connect [CHAR LIMIT=80] -->
487    <string name="title_wifi_could_not_connect">Couldn\'t connect to <xliff:g id="ssid">%1$s</xliff:g></string>
488    <!-- Title to show when wifi fails to connect due to timeout [CHAR LIMIT=80] -->
489    <string name="title_wifi_could_not_connect_timeout">Couldn\'t find <xliff:g id="ssid">%1$s</xliff:g></string>
490    <!-- Title to show when wifi fails to connect due to authentication failure [CHAR LIMIT=80] -->
491    <string name="title_wifi_could_not_connect_authentication_failure">Wi-Fi password not valid</string>
492    <!-- Title to show when the wifi ap rejects the connection [CHAR LIMIT=80] -->
493    <string name="title_wifi_could_not_connect_ap_reject">Wi-Fi network didn\'t accept connection</string>
494    <!-- Title to show when asking if advanced settings should be used for this wifi connection [CHAR LIMIT=80] -->
495    <string name="title_wifi_advanced_options">Configure <xliff:g id="ssid">%1$s</xliff:g> Proxy and IP Settings?</string>
496    <!-- Title to show when asking if a proxy should be used for this wifi connection [CHAR LIMIT=80] -->
497    <string name="title_wifi_proxy_settings">Proxy settings</string>
498    <!-- Title to show when asking for the proxy hostname for this wifi connection [CHAR LIMIT=80] -->
499    <string name="title_wifi_proxy_hostname">Proxy hostname:</string>
500    <!-- Title to show when asking for the proxy port for this wifi connection [CHAR LIMIT=80] -->
501    <string name="title_wifi_proxy_port">Proxy port:</string>
502    <!-- Title to show when asking for which domains bypass the proxy for this wifi connection [CHAR LIMIT=80] -->
503    <string name="title_wifi_proxy_bypass">Bypass proxy for:</string>
504    <!-- Title to show when asking how an ip should be assigned for this wifi connection [CHAR LIMIT=80] -->
505    <string name="title_wifi_ip_settings">IP settings</string>
506    <!-- Title to show when asking for the static ip address to use for this wifi connection [CHAR LIMIT=80] -->
507    <string name="title_wifi_ip_address">IP address:</string>
508    <!-- Title to show when asking for the gateway's ip address for this wifi connection [CHAR LIMIT=80] -->
509    <string name="title_wifi_gateway">Gateway:</string>
510    <!-- Title to show when asking for the network prefix length for this wifi connection [CHAR LIMIT=80] -->
511    <string name="title_wifi_network_prefix_length">Network prefix length:</string>
512    <!-- Title to show when asking for the first DNS to use for this wifi connection [CHAR LIMIT=80] -->
513    <string name="title_wifi_dns1">DNS 1:</string>
514    <!-- Title to show when asking for the second DNS to use for this wifi connection [CHAR LIMIT=80] -->
515    <string name="title_wifi_dns2">DNS 2:</string>
516    <!-- Title to show when the proxy settings are invalid [CHAR LIMIT=80] -->
517    <string name="title_wifi_proxy_settings_invalid">Proxy settings not valid</string>
518    <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] -->
519    <string name="title_wifi_ip_settings_invalid">IP settings not valid</string>
520    <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] -->
521    <string name="title_wifi_known_network"><xliff:g id="ssid">%1$s</xliff:g> is a saved network</string>
522    <!-- Label for action to try to connect to wifi again [CHAR LIMIT=50] -->
523    <string name="wifi_action_try_again">Try again</string>
524    <!-- Label for action to go back to the list of wifi networks [CHAR LIMIT=50] -->
525    <string name="wifi_action_view_available_networks">View available networks</string>
526    <!-- Message to show when wifi is connecting [CHAR LIMIT=80] -->
527    <string name="wifi_connecting">Connecting to <xliff:g id="ssid">%1$s</xliff:g></string>
528    <!-- Message to show when wifi is saving a new configuration [CHAR LIMIT=80] -->
529    <string name="wifi_saving">Saving configuration for <xliff:g id="ssid">%1$s</xliff:g></string>
530    <!-- Title for action to connect to the wifi network [CHAR LIMIT=80] -->
531    <string name="wifi_connect">Connect</string>
532    <!-- Title for action to forget the wifi network configuration [CHAR LIMIT=80] -->
533    <string name="wifi_forget_network">Forget network</string>
534    <!-- Description for action to forget the wifi network configuration [CHAR LIMIT=100] -->
535    <string name="wifi_forget_network_description">This clears information used to connect to this network, including a saved password</string>
536    <!-- Label for action to accept the currently connected wifi network [CHAR LIMIT=50] -->
537    <string name="wifi_action_ok">OK</string>
538    <!-- Label for action to continue in network summary screen in setup [CHAR LIMIT=50] -->
539    <string name="wifi_setup_action_dont_change_network">Continue</string>
540    <!-- Label for action to try to connect to a different wifi network in setup [CHAR LIMIT=50] -->
541    <string name="wifi_setup_action_change_network">Change network</string>
542    <!-- Label for action to try to connect to a different wifi network [CHAR LIMIT=50] -->
543    <string name="wifi_action_change_network">Change</string>
544    <!-- Label for action to not try to connect to a different wifi network [CHAR LIMIT=50] -->
545    <string name="wifi_action_dont_change_network">Don\'t change</string>
546    <!-- Label for action to use advanced settings for the wifi connection [CHAR LIMIT=50] -->
547    <string name="wifi_action_advanced_yes">OK</string>
548    <!-- Label for action to not use advanced settings for the wifi connection [CHAR LIMIT=50] -->
549    <string name="wifi_action_advanced_no">No (recommended)</string>
550    <!-- Label for action to not use a proxy for the wifi connection [CHAR LIMIT=50] -->
551    <string name="wifi_action_proxy_none">None</string>
552    <!-- Label for action to setup a proxy for the wifi connection [CHAR LIMIT=50] -->
553    <string name="wifi_action_proxy_manual">Manual</string>
554    <!-- Label for action to use dhcp to obtain an ip address for the wifi connection [CHAR LIMIT=50] -->
555    <string name="wifi_action_dhcp">DHCP</string>
556    <!-- Label for action to setup static ip information for the wifi connection [CHAR LIMIT=50] -->
557    <string name="wifi_action_static">Static</string>
558    <!-- Title for action to show status information for the wifi connection [CHAR LIMIT=50] -->
559    <string name="wifi_action_status_info">Status info</string>
560    <!-- Title for action to setup advanced options for the wifi connection [CHAR LIMIT=50] -->
561    <string name="wifi_action_advanced_options_title">Advanced options</string>
562    <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
563    <string name="wifi_ip_settings_invalid_ip_address">Enter a valid IP address</string>
564    <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
565    <string name="wifi_ip_settings_invalid_gateway">Enter a valid gateway address</string>
566    <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
567    <string name="wifi_ip_settings_invalid_dns">Enter a valid DNS address</string>
568    <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
569    <string name="wifi_ip_settings_invalid_network_prefix_length">Enter a network prefix length between 0 and 32</string>
570    <!-- Description text for the IP address -->
571    <string name="wifi_ip_address_description">Enter a valid IP address.\nExample: <xliff:g>192.168.1.128</xliff:g></string>
572    <!-- Description text for DNS -->
573    <string name="wifi_dns1_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>8.8.8.8</xliff:g></string>
574    <!-- Description text for DNS -->
575    <string name="wifi_dns2_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>8.8.4.4</xliff:g></string>
576    <!-- Description text for the gateway -->
577    <string name="wifi_gateway_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>192.168.1.1</xliff:g></string>
578    <!-- Description text for network prefix length -->
579    <string name="wifi_network_prefix_length_description">Enter a valid network prefix length.\nExample: <xliff:g>24</xliff:g></string>
580    <!-- HTTP proxy settings. The error if the hostname is not valid -->
581    <string name="proxy_error_invalid_host">Hostname isn\'t valid</string>
582    <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
583    <string name="proxy_error_invalid_exclusion_list">This exclusion list isn\’t valid. Enter a comma-separated list of excluded domains.</string>
584    <!-- HTTP proxy settings. Error msg -->
585    <string name="proxy_error_empty_port">Port field can\'t be empty</string>
586    <!-- HTTP proxy settings. Error msg -->
587    <string name="proxy_error_empty_host_set_port">If the host field is empty, leave the port field empty</string>
588    <!-- HTTP proxy settings. Error msg -->
589    <string name="proxy_error_invalid_port">Port isn\'t valid</string>
590    <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
591    <string name="proxy_warning_limited_support">HTTP proxy is used by the browser but may not be used by other apps</string>
592    <!-- HTTP proxy settings. The description for proxy server port. -->
593    <string name="proxy_port_description">Enter a valid port.\nExample: <xliff:g>8080</xliff:g></string>
594    <!-- HTTP proxy settings. The description for proxy exclusion list.-->
595    <string name="proxy_exclusionlist_description">Enter a comma-separated list of excluded domains or leave blank.\nExample: <xliff:g>example.com,mycomp.test.com,localhost</xliff:g></string>
596    <!-- HTTP proxy settings. The description field for the hostname. -->
597    <string name="proxy_hostname_description">Enter a valid hostname.\nExample: <xliff:g>proxy.example.com</xliff:g></string>
598    <!-- Title to show when asking the user to choose EAP method [CHAR LIMIT=80] -->
599    <string name="title_wifi_eap_method">Choose EAP method for <xliff:g id="ssid">%1$s</xliff:g></string>
600    <!-- Title to show when asking the user to choose Phase2 authentication [CHAR LIMIT=80] -->
601    <string name="title_wifi_phase2_authentication">Choose phase2 authentication for <xliff:g id="ssid">%1$s</xliff:g></string>
602    <!-- Title to show when asking the user to input identity [CHAR LIMIT=80] -->
603    <string name="title_wifi_identity">Enter identity for <xliff:g id="ssid">%1$s</xliff:g></string>
604    <!-- Title to show when asking the user to input anonymous identity [CHAR LIMIT=80] -->
605    <string name="title_wifi_anonymous_identity">Enter anonymous identity for <xliff:g id="ssid">%1$s</xliff:g></string>
606
607    <!-- Title used during setup to indicate the user is connected [CHAR LIMIT=100] -->
608    <string name="wifi_setup_summary_title_connected">You\'re connected to <xliff:g id="ssid">%1$s</xliff:g></string>
609    <!-- Title to show indicating the user is connected [CHAR LIMIT=100] -->
610    <string name="wifi_summary_title_connected">Network connected</string>
611    <!-- Title to show indicating the user is not connected [CHAR LIMIT=100] -->
612    <string name="wifi_summary_title_not_connected">Network isn\'t connected</string>
613    <!-- Title to show when wifi is already connected [CHAR LIMIT=100] -->
614    <string name="wifi_summary_description_connected_to_wifi_network">Already connected to <xliff:g id="ssid">%1$s</xliff:g>. Connect to a different network?</string>
615    <!-- Name to use when we don't know the name of the wifi network the device is connected to [CHAR LIMIT=20] -->
616    <string name="wifi_summary_unknown_network">an unknown network</string>
617
618    <!-- Strings for Ethernet under Connectivity Setting -->
619    <!-- Title for OK [CHAR LIMIT=50] -->
620    <string name="title_ok">OK</string>
621    <!-- Title for DNS 2 [CHAR LIMIT=50] -->
622    <string name="title_cancel">Cancel</string>
623
624    <!-- Storage settings screen heading. This is displayed above items that pertain to the phone's internal storage [CHAR LIMIT=50] -->
625    <string name="storage_title">Storage</string>
626    <!-- Storage settings title. The amount of free space for some storage partition.  For example, this is listed under both the "Internal phone storage" section and the "SD card" section. [CHAR LIMIT=50] -->
627    <string name="storage_available">Available</string>
628    <!-- Storage settings screen heading.  The total amount of storage space for some storage partition.  For example, this is listed under both the "Internal phone storage" section and the "SD card" section [CHAR LIMIT=50] -->
629    <string name="storage_size">Total space: <xliff:g id="total_space">%1$s</xliff:g></string>
630    <!-- Storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] -->
631    <string name="storage_calculating_size">Calculating\u2026</string>
632    <!-- Storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
633    <string name="storage_apps_usage">Apps</string>
634    <!-- Storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
635    <string name="storage_downloads_usage">Downloads</string>
636    <!-- Storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
637    <string name="storage_dcim_usage">Photos &amp; videos</string>
638    <!-- Storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
639    <string name="storage_music_usage">Audio</string>
640    <!-- Storage settings title. Displayed as a title when showing the total usage of misc files on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
641    <string name="storage_media_misc_usage">Misc.</string>
642    <!-- Storage settings title. Displayed as a title when showing the total usage of all cached data on device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
643    <string name="storage_media_cache_usage">Cached data</string>
644    <!-- Storage settings eject action [CHAR LIMIT=50] -->
645    <string name="storage_eject">Eject</string>
646    <!-- Storage settings erase and format action [CHAR LIMIT=50] -->
647    <string name="storage_format">Erase &amp; format</string>
648    <!-- Storage settings erase and format action [CHAR LIMIT=50] -->
649    <string name="storage_format_as_private">Erase &amp; format as device storage</string>
650    <!-- Storage settings erase and format action [CHAR LIMIT=50] -->
651    <string name="storage_format_as_public">Erase &amp; format as removable storage</string>
652    <!-- Storage settings format for device storage action [CHAR LIMIT=50] -->
653    <string name="storage_format_for_private">Format as device storage</string>
654    <!-- Description for a storage volume which is not currently connected to the device -->
655    <string name="storage_not_connected">Not connected</string>
656    <!-- Storage settings migrate primary storage action [CHAR_LIMIT=50] -->
657    <string name="storage_migrate">Migrate data to this storage</string>
658    <!-- Storage settings migrate primary storage action [CHAR_LIMIT=50] -->
659    <string name="storage_migrate_away">Migrate data to different storage</string>
660    <!-- Storage settings backup apps empty action [CHAR LIMIT=50] -->
661    <string name="storage_no_apps">No apps to back up</string>
662
663    <!-- Storage settings forget action [CHAR_LIMIT=50] -->
664    <string name="storage_forget">Forget this device storage</string>
665    <!-- Storage settings forget description [CHAR_LIMIT=NONE] -->
666    <string name="storage_forget_wall_of_text">To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost.</string>
667
668    <!-- Header title for device storage [CHAR_LIMIT=50] -->
669    <string name="storage_device_storage_section">Device storage</string>
670    <!-- Header title for removable storage [CHAR_LIMIT=50] -->
671    <string name="storage_removable_storage_section">Removable storage</string>
672    <!-- Header title for device reset [CHAR_LIMIT=50] -->
673    <string name="storage_reset_section">Reset</string>
674
675    <!-- Toast informing that storage mount operation was successful. [CHAR LIMIT=64]-->
676    <string name="storage_mount_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is mounted</string>
677    <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]-->
678    <string name="storage_mount_failure">Couldn\'t mount <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
679
680    <!-- Toast shown when the user connects external storage that has been formatted for Android  [CHAR_LIMIT=50] -->
681    <string name="storage_mount_adopted">USB storage reconnected</string>
682
683    <!-- Toast informing that storage unmount operation was successful. [CHAR LIMIT=64]-->
684    <string name="storage_unmount_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is safely ejected</string>
685    <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]-->
686    <string name="storage_unmount_failure">Couldn\'t safely eject <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
687    <!-- Toast informing that storage unmount operation failed because the volume couldn't be found. [CHAR LIMIT=64]-->
688    <string name="storage_unmount_failure_cant_find">Could\'t find drive to eject</string>
689
690    <!-- Toast informing that storage format operation was successful. [CHAR LIMIT=64]-->
691    <string name="storage_format_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is formatted</string>
692    <!-- Toast informing that storage format operation failed. [CHAR LIMIT=64]-->
693    <string name="storage_format_failure">Couldn\'t format <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
694
695    <!-- Title for wizard screen for formatting storage as device [CHAR LIMIT=64] -->
696    <string name="storage_wizard_format_as_private_title">Format as device storage</string>
697    <!-- Description for wizard screen for formatting storage as device [CHAR LIMIT=NONE] -->
698    <string name="storage_wizard_format_as_private_description">This requires the USB drive to be formatted to make it secure. After securely formatting, this drive will only work with this device. Formatting erases all data currently stored on the drive. To avoid losing the data, consider backing it up.</string>
699
700    <!-- Title for wizard screen for formatting storage as device [CHAR LIMIT=64] -->
701    <string name="storage_wizard_format_as_public_title">Erase &amp; Format</string>
702    <!-- Description for wizard screen for formatting storage as device [CHAR LIMIT=NONE] -->
703    <string name="storage_wizard_format_as_public_description">After formatting, you can use this USB drive in other devices. All data will be erased. Consider backing up first by moving apps to other device storage.</string>
704
705    <!-- Title for wizard progress screen for formatting drive [CHAR_LIMIT=50] -->
706    <string name="storage_wizard_format_progress_title">Formatting USB Drive&#8230;</string>
707    <!-- Description for wizard progress screen for formatting drive [CHAR_LIMIT=NONE] -->
708    <string name="storage_wizard_format_progress_description">This may take a moment. Please don\'t remove the drive.</string>
709
710    <!-- Title for wizard selection screen for migrating data to new drive [CHAR LIMIT=50] -->
711    <string name="storage_wizard_migrate_choose_title">Choose storage to migrate data to</string>
712    <!-- Title for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] -->
713    <string name="storage_wizard_migrate_confirm_title">Move data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
714    <!-- Description for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=NONE] -->
715    <string name="storage_wizard_migrate_confirm_description">Move your photos, files and app data to <xliff:g id="name" example="SD card">%1$s</xliff:g>. This may take a few minutes. Some apps won\'t work correctly during the move.</string>
716    <!-- Positive action for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] -->
717    <string name="storage_wizard_migrate_confirm_action_move_now">Move now</string>
718    <!-- Negative action for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] -->
719    <string name="storage_wizard_migrate_confirm_action_move_later">Move later</string>
720
721    <!-- Success toast for migrating data [CHAR_LIMIT=100] -->
722    <string name="storage_wizard_migrate_toast_success">Migrated data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
723    <!-- Failure toast for migrating data [CHAR_LIMIT=100] -->
724    <string name="storage_wizard_migrate_toast_failure">Could not migrate data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
725
726    <!-- Title for wizard progress screen for migrating data to new drive [CHAR_LIMIT=50] -->
727    <string name="storage_wizard_migrate_progress_title">Moving data to <xliff:g id="name" example="SD card">%1$s</xliff:g>&#8230;</string>
728    <!-- Description for wizard progress screen for migrating data to new drive [CHAR_LIMIT=NONE] -->
729    <string name="storage_wizard_migrate_progress_description">This may take a moment. Please don\'t remove the drive.\nSome apps won\'t work correctly during the move.</string>
730
731    <!-- Title for warning dialog for slow drives [CHAR_LIMIT=64] -->
732    <string name="storage_wizard_format_slow_title">This drive appears to be slow.</string>
733
734    <!-- Summary for warning dialog for slow drives [CHAR_LIMIT=NONE] -->
735    <string name="storage_wizard_format_slow_summary">You can continue, but apps moved to this location may stutter and data transfers may take a long time. Consider using a faster drive for better performance.</string>
736
737    <!-- Format action for wizard screen for formatting storage [CHAR LIMIT=50] -->
738    <string name="storage_wizard_format_action">Format</string>
739    <!-- Back up apps action for wizard screen for formatting storage [CHAR LIMIT=50]-->
740    <string name="storage_wizard_backup_apps_action">Back up apps</string>
741
742    <!-- Back up apps title [CHAR LIMIT=50] -->
743    <string name="storage_wizard_back_up_apps_title">Apps stored in <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
744    <!-- Back up apps title [CHAR LIMIT=50] -->
745    <string name="storage_wizard_back_up_apps_and_data_title">Apps and data stored in <xliff:g id="name" example="SD card">%1$s</xliff:g></string>
746    <!-- Back up apps storage available description [CHAR_LIMIT=50] -->
747    <string name="storage_wizard_back_up_apps_space_available"><xliff:g id="size" example="1.23GB">%1$s</xliff:g> available</string>
748
749    <!-- Title for wizard screen for ejecting device storage [CHAR LIMIT=64] -->
750    <string name="storage_wizard_eject_private_title">Eject device storage</string>
751    <!-- Description for wizard screen for ejecting device storage [CHAR LIMIT=NONE] -->
752    <string name="storage_wizard_eject_private_description">Apps on this device storage will stop working when it\'s ejected. This USB drive is formatted to work on this device only. It won\'t work on any others.</string>
753
754    <!-- Title for wizard progress screen for ejecting a drive [CHAR_LIMIT=64] -->
755    <string name="storage_wizard_eject_progress_title">Ejecting <xliff:g id="name" example="SD Card">%1$s</xliff:g>&#8230;</string>
756
757    <!-- Title for wizard screen for moving apps [CHAR_LIMIT=50] -->
758    <string name="storage_wizard_move_app_title">Storage used</string>
759
760    <!-- Title for wizard progress screen for moving apps [CHAR_LIMIT=50] -->
761    <string name="storage_wizard_move_app_progress_title">Moving <xliff:g id="name" example="YouTube">%1$s</xliff:g>&#8230;</string>
762    <!-- Description for wizard progress screen for moving apps [CHAR_LIMIT=NONE] -->
763    <string name="storage_wizard_move_app_progress_description">"Don't remove the drive during the move.\nThe <xliff:g id="appname" example="YouTube">%1$s</xliff:g> app on this device won't be available until the move is complete.</string>
764
765    <!-- Title for wizard screen for forgetting private storage [CHAR_LIMIT=50] -->
766    <string name="storage_wizard_forget_confirm_title">Forget device storage?</string>
767    <!-- Description for wizard screen for forgetting private storage [CHAR_LIMIT=NONE] -->
768    <string name="storage_wizard_forget_confirm_description">All your data stored in this drive will be lost forever with \'Forget\'. Would you like to proceed?</string>
769    <!-- Action for wizard screen for forgetting private storage [CHAR_LIMIT=50] -->
770    <string name="storage_wizard_forget_action">Forget</string>
771
772    <!-- Title for new storage activity [CHAR_LIMIT=50] -->
773    <string name="storage_new_title">USB drive connected</string>
774    <!-- Browse action for new storage activity [CHAR_LIMIT=50] -->
775    <string name="storage_new_action_browse">Browse</string>
776    <!-- Adopt action for new storage activity [CHAR_LIMIT=50] -->
777    <string name="storage_new_action_adopt">Set up as device storage</string>
778    <!-- Format as removable action for new storage activity [CHAR_LIMIT=50] -->
779    <string name="storage_new_action_format_public">Set up as removable storage</string>
780    <!-- Eject action for new storage activity [CHAR_LIMIT=50] -->
781    <string name="storage_new_action_eject">Eject</string>
782
783    <!-- Title for missing storage activity shown when a drive is removed [CHAR_LIMIT=50] -->
784    <string name="storage_missing_title"><xliff:g id="name" example="SD Card">%1$s</xliff:g> removed</string>
785    <!-- Description for missing storage activity shown when a drive is removed [CHAR_LIMIT=NONE] -->
786    <string name="storage_missing_description">Some apps will be unavailable or not function correctly until the drive is reconnected.</string>
787
788    <!-- Manage applications, text for move error messages -->
789    <string name="insufficient_storage">Not enough storage space.</string>
790    <string name="does_not_exist">App doesn\u2019t exist.</string>
791        <string name="invalid_location">Install location isn\u2019t valid.</string>
792    <string name="system_package">System updates can\u2019t be installed on external media.</string>
793    <!-- Error message shown when trying to move device administrators to external disks, such as SD card [CHAR_LIMIT=none] -->
794    <string name="move_error_device_admin">Device Administrator can\u2019t be installed on external media.</string>
795
796    <!-- Learn more action title [CHAR_LIMIT=50] -->
797    <string name="learn_more_action">Learn more</string>
798
799    <!-- Title for Date in System Settings Date Time [CHAR LIMIT=50] -->
800    <string name="system_date">Date</string>
801    <!-- Title for Time in System Settings Date Time [CHAR LIMIT=50] -->
802    <string name="system_time">Time</string>
803    <!-- Title for Set Date in System Settings Date Time [CHAR LIMIT=50] -->
804    <string name="system_set_date">Set date</string>
805    <!-- Title for Set Time in System Settings Date Time [CHAR LIMIT=50] -->
806    <string name="system_set_time">Set time</string>
807    <!-- Title for Set Time Zone in System Settings Date Time [CHAR LIMIT=50] -->
808    <string name="system_set_time_zone">Set time zone</string>
809    <!-- Format string for displaying the current time zone, eg "GMT-08:00, Pacific Standard Time" [CHAR LIMIT=10] -->
810    <string name="desc_set_time_zone"><xliff:g id="offset" example="GMT-08:00">%1$s</xliff:g>, <xliff:g id="name" example="Pacific Standard Time">%2$s</xliff:g></string>
811    <!-- Title for Set time format in System Settings Date Time [CHAR LIMIT=50] -->
812    <string name="system_set_time_format">Use 24-hour format</string>
813    <!-- Format string for displaying the current time format (12/24 hour) [CHAR LIMIT=10] -->
814    <string name="desc_set_time_format"><xliff:g id="state" example="Off">%1$s</xliff:g> (<xliff:g id="sample" example="3:14 PM">%2$s</xliff:g>)</string>
815    <!-- Title for automatic date & time [CHAR LIMIT = 80] -->
816    <string name="system_auto_date_time">Automatic date &amp; time</string>
817    <!-- Options for automatic date & time [CHAR LIMIT=100] -->
818    <string-array name="auto_date_time_entries">
819        <item>Use network-provided time</item>
820        <item>Off</item>
821    </string-array>
822    <!-- Values for automatic date & time [DO NOT TRANSLATE] -->
823    <string-array name="auto_date_time_entry_values" translatable="false">
824        <item>network</item>
825        <item>off</item>
826    </string-array>
827    <!-- Options for automatic date & time [CHAR LIMIT=100] -->
828    <string-array name="auto_date_time_ts_entries">
829        <item>Use network-provided time</item>
830        <item>Use transport stream-provided time</item>
831        <item>Off</item>
832    </string-array>
833    <!-- Values for automatic date & time [DO NOT TRANSLATE] -->
834    <string-array name="auto_date_time_ts_entry_values" translatable="false">
835        <item>network</item>
836        <item>transport_stream</item>
837        <item>off</item>
838    </string-array>
839
840    <!-- Title for Location in System Settings [CHAR LIMIT=50] -->
841    <string name="system_location">Location</string>
842    <!-- Description for Location in System Settings [CHAR LIMIT=NONE] -->
843    <string name="system_desc_location">Let apps that have asked your permission use your location information</string>
844    <!-- Title for confirming location consent [CHAR LIMIT=50] -->
845    <string name="system_network_location_confirm">Location consent</string>
846    <!-- [CHAR LIMIT=30] Location settings screen, setting preference screen box label for location mode -->
847    <string name="location_mode_title">Mode</string>
848    <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
849    <string name="location_category_recent_location_requests">Recent location requests</string>
850    <!-- Location settings screen, displayed when there's no recent app accessing location -->
851    <string name="location_no_recent_apps">No apps have requested location recently</string>
852    <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use-->
853    <string name="location_high_battery_use">High battery use</string>
854    <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use-->
855    <string name="location_low_battery_use">Low battery use</string>
856    <!-- [CHAR LIMIT=130] Location mode screen, description for wifi mode -->
857    <string name="location_mode_wifi_description">Use Wi\u2011Fi to estimate location </string>
858
859    <!-- [CHAR LIMIT=60] Label for the status of location -->
860    <string name="location_status">Location status</string>
861    <!-- [CHAR LIMIT=60] Title for location services in locations settings -->
862    <string name="location_services">Location services</string>
863    <!-- [CHAR LIMIT=20] Title for status on for location services -->
864    <string name="on">On</string>
865    <!-- [CHAR LIMIT=20] Title for status off for location services -->
866    <string name="off">Off</string>
867    <!-- [CAR LIMIT=100] Location services screen title for Google location services -->
868    <string name="google_location_services_title">Google location services</string>
869    <!-- [CAR LIMIT=100] Location services screen title for third party location services -->
870    <string name="third_party_location_services_title">3rd party location services</string>
871    <!-- [CHAR LIMIT=100] Location services screen, title for Location reporting -->
872    <string name="location_reporting">Location Reporting</string>
873    <!-- [CHAR LIMIT=100] Location services screen, title for Location history -->
874    <string name="location_history">Location History</string>
875    <!-- [CHAR LIMIT=300] Location reporting screen, description -->
876    <string name="location_reporting_desc">Google uses this feature in products like Google Now and Google Maps. Turning on Location Reporting lets any Google product that uses this feature store and use your device\'s most recent location data in connection with your Google Account.</string>
877    <!-- [CHAR LIMIT=500] Location history screen, description -->
878    <string name="location_history_desc">When Location History is turned on for this account, Google can store your device\'s location data for use by your apps.\n\nFor example, Google Maps can give you directions, and Google Now can inform you about commute traffic.\n\nYou can turn off Location History at any time, but doing so doesn\'t delete it. To view and manage your Location History, visit maps.google.com/locationhistory.</string>
879    <!-- [CHAR LIMIT=100] Location history screen, title for delete location history -->
880    <string name="delete_location_history_title">Delete location history</string>
881    <!-- [CHAR LIMIT=300] Location history screen, description for delete location history -->
882    <string name="delete_location_history_desc">This will delete all Location History has stored from this device for this Google Account. You can\'t undo this deletion. Some apps, including Google Now, will stop working.</string>
883    <!-- Title for services in accessibility settings [CHAR LIMIT=50] -->
884    <string name="system_services">Services</string>
885    <!-- Title and description for accessibility service setting [CHAR LIMIT=50] -->
886    <string name="accessibility_service_settings">Service settings</string>
887    <!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] -->
888    <string name="accessibility_toggle_high_text_contrast_preference_title">High contrast text</string>
889    <!-- Title for accessibility shortcut preference and screen [CHAR LIMIT=50] -->
890    <string name="accessibility_shortcut">Accessibility shortcut</string>
891    <!-- Title for accessibility shortcut toggle [CHAR LIMIT=50] -->
892    <string name="accessibility_shortcut_enable">Enable accessibility shortcut</string>
893    <!-- Title for accessibility shortcut service choice preference [CHAR LIMIT=50}-->
894    <string name="accessibility_shortcut_service">Shortcut service</string>
895    <!-- Description for the accessibility shortcut [CHAR LIMIT=NONE] -->
896    <string name="accessibility_shortcut_description">When the shortcut is on, you can press both the back and down buttons for 3 seconds to start an accessibility feature.</string>
897    <!-- Title and description for accessibility captions setting [CHAR LIMIT=50] -->
898    <string name="accessibility_captions">Captions</string>
899    <!-- Title and description for accessibility captions description [CHAR LIMIT=NONE] -->
900    <string name="accessibility_captions_description">Settings for closed captioning text overlay on video</string>
901    <!-- Title for captions display setting [CHAR LIMIT=50] -->
902    <string name="captions_display">Display</string>
903    <!-- Subtext used under the captions_display string to denote that captions will be shown. [CHAR LIMIT=50] -->
904    <string name="captions_display_on">On</string>
905    <!-- Subtext used under the captions_display string to denote that captions will NOT be shown. [CHAR LIMIT=50] -->
906    <string name="captions_display_off">Off</string>
907    <!-- Description for captions display setting [CHAR LIMIT=100] -->
908    <string name="display_options">Display options</string>
909    <!-- Title for captions configure setting [CHAR LIMIT=50] -->
910    <string name="captions_configure">Configure</string>
911    <!-- Title for captions language setting [CHAR LIMIT=50] -->
912    <string name="captions_language">Language</string>
913    <!-- Entry for "default" selection for captions language [CHAR LIMOIT=50] -->
914    <string name="captions_language_default">Default</string>
915    <!-- Title for captions text size setting [CHAR LIMIT=50] -->
916    <string name="captions_textsize">Text size</string>
917    <!-- Title for captions style setting [CHAR LIMIT=50] -->
918    <string name="captions_captionstyle">Caption style</string>
919    <!-- Title for custom captions settings [CHAR LIMIT=50] -->
920    <string name="captions_customoptions">Custom options</string>
921    <!-- Title for captions font family setting [CHAR LIMIT=50] -->
922    <string name="captions_fontfamily">Font family</string>
923    <!-- Title for captions text color setting [CHAR LIMIT=50] -->
924    <string name="captions_textcolor">Text color</string>
925    <!-- Title for captions edge type setting [CHAR LIMIT=50] -->
926    <string name="captions_edgetype">Edge type</string>
927    <!-- Title for captions edge color setting [CHAR LIMIT=50] -->
928    <string name="captions_edgecolor">Edge color</string>
929    <!-- Title for captions background display setting [CHAR LIMIT=50] -->
930    <string name="captions_backgroundshow">Show background</string>
931    <!-- Title for captions background color setting [CHAR LIMIT=50] -->
932    <string name="captions_backgroundcolor">Background color</string>
933    <!-- Title for captions bacground opacity setting [CHAR LIMIT=50] -->
934    <string name="captions_backgroundopacity">Background opacity</string>
935    <!-- Sample text for previewing video caption preferences. [CHAR LIMIT=NONE] -->
936    <string name="captioning_preview_text">Captions will look like this</string>
937    <!-- Title for captions text opacity setting [CHAR LIMIT=50] -->
938    <string name="captions_textopacity">Text opacity</string>
939    <!-- Title for captions window display setting [CHAR LIMIT=50] -->
940    <string name="captions_windowshow">Show window</string>
941    <!-- Title for captions window color setting [CHAR LIMIT=50] -->
942    <string name="captions_windowcolor">Window color</string>
943    <!-- Title for captions window opacity setting [CHAR LIMIT=50] -->
944    <string name="captions_windowopacity">Window opacity</string>
945
946    <!-- Title for caption style 0 [CHAR LIMIT=50] -->
947    <string name="captions_style_0">White on black</string>
948    <!-- Title for caption style 1 [CHAR LIMIT=50] -->
949    <string name="captions_style_1">Black on white</string>
950    <!-- Title for caption style 2 [CHAR LIMIT=50] -->
951    <string name="captions_style_2">Yellow on black</string>
952    <!-- Title for caption style 3 [CHAR LIMIT=50] -->
953    <string name="captions_style_3">Yellow on blue</string>
954    <!-- Title for customized caption style [CHAR LIMIT=50] -->
955    <string name="captions_style_custom">Custom</string>
956
957    <!-- Label for the color white. [CHAR LIMIT=35] -->
958    <string name="color_white">White</string>
959    <!-- Label for the color black. [CHAR LIMIT=35] -->
960    <string name="color_black">Black</string>
961    <!-- Label for the color red. [CHAR LIMIT=35] -->
962    <string name="color_red">Red</string>
963    <!-- Label for the color green. [CHAR LIMIT=35] -->
964    <string name="color_green">Green</string>
965    <!-- Label for the color blue. [CHAR LIMIT=35] -->
966    <string name="color_blue">Blue</string>
967    <!-- Label for the color cyan. [CHAR LIMIT=35] -->
968    <string name="color_cyan">Cyan</string>
969    <!-- Label for the color yellow. [CHAR LIMIT=35] -->
970    <string name="color_yellow">Yellow</string>
971    <!-- Label for the color magenta. [CHAR LIMIT=35] -->
972    <string name="color_magenta">Magenta</string>
973
974    <!-- Title for accessibility service status [CHAR LIMIT=50] -->
975    <string name="system_accessibility_status">Enable</string>
976    <!-- Title for accessibility service configuration [CHAR LIMIT=50] -->
977    <string name="system_accessibility_config">Configuration</string>
978    <!-- Title for confirmation screen when turning ON accessibility service[CHAR LIMIT=20] -->
979    <string name="system_accessibility_service_on_confirm_title">Use <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
980    <!-- Description for confirmation screen when turning ON accessibility service[[CHAR LIMIT=NONE] -->
981    <string name="system_accessibility_service_on_confirm_desc"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> can collect all of the text you type, except passwords. This includes personal data such as credit card numbers.</string>
982    <!-- Title for confirmation screen when turning OFF accessibility service[CHAR LIMIT=50] -->
983    <string name="system_accessibility_service_off_confirm_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
984    <!-- Description for confirmation screen when turning OFF accessibility service[[CHAR LIMIT=NONE] -->
985    <string name="system_accessibility_service_off_confirm_desc">Selecting OK will stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string>
986    <!-- Title for text to speech output in accessibility settings [CHAR LIMIT=50] -->
987    <string name="system_accessibility_tts_output">Text to speech</string>
988    <!-- Title for text to speech engine configuration in accessibility settings [CHAR LIMIT=50] -->
989    <string name="system_accessibility_tts_engine_config">Engine configuration</string>
990    <!-- Title for Set Speak passwords in System Settings Accessibility [CHAR LIMIT=50] -->
991    <string name="system_speak_passwords">Speak passwords</string>
992    <!-- Title for Set Preferred engine in System Settings Accessibility [CHAR LIMIT=50] -->
993    <string name="system_preferred_engine">Preferred engine</string>
994    <!-- Title for Set Speech rate in System Settings Accessibility [CHAR LIMIT=50] -->
995    <string name="system_speech_rate">Speech rate</string>
996    <!-- Title for Set Play sample in System Settings Accessibility [CHAR LIMIT=50] -->
997    <string name="system_play_sample">Play sample</string>
998    <!-- Title for Set Install voice data in System Settings Accessibility [CHAR LIMIT=50] -->
999    <string name="system_install_voice_data">Install voice data</string>
1000    <!-- Title for Set General in System Settings Developer options [CHAR LIMIT=50] -->
1001    <string name="system_general">General</string>
1002    <!-- Title for Set Debugging in System Settings Developer options [CHAR LIMIT=50] -->
1003    <string name="system_debugging">Debugging</string>
1004    <!-- Title for Set Input in System Settings Developer options [CHAR LIMIT=50] -->
1005    <string name="system_input">Input</string>
1006    <!-- Title for Set Drawing in System Settings Developer options [CHAR LIMIT=50] -->
1007    <string name="system_drawing">Drawing</string>
1008    <!-- Title for Set Monitoring in System Settings Developer options [CHAR LIMIT=50] -->
1009    <string name="system_monitoring">Monitoring</string>
1010    <!-- Title for Set Apps in System Settings Developer options [CHAR LIMIT=50] -->
1011    <string name="system_apps">Apps</string>
1012    <!-- Title for Set Stay awake in System Settings Developer options [CHAR LIMIT=50] -->
1013    <string name="system_stay_awake">Stay awake</string>
1014    <!-- Title for Set HDCP checking in System Settings Developer options [CHAR LIMIT=50] -->
1015    <string name="system_hdcp_checking">HDCP checking</string>
1016    <!-- Title for HDMI optimization in System Settings Developer options [CHAR LIMIT=50] -->
1017    <string name="system_hdmi_optimization">HDMI optimization</string>
1018    <!-- Title for reboot confirmation in System Settings Developer options [CHAR LIMIT=50] -->
1019    <string name="system_reboot_confirm">Restart now?</string>
1020    <!-- Description for reboot confirmation in System Settings Developer options [CHAR LIMIT=150] -->
1021    <string name="system_desc_reboot_confirm">To update this setting, your device needs to be restarted</string>
1022    <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] -->
1023    <string name="system_never_check">Never check</string>
1024    <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] -->
1025    <string name="system_check_for_drm_content_only">Check for DRM content only</string>
1026    <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] -->
1027    <string name="system_always_check">Always check</string>
1028    <!-- Title for Bluetooth HCI logging Developer option [CHAR LIMIT=50] -->
1029    <string name="system_bt_hci_log">Bluetooth HCI logging</string>
1030    <!-- Title for Set Email address in System Settings Developer options [CHAR LIMIT=50] -->
1031    <string name="system_email_address">Email address</string>
1032    <!-- Title for Set USB debugging in System Settings Developer options [CHAR LIMIT=50] -->
1033    <string name="system_usb_debugging">USB debugging</string>
1034    <!-- Title for Set Allow mock locations in System Settings Developer options [CHAR LIMIT=50] -->
1035    <string name="system_allow_mock_locations">Allow mock locations</string>
1036    <!-- Title for Set Select debug app in System Settings Developer options [CHAR LIMIT=50] -->
1037    <string name="system_select_debug_app">Select debug app</string>
1038    <!-- Title for Set Wait for debugger in System Settings Developer options [CHAR LIMIT=50] -->
1039    <string name="system_wait_for_debugger">Wait for debugger</string>
1040    <!-- Title for Set Verify apps over USB in System Settings Developer options [CHAR LIMIT=50] -->
1041    <string name="system_verify_apps_over_usb">Verify apps over USB</string>
1042    <!-- Description for Set verify apps over USB in system settings develop opetions [CHAR LIMIT=150] -->
1043    <string name="system_desc_verify_apps_over_usb">Check apps installed via ADB/ADT for harmful behavior</string>
1044    <!-- Title for WiFi Verbose Logging in System Settings Developer options [CHAR LIMIT=50] -->
1045    <string name="system_wifi_verbose_logging">Wi-Fi verbose logging</string>
1046    <!-- Description for Wifi Verbose Logging in system settings develop opetions [CHAR LIMIT=150] -->
1047    <string name="system_desc_wifi_verbose_logging">Enable Wi-Fi verbose logging</string>
1048    <!-- Title for Set Show touches in System Settings Developer options [CHAR LIMIT=50] -->
1049    <string name="system_show_touches">Show touches</string>
1050    <!-- Title for Set Pointer location in System Settings Developer options [CHAR LIMIT=50] -->
1051    <string name="system_pointer_location">Pointer location</string>
1052    <!-- Title for Set Show layout bounds in System Settings Developer options [CHAR LIMIT=50] -->
1053    <string name="system_show_layout_bounds">Show layout bounds</string>
1054    <!-- Title for Set Show GPU view updates in System Settings Developer options [CHAR LIMIT=50] -->
1055    <string name="system_show_gpu_view_updates">Show GPU view updates</string>
1056    <!-- Title for Set Show hardware layer in System Settings Developer options [CHAR LIMIT=50] -->
1057    <string name="system_show_hardware_layer">Show hardware layer</string>
1058    <!-- Title for Set Show GPU overdraw in System Settings Developer options [CHAR LIMIT=50] -->
1059    <string name="system_show_gpu_overdraw">Show GPU overdraw</string>
1060    <!-- Title for Set Show surface updates in System Settings Developer options [CHAR LIMIT=50] -->
1061    <string name="system_show_surface_updates">Show surface updates</string>
1062    <!-- Title for Set Window animation scale in System Settings Developer options [CHAR LIMIT=50] -->
1063    <string name="system_window_animation_scale">Window animation scale</string>
1064    <!-- Title for Set Transition animation scale in System Settings Developer options [CHAR LIMIT=50] -->
1065    <string name="system_transition_animation_scale">Transition animation scale</string>
1066    <!-- Title for Set Animator duration scale in System Settings Developer options [CHAR LIMIT=50] -->
1067    <string name="system_animator_duration_scale">Animator duration scale</string>
1068    <!-- Title for Set Strict mode enabled in System Settings Developer options [CHAR LIMIT=50] -->
1069    <string name="system_strict_mode_enabled">Strict mode enabled</string>
1070    <!-- Title for Set Profile GPU rendering in System Settings Developer options [CHAR LIMIT=50] -->
1071    <string name="system_profile_gpu_rendering">Profile GPU rendering</string>
1072    <!-- Title for Set Enable traces in System Settings Developer options [CHAR LIMIT=50] -->
1073    <string name="system_enable_traces">Enable traces</string>
1074    <!-- Title for Set Don't keep activities in System Settings Developer options [CHAR LIMIT=100] -->
1075    <string name="system_dont_keep_activities">Don\'t keep activities</string>
1076    <!-- Title for Set Background process limit in System Settings Developer options [CHAR LIMIT=100] -->
1077    <string name="system_background_process_limit">Background process limit</string>
1078    <!-- Title for Set Show all ANRs in System Settings Developer options [CHAR LIMIT=50] -->
1079    <string name="system_show_all_anrs">Show all ANRs</string>
1080
1081    <!-- Description for stay awake System Settings Developer options [CHAR LIMIT=100] -->
1082    <string name="system_desc_stay_awake">Disable sleep</string>
1083    <!-- Description for hdcp checking System Settings Developer options [CHAR LIMIT=100] -->
1084    <string name="system_desc_hdcp_checking">Use for DRM content only</string>
1085    <!-- Description for HDMI optimization System Settings Developer options [CHAR LIMIT=200] -->
1086    <string name="system_desc_hdmi_optimization">Optimize display for maximum resolution or maximum framerate. This only affects Ultra HD displays. Changing this setting will restart your device.</string>
1087    <!-- Description for Bluetooth HCI Logging Developer option [CHAR LIMIT=100] -->
1088    <string name="system_desc_bt_hci_log">Enable Bluetooth HCI snoop logging</string>
1089    <!-- Description for usb debugging in System Settings Developer options [CHAR LIMIT=100] -->
1090    <string name="system_desc_usb_debugging">Debug mode when USB connected</string>
1091    <!-- Description for wait for debugger in System Settings Developer options [CHAR LIMIT=120] -->
1092    <string name="system_desc_wait_for_debugger">Debugged application waits for debugger to attach before executing</string>
1093    <!-- Description for show layout bounds in System Settings Developer options [CHAR LIMIT=100] -->
1094    <string name="system_desc_show_layout_bounds">Show clip bounds, margins, etc.</string>
1095    <!-- Description for show GPU view updates in System Settings Developer options [CHAR LIMIT=100] -->
1096    <string name="system_desc_show_gpu_view_updates">Flash views inside windows when drawn with the GPU</string>
1097    <!-- Description for show hardware layer in System Settings Developer options [CHAR LIMIT=100] -->
1098    <string name="system_desc_show_hardware_layer">Flash hardware layers green when they update</string>
1099    <!-- Description for show gpu overdraw in System Settings Developer options [CHAR LIMIT=100] -->
1100    <string name="system_desc_show_gpu_overdraw">From best to worst: blue, green, light red, red</string>
1101    <!-- Description for show surface updates in System Settings Developer options [CHAR LIMIT=100] -->
1102    <string name="system_desc_show_surface_updates">Flash entire window surfaces when they update</string>
1103    <!-- Description for strict mode enabled in System Settings Developer options [CHAR LIMIT=100] -->
1104    <string name="system_desc_strict_mode_enabled">Flash screen when apps do long operations on main thread</string>
1105    <!-- Description for profile GPU rendering in System Settings Developer options [CHAR LIMIT=100] -->
1106    <string name="system_desc_profile_gpu_rendering">Measure rendering time in adb shell dumpsys gfxinfo</string>
1107
1108    <!-- General use strings -->
1109    <skip />
1110    <!-- Title for an action which turns a feature on [CHAR LIMIT=30] -->
1111    <string name="action_on_title">On</string>
1112    <!-- Title for an action which turns a feature off [CHAR LIMIT=30] -->
1113    <string name="action_off_title">Off</string>
1114    <!-- Title for a status description saying that a feature is on [CHAR LIMIT=30] -->
1115    <string name="action_on_description">On</string>
1116    <!-- Title for a status description saying that a feature is off [CHAR LIMIT=30] -->
1117    <string name="action_off_description">Off</string>
1118    <!-- Title for action which denotes the user agrees [CHAR LIMIT=50] -->
1119    <string name="agree">Agree</string>
1120    <!-- Title for action which denotes the user disagrees [CHAR LIMIT=50] -->
1121    <string name="disagree">Disagree</string>
1122
1123    <!-- Security -->
1124    <skip />
1125    <!-- Title for action to allow installation of applications from unknown sources [CHAR LIMIT=50]-->
1126    <string name="security_unknown_sources_title">Unknown sources</string>
1127    <!-- Description for action to allow installation of applications from unknown sources [CHAR LIMIT=NONE]-->
1128    <string name="security_unknown_sources_desc">Allow installation of apps from sources other than the Play Store</string>
1129    <!-- Title for confirmation dialog to allow installation of applications from unknown sources [CHAR LIMIT=50]-->
1130    <string name="security_unknown_sources_confirm_title">Allow unknown sources</string>
1131    <!-- Description for confirmation to allow installation of applications from unknown sources [CHAR LIMIT=NONE]-->
1132    <string name="security_unknown_sources_confirm_desc">Your device and personal data are more vulnerable to attack by apps from unknown sources. You agree that you are solely responsible for any damage to your device or loss of data that may result from using these apps.</string>
1133    <!-- Title for action to warn before installing applications that may cause harm [CHAR LIMIT=50]-->
1134    <string name="security_verify_apps_title">Verify apps</string>
1135    <!-- Description for action to warn before installing of applications that may cause harm [CHAR LIMIT=NONE]-->
1136    <string name="security_verify_apps_desc">Disallow or warn before installation of apps that may cause harm</string>
1137
1138    <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]-->
1139    <string name="system_hdcp_checking_never">Never</string>
1140    <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]-->
1141    <string name="system_hdcp_checking_drm">For DRM content</string>
1142    <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]-->
1143    <string name="system_hdcp_checking_always">Always</string>
1144
1145    <!-- Title for HDMI optimization preference value [CHAR LIMIT=60] -->
1146    <string name="system_hdmi_optimization_best_resolution">Best resolution</string>
1147    <!-- Title for HDMI optimization preference value [CHAR LIMIT=60] -->
1148    <string name="system_hdmi_optimization_best_framerate">Best framerate</string>
1149
1150    <!-- Title for debug overdraw preference. [CHAR LIMIT=35] -->
1151    <string name="system_hw_overdraw_off">Off</string>
1152    <!-- Title for debug overdraw preference. [CHAR LIMIT=35] -->
1153    <string name="system_hw_overdraw_areas">Show overdraw areas</string>
1154    <!-- Title for debug overdraw preference. [CHAR LIMIT=35] -->
1155    <string name="system_hw_overdraw_counter">Show overdraw counter</string>
1156
1157
1158    <!-- UI debug setting: label for app picker to select no application [CHAR LIMIT=50] -->
1159    <string name="no_application">Nothing</string>
1160
1161    <!-- Title for OpenGL traces preference. [CHAR LIMIT=35] -->
1162    <string name="enable_opengl_traces_none">None</string>
1163    <!-- Title for OpenGL traces preference. Do not translate "Logcat" [CHAR LIMIT=35] -->
1164    <string name="enable_opengl_traces_logcat">Logcat</string>
1165    <!-- Title for OpenGL traces preference. Do not translate "Systrace" [CHAR LIMIT=35] -->
1166    <string name="enable_opengl_traces_systrace">Systrace (Graphics)</string>
1167    <!-- Title for OpenGL traces preference. "Call stack" is a developer term. Do not translate "glGetError" [CHAR LIMIT=35] -->
1168    <string name="enable_opengl_traces_error">Call stack on glGetError</string>
1169
1170    <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
1171    <string-array name="animation_scale_entries">
1172        <item>Animation off</item>
1173        <item>Animation scale .5x</item>
1174        <item>Animation scale 1x</item>
1175        <item>Animation scale 1.5x</item>
1176        <item>Animation scale 2x</item>
1177        <item>Animation scale 5x</item>
1178        <item>Animation scale 10x</item>
1179    </string-array>
1180
1181    <!-- Values for window animation scale preference. -->
1182    <string-array name="animation_scale_values" translatable="false" >
1183        <item>0</item>
1184        <item>.5</item>
1185        <item>1</item>
1186        <item>1.5</item>
1187        <item>2</item>
1188        <item>5</item>
1189        <item>10</item>
1190    </string-array>
1191
1192    <!-- Title for frame time tracking preference. [CHAR LIMIT=35] -->
1193    <string name="track_frame_time_off">Off</string>
1194    <!-- Title for frame time tracking preference. [CHAR LIMIT=35] -->
1195    <string name="track_frame_time_bars">On screen as bars</string>
1196    <!-- Title for frame time tracking preference. Do not translate "adb shell dumpsys gfxinfo" [CHAR LIMIT=35] -->
1197    <string name="track_frame_time_gfxinfo">In adb shell dumpsys gfxinfo</string>
1198
1199    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1200    <string name="app_process_limit_standard">Standard limit</string>
1201    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1202    <string name="app_process_limit_zero">No background processes</string>
1203    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1204    <string name="app_process_limit_one">At most 1 process</string>
1205    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1206    <string name="app_process_limit_two">At most 2 processes</string>
1207    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1208    <string name="app_process_limit_three">At most 3 processes</string>
1209    <!-- Title for app process limit preference. [CHAR LIMIT=35] -->
1210    <string name="app_process_limit_four">At most 4 processes</string>
1211
1212    <!--  Description for the preference screen to enable the global gesture that turns on accessibility. [CHAR LIMIT=none] -->
1213
1214    <!-- TTS settings -->
1215
1216    <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] -->
1217    <string name="tts_rate_very_slow">Very slow</string>
1218    <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] -->
1219    <string name="tts_rate_slow">Slow</string>
1220    <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] -->
1221    <string name="tts_rate_normal">Normal</string>
1222    <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] -->
1223    <string name="tts_rate_fast">Fast</string>
1224    <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] -->
1225    <string name="tts_rate_very_fast">Very fast</string>
1226
1227    <!-- Keyboard Settings -->
1228    <!-- Title for launch settings Intent for IME or Autofill.[CHAR LIMIT=80] -->
1229    <string name="title_settings"><xliff:g id="name" example="Gboard">%1$s</xliff:g> Settings</string>
1230    <!-- Title for Current Keyboard [CHAR LIMIT=80] -->
1231    <string name="title_current_keyboard">Current keyboard</string>
1232    <!-- Title for configure current keyboard [CHAR LIMIT=80] -->
1233    <string name="title_configure">Configure</string>
1234    <!-- Description for configure current keyboard [CHAR LIMIT=100] -->
1235    <string name="desc_configure_keyboard">Keyboard options</string>
1236
1237    <!-- Title for Current Autofill Service [CHAR LIMIT=80] -->
1238    <string name="title_current_autofill_service">Current Autofill Service</string>
1239    <!-- Dialog title for Select Autofill Service [CHAR LIMIT=80] -->
1240    <string name="title_select_autofill_service">Select Autofill Service</string>
1241    <!-- Option to select no Autofill Service [CHAR LIMIT=80] -->
1242    <string name="autofill_none">None</string>
1243
1244    <!-- Message of the warning dialog for setting the auto-fill app. [CHAR_LIMIT=NONE] -->
1245    <string name="autofill_confirmation_message">
1246        <![CDATA[
1247        <b>Make sure you trust this app</b>
1248        <br/>
1249        <br/>
1250        <xliff:g id="app_name" example="Password service">%1$s</xliff:g> uses what\'s on
1251        your screen to determine what can be autofilled.
1252        ]]>
1253    </string>
1254
1255    <!-- String shown when computing the total size of an application's cache or data files. [CHAR LIMIT=30] -->
1256    <string name="computing_size">Computing\u2026</string>
1257
1258    <!-- Title for selecting wifi network [CHAR LIMIT=150] -->
1259    <string name="title_select_wifi_network">Select your Wi-Fi network</string>
1260
1261    <!-- Action option which allows the change of the name this device is known by other wifi display devices [CHAR LIMIT=40] -->
1262    <string name="accessories_wifi_display_rename_device">Rename</string>
1263
1264    <!-- Action option which allows the enabling or disabling of wifi display [CHAR LIMIT=40] -->
1265    <string name="accessories_wifi_display_enable">Wi-Fi Display</string>
1266
1267    <!-- Action option which allows the enabling or disabling the PIN requirement of wifi display [CHAR LIMIT=40] -->
1268    <string name="accessories_wifi_display_pin_required">PIN required</string>
1269
1270    <!-- Disambiguation Activity-->
1271    <!-- Title of intent resolver activity when selecting an application to run. [CHAR LIMIT=50]-->
1272    <string name="whichApplication">Complete action using</string>
1273    <!-- Quetsion about always using the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]-->
1274    <string name="alwaysUseQuestion">Always use this option for this action?</string>
1275    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]-->
1276    <string name="alwaysUseOption">Always use</string>
1277    <!-- Option to only use the selected option this time. See the "Complete action using" dialog title [CHAR LIMIT=50]-->
1278    <string name="justOnceOption">Just once</string>
1279    <!-- Text to display when there are no activities found to display in the activity chooser. See the whichApplication title.[CHAR LIMIT=50] -->
1280    <string name="noApplications">No apps can perform this action.</string>
1281    <!-- Action to go back to the previous screen, when no apps have been found to perform the requested action. [CHAR LIMIT=50]-->
1282    <string name="noAppsGoBack">Back</string>
1283
1284    <!-- TV input settings row -->
1285    <string name="inputs_inputs">Inputs</string>
1286    <!-- Header of HDMI CEC device control [CHAR LIMIT=50] -->
1287    <string name="inputs_header_cec">Consumer Electronic Control (CEC)</string>
1288    <!-- Title of CEC device settings [CHAR LIMIT=30] -->
1289    <string name="inputs_cec_settings">Device control settings</string>
1290    <!-- Name of predefined name for TV input (Blu-ray player) [CHAR LIMIT=30] -->
1291    <string name="inputs_blu_ray">Blu-ray</string>
1292    <!-- Name of predefined name for TV input (Cable TV) [CHAR LIMIT=30] -->
1293    <string name="inputs_cable">Cable</string>
1294    <!-- Name of predefined name for TV input (DVD player) [CHAR LIMIT=30] -->
1295    <string name="inputs_dvd">DVD</string>
1296    <!-- Name of predefined name for TV input (Gaming device) [CHAR LIMIT=30] -->
1297    <string name="inputs_game">Game console</string>
1298    <!-- Name of predefined name for TV input (Aux) [CHAR LIMIT=30] -->
1299    <string name="inputs_aux">Aux</string>
1300    <!-- Title of using customized name for a TV input [CHAR LIMIT=30] -->
1301    <string name="inputs_custom_name">Custom name</string>
1302    <!-- Description for action of setting a custom name for a TV input [CHAR LIMIT=200] -->
1303    <string name="inputs_custom_name_description_fmt">Enter a name for the <xliff:g id="input" example="HDMI">%1$s</xliff:g> input.</string>
1304    <!-- Title of option to hide. It will describe current state of the inputs instead of the action [CHAR LIMIT=30] -->
1305    <string name="inputs_hide">Hidden</string>
1306    <!-- Title of option to show this input while switching.[CHAR LIMIT=50] -->
1307    <string name="inputs_show">Show this input</string>
1308    <!-- Header for input name options [CHAR LIMIT=50] -->
1309    <string name="input_header_names">Name</string>
1310    <!-- Option to enable HDMI control [CHAR LIMIT=30] -->
1311    <string name="inputs_hdmi_control">HDMI control</string>
1312    <!-- Description of HDMI control option [CHAR LIMIT=50] -->
1313    <string name="inputs_hdmi_control_desc">Allow the TV to control HDMI devices</string>
1314    <!-- Option to enable device auto power off [CHAR LIMIT=30] -->
1315    <string name="inputs_device_auto_off">Device auto power off</string>
1316    <!-- Description of device auto power off option [CHAR LIMIT=50] -->
1317    <string name="inputs_device_auto_off_desc">Power off HDMI devices with the TV</string>
1318    <!-- Option to enable TV auto power on [CHAR LIMIT=30] -->
1319    <string name="inputs_tv_auto_on">TV auto power on</string>
1320    <!-- Description of TV auto power on [CHAR LIMIT=50] -->
1321    <string name="inputs_tv_auto_on_desc">Power on the TV with HDMI device</string>
1322    <!-- Header for connected TV input(s) [CHAR LIMIT=30] -->
1323    <plurals name="inputs_header_connected_input">
1324        <item quantity="one">Connected Input</item>
1325        <item quantity="other">Connected Inputs</item>
1326    </plurals>
1327    <!-- Header for standby TV input(s) [CHAR LIMIT=30] -->
1328    <plurals name="inputs_header_standby_input">
1329        <item quantity="one">Standby Input</item>
1330        <item quantity="other">Standby Inputs</item>
1331    </plurals>
1332    <!-- Header for disconnected TV input(s) [CHAR LIMIT=30] -->
1333    <plurals name="inputs_header_disconnected_input">
1334        <item quantity="one">Not Connected Input</item>
1335        <item quantity="other">Not Connected Inputs</item>
1336    </plurals>
1337
1338    <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] -->
1339    <string name="user_add_profile_item_summary">Restrict access to apps and other content in your account</string>
1340    <!-- User details new restricted profile name [CHAR LIMIT=30] -->
1341    <string name="user_new_profile_name">Restricted Profile</string>
1342    <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] -->
1343    <string name="user_restrictions_controlled_by">Controlled by <xliff:g id="app">%1$s</xliff:g></string>
1344    <!-- Summary for apps that aren't supported in limited users [CHAR LIMIT=none] -->
1345    <string name="app_not_supported_in_limited">This app is not supported in restricted profiles</string>
1346    <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] -->
1347    <string name="app_sees_restricted_accounts">This app can access your accounts</string>
1348    <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] -->
1349    <string name="restriction_location_enable_title">Location</string>
1350    <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] -->
1351    <string name="restriction_location_enable_summary" >Let apps use your location information</string>
1352    <!-- Action to switch to a restricted profile [CHAR LIMIT=100] -->
1353    <string name="restricted_profile_switch_to" >Enter restricted profile</string>
1354    <!-- Action to switch out of a restricted profile [CHAR LIMIT=100] -->
1355    <string name="restricted_profile_switch_out" >Exit restricted profile</string>
1356    <!-- Title for action to delete a restricted profile [CHAR LIMIT=100] -->
1357    <string name="restricted_profile_delete_title" >Delete restricted profile</string>
1358    <!-- Title for action to create a restricted profile [CHAR LIMIT=100] -->
1359    <string name="restricted_profile_create_title">Create restricted profile</string>
1360    <!-- Title for action to configure a restricted profile [CHAR LIMIT=100] -->
1361    <string name="restricted_profile_configure_title" >Settings</string>
1362    <!-- Title for action to configure apps for a restricted profile [CHAR LIMIT=100] -->
1363    <string name="restricted_profile_configure_apps_title" >Allowed apps</string>
1364    <!-- Description for action to configure apps for a restricted profile indicating number of allow apps will be ready in a moment [CHAR LIMIT=100] -->
1365    <plurals name="restricted_profile_configure_apps_description">
1366        <item quantity="one">1 app allowed</item>
1367        <item quantity="other">%d apps allowed</item>
1368    </plurals>
1369    <!-- An action label indicating the package will be or is allowed [CHAR LIMIT=100] -->
1370    <string name="restricted_profile_allowed" >Allowed</string>
1371    <!-- An action label indicating the package will be or is not allowed [CHAR LIMIT=100] -->
1372    <string name="restricted_profile_not_allowed" >Not allowed</string>
1373    <!-- Action to customize restrictions for a package [CHAR LIMIT=100] -->
1374    <string name="restricted_profile_customize_restrictions" >Customize restrictions</string>
1375    <!-- Description for action to configure apps for a restricted profile indicating the number of allow apps [CHAR LIMIT=100] -->
1376    <string name="restricted_profile_configure_apps_description_loading" >One moment\u2026</string>
1377    <!-- Title for action to change the PIN code to use when exiting restricted profile [CHAR LIMIT=100] -->
1378    <string name="restricted_profile_change_password_title" >Change pin</string>
1379    <!-- Description for action to configure an application's restriction [CHAR LIMIT=200] -->
1380    <string name="restriction_description" ><xliff:g id="description">%1$s</xliff:g>\n<xliff:g id="value">%2$s</xliff:g></string>
1381    <!-- Summary for a case when app entries that are controlled by another entry and app can access user accounts [CHAR LIMIT=none] -->
1382    <string name="app_sees_restricted_accounts_and_controlled_by">This app can access your accounts. Controlled by <xliff:g id="app">%1$s</xliff:g></string>
1383
1384    <!-- PIN UX -->
1385    <eat-comment />
1386    <string name="font" translatable="false">sans-serif</string>
1387    <string name="light_font" translatable="false">sans-serif-light</string>
1388    <!-- Title of PIN dialog when an user is asked to enter PIN to unlock channel.
1389         [CHAR LIMIT=50] -->
1390    <string name="pin_enter_unlock_channel">Enter PIN to watch this channel</string>
1391    <!-- Title of PIN dialog when an user is asked to enter PIN to unlock program.
1392         [CHAR LIMIT=50] -->
1393    <string name="pin_enter_unlock_program">Enter PIN to watch this program</string>
1394    <!-- Title of PIN dialog when an user tries to change Parental control setting.
1395         [CHAR LIMIT=50] -->
1396    <string name="pin_enter_pin">Enter PIN</string>
1397    <!-- Title of PIN dialog when an user is asked to set a PIN for the first time.
1398         [CHAR LIMIT=50] -->
1399    <string name="pin_enter_new_pin">Set a new PIN</string>
1400    <!-- Title of PIN dialog when an user is asked to set a PIN. [CHAR LIMIT=50] -->
1401    <string name="pin_enter_again">Re-enter new PIN</string>
1402    <!-- Title of PIN dialog when an user is about to change older PIN. [CHAR LIMIT=50] -->
1403    <string name="pin_enter_old_pin">Enter old PIN</string>
1404    <!-- Message shown in the dialog when the user entered the wrong. [CHAR LIMIT=128] -->
1405    <string name="pin_enter_wrong_seconds">You entered the wrong PIN 5 times.\nTry again in <xliff:g id="relative_time_span" example="60">%1$d</xliff:g> seconds.</string>
1406    <!-- Toast message when an user entered wrong PIN. [CHAR LIMIT=128] -->
1407    <string name="pin_toast_wrong">Wrong PIN, try again</string>
1408    <!-- Toast message when an user couldn't pass the PIN confirmation. [CHAR LIMIT=128] -->
1409    <string name="pin_toast_not_match">Try again, PIN doesn\'t match</string>
1410
1411    <!-- Message displayed to prompt the user to input the network password, ^1 will be replaced with the name of the network and should be a possive form related to password [CHAR LIMIT=NONE] -->
1412    <string name="wifi_setup_input_password">Enter password for <xliff:g id="ssid">%1$s</xliff:g></string>
1413    <!-- Message displayed when the selected Wi-Fi network has been connected to [CHAR LIMIT=40] -->
1414    <string name="wifi_setup_connection_success">Connected successfully</string>
1415    <!-- Message displayed when the Wi-Fi network's configuration has been saved [CHAR LIMIT=40] -->
1416    <string name="wifi_setup_save_success">Saved successfully</string>
1417
1418    <!-- Application management application version label [CHAR LIMIT=NONE] -->
1419    <string name="device_apps_app_management_version">Version <xliff:g id="app_version">%1$s</xliff:g></string>
1420    <!-- Application management description for opening the application [CHAR LIMIT=NONE] -->
1421    <string name="device_apps_app_management_open">Open</string>
1422    <!-- Application management choice for force stopping the application [CHAR LIMIT=40] -->
1423    <string name="device_apps_app_management_force_stop">Force stop</string>
1424    <!-- Application management description for force stopping the application [CHAR LIMIT=NONE] -->
1425    <string name="device_apps_app_management_force_stop_desc">If you force stop an app, it may misbehave.</string>
1426    <!-- Application management choice for uninstalling the application [CHAR LIMIT=40] -->
1427    <string name="device_apps_app_management_uninstall">Uninstall</string>
1428    <!-- Application management choice for uninstalling updates for the application [CHAR_LIMIT=40] -->
1429    <string name="device_apps_app_management_uninstall_updates">Uninstall updates</string>
1430    <!-- Application management description for uninstalling updates for the application [CHAR_LIMIT=NONE] -->
1431    <string name="device_apps_app_management_uninstall_updates_desc">All updates to this Android system app will be uninstalled.</string>
1432    <!-- Application management choice for disabling the application [CHAR LIMIT=40] -->
1433    <string name="device_apps_app_management_disable">Disable</string>
1434    <!-- Application management description for disabling the application [CHAR LIMIT=NONE] -->
1435    <string name="device_apps_app_management_disable_desc">Do you want to disable this app?</string>
1436    <!-- Application management choice for enabling the application [CHAR LIMIT=40] -->
1437    <string name="device_apps_app_management_enable">Enable</string>
1438    <!-- Application management description for enabling the application [CHAR LIMIT=NONE] -->
1439    <string name="device_apps_app_management_enable_desc">Do you want to enable this app?</string>
1440    <!-- Application management choice for displaying the application's size [CHAR LIMIT=40] -->
1441    <string name="device_apps_app_management_storage_used">Storage used</string>
1442    <!-- Application management description for displaying the applicantion's size [CHAR_LIMIT=NONE] -->
1443    <string name="device_apps_app_management_storage_used_desc"><xliff:g id="size" example="30.2MB">%1$s</xliff:g> used in <xliff:g id="volume" example="internal storage">%2$s</xliff:g></string>
1444    <!-- Application management choice for clearing the application's data [CHAR LIMIT=40] -->
1445    <string name="device_apps_app_management_clear_data">Clear data</string>
1446    <!-- Application management description for clearing the application's data [CHAR LIMIT=NONE] -->
1447    <string name="device_apps_app_management_clear_data_desc">All this app’s data will be deleted permanently.\nThis includes all files, settings, accounts, databases, etc.</string>
1448    <!-- Application management choice for clearing the application's default actions [CHAR LIMIT=40] -->
1449    <string name="device_apps_app_management_clear_default">Clear defaults</string>
1450    <!-- Application management description for defaults are set for the application [CHAR LIMIT=40] -->
1451    <string name="device_apps_app_management_clear_default_set">Set to launch this app for some actions</string>
1452    <!-- Application management description for defaults aren't set for the application [CHAR LIMIT=40] -->
1453    <string name="device_apps_app_management_clear_default_none">No defaults set</string>
1454    <!-- Application management choice for clearing the application's cache [CHAR LIMIT=40] -->
1455    <string name="device_apps_app_management_clear_cache">Clear cache</string>
1456    <!-- Application management choice for changing the application's notifications option [CHAR LIMIT=40] -->
1457    <string name="device_apps_app_management_notifications">Notifications</string>
1458    <!-- Application management choice for displaying the application's permissions [CHAR LIMIT=40] -->
1459    <string name="device_apps_app_management_permissions">Permissions</string>
1460    <!-- Application management toast message when an app cannot be launched [CHAR LIMIT=100]-->
1461    <string name="device_apps_app_management_not_available">Application unavailable</string>
1462    <!-- General settings choice for agreeing to the displayed action [CHAR LIMIT=40] -->
1463    <string name="settings_ok">OK</string>
1464    <!-- General settings choice for disagreeing with the displayed action [CHAR LIMIT=40] -->
1465    <string name="settings_cancel">Cancel</string>
1466    <!-- General settings choice for on [CHAR LIMIT=40] -->
1467    <string name="settings_on">On</string>
1468    <!-- General settings choice for off [CHAR LIMIT=40] -->
1469    <string name="settings_off">Off</string>
1470    <!-- Screen saver choice for not having a screen saver [CHAR LIMIT=40] -->
1471    <string name="device_daydreams_none">Turn screen off</string>
1472    <!-- Screen saver choice for selecting a different screen saver [CHAR LIMIT=40] -->
1473    <string name="device_daydreams_select">Screen saver</string>
1474    <!-- Screen saver choice for testing the selected screen saver [CHAR LIMIT=40] -->
1475    <string name="device_daydreams_test">Start now</string>
1476    <!-- Screen saver choice for configuring the time before the device goes to sleep [CHAR LIMIT=40] -->
1477    <string name="device_daydreams_sleep">When to start</string>
1478    <!-- Screen saver description for configuring the time before the device goes to sleep [CHAR LIMIT=NONE] -->
1479    <string name="device_daydreams_sleep_description">Screen saver begins after this period of inactivity. If no screen saver is selected, the display turns off.</string>
1480    <!-- Screen saver summary for displaying the time before the device goes to sleep -->
1481    <string name="device_daydreams_sleep_summary">After <xliff:g id="sleep_description" example="3 minutes">%1$s</xliff:g> of inactivity</string>
1482    <!-- Screen saver choice for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=30] -->
1483    <string name="device_daydreams_screen_off">Put device to sleep</string>
1484    <!-- Screen saver description for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=NONE] -->
1485    <string name="device_daydreams_screen_off_description">Screen turns off after this period of inactivity.</string>
1486    <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80] -->
1487    <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
1488    <!-- Dialog title for confirmation to erase backup data from server -->
1489    <string name="backup_erase_dialog_title"></string>
1490    <!-- Dialog title for confirmation to erase backup data from server -->
1491    <string name="backup_erase_dialog_message">Stop backing up your Wi-Fi passwords, bookmarks, other settings, and app data, and erase all copies on Google servers?</string>
1492    <!-- Privacy choice for configuring backing up data [CHAR LIMIT=40] -->
1493    <string name="privacy_backup_data">Back up my data</string>
1494    <!-- Privacy choice for choosing which account to backup [CHAR LIMIT=40] -->
1495    <string name="privacy_backup_account">Backup account</string>
1496    <!-- Privacy choice for configuring automatic restore [CHAR LIMIT=40] -->
1497    <string name="privacy_automatic_restore">Automatic restore</string>
1498    <!-- Factory reset choice for initiating a factory reset [CHAR LIMIT=40] -->
1499    <string name="factory_reset_device">Reset device</string>
1500    <!-- Factory reset description about what happens when you perform a factory reset [CHAR LIMIT=NONE] -->
1501    <string name="factory_reset_description">This will erase all data from your device\'s internal storage, including: your Google account, system and app data and settings, and downloaded apps</string>
1502    <!-- Factory reset screen, message on screen after user selects Reset phone button -->
1503    <string name="confirm_factory_reset_description">Erase all your personal information and downloaded apps? You can\'t reverse this action!</string>
1504    <!-- Factory reset screen, button on screen after user selects Reset phone button -->
1505    <string name="confirm_factory_reset_device">Erase everything</string>
1506
1507
1508    <!-- Title for screen where user selects a name for their device [CHAR LIMIT=NONE] -->
1509    <string name="select_device_name_title">Choose a name for your <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g></string>
1510    <!-- Description for screen where user selects a name for their device [CHAR LIMIT=NONE] -->
1511    <string name="select_device_name_description">Give your device a name to help identify it when casting or connecting to it from other devices.</string>
1512    <!-- Rooms where a user's device might be placed [CHAR LIMIT=40] -->
1513    <string-array name="rooms">
1514        <!-- [CHAR LIMIT=40] -->
1515        <item>Android TV</item>
1516        <!-- [CHAR LIMIT=40] -->
1517        <item>Living Room TV</item>
1518        <!-- [CHAR LIMIT=40] -->
1519        <item>Family Room TV</item>
1520        <!-- [CHAR LIMIT=40] -->
1521        <item>Bedroom TV</item>
1522    </string-array>
1523    <!-- String displayed for option where user will type in a room name rather than selecting from the list of defaults [CHAR LIMIT=40] -->
1524    <string name="custom_room">Enter custom name&#8230;</string>
1525    <!-- Title of settings summary/status screen [CHAR LIMIT=100] -->
1526    <string name="device_rename_title">Rename this <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g></string>
1527    <!-- Description on summary/status screen that tells you what the name of your device is [CHAR LIMIT=NONE] -->
1528    <string name="device_rename_description">This <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g> is currently named \"<xliff:g id="devicename" example="Living Room Player">%2$s</xliff:g>\"</string>
1529    <!-- The title of the suggestion to notify the user to name the device [CHART LIMIT = 50] -->
1530    <string name="device_name_suggestion_title">Set your device name</string>
1531    <!-- The summary of the suggestion to notify the user to name the device [CHAR LIMIT = 100] -->
1532    <string name="device_name_suggestion_summary">Use this name when casting photos, videos, and more from your phone</string>
1533    <!-- The 'yes' or 'edit' equivalent in a yes/no choice circumstance [CHAR LIMIT=30] -->
1534    <string name="change_setting">Change</string>
1535    <!-- The 'no' or  'keep the same' equivalent in a yes/no choice circumstance [CHAR LIMIT=30]-->
1536    <string name="keep_settings">Don\'t change</string>
1537
1538    <!-- Group header for app permissions [CHAR LIMIT=20] -->
1539    <string name="apps_permissions">Permissions</string>
1540    <!-- Item title for app permissions [CHAR LIMIT=20] -->
1541    <string name="device_apps_permissions">App permissions</string>
1542    <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] -->
1543    <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%1$d</xliff:g> of <xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string>
1544
1545    <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
1546    <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
1547
1548    <!-- About phone screen, status item label  [CHAR LIMIT=60] -->
1549    <string name="security_patch">Android security patch level</string>
1550
1551    <!-- App picker screen title -->
1552    <string name="choose_application">Choose application</string>
1553
1554    <!-- Summary Title for saying that the preference is experimental and will evolve over time due to User feedback. [CHAR LIMIT=NONE] -->
1555    <string name="experimental_preference">(Experimental)</string>
1556
1557    <!-- Title of button to confirm rebooting into safe mode. [CHAR LIMIT=50] -->
1558    <string name="reboot_safemode_action">Reboot to safe mode</string>
1559
1560    <!-- Shutdown Confirmation Dialog.  Message in the confirmation dialog
1561         when the user asks to reboot into safe mode. [CHAR LIMIT=50] -->
1562    <string name="reboot_safemode_confirm">Do you want to reboot into safe mode?</string>
1563    <!-- Shutdown Confirmation Dialog. Detailed message in the confirmation dialog when the user asks to reboot into safe mode [CHAR LIMIT=NONE] -->
1564    <string name="reboot_safemode_desc">This will disable all third party applications you have installed. They will be restored when you reboot again.</string>
1565
1566    <!-- Toast shown when the user triggers the capture of a bugreport [CHAR LIMIT=50] -->
1567    <string name="capturing_bugreport">Capturing bug report</string>
1568
1569    <!-- Title for the 'available virtual keyboards' preference sub-screen. [CHAR LIMIT=50] -->
1570    <string name="available_virtual_keyboard_category">Available virtual keyboards</string>
1571    <!-- Title for the preference entry for managing keyboards [CHAR LIMIT=50] -->
1572    <string name="manage_keyboards">Manage keyboards</string>
1573
1574    <!-- Preference summary text for an app when it is allowed for a permission. [CHAR LIMIT=45] -->
1575    <string name="app_permission_summary_allowed">Allowed</string>
1576    <!-- Preference summary text for an app when it is disallowed for a permission. [CHAR LIMIT=45] -->
1577    <string name="app_permission_summary_not_allowed">Not allowed</string>
1578
1579    <!-- Title of usage access screen [CHAR LIMIT=30] -->
1580    <string name="usage_access">Usage access</string>
1581    <!-- Description of the usage access setting [CHAR LIMIT=NONE] -->
1582    <string name="usage_access_description">Usage access allows an app to track what other apps you\u2019re using and how often, as well as your carrier, language settings, and other details.</string>
1583
1584    <!-- Title of high power app settings page [CHAR LIMIT=30] -->
1585    <string name="high_power_apps">Energy optimization</string>
1586    <!-- Description of the high power app settings page [CHAR LIMIT=NONE] -->
1587    <string name="high_power_apps_description">Optimize energy use of apps</string>
1588    <!-- Empty state when no apps are found for optimizing -->
1589    <string name="high_power_apps_empty">No apps need optimizing</string>
1590    <!-- Summary of app allowed to use a lot of power [CHAR LIMIT=60] -->
1591    <string name="high_power_on">Not optimized</string>
1592    <!-- Summary of app not allowed to use a lot of power [CHAR LIMIT=60] -->
1593    <string name="high_power_off">Optimizing energy use</string>
1594    <!-- Summary of app which doesn't have a battery optimization setting [CHAR LIMIT=60] -->
1595    <string name="high_power_system">Energy optimization not available</string>
1596
1597    <!-- Title for managing notification listeners option. [CHAR LIMIT=30] -->
1598    <string name="manage_notification_access_title">Notification access</string>
1599    <!-- String to show in the list of notification listeners, when none is installed -->
1600    <string name="no_notification_listeners">No installed apps have requested notification access.</string>
1601    <!-- Summary for a warning message about security implications of enabling a notification
1602          listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
1603    <string name="notification_listener_security_warning_summary">
1604        These apps will be able to read all notifications,
1605        including personal information such as contact names and the text of messages you receive.
1606        They will also be able to dismiss notifications or trigger action buttons they contain.
1607    </string>
1608
1609    <!-- Title of directory access screen in settings [CHAR LIMIT=30] -->
1610    <string name="directory_access">Directory access</string>
1611    <!-- Description of the directory access setting [CHAR LIMIT=NONE] -->
1612    <string name="directory_access_description">These apps have permission to access certain directories.</string>
1613    <!-- String used to describe the name of a directory in a volume; it must show both names, with the directory name wrapped in parenthesis -->
1614    <string name="directory_on_volume"><xliff:g id="volume" example="SD Card">%1$s</xliff:g> (<xliff:g id="directory" example="Movies">%2$s</xliff:g>)</string>
1615
1616    <!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] -->
1617    <string name="system_alert_window_settings">Display over other apps</string>
1618    <!-- Label for setting which controls whether app can display over other apps [CHAR LIMIT=45] -->
1619    <string name="permit_draw_overlay">Allow display over other apps</string>
1620    <!-- Description of allowing overlay setting [CHAR LIMIT=NONE] -->
1621    <string name="allow_overlay_description">Allow an app to display on top of other apps you\u2019re using. It may interfere with your use of those apps or change the way they seem to appear or behave.</string>
1622
1623    <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=30] -->
1624    <string name="write_system_settings">Modify system settings</string>
1625    <!-- Title for the apps that are allowed to write system settings [CHAR LIMIT=60] -->
1626    <string name="write_settings_title">Can modify system settings</string>
1627    <!-- Description of the write system settings [CHAR LIMIT=NONE] -->
1628    <string name="write_settings_description">This permission allows an app to modify system settings.</string>
1629    <!-- Summary of app allowed to write system settings [CHAR LIMIT=45] -->
1630    <string name="write_settings_on">Yes</string>
1631    <!-- Summary of app not allowed to write system settings [CHAR LIMIT=45] -->
1632    <string name="write_settings_off">No</string>
1633
1634    <!-- Special access > Title for managing Picture-in-picture settings. [CHAR LIMIT=50] -->
1635    <string name="picture_in_picture_title">Picture-in-picture</string>
1636    <!-- Apps > App Details > Picture-in-picture > Switch title. [CHAR LIMIT=NONE] -->
1637    <string name="picture_in_picture_app_detail_switch">Allow picture-in-picture</string>
1638    <!-- Special access > Picture-in-picture > Text to display when the list is empty. [CHAR LIMIT=NONE] -->
1639    <string name="picture_in_picture_empty_text">No installed apps support Picture-in-picture</string>
1640    <!-- Apps > App Details > Picture-in-picture > Description. [CHAR LIMIT=NONE] -->
1641    <string name="picture_in_picture_app_detail_summary">Allow apps to create a picture-in-picture window while the app is open or after you leave it (for example, to continue watching a video).  This window displays on top of other apps you\'re using.</string>
1642
1643    <!-- [CHAR_LIMIT=60] Label for special access screen -->
1644    <string name="special_access">Special app access</string>
1645
1646    <!-- concat two strings, e.g. "Android Keyboard, My Pass" [CHAR LIMIT=NONE] -->
1647    <string name="string_concat"><xliff:g id="part1">%1$s</xliff:g>, <xliff:g id="part2">%2$s</xliff:g></string>
1648
1649    <!-- Title for Network connection request Dialog [CHAR LIMIT=60] -->
1650    <string name="network_connection_request_dialog_title">Device to use with <xliff:g id="appName" example="ThirdPartyAppName">%1$s</xliff:g></string>
1651    <!-- Message for Network connection timeout Dialog [CHAR LIMIT=NONE] -->
1652    <string name="network_connection_timeout_dialog_message">No devices found. Make sure devices are turned on and available to connect.</string>
1653    <!-- OK button for Network connection timeout Dialog [CHAR LIMIT=30] -->
1654    <string name="network_connection_timeout_dialog_ok">Try again</string>
1655    <!-- Message for Network connection error state Dialog [CHAR LIMIT=NONE] -->
1656    <string name="network_connection_errorstate_dialog_message">Something came up. The application has cancelled the request to choose a device.</string>
1657    <!-- Toast message when connection is successful [CHAR LIMIT=30] -->
1658    <string name="network_connection_connect_successful">Connection successful</string>
1659    <!-- Neutral button for Network connection request Dialog [CHAR LIMIT=30] -->
1660    <string name="network_connection_request_dialog_showall">Show all</string>
1661    <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
1662    <string name="progress_scanning">Searching</string>
1663</resources>
1664