1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2015 The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21    <!-- Toast message when Wi-Fi cannot scan for networks -->
22    <string name="wifi_fail_to_scan">Can\'t scan for networks</string>
23    <!-- Do not translate.  Concise terminology for wifi with WEP security -->
24    <string name="wifi_security_short_wep">WEP</string>
25    <!-- Do not translate.  Concise terminology for wifi with WPA security -->
26    <string name="wifi_security_short_wpa">WPA</string>
27    <!-- Do not translate.  Concise terminology for wifi with WPA2 security -->
28    <string name="wifi_security_short_wpa2">WPA2</string>
29    <!-- Do not translate.  Concise terminology for wifi with both WPA/WPA2 security -->
30    <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string>
31    <!-- Do not translate.  Concise terminology for wifi with unknown PSK type -->
32    <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string>
33    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP security -->
34    <string name="wifi_security_short_eap">802.1x</string>
35
36    <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
37    <string name="wifi_security_none">None</string>
38
39    <!-- Do not translate.  Terminology for wifi with WEP security -->
40    <string name="wifi_security_wep">WEP</string>
41    <!-- Do not translate.  Terminology for wifi with WPA security -->
42    <string name="wifi_security_wpa">WPA PSK</string>
43    <!-- Do not translate.  Terminology for wifi with WPA2 security -->
44    <string name="wifi_security_wpa2">WPA2 PSK</string>
45    <!-- Do not translate.  Terminology for wifi with both WPA/WPA2 security, or unknown -->
46    <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string>
47    <!-- Do not translate.  Terminology for wifi with unknown PSK type -->
48    <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string>
49    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP security -->
50    <string name="wifi_security_eap">802.1x EAP</string>
51    <!-- Do not translate.  Concise terminology for Passpoint network -->
52    <string name="wifi_security_passpoint">Passpoint</string>
53
54    <!-- Summary for the remembered network. -->
55    <string name="wifi_remembered">Saved</string>
56    <!-- Status for networks disabled for unknown reason -->
57    <string name="wifi_disabled_generic">Disabled</string>
58    <!-- Status for networked disabled from a DNS or DHCP failure -->
59    <string name="wifi_disabled_network_failure">IP Configuration Failure</string>
60    <!-- Status for networks disabled by the network recommendation provider -->
61    <string name="wifi_disabled_by_recommendation_provider">Not connected due to low quality network</string>
62    <!-- Status for networked disabled from a wifi association failure -->
63    <string name="wifi_disabled_wifi_failure">WiFi Connection Failure</string>
64    <!-- Status for networks disabled from authentication failure (wrong password
65         or certificate). -->
66    <string name="wifi_disabled_password_failure">Authentication problem</string>
67
68    <!-- Status detail for a network that can't be connected to for some reason -->
69    <string name="wifi_cant_connect">Can\'t connect</string>
70    <!-- Status for a named network that can't be connected to for some reason-->
71    <string name="wifi_cant_connect_to_ap">Can\'t connect to \'<xliff:g id="ap_name">%1$s</xliff:g>\'</string>
72    <!-- Message shown when the user likely entered an incorrect password for a wifi network -->
73    <string name="wifi_check_password_try_again">Check password and try again</string>
74
75    <!-- Summary for the remembered network but currently not in range. -->
76    <string name="wifi_not_in_range">Not in range</string>
77    <!-- Summary for the network but no internet connection was detected. -->
78    <string name="wifi_no_internet_no_reconnect">Won\'t automatically connect</string>
79    <!-- Summary for the remembered network but no internet connection was detected. -->
80    <string name="wifi_no_internet">No internet access</string>
81    <!-- Summary for saved networks -->
82    <string name="saved_network">Saved by <xliff:g id="name">%1$s</xliff:g></string>
83
84    <!-- Status message of Wi-Fi when it is automatically connected by a network recommendation provider. [CHAR LIMIT=NONE] -->
85    <string name="connected_via_network_scorer">Automatically connected via %1$s</string>
86    <!-- Status message of Wi-Fi when it is automatically connected by a default network recommendation provider. [CHAR LIMIT=NONE] -->
87    <string name="connected_via_network_scorer_default">Automatically connected via network rating provider</string>
88    <!-- Status message of Wi-Fi when it is connected by Passpoint configuration. [CHAR LIMIT=NONE] -->
89    <string name="connected_via_passpoint">Connected via %1$s</string>
90    <!-- Status message of Wi-Fi when network has matching passpoint credentials. [CHAR LIMIT=NONE] -->
91    <string name="available_via_passpoint">Available via %1$s</string>
92    <!-- Package name for Settings app-->
93    <string name="settings_package" translatable="false">com.android.settings</string>
94    <!-- Package name for Certinstaller app-->
95    <string name="certinstaller_package" translatable="false">com.android.certinstaller</string>
96
97    <!-- Summary for Connected wifi network without internet -->
98    <string name="wifi_connected_no_internet">Connected, no internet</string>
99
100    <!-- Wi-Fi status indicating that the current network is connected, but has no internet access. -->
101    <string name="wifi_status_no_internet">No internet</string>
102
103    <!-- Wi-Fi status indicating that the current network is connected requires sign in to access the internet. -->
104    <string name="wifi_status_sign_in_required">Sign in required</string>
105
106    <!-- Summary for networks failing to connect due to association rejection status 17, AP full -->
107    <string name="wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string>
108
109    <!-- Status message of Wi-Fi when it is connected to a Carrier Network. [CHAR LIMIT=NONE] -->
110    <string name="connected_via_carrier">Connected via %1$s</string>
111    <!-- Status message of Wi-Fi when an available network is a carrier network. [CHAR LIMIT=NONE] -->
112    <string name="available_via_carrier">Available via %1$s</string>
113
114    <!-- Speed label for very slow network speed -->
115    <string name="speed_label_very_slow">Very Slow</string>
116    <!-- Speed label for slow network speed -->
117    <string name="speed_label_slow">Slow</string>
118    <!-- Speed label for okay network speed -->
119    <string name="speed_label_okay">OK</string>
120    <!-- Speed label for medium network speed -->
121    <string name="speed_label_medium">Medium</string>
122    <!-- Speed label for fast network speed -->
123    <string name="speed_label_fast">Fast</string>
124    <!-- Speed label for very fast network speed -->
125    <string name="speed_label_very_fast">Very Fast</string>
126
127    <!-- Summary text separator for preferences including a short description (eg. "Fast / Connected"). -->
128    <string name="preference_summary_default_combination"><xliff:g id="state" example="ON">%1$s</xliff:g> / <xliff:g id="description" example="High accuracy mode">%2$s</xliff:g></string>
129
130    <!-- Bluetooth settings.  Message when a device is disconnected -->
131    <string name="bluetooth_disconnected">Disconnected</string>
132    <!-- Bluetooth settings.  Message when disconnecting from a device -->
133    <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
134     <!-- Bluetooth settings.  Message when connecting to a device -->
135    <string name="bluetooth_connecting">Connecting\u2026</string>
136    <!-- Bluetooth settings.  Message when connected to a device. [CHAR LIMIT=40] -->
137    <string name="bluetooth_connected">Connected<xliff:g id="active_device">%1$s</xliff:g></string>
138    <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
139    <string name="bluetooth_pairing">Pairing\u2026</string>
140
141    <!-- Bluetooth settings.  Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
142    <string name="bluetooth_connected_no_headset">Connected (no phone)<xliff:g id="active_device">%1$s</xliff:g></string>
143    <!-- Bluetooth settings.  Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
144    <string name="bluetooth_connected_no_a2dp">Connected (no media)<xliff:g id="active_device">%1$s</xliff:g></string>
145    <!-- Bluetooth settings.  Message when connected to a device, except for map. [CHAR LIMIT=40] -->
146    <string name="bluetooth_connected_no_map">Connected (no message access)<xliff:g id="active_device">%1$s</xliff:g></string>
147    <!-- Bluetooth settings.  Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
148    <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)<xliff:g id="active_device">%1$s</xliff:g></string>
149
150    <!-- Bluetooth settings.  Message when connected to a device, showing remote device battery level. [CHAR LIMIT=NONE] -->
151    <string name="bluetooth_connected_battery_level">Connected, battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g><xliff:g id="active_device">%2$s</xliff:g></string>
152    <!-- Bluetooth settings.  Message when connected to a device, except for phone audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
153    <string name="bluetooth_connected_no_headset_battery_level">Connected (no phone), battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g><xliff:g id="active_device">%2$s</xliff:g></string>
154    <!-- Bluetooth settings.  Message when connected to a device, except for media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
155    <string name="bluetooth_connected_no_a2dp_battery_level">Connected (no media), battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g><xliff:g id="active_device">%2$s</xliff:g></string>
156    <!-- Bluetooth settings.  Message when connected to a device, except for phone/media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
157    <string name="bluetooth_connected_no_headset_no_a2dp_battery_level">Connected (no phone or media), battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g><xliff:g id="active_device">%2$s</xliff:g></string>
158
159    <!-- Connected devices settings. Message when Bluetooth is connected and active, showing remote device status and battery level. [CHAR LIMIT=NONE] -->
160    <string name="bluetooth_active_battery_level">Active, <xliff:g id="battery_level_as_percentage">%1$s</xliff:g> battery</string>
161    <!-- Connected devices settings. Message when Bluetooth is connected but not in use, showing remote device battery level. [CHAR LIMIT=NONE] -->
162    <string name="bluetooth_battery_level"><xliff:g id="battery_level_as_percentage">%1$s</xliff:g> battery</string>
163    <!-- Connected devices settings. Message when Bluetooth is connected and active but no battery information, showing remote device status. [CHAR LIMIT=NONE] -->
164    <string name="bluetooth_active_no_battery_level">Active</string>
165
166    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the A2DP profile. -->
167    <string name="bluetooth_profile_a2dp">Media audio</string>
168    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the headset or handsfree profile. -->
169    <string name="bluetooth_profile_headset">Phone calls</string>
170    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the OPP profile. -->
171    <string name="bluetooth_profile_opp">File transfer</string>
172    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
173    <string name="bluetooth_profile_hid">Input device</string>
174    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] -->
175    <string name="bluetooth_profile_pan">Internet access</string>
176    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] -->
177    <string name="bluetooth_profile_pbap">Contact sharing</string>
178    <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] -->
179    <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string>
180    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] -->
181    <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
182    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. -->
183    <string name="bluetooth_profile_map">Text Messages</string>
184    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the SAP profile (sharing SIM card). -->
185    <string name="bluetooth_profile_sap">SIM Access</string>
186
187    <!-- Bluetooth settings. The user-visible string for the setting controlling whether to use a high-quality codec if the device supports it, along with the name of the codec (eg AAC, LDAC, aptX) -->
188    <string name="bluetooth_profile_a2dp_high_quality">HD audio: <xliff:g id="codec_name">%1$s</xliff:g></string>
189
190    <!-- Bluetooth settings. Similar to bluetooth_profile_a2dp_high_quality, but used when the device supports high quality audio but we don't know which codec that will be used. -->
191    <string name="bluetooth_profile_a2dp_high_quality_unknown_codec">HD audio</string>
192
193    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the Hearing Aid profile. -->
194    <string name="bluetooth_profile_hearing_aid">Hearing Aid</string>
195    <!-- Bluetooth settings.  Connection options screen.  The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. -->
196    <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aid</string>
197
198    <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference when A2DP is connected. -->
199    <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
200    <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference when headset is connected. -->
201    <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
202    <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is connected. -->
203    <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
204    <!-- Bluetooth settings.  Connection options screen.  The summary for the map checkbox preference when map is connected. -->
205    <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
206    <!-- Bluetooth settings.  Connection options screen.  The summary for the sap checkbox preference when SAP is connected. -->
207    <string name="bluetooth_sap_profile_summary_connected">Connected to SAP</string>
208    <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is not connected. -->
209    <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
210    <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
211    <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
212    <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
213    <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for internet access</string>
214    <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
215    <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local internet connection with device</string>
216
217    <!-- Bluetooth settings. Connection options screen. The summary
218         for the PAN checkbox preference that describes how checking it
219         will set the PAN profile as preferred. -->
220    <string name="bluetooth_pan_profile_summary_use_for">Use for internet access</string>
221    <!-- Bluetooth settings. Connection options screen.  The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
222    <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
223    <!-- Bluetooth settings.  Connection options screen.  The summary for the sap checkbox preference that describes how checking it will set the sap profile as preferred. -->
224    <string name="bluetooth_sap_profile_summary_use_for">Use for SIM access</string>
225    <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
226    <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
227    <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
228    <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
229    <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
230    <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
231    <!-- Bluetooth settings. Connection options screen. The summary
232         for the HID checkbox preference that describes how checking it
233         will set the HID profile as preferred. -->
234    <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
235    <!-- Bluetooth settings.  Connection options screen.  The summary for the Hearing Aid checkbox preference that describes how checking it will set the Hearing Aid profile as preferred. -->
236    <string name="bluetooth_hearing_aid_profile_summary_use_for">Use for Hearing Aid</string>
237
238    <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
239    <string name="bluetooth_pairing_accept">Pair</string>
240    <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] -->
241    <string name="bluetooth_pairing_accept_all_caps">PAIR</string>
242    <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
243    <string name="bluetooth_pairing_decline">Cancel</string>
244
245    <!-- Message in pairing dialogs.  [CHAR LIMIT=NONE] -->
246    <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string>
247    <!-- Message for the error dialog when BT pairing fails generically. -->
248    <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
249
250    <!-- Message for the error dialog when BT pairing fails because the PIN /
251    Passkey entered is incorrect. -->
252    <string name="bluetooth_pairing_pin_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g> because of an incorrect PIN or passkey.</string>
253    <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
254    <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string>
255    <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
256    <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
257
258    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4875089335641234463] -->
259    <string name="bluetooth_talkback_computer">Computer</string>
260
261    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5140152177885220949] -->
262    <string name="bluetooth_talkback_headset">Headset</string>
263
264    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4260255181240622896] -->
265    <string name="bluetooth_talkback_phone">Phone</string>
266
267    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=551146170554589119] -->
268    <string name="bluetooth_talkback_imaging">Imaging</string>
269
270    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=26580326066627664] -->
271    <string name="bluetooth_talkback_headphone">Headphone</string>
272
273    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5165842622743212268] -->
274    <string name="bluetooth_talkback_input_peripheral">Input Peripheral</string>
275
276    <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5615463912185280812] -->
277    <string name="bluetooth_talkback_bluetooth">Bluetooth</string>
278
279    <!-- Message for telling the user the left-side hearing aid device is doing its pairing operation [CHAR LIMIT=NONE] -->
280    <string name="bluetooth_hearingaid_left_pairing_message">Pairing left hearing aid\u2026</string>
281    <!-- Message for telling the user the right-side hearing aid device is doing its pairing operation [CHAR LIMIT=NONE] -->
282    <string name="bluetooth_hearingaid_right_pairing_message">Pairing right hearing aid\u2026</string>
283    <!-- Bluetooth settings.  Message when connected to a left-side Hearing Aid device, showing remote device battery level. [CHAR LIMIT=NONE] -->
284    <string name="bluetooth_hearingaid_left_battery_level">Left - <xliff:g id="battery_level_as_percentage">%1$s</xliff:g> battery</string>
285    <!-- Bluetooth settings.  Message when connected to a right-side Hearing Aid device, showing remote device battery level. [CHAR LIMIT=NONE] -->
286    <string name="bluetooth_hearingaid_right_battery_level">Right - <xliff:g id="battery_level_as_percentage">%1$s</xliff:g> battery</string>
287
288    <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
289    <string name="accessibility_wifi_off">Wifi off.</string>
290    <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
291    <string name="accessibility_no_wifi">Wifi disconnected.</string>
292    <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
293    <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
294    <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
295    <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
296    <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
297    <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
298    <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
299    <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
300
301    <!-- Content description of the Wi-Fi security type. This message indicates this is an open Wi-Fi (no password needed) [CHAR LIMIT=NONE] -->
302    <string name="accessibility_wifi_security_type_none">Open network</string>
303
304    <!-- Content description of the Wi-Fi security type. This message indicates this is a secured Wi-Fi (password needed) [CHAR LIMIT=NONE] -->
305    <string name="accessibility_wifi_security_type_secured">Secure network</string>
306
307    <!-- Label for kernel threads in battery usage -->
308    <string name="process_kernel_label">Android OS</string>
309    <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
310    <string name="data_usage_uninstalled_apps">Removed apps</string>
311    <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
312    <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
313
314    <!-- Tethering controls, item title to go into the tethering settings -->
315    <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
316    <string name="tether_settings_title_usb">USB tethering</string>
317    <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
318    <string name="tether_settings_title_wifi">Portable hotspot</string>
319    <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
320    <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
321    <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
322    <string name="tether_settings_title_usb_bluetooth">Tethering</string>
323    <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
324    <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
325
326    <!-- Title for a work profile. [CHAR LIMIT=25] -->
327    <string name="managed_user_title">All work apps</string>
328
329    <!-- Title for Guest user [CHAR LIMIT=35] -->
330    <string name="user_guest">Guest</string>
331
332    <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
333    <string name="unknown">Unknown</string>
334
335    <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
336    <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string>
337
338    <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] -->
339    <string name="launch_defaults_some">Some defaults set</string>
340    <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
341    <string name="launch_defaults_none">No defaults set</string>
342    <!-- DO NOT TRANSLATE Empty summary for dynamic preferences -->
343    <string name="summary_empty" translatable="false"></string>
344    <!-- Text-To-Speech (TTS) settings --><skip />
345    <!-- Name of the TTS package as listed by the package manager. -->
346    <string name="tts_settings">Text-to-speech settings</string>
347    <!-- TTS option item name in the main settings screen -->
348    <string name="tts_settings_title">Text-to-speech output</string>
349  <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
350    <string name="tts_default_rate_title">Speech rate</string>
351    <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
352    <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
353    <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
354    <string name="tts_default_pitch_title">Pitch</string>
355    <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
356    <string name="tts_default_pitch_summary">Affects the tone of the synthesized speech</string>
357    <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
358    <string name="tts_default_lang_title">Language</string>
359    <!-- Entry in the TTS engine language/locale picker, when selected will try to default to the system language [CHAR LIMIT=50] -->
360    <string name="tts_lang_use_system">Use system language</string>
361    <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
362    <string name="tts_lang_not_selected">Language not selected</string>
363    <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
364    <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
365    <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
366    <string name="tts_play_example_title">Listen to an example</string>
367    <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
368    <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
369    <!-- On main TTS Settings screen, click to install required speech synthesis data -->
370    <string name="tts_install_data_title">Install voice data</string>
371    <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
372    <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
373    <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
374         message when the user selects to enable an engine. -->
375    <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
376        all the text that will be spoken, including personal data like passwords and credit
377        card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
378        Enable the use of this speech synthesis engine?</string>
379    <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
380         message when the user selects to play an example for network only locale and there's no internet connectivity. -->
381    <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
382    <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
383    <string name="tts_default_sample_string">This is an example of speech synthesis</string>
384    <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
385         current default language [CHAR LIMIT=50] -->
386    <string name="tts_status_title">Default language status</string>
387    <!-- On main TTS Settings screen, current TTS engine status for the current default language,
388         selected language is fully supported by the engine [CHAR LIMIT=150]-->
389    <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is fully supported</string>
390    <!-- On main TTS Settings screen, current TTS engine status for the current default language,
391         selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
392    <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> requires network connection</string>
393    <!-- On main TTS Settings screen, current TTS engine status for the current default language,
394         selected language is not supported by the engine [CHAR LIMIT=150] -->
395    <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is not supported</string>
396    <!-- On main TTS Settings screen, current TTS engine status for the current default language,
397         tts engine is queried for status [CHAR LIMIT=150] -->
398    <string name="tts_status_checking">Checking&#8230;</string>
399    <!-- Title for a preference in the main TTS settings screen, which
400         launches the settings screen for a given TTS engine when clicked
401         [CHAR LIMIT=30]-->
402    <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
403    <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
404         the image that launches the TTS engine settings when clicked. -->
405    <string name="tts_engine_settings_button">Launch engine settings</string>
406    <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
407         preferred text to speech engine -->
408    <string name="tts_engine_preference_section_title">Preferred engine</string>
409    <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
410         that are applicable to all engines, such as the speech rate -->
411    <string name="tts_general_section_title">General</string>
412    <!-- On main TTS Settings screen, in default settings section,
413         reset speech pitch of synthesized voice to 1x speech pitch. [CHAR LIMIT=50] -->
414    <string name="tts_reset_speech_pitch_title">Reset speech pitch</string>
415    <!--On main TTS Settings screen, summary for reset speech pitch of synthesized voice [CHAR LIMIT=150] -->
416    <string name="tts_reset_speech_pitch_summary">Reset the pitch at which the text is spoken to default.</string>
417
418    <!-- Default speech rate choices -->
419    <string-array name="tts_rate_entries">
420        <item>Very slow</item>
421        <item>Slow</item>
422        <item>Normal</item>
423        <item>Fast</item>
424        <item>Faster</item>
425        <item>Very fast</item>
426        <item>Rapid</item>
427        <item>Very rapid</item>
428        <item>Fastest</item>
429    </string-array>
430    <!-- Do not translate. -->
431    <string-array name="tts_rate_values">
432        <item>60</item>
433        <item>80</item>
434        <item>100</item>
435        <item>150</item>
436        <item>200</item>
437        <item>250</item>
438        <item>300</item>
439        <item>350</item>
440        <item>400</item>
441    </string-array>
442
443    <!-- Do not translate. -->
444    <string-array name="tts_demo_strings" translatable="false">
445        <item>This is an example of speech synthesis in English.</item>
446        <item>Voici un échantillon de synthèse vocale en français.</item>
447        <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
448        <item>Questo è un esempio di sintesi vocale in italiano.</item>
449        <item>Este es un ejemplo de síntesis de voz en español.</item>
450        <item>이것은 한국어 음성 합성의 예입니다.</item>
451    </string-array>
452    <!-- Do not translate. -->
453    <string-array name="tts_demo_string_langs" translatable="false">
454        <item>eng</item>
455        <item>fra</item>
456        <item>deu</item>
457        <item>ita</item>
458        <item>spa</item>
459        <item>kor</item>
460    </string-array>
461
462   <!-- Title for profile selection dialog [CHAR LIMIT=30] -->
463   <string name="choose_profile">Choose profile</string>
464
465    <!-- Header for items under the personal user [CHAR LIMIT=30] -->
466    <string name="category_personal">Personal</string>
467    <!-- Header for items under the work user [CHAR LIMIT=30] -->
468    <string name="category_work">Work</string>
469
470    <!-- Full package name of OEM preferred device feedback reporter. Leave this blank, overlaid in Settings/TvSettings [DO NOT TRANSLATE] -->
471    <string name="oem_preferred_feedback_reporter" translatable="false" />
472
473    <!-- Development settings -->
474    <skip/>
475    <!-- Development Settings.  the title for the item to take the user to Development settings.  Development settings are settings meant for application developers.  -->
476    <string name="development_settings_title">Developer options</string>
477    <!-- Development settings enable title. -->
478    <string name="development_settings_enable">Enable developer options</string>
479    <!-- Development Settings summary.  The summary of the item to take the user to Development settings.  Development settings are settings meant for application developers. -->
480    <string name="development_settings_summary">Set options for app development</string>
481    <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
482    <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
483    <string name="development_settings_not_available">Developer options are not available for this user</string>
484    <!-- Error message for users that aren't allowed to modify VPN settings [CHAR LIMIT=none] -->
485    <string name="vpn_settings_not_available">VPN settings are not available for this user</string>
486    <!-- Error message for users that aren't allowed to modify Tethering settings [CHAR LIMIT=none] -->
487    <string name="tethering_settings_not_available">Tethering settings are not available for this user</string>
488    <!-- Error message for users that aren't allowed to modify Access Point Names settings [CHAR LIMIT=none] -->
489    <string name="apn_settings_not_available">Access Point Name settings are not available for this user</string>
490    <string name="enable_adb">USB debugging</string>
491    <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
492    <string name="enable_adb_summary">Debug mode when USB is connected</string>
493    <!-- Setting title to revoke secure USB debugging authorizations -->
494    <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
495    <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
496    <string name="bugreport_in_power">Bug report shortcut</string>
497    <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
498    <string name="bugreport_in_power_summary">Show a button in the power menu for taking a bug report</string>
499    <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
500    <string name="keep_screen_on">Stay awake</string>
501    <!-- setting Checkbox summary whether to keep the screen on when plugged in  -->
502    <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
503    <!-- Setting Checkbox title whether to enable Bluetooth HCI snoop log -->
504    <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string>
505    <!-- setting Checkbox summary whether to capture all Bluetooth HCI packets in a file -->
506    <string name="bt_hci_snoop_log_summary">Capture all Bluetooth HCI packets in a file (Toggle Bluetooth after changing this setting)</string>
507    <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] -->
508    <string name="oem_unlock_enable">OEM unlocking</string>
509    <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] -->
510    <string name="oem_unlock_enable_summary">Allow the bootloader to be unlocked</string>
511    <!-- Confirmation dialog title to ensure user wishes to enable OEM unlock and disable theft protection features -->
512    <string name="confirm_enable_oem_unlock_title">Allow OEM unlocking?</string>
513    <!-- Warning dialog message to confirm user wishes to enable OEM unlock and disable theft protection features -->
514    <string name="confirm_enable_oem_unlock_text">WARNING: Device protection features will not work on this device while this setting is turned on.</string>
515
516    <!-- UI debug setting: select current app to mock location [CHAR LIMIT=50] -->
517    <string name="mock_location_app">Select mock location app</string>
518    <!-- UI debug setting: no mock location app has been set [CHAR LIMIT=50] -->
519    <string name="mock_location_app_not_set">No mock location app set</string>
520    <!-- UI debug setting: mock location app has been set [CHAR LIMIT=50] -->
521    <string name="mock_location_app_set">Mock location app: <xliff:g id="app_name">%1$s</xliff:g></string>
522
523    <!-- Preference category for networking debugging development settings. [CHAR LIMIT=50] -->
524    <string name="debug_networking_category">Networking</string>
525
526    <!-- Setting Checkbox title whether to show options for wireless display certification -->
527    <string name="wifi_display_certification">Wireless display certification</string>
528    <!-- Setting Checkbox title whether to enable WiFi Verbose Logging. [CHAR LIMIT=40] -->
529    <string name="wifi_verbose_logging">Enable Wi\u2011Fi Verbose Logging</string>
530    <!-- Setting Checkbox title whether to enable connected MAC randomization -->
531    <string name="wifi_connected_mac_randomization">Connected MAC Randomization</string>
532    <!-- Setting Checkbox title whether to always keep mobile data active. [CHAR LIMIT=80] -->
533    <string name="mobile_data_always_on">Mobile data always active</string>
534    <!-- Setting Checkbox title whether to enable hardware acceleration for tethering. [CHAR LIMIT=80] -->
535    <string name="tethering_hardware_offload">Tethering hardware acceleration</string>
536    <!-- Setting Checkbox title for showing Bluetooth devices without names -->
537    <string name="bluetooth_show_devices_without_names">Show Bluetooth devices without names</string>
538    <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->
539    <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string>
540
541    <!-- UI debug setting: Select Bluetooth AVRCP Version -->
542    <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string>
543    <!-- UI debug setting: Select Bluetooth AVRCP Version -->
544    <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string>
545
546    <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection -->
547    <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string>
548    <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection -->
549    <string name="bluetooth_select_a2dp_codec_type_dialog_title">Trigger Bluetooth Audio Codec\u000ASelection</string>
550
551    <!-- UI debug setting: Trigger Bluetooth Audio Sample Rate Selection -->
552    <string name="bluetooth_select_a2dp_codec_sample_rate">Bluetooth Audio Sample Rate</string>
553    <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection: Sample Rate -->
554    <string name="bluetooth_select_a2dp_codec_sample_rate_dialog_title">Trigger Bluetooth Audio Codec\u000ASelection: Sample Rate</string>
555
556    <!-- UI debug setting: Trigger Bluetooth Audio Bits Per Sample Selection -->
557    <string name="bluetooth_select_a2dp_codec_bits_per_sample">Bluetooth Audio Bits Per Sample</string>
558    <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection: Bits Per Sample -->
559    <string name="bluetooth_select_a2dp_codec_bits_per_sample_dialog_title">Trigger Bluetooth Audio Codec\u000ASelection: Bits Per Sample</string>
560
561    <!-- UI debug setting: Trigger Bluetooth Audio Channel Mode Selection -->
562    <string name="bluetooth_select_a2dp_codec_channel_mode">Bluetooth Audio Channel Mode</string>
563    <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection: Channel Mode -->
564    <string name="bluetooth_select_a2dp_codec_channel_mode_dialog_title">Trigger Bluetooth Audio Codec\u000ASelection: Channel Mode</string>
565
566    <!-- UI debug setting: Trigger Bluetooth Audio LDAC Playback Quality Selection -->
567    <string name="bluetooth_select_a2dp_codec_ldac_playback_quality">Bluetooth Audio LDAC Codec: Playback Quality</string>
568    <!-- UI debug setting: Select Bluetooth Audio LDAC Codec: LDAC Playback Quality -->
569    <string name="bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title">Trigger Bluetooth Audio LDAC\u000ACodec Selection: Playback Quality</string>
570
571    <!-- [CHAR LIMIT=NONE] Label for displaying Bluetooth Audio Codec Parameters while streaming -->
572    <string name="bluetooth_select_a2dp_codec_streaming_label">Streaming: <xliff:g id="streaming_parameter">%1$s</xliff:g></string>
573
574    <!-- Developer option setting for Private DNS -->
575    <string name="select_private_dns_configuration_title">Private DNS</string>
576    <string name="select_private_dns_configuration_dialog_title">Select Private DNS Mode</string>
577    <string name="private_dns_mode_off">Off</string>
578    <string name="private_dns_mode_opportunistic">Automatic</string>
579    <string name="private_dns_mode_provider">Private DNS provider hostname</string>
580    <string name="private_dns_mode_provider_hostname_hint">Enter hostname of DNS provider</string>
581    <string name="private_dns_mode_provider_failure">Couldn\'t connect</string>
582
583    <!-- setting Checkbox summary whether to show options for wireless display certification  -->
584    <string name="wifi_display_certification_summary">Show options for wireless display certification</string>
585    <!-- Setting Checkbox summary whether to enable Wifi verbose Logging [CHAR LIMIT=80] -->
586    <string name="wifi_verbose_logging_summary">Increase Wi\u2011Fi logging level, show per SSID RSSI in Wi\u2011Fi Picker</string>
587    <!-- Setting Checkbox title whether to enable connected MAC randomization -->
588    <string name="wifi_connected_mac_randomization_summary">Randomize MAC address when connecting to Wi\u2011Fi networks</string>
589    <!-- Label indicating network has been manually marked as metered -->
590    <string name="wifi_metered_label">Metered</string>
591    <!-- Label indicating network has been manually marked as unmetered -->
592    <string name="wifi_unmetered_label">Unmetered</string>
593    <!-- UI debug setting: limit size of Android logger buffers -->
594    <string name="select_logd_size_title">Logger buffer sizes</string>
595    <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
596    <string name="select_logd_size_dialog_title">Select Logger sizes per log buffer</string>
597    <!-- UI debug setting: store logs persistently -->
598    <string name="dev_logpersist_clear_warning_title">Clear logger persistent storage?</string>
599    <!-- Warning text to user about the implications of enabling USB debugging -->
600    <string name="dev_logpersist_clear_warning_message">When we no longer are monitoring with the persistent logger, we are required to erase the logger data resident on your device.</string>
601    <!-- Title of setting: title for selection of logs to store persistently [CHAR LIMIT=60] -->
602    <string name="select_logpersist_title">Store logger data persistently on device</string>
603    <!-- UI debug setting: select which logs to store persistently [CHAR LIMIT=80] -->
604    <string name="select_logpersist_dialog_title">Select log buffers to store persistently on device</string>
605    <!-- UI debug setting: select USB configuration -->
606    <string name="select_usb_configuration_title">Select USB Configuration</string>
607    <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
608    <string name="select_usb_configuration_dialog_title">Select USB Configuration</string>
609    <!-- Setting Checkbox title whether to allow mock locations -->
610    <string name="allow_mock_location">Allow mock locations</string>
611    <!-- setting Checkbox summary whether to allow mock locations  -->
612    <string name="allow_mock_location_summary">Allow mock locations</string>
613    <!-- Setting Checkbox title whether to enable view attribute inspection -->
614    <string name="debug_view_attributes">Enable view attribute inspection</string>
615    <string name="mobile_data_always_on_summary">Always keep mobile data active, even when Wi\u2011Fi is active (for fast network switching).</string>
616    <string name="tethering_hardware_offload_summary">Use tethering hardware acceleration if available</string>
617    <!-- Title of warning dialog about the implications of enabling USB debugging -->
618    <string name="adb_warning_title">Allow USB debugging?</string>
619    <!-- Warning text to user about the implications of enabling USB debugging -->
620    <string name="adb_warning_message">USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.</string>
621    <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
622    <string name="adb_keys_warning_message">Revoke access to USB debugging from all computers you\u2019ve previously authorized?</string>
623    <!-- Title of warning dialog about the implications of enabling developer settings -->
624    <string name="dev_settings_warning_title">Allow development settings?</string>
625    <!-- Warning text to user about the implications of enabling USB debugging -->
626    <string name="dev_settings_warning_message">These settings are intended for development use only.  They can cause your device and the applications on it to break or misbehave.</string>
627    <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
628    <string name="verify_apps_over_usb_title">Verify apps over USB</string>
629    <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
630    <string name="verify_apps_over_usb_summary">Check apps installed via ADB/ADT for harmful behavior.</string>
631    <!-- Summary of checkbox for showing Bluetooth devices without names -->
632    <string name="bluetooth_show_devices_without_names_summary">Bluetooth devices without names (MAC addresses only) will be displayed</string>
633    <!-- Summary of checkbox for disabling Bluetooth absolute volume -->
634    <string name="bluetooth_disable_absolute_volume_summary">Disables the Bluetooth absolute volume feature in case of volume issues with remote devices such as unacceptably loud volume or lack of control.</string>
635
636    <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
637    <string name="enable_terminal_title">Local terminal</string>
638    <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
639    <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
640
641    <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
642    <string name="hdcp_checking_title">HDCP checking</string>
643    <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
644    <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
645
646    <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
647    <string name="debug_debugging_category">Debugging</string>
648
649    <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
650    <string name="debug_app">Select debug app</string>
651    <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
652    <string name="debug_app_not_set">No debug application set</string>
653    <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
654    <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
655
656    <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
657    <string name="select_application">Select application</string>
658    <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
659    <string name="no_application">Nothing</string>
660
661    <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
662    <string name="wait_for_debugger">Wait for debugger</string>
663    <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
664    <string name="wait_for_debugger_summary">Debugged application waits for debugger to
665        attach before executing</string>
666
667    <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
668    <string name="debug_input_category">Input</string>
669
670    <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
671    <string name="debug_drawing_category">Drawing</string>
672
673    <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
674    <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
675
676    <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
677    <string name="media_category">Media</string>
678
679    <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
680    <string name="debug_monitoring_category">Monitoring</string>
681
682    <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
683    <string name="strict_mode">Strict mode enabled</string>
684    <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
685    <string name="strict_mode_summary">Flash screen when apps do long operations
686        on main thread</string>
687
688    <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
689    <string name="pointer_location">Pointer location</string>
690    <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
691    <string name="pointer_location_summary">Screen overlay showing current touch data</string>
692
693    <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
694    <string name="show_touches">Show taps</string>
695    <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
696    <string name="show_touches_summary">Show visual feedback for taps</string>
697
698    <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
699    <string name="show_screen_updates">Show surface updates</string>
700    <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
701    <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
702
703    <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
704    <string name="show_hw_screen_updates">Show GPU view updates</string>
705    <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
706    <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
707
708    <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
709    <string name="show_hw_layers_updates">Show hardware layers updates</string>
710    <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
711    <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
712
713    <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
714    <string name="debug_hw_overdraw">Debug GPU overdraw</string>
715
716    <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
717    <string name="disable_overlays">Disable HW overlays</string>
718    <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
719    <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
720
721    <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
722    <string name="simulate_color_space">Simulate color space</string>
723
724    <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
725    <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
726
727    <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=32] -->
728    <string name="usb_audio_disable_routing">Disable USB audio routing</string>
729    <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
730    <string name="usb_audio_disable_routing_summary">Disable automatic routing to USB audio peripherals</string>
731
732    <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
733    <string name="debug_layout">Show layout bounds</string>
734    <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
735    <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
736
737    <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
738    <string name="force_rtl_layout_all_locales">Force RTL layout direction</string>
739    <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
740    <string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
741
742    <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
743    <string name="force_hw_ui">Force GPU rendering</string>
744    <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
745    <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string>
746
747    <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
748    <string name="force_msaa">Force 4x MSAA</string>
749    <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
750    <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
751
752    <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
753    <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
754
755    <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
756    <string name="track_frame_time">Profile GPU rendering</string>
757
758    <!-- UI debug setting: enable gpu debug layers [CHAR LIMIT=25] -->
759    <string name="enable_gpu_debug_layers">Enable GPU debug layers</string>
760    <!-- UI debug setting: enable gpu debug layers summary [CHAR LIMIT=50] -->
761    <string name="enable_gpu_debug_layers_summary">Allow loading GPU debug layers for debug apps</string>
762
763    <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
764    <string name="window_animation_scale_title">Window animation scale</string>
765
766    <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
767    <string name="transition_animation_scale_title">Transition animation scale</string>
768
769    <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
770    <string name="animator_duration_scale_title">Animator duration scale</string>
771
772    <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
773    <string name="overlay_display_devices_title">Simulate secondary displays</string>
774
775    <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
776    <string name="debug_applications_category">Apps</string>
777
778    <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
779    <string name="immediately_destroy_activities">Don\u2019t keep activities</string>
780    <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
781    <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
782        the user leaves it</string>
783
784    <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
785    <string name="app_process_limit_title">Background process limit</string>
786
787    <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
788    <string name="show_all_anrs">Show background ANRs</string>
789    <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=100] -->
790    <string name="show_all_anrs_summary">Display App Not Responding dialog for background apps</string>
791
792    <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
793    <string name="show_notification_channel_warnings">Show notification channel warnings</string>
794    <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
795    <string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>
796
797
798    <!-- UI debug setting: force allow apps on external storage [CHAR LIMIT=50] -->
799    <string name="force_allow_on_external">Force allow apps on external</string>
800    <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
801    <string name="force_allow_on_external_summary">Makes any app eligible to be written to external storage, regardless of manifest values</string>
802
803    <!-- UI debug setting: force all activites to be resizable for multiwindow [CHAR LIMIT=50] -->
804    <string name="force_resizable_activities">Force activities to be resizable</string>
805    <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
806    <string name="force_resizable_activities_summary">Make all activities resizable for multi-window, regardless of manifest values.</string>
807
808    <!-- UI debug setting: enable freeform window support [CHAR LIMIT=50] -->
809    <string name="enable_freeform_support">Enable freeform windows</string>
810    <!-- UI debug setting: enable freeform window support summary [CHAR LIMIT=150] -->
811    <string name="enable_freeform_support_summary">Enable support for experimental freeform windows.</string>
812
813    <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
814    <string name="local_backup_password_title">Desktop backup password</string>
815    <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
816    <string name="local_backup_password_summary_none">Desktop full backups aren\u2019t currently protected</string>
817    <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
818    <string name="local_backup_password_summary_change">Tap to change or remove the password for desktop full backups</string>
819
820    <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
821    <string name="local_backup_password_toast_success">New backup password set</string>
822    <!-- Toast message shown when setting a new local backup password fails due to the user not correctly typing the password again for confirmation [CHAR LIMIT=80] -->
823    <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\u2019t match</string>
824    <!-- Toast message shown when setting a new local backup password fails due to the user not supplying the correct existing password. The phrasing here is deliberately quite general. [CHAR LIMIT=80] -->
825    <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
826
827    <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
828    <string-array name="color_mode_names">
829        <item>Vibrant (default)</item>
830        <item>Natural</item>
831        <item>Standard</item>
832    </string-array>
833
834    <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
835    <string-array name="color_mode_descriptions">
836        <item>Enhanced colors</item>
837        <item>Natural colors as seen by the eye</item>
838        <item>Colors optimized for digital content</item>
839    </string-array>
840
841    <!-- Settings item title for apps in standby (limiting background activity) [CHAR LIMIT=35] -->
842    <string name="inactive_apps_title">Standby apps</string>
843    <!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
844    <string name="inactive_app_inactive_summary">Inactive. Tap to toggle.</string>
845    <!-- Settings item summary for active app [CHAR LIMIT=100] -->
846    <string name="inactive_app_active_summary">Active. Tap to toggle.</string>
847
848    <!-- Settings item summary for standby bucket value of an app. [CHAR LIMIT=100] -->
849    <string name="standby_bucket_summary">App standby
850        state:<xliff:g id="bucket"> %s</xliff:g></string>
851
852    <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
853    <string name="runningservices_settings_title">Running services</string>
854    <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
855    <string name="runningservices_settings_summary">View and control currently running services</string>
856
857    <!-- Developer settings: select WebView provider title [CHAR LIMIT=30] -->
858    <string name="select_webview_provider_title">WebView implementation</string>
859    <!-- Developer settings: select WebView provider dialog title [CHAR LIMIT=30] -->
860    <string name="select_webview_provider_dialog_title">Set WebView implementation</string>
861    <!-- Developer settings: text for the WebView provider selection toast shown if an invalid provider was chosen (i.e. the setting list was stale). [CHAR LIMIT=NONE] -->
862    <string name="select_webview_provider_toast_text">This choice is no longer valid. Try again.</string>
863
864    <!-- Developer settings screen, convert userdata to file encryption option name -->
865    <string name="convert_to_file_encryption">Convert to file encryption</string>
866    <!-- Developer settings screen, convert userdata to file encryption summary when option is available -->
867    <string name="convert_to_file_encryption_enabled">Convert\u2026</string>
868    <!-- Developer settings screen, convert userdata to file encryption summary when option is already done -->
869    <string name="convert_to_file_encryption_done">Already file encrypted</string>
870    <!-- Title used on dialog with final prompt for converting to file encryption -->
871    <string name="title_convert_fbe">Converting to file based encryption</string>
872    <!-- Warning displayed on dialog with final prompt for converting to file encryption -->
873    <string name="convert_to_fbe_warning">
874        Convert data partition to file based encryption.\n
875        !!Warning!! This will erase all your data.\n
876        This feature is alpha, and may not work correctly.\n
877        Press \'Wipe and convert\u2026\' to continue.</string>
878    <!-- Button on dialog that triggers convertion to file encryption -->
879    <string name="button_convert_fbe">Wipe and convert\u2026</string>
880
881    <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
882    <string name="picture_color_mode">Picture color mode</string>
883
884    <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
885    <string name="picture_color_mode_desc">Use sRGB</string>
886
887    <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
888    <string name="daltonizer_mode_disabled">Disabled</string>
889    <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
890    <string name="daltonizer_mode_monochromacy">Monochromacy</string>
891    <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
892    <string name="daltonizer_mode_deuteranomaly">Deuteranomaly (red-green)</string>
893    <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
894    <string name="daltonizer_mode_protanomaly">Protanomaly (red-green)</string>
895    <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
896    <string name="daltonizer_mode_tritanomaly">Tritanomaly (blue-yellow)</string>
897
898    <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
899    <string name="accessibility_display_daltonizer_preference_title">Color correction</string>
900    <!-- Subtitle for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
901    <string name="accessibility_display_daltonizer_preference_subtitle">This feature is experimental and may affect performance.</string>
902    <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
903    <string name="daltonizer_type_overridden">Overridden by <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
904
905    <!-- [CHAR_LIMIT=NONE] Label for battery on main page of settings -->
906    <string name="power_remaining_settings_home_page"><xliff:g id="percentage" example="10%">%1$s</xliff:g> - <xliff:g id="time_string" example="1 hour left based on your usage">%2$s</xliff:g></string>
907    <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging -->
908    <string name="power_remaining_duration_only">About <xliff:g id="time_remaining">%1$s</xliff:g> left</string>
909    <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
910    <string name="power_discharging_duration">About <xliff:g id="time_remaining">%1$s</xliff:g> left (<xliff:g id="level">%2$s</xliff:g>)</string>
911    <!-- [CHAR_LIMIT=60] Label for estimated remaining duration of battery discharging -->
912    <string name="power_remaining_duration_only_enhanced">About <xliff:g id="time_remaining">%1$s</xliff:g> left based on your usage</string>
913    <!-- [CHAR_LIMIT=60] Label for battery level chart when discharging with duration and using enhanced estimate -->
914    <string name="power_discharging_duration_enhanced">About <xliff:g id="time_remaining">%1$s</xliff:g> left based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>
915    <!-- [CHAR_LIMIT=40] Short label for estimated remaining duration of battery charging/discharging -->
916    <string name="power_remaining_duration_only_short"><xliff:g id="time_remaining">%1$s</xliff:g> left</string>
917
918    <!-- [CHAR_LIMIT=100] Label for enhanced estimated time that phone will run out of battery -->
919    <string name="power_discharge_by_enhanced">Should last until about <xliff:g id="time">%1$s</xliff:g> based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>
920    <!-- [CHAR_LIMIT=100] Label for enhanced estimated time that phone will run out of battery with no percentage -->
921    <string name="power_discharge_by_only_enhanced">Should last until about <xliff:g id="time">%1$s</xliff:g> based on your usage</string>
922    <!-- [CHAR_LIMIT=100] Label for estimated time that phone will run out of battery -->
923    <string name="power_discharge_by">Should last until about <xliff:g id="time">%1$s</xliff:g> (<xliff:g id="level">%2$s</xliff:g>)</string>
924    <!-- [CHAR_LIMIT=100] Label for estimated time that phone will run out of battery -->
925    <string name="power_discharge_by_only">Should last until about <xliff:g id="time">%1$s</xliff:g></string>
926
927    <!-- [CHAR_LIMIT=60] label for estimated remaining duration of battery when under a certain amount -->
928    <string name="power_remaining_less_than_duration_only">Less than <xliff:g id="threshold">%1$s</xliff:g> remaining</string>
929    <!-- [CHAR_LIMIT=60] label for estimated remaining duration of battery when under a certain amount with the percentage -->
930    <string name="power_remaining_less_than_duration">Less than <xliff:g id="threshold">%1$s</xliff:g> remaining (<xliff:g id="level">%2$s</xliff:g>)</string>
931
932    <!-- Used to let users know that they have more than some amount of battery life remaining with percentage. ex: 75% - more than 1 day remaining [CHAR LIMIT = 80] -->
933    <string name="power_remaining_more_than_subtext">More than <xliff:g id="time_remaining">%1$s</xliff:g> remaining (<xliff:g id="level">%2$s</xliff:g>)</string>
934    <!-- Used to let users know that they have more than some amount of battery life remaining. ex: more than 1 day remaining [CHAR LIMIT = 40] -->
935    <string name="power_remaining_only_more_than_subtext">More than <xliff:g id="time_remaining">%1$s</xliff:g> remaining</string>
936
937    <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
938    <string name="power_remaining_duration_only_shutdown_imminent" product="default">Phone may shutdown soon</string>
939    <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
940    <string name="power_remaining_duration_only_shutdown_imminent" product="tablet">Tablet may shutdown soon</string>
941    <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
942    <string name="power_remaining_duration_only_shutdown_imminent" product="device">Device may shutdown soon</string>
943    <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
944    <string name="power_remaining_duration_shutdown_imminent" product="default">Phone may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
945    <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
946    <string name="power_remaining_duration_shutdown_imminent" product="tablet">Tablet may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
947    <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
948    <string name="power_remaining_duration_shutdown_imminent" product="device">Device may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
949
950    <!-- [CHAR_LIMIT=40] Label for battery level chart when charging -->
951    <string name="power_charging"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="state">%2$s</xliff:g></string>
952    <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery charging -->
953    <string name="power_remaining_charging_duration_only"><xliff:g id="time">%1$s</xliff:g> left until fully charged</string>
954    <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
955    <string name="power_charging_duration"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="time">%2$s</xliff:g> until fully charged</string>
956
957    <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
958    <string name="battery_info_status_unknown">Unknown</string>
959    <!-- [CHAR_LIMIT=20] Battery use screen.  Battery status shown in chart label when charging from an unknown source.  -->
960    <string name="battery_info_status_charging">Charging</string>
961    <!-- [CHAR_LIMIT=20] Battery use screen with lower case.  Battery status shown in chart label when charging from an unknown source.  -->
962    <string name="battery_info_status_charging_lower">charging</string>
963    <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
964    <string name="battery_info_status_discharging">Not charging</string>
965    <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
966    <string name="battery_info_status_not_charging">Plugged in, can\'t charge right now</string>
967    <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
968    <string name="battery_info_status_full">Full</string>
969
970    <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] -->
971    <string name="disabled_by_admin_summary_text">Controlled by admin</string>
972
973    <!-- Summary for switch preference to denote it is switched on [CHAR LIMIT=50] -->
974    <string name="enabled_by_admin">Enabled by admin</string>
975    <!-- Summary for switch preference to denote it is switched off [CHAR LIMIT=50] -->
976    <string name="disabled_by_admin">Disabled by admin</string>
977
978    <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
979    <string name="disabled">Disabled</string>
980    <!-- Summary of app trusted to install apps [CHAR LIMIT=45] -->
981    <string name="external_source_trusted">Allowed</string>
982    <!-- Summary of app not trusted to install apps [CHAR LIMIT=45] -->
983    <string name="external_source_untrusted">Not allowed</string>
984
985    <!-- Title for settings screen for controlling apps that can install other apps on device [CHAR LIMIT=50] -->
986    <string name="install_other_apps">Install unknown apps</string>
987
988    <!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] -->
989    <string name="home">Settings Home</string>
990
991    <!-- Labels on the side of batter graph in Quick Settings and Settings [CHAR LIMIT=8] -->
992    <string-array name="battery_labels">
993        <item>0%</item>
994        <item>50%</item>
995        <item>100%</item>
996    </string-array>
997
998    <!-- Label for length of time since the battery graph started [CHAR LIMIT=20] -->
999    <string name="charge_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> ago</string>
1000
1001    <!-- Label for length of time until battery is charged [CHAR LIMIT=20] -->
1002    <string name="remaining_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> left</string>
1003
1004    <!-- Hint text for the IP address -->
1005    <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
1006    <!-- Hint text for DNS -->
1007    <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
1008    <!-- Hint text for DNS -->
1009    <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
1010    <!-- Hint text for the gateway -->
1011    <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
1012    <!-- Hint text for network prefix length -->
1013    <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
1014    <!-- HTTP proxy settings. The hint text field for port. -->
1015    <string name="proxy_port_hint" translatable="false">8080</string>
1016    <!-- HTTP proxy settings. Hint for Proxy-Auto Config URL. -->
1017    <string name="proxy_url_hint" translatable="false">https://www.example.com/proxy.pac</string>
1018    <!-- HTTP proxy settings. The hint text for proxy exclusion list. -->
1019    <string name="proxy_exclusionlist_hint" translatable="false">example.com,mycomp.test.com,localhost</string>
1020    <!-- HTTP proxy settings. The hint text field for the hostname. -->
1021    <string name="proxy_hostname_hint" translatable="false">proxy.example.com</string>
1022
1023    <!-- Description for the screen zoom level that makes interface elements small. [CHAR LIMIT=24] -->
1024    <string name="screen_zoom_summary_small">Small</string>
1025    <!-- Description for the device's default screen zoom level. [CHAR LIMIT=24] -->
1026    <string name="screen_zoom_summary_default">Default</string>
1027    <!-- Description for the screen zoom level that makes interface elements large. [CHAR LIMIT=24] -->
1028    <string name="screen_zoom_summary_large">Large</string>
1029    <!-- Description for the screen zoom level that makes interface elements larger. [CHAR LIMIT=24] -->
1030    <string name="screen_zoom_summary_very_large">Larger</string>
1031    <!-- Description for the screen zoom level that makes interface elements largest. [CHAR LIMIT=24] -->
1032    <string name="screen_zoom_summary_extremely_large">Largest</string>
1033    <!-- Description for a custom screen zoom level. This shows the requested display
1034         density in raw pixels per inch rather than using a relative description. [CHAR LIMIT=24] -->
1035    <string name="screen_zoom_summary_custom">Custom (<xliff:g id="densityDpi" example="160">%d</xliff:g>)</string>
1036    <!-- Label for Help and feedback menu item -->
1037    <string name="help_feedback_label">Help &amp; feedback</string>
1038
1039    <!-- Content description for drawer menu button [CHAR_LIMIT=30]-->
1040    <string name="content_description_menu_button">Menu</string>
1041
1042    <!-- Label for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=NONE] -->
1043    <string name="retail_demo_reset_message">Enter password to perform factory reset in demo mode</string>
1044    <!-- Label for positive button on carrier demo  mode factory reset confirmation dialog [CHAR LIMIT=40] -->
1045    <string name="retail_demo_reset_next">Next</string>
1046    <!-- Title for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=40] -->
1047    <string name="retail_demo_reset_title">Password required</string>
1048
1049    <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
1050    <string name="battery_meter_very_low_overlay_symbol">!</string>
1051
1052    <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
1053    <string name="active_input_method_subtypes">Active input methods</string>
1054    <!-- Title for settings whether or not the framework will select input methods in an IME based
1055         on the current system locales. (The user can select multiple system locales)
1056         [CHAR LIMIT=35] -->
1057    <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
1058
1059    <!-- Toast that settings for an application is failed to open. -->
1060    <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
1061
1062    <!-- Warning message about security implications of enabling an input method, displayed as a dialog
1063         message when the user selects to enable an IME. -->
1064    <string name="ime_security_warning">This input method may be able to collect
1065        all the text you type, including personal data like passwords and credit
1066        card numbers.  It comes from the app
1067        <xliff:g id="ime_application_name">%1$s</xliff:g>.
1068        Use this input method?</string>
1069
1070    <!-- [CHAR LIMIT=NONE] Dialog body explaining that the app just selected by the user will not work after a reboot until until after the user enters their credentials, such as a PIN or password. -->
1071    <string name="direct_boot_unaware_dialog_message">Note: After a reboot, this app can\'t start until you unlock your phone</string>
1072
1073    <!--Label of IMS registration header -->
1074    <string name="ims_reg_title">"IMS registration state"</string>
1075    <!--Used when IMS registration state is registered -->
1076    <string name="ims_reg_status_registered">"Registered"</string>
1077    <!--Used when IMS registration state is not registered -->
1078    <string name="ims_reg_status_not_registered">"Not registered"</string>
1079
1080    <!-- About phone, status item value if the actual value is not available. -->
1081    <string name="status_unavailable">Unavailable</string>
1082
1083    <!-- About phone, status value for MAC address when MAC randomization feature is enabled and the device is disconnected. -->
1084    <string name="wifi_status_mac_randomized">MAC is randomized</string>
1085
1086    <!-- Summary to show how many devices are connected in wifi hotspot [CHAR LIMIT=NONE] -->
1087    <plurals name="wifi_tether_connected_summary">
1088        <item quantity="one">%1$d device connected</item>
1089        <item quantity="other">%1$d devices connected</item>
1090    </plurals>
1091
1092    <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1093    <string name="accessibility_manual_zen_more_time">More time.</string>
1094    <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1095    <string name="accessibility_manual_zen_less_time">Less time.</string>
1096
1097    <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
1098    <string name="cancel">Cancel</string>
1099    <!-- Button label for generic OK action [CHAR LIMIT=20] -->
1100    <string name="okay">OK</string>
1101
1102    <!--  Do not disturb: Label for button in enable zen dialog that will turn on zen mode. [CHAR LIMIT=30] -->
1103    <string name="zen_mode_enable_dialog_turn_on">Turn on</string>
1104    <!-- Do not disturb: Title for the Do not Disturb dialog to turn on Do not disturb. [CHAR LIMIT=50]-->
1105    <string name="zen_mode_settings_turn_on_dialog_title">Turn on Do Not Disturb</string>
1106    <!-- Sound: Summary for the Do not Disturb option when there is no automatic rules turned on. [CHAR LIMIT=NONE]-->
1107    <string name="zen_mode_settings_summary_off">Never</string>
1108    <!--[CHAR LIMIT=40] Zen Interruption level: Priority.  -->
1109    <string name="zen_interruption_level_priority">Priority only</string>
1110    <!-- [CHAR LIMIT=20] Accessibility string for current zen mode and selected exit condition. A template that simply concatenates existing mode string and the current condition description.  -->
1111    <string name="zen_mode_and_condition"><xliff:g id="zen_mode" example="Priority interruptions only">%1$s</xliff:g>. <xliff:g id="exit_condition" example="For one hour">%2$s</xliff:g></string>
1112    <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1113    <string name="zen_alarm_warning_indef">You won\'t hear your next alarm <xliff:g id="when" example="at 7:00 AM">%1$s</xliff:g> unless you turn this off before then</string>
1114    <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1115    <string name="zen_alarm_warning">You won\'t hear your next alarm <xliff:g id="when" example="at 7:00 AM">%1$s</xliff:g></string>
1116    <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1117    <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1118    <!-- Alarm template for far in the future alarms [CHAR LIMIT=25] -->
1119    <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
1120
1121    <!-- Do not disturb: Title for the dnd duration setting (user can specify how long dnd will last when toggling dnd on from qs or settings) [CHAR LIMIT=30] -->
1122    <string name="zen_mode_duration_settings_title">Duration</string>
1123    <!-- Do not disturb: Duration option to always prompt for the duration of dnd -->
1124    <string name="zen_mode_duration_always_prompt_title">Ask every time</string>
1125
1126    <!-- time label for event have that happened very recently [CHAR LIMIT=60] -->
1127    <string name="time_unit_just_now">Just now</string>
1128</resources>
1129