blob: 5dcc927cc5d59de30de5ba98b21d8910701fbc72 [file] [log] [blame]
Jason Monk2ba4ce62015-01-13 10:08:23 -05001<?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">
Jason Monkd52356a2015-01-28 10:40:41 -050021 <!-- 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>
Sanket Padawed1878802015-05-12 10:27:19 -070051 <!-- Do not translate. Concise terminology for Passpoint network -->
52 <string name="wifi_security_passpoint">Passpoint</string>
Jason Monkd52356a2015-01-28 10:40:41 -050053
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>
Amin Shaikh98773d42017-02-02 17:50:12 -080060 <!-- 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>
Jason Monkd52356a2015-01-28 10:40:41 -050062 <!-- 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>
Antony Sargente1caa9e2017-06-06 17:17:44 -070067
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
Jason Monkd52356a2015-01-28 10:40:41 -050075 <!-- Summary for the remembered network but currently not in range. -->
76 <string name="wifi_not_in_range">Not in range</string>
Salvador Martinez5d937fc2016-09-23 08:54:20 -070077 <!-- Summary for the network but no internet connection was detected. -->
Salvador Martinezaaffdd52016-09-29 11:23:05 -070078 <string name="wifi_no_internet_no_reconnect">Won\'t automatically connect</string>
Jason Monkd52356a2015-01-28 10:40:41 -050079 <!-- Summary for the remembered network but no internet connection was detected. -->
Fan Zhang0cc1c962017-11-20 15:12:27 -080080 <string name="wifi_no_internet">No internet access</string>
Sanket Padawe56cfbfb2015-05-05 20:10:46 -070081 <!-- Summary for saved networks -->
82 <string name="saved_network">Saved by <xliff:g id="name">%1$s</xliff:g></string>
Jason Monkd52356a2015-01-28 10:40:41 -050083
Stephen Chen36dd5cf12017-03-20 13:27:51 -070084 <!-- 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] -->
Stephen Chenbe70d892017-03-28 18:14:17 -070087 <string name="connected_via_network_scorer_default">Automatically connected via network rating provider</string>
Vinit Deshpandefc406002015-04-15 18:10:55 -070088 <!-- 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>
Vinit Deshpandedcf00c92015-04-15 18:32:09 -070090 <!-- 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>
Sanket Padawe56cfbfb2015-05-05 20:10:46 -070092 <!-- 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>
Jason Monk7ce96b92015-02-02 11:27:58 -050096
Sanket Padawe7094d222015-05-01 16:55:00 -070097 <!-- Summary for Connected wifi network without internet -->
Fan Zhang0cc1c962017-11-20 15:12:27 -080098 <string name="wifi_connected_no_internet">Connected, no internet</string>
Sanket Padawe7094d222015-05-01 16:55:00 -070099
Glen Kuhne446afac2017-06-22 16:02:33 -0700100 <!-- Summary for networks failing to connect due to association rejection status 17, AP full -->
101 <string name="wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string>
102
pkanwarbf7ceec2017-07-28 11:10:55 -0700103 <!-- Status message of Wi-Fi when it is connected to a Carrier Network. [CHAR LIMIT=NONE] -->
104 <string name="connected_via_carrier">Connected via %1$s</string>
105 <!-- Status message of Wi-Fi when an available network is a carrier network. [CHAR LIMIT=NONE] -->
106 <string name="available_via_carrier">Available via %1$s</string>
107
Sundeep Ghuman3853f8d2017-05-30 12:53:44 -0700108 <!-- Speed label for very slow network speed -->
109 <string name="speed_label_very_slow">Very Slow</string>
110 <!-- Speed label for slow network speed -->
111 <string name="speed_label_slow">Slow</string>
112 <!-- Speed label for okay network speed -->
Sundeep Ghumane8853f52017-06-06 16:56:44 -0700113 <string name="speed_label_okay">OK</string>
Sundeep Ghuman3853f8d2017-05-30 12:53:44 -0700114 <!-- Speed label for medium network speed -->
115 <string name="speed_label_medium">Medium</string>
116 <!-- Speed label for fast network speed -->
117 <string name="speed_label_fast">Fast</string>
118 <!-- Speed label for very fast network speed -->
119 <string name="speed_label_very_fast">Very Fast</string>
120
Sundeep Ghumand3171ca2017-07-12 23:02:24 -0700121 <!-- Summary text separator for preferences including a short description (eg. "Fast / Connected"). -->
122 <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>
123
Jason Monk7ce96b92015-02-02 11:27:58 -0500124 <!-- Bluetooth settings. Message when a device is disconnected -->
125 <string name="bluetooth_disconnected">Disconnected</string>
126 <!-- Bluetooth settings. Message when disconnecting from a device -->
127 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
128 <!-- Bluetooth settings. Message when connecting to a device -->
129 <string name="bluetooth_connecting">Connecting\u2026</string>
130 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] -->
131 <string name="bluetooth_connected">Connected</string>
Jason Monkbe3c5db2015-02-04 13:00:55 -0500132 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
133 <string name="bluetooth_pairing">Pairing\u2026</string>
134
135 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
136 <string name="bluetooth_connected_no_headset">Connected (no phone)</string>
137 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
138 <string name="bluetooth_connected_no_a2dp">Connected (no media)</string>
139 <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] -->
140 <string name="bluetooth_connected_no_map">Connected (no message access)</string>
141 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
142 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500143
Jack He0e16a862017-06-28 14:17:10 -0700144 <!-- Bluetooth settings. Message when connected to a device, showing remote device battery level. [CHAR LIMIT=NONE] -->
145 <string name="bluetooth_connected_battery_level">Connected, battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
146 <!-- Bluetooth settings. Message when connected to a device, except for phone audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
147 <string name="bluetooth_connected_no_headset_battery_level">Connected (no phone), battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
148 <!-- Bluetooth settings. Message when connected to a device, except for media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
149 <string name="bluetooth_connected_no_a2dp_battery_level">Connected (no media), battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
150 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
151 <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></string>
152
Jason Monk7ce96b92015-02-02 11:27:58 -0500153 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
154 <string name="bluetooth_profile_a2dp">Media audio</string>
155 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Antony Sargentc6098052017-05-31 21:29:52 -0700156 <string name="bluetooth_profile_headset">Phone calls</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500157 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
158 <string name="bluetooth_profile_opp">File transfer</string>
159 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
160 <string name="bluetooth_profile_hid">Input device</string>
161 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] -->
162 <string name="bluetooth_profile_pan">Internet access</string>
163 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] -->
164 <string name="bluetooth_profile_pbap">Contact sharing</string>
165 <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] -->
166 <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string>
167 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] -->
168 <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700169 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. -->
Antony Sargentc6098052017-05-31 21:29:52 -0700170 <string name="bluetooth_profile_map">Text Messages</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700171 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the SAP profile (sharing SIM card). -->
172 <string name="bluetooth_profile_sap">SIM Access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500173
Antony Sargentbf99f972017-04-21 15:25:57 -0700174 <!-- 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) -->
Antony Sargentc6098052017-05-31 21:29:52 -0700175 <string name="bluetooth_profile_a2dp_high_quality">HD audio: <xliff:g id="codec_name">%1$s</xliff:g></string>
Antony Sargentbf99f972017-04-21 15:25:57 -0700176
177 <!-- 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. -->
Antony Sargentc6098052017-05-31 21:29:52 -0700178 <string name="bluetooth_profile_a2dp_high_quality_unknown_codec">HD audio</string>
Antony Sargentbf99f972017-04-21 15:25:57 -0700179
Jason Monk7ce96b92015-02-02 11:27:58 -0500180 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
181 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
182 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
183 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
184 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
185 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
186 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. -->
187 <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700188 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference when SAP is connected. -->
189 <string name="bluetooth_sap_profile_summary_connected">Connected to SAP</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500190 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
191 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
192 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
193 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
194 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
Fan Zhang0cc1c962017-11-20 15:12:27 -0800195 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for internet access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500196 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
Fan Zhang0cc1c962017-11-20 15:12:27 -0800197 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local internet connection with device</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500198
199 <!-- Bluetooth settings. Connection options screen. The summary
200 for the PAN checkbox preference that describes how checking it
201 will set the PAN profile as preferred. -->
Fan Zhang0cc1c962017-11-20 15:12:27 -0800202 <string name="bluetooth_pan_profile_summary_use_for">Use for internet access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500203 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
204 <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700205 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference that describes how checking it will set the sap profile as preferred. -->
206 <string name="bluetooth_sap_profile_summary_use_for">Use for SIM access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500207 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
208 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
209 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
210 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
211 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
212 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
213 <!-- Bluetooth settings. Connection options screen. The summary
214 for the HID checkbox preference that describes how checking it
215 will set the HID profile as preferred. -->
216 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
217
218 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
219 <string name="bluetooth_pairing_accept">Pair</string>
220 <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] -->
221 <string name="bluetooth_pairing_accept_all_caps">PAIR</string>
222 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
223 <string name="bluetooth_pairing_decline">Cancel</string>
224
225 <!-- Message in pairing dialogs. [CHAR LIMIT=NONE] -->
226 <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string>
227 <!-- Message for the error dialog when BT pairing fails generically. -->
228 <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
229
230 <!-- Message for the error dialog when BT pairing fails because the PIN /
231 Passkey entered is incorrect. -->
232 <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>
233 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
234 <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string>
235 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
236 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
237
jackqdyuleic9d6a172017-09-18 18:55:41 -0700238 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4875089335641234463] -->
239 <string name="bluetooth_talkback_computer">Computer</string>
240
241 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5140152177885220949] -->
242 <string name="bluetooth_talkback_headset">Headset</string>
243
244 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4260255181240622896] -->
245 <string name="bluetooth_talkback_phone">Phone</string>
246
247 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=551146170554589119] -->
248 <string name="bluetooth_talkback_imaging">Imaging</string>
249
250 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=26580326066627664] -->
251 <string name="bluetooth_talkback_headphone">Headphone</string>
252
253 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5165842622743212268] -->
254 <string name="bluetooth_talkback_input_peripheral">Input Peripheral</string>
255
256 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5615463912185280812] -->
257 <string name="bluetooth_talkback_bluetooth">Bluetooth</string>
258
Jason Monkf05ca672015-07-14 13:32:33 -0400259 <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
260 <string name="accessibility_wifi_off">Wifi off.</string>
261 <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
262 <string name="accessibility_no_wifi">Wifi disconnected.</string>
263 <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
264 <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
265 <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
266 <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
267 <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
268 <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
269 <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
270 <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
271
Fan Zhang60b850d2017-07-18 15:59:06 -0700272 <!-- Content description of the Wi-Fi security type. This message indicates this is an open Wi-Fi (no password needed) [CHAR LIMIT=NONE] -->
273 <string name="accessibility_wifi_security_type_none">Open network</string>
274
275 <!-- Content description of the Wi-Fi security type. This message indicates this is a secured Wi-Fi (password needed) [CHAR LIMIT=NONE] -->
276 <string name="accessibility_wifi_security_type_secured">Secure network</string>
277
Wei Liu30275c12015-08-24 17:35:49 -0700278 <!-- Label for kernel threads in battery usage -->
279 <string name="process_kernel_label">Android OS</string>
280 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
281 <string name="data_usage_uninstalled_apps">Removed apps</string>
282 <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
283 <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
284
285 <!-- Tethering controls, item title to go into the tethering settings -->
286 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
287 <string name="tether_settings_title_usb">USB tethering</string>
288 <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
289 <string name="tether_settings_title_wifi">Portable hotspot</string>
290 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
291 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
292 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
293 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
294 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
295 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
296
297 <!-- Title for a work profile. [CHAR LIMIT=25] -->
Eric Tang50adb2e2016-04-18 14:30:48 +0100298 <string name="managed_user_title">All work apps</string>
Wei Liu30275c12015-08-24 17:35:49 -0700299
300 <!-- Title for Guest user [CHAR LIMIT=35] -->
301 <string name="user_guest">Guest</string>
302
303 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
304 <string name="unknown">Unknown</string>
305
306 <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
307 <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string>
Tony Mantlered03f452015-10-21 11:29:10 -0700308
309 <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] -->
310 <string name="launch_defaults_some">Some defaults set</string>
311 <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
312 <string name="launch_defaults_none">No defaults set</string>
Fan Zhang96028312017-10-09 13:50:55 -0700313 <!-- DO NOT TRANSLATE Empty summary for dynamic preferences -->
314 <string name="summary_empty" translatable="false"></string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700315 <!-- Text-To-Speech (TTS) settings --><skip />
316 <!-- Name of the TTS package as listed by the package manager. -->
317 <string name="tts_settings">Text-to-speech settings</string>
318 <!-- TTS option item name in the main settings screen -->
319 <string name="tts_settings_title">Text-to-speech output</string>
shwetachahar686570a2016-02-23 14:21:39 +0000320 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700321 <string name="tts_default_rate_title">Speech rate</string>
322 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
323 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
shwetachahar686570a2016-02-23 14:21:39 +0000324 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
325 <string name="tts_default_pitch_title">Pitch</string>
326 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
327 <string name="tts_default_pitch_summary">Affects the tone of the synthesized speech</string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700328 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
329 <string name="tts_default_lang_title">Language</string>
330 <!-- Entry in the TTS engine language/locale picker, when selected will try to default to the system language [CHAR LIMIT=50] -->
331 <string name="tts_lang_use_system">Use system language</string>
332 <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
333 <string name="tts_lang_not_selected">Language not selected</string>
334 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
335 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
336 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
337 <string name="tts_play_example_title">Listen to an example</string>
338 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
339 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
340 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
341 <string name="tts_install_data_title">Install voice data</string>
342 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
343 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
344 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
345 message when the user selects to enable an engine. -->
346 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
347 all the text that will be spoken, including personal data like passwords and credit
348 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
349 Enable the use of this speech synthesis engine?</string>
350 <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
351 message when the user selects to play an example for network only locale and there's no internet connectivity. -->
352 <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
353 <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
354 <string name="tts_default_sample_string">This is an example of speech synthesis</string>
355 <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
356 current default language [CHAR LIMIT=50] -->
357 <string name="tts_status_title">Default language status</string>
358 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
359 selected language is fully supported by the engine [CHAR LIMIT=150]-->
360 <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is fully supported</string>
361 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
362 selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
363 <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> requires network connection</string>
364 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
365 selected language is not supported by the engine [CHAR LIMIT=150] -->
366 <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is not supported</string>
367 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
368 tts engine is queried for status [CHAR LIMIT=150] -->
369 <string name="tts_status_checking">Checking&#8230;</string>
370 <!-- Title for a preference in the main TTS settings screen, which
371 launches the settings screen for a given TTS engine when clicked
372 [CHAR LIMIT=30]-->
373 <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
374 <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
375 the image that launches the TTS engine settings when clicked. -->
376 <string name="tts_engine_settings_button">Launch engine settings</string>
377 <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
378 preferred text to speech engine -->
379 <string name="tts_engine_preference_section_title">Preferred engine</string>
380 <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
381 that are applicable to all engines, such as the speech rate -->
382 <string name="tts_general_section_title">General</string>
shwetachahar0f11e372016-04-15 15:53:38 +0100383 <!-- On main TTS Settings screen, in default settings section,
384 reset speech pitch of synthesized voice to 1x speech pitch. [CHAR LIMIT=50] -->
385 <string name="tts_reset_speech_pitch_title">Reset speech pitch</string>
386 <!--On main TTS Settings screen, summary for reset speech pitch of synthesized voice [CHAR LIMIT=150] -->
387 <string name="tts_reset_speech_pitch_summary">Reset the pitch at which the text is spoken to default.</string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700388
389 <!-- Default speech rate choices -->
390 <string-array name="tts_rate_entries">
391 <item>Very slow</item>
392 <item>Slow</item>
393 <item>Normal</item>
394 <item>Fast</item>
395 <item>Faster</item>
396 <item>Very fast</item>
397 <item>Rapid</item>
398 <item>Very rapid</item>
399 <item>Fastest</item>
400 </string-array>
401 <!-- Do not translate. -->
402 <string-array name="tts_rate_values">
403 <item>60</item>
404 <item>80</item>
405 <item>100</item>
406 <item>150</item>
407 <item>200</item>
408 <item>250</item>
409 <item>300</item>
410 <item>350</item>
411 <item>400</item>
412 </string-array>
413
414 <!-- Do not translate. -->
415 <string-array name="tts_demo_strings" translatable="false">
416 <item>This is an example of speech synthesis in English.</item>
417 <item>Voici un échantillon de synthèse vocale en français.</item>
418 <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
419 <item>Questo è un esempio di sintesi vocale in italiano.</item>
420 <item>Este es un ejemplo de síntesis de voz en español.</item>
421 <item>이것은 한국어 음성 합성의 예입니다.</item>
422 </string-array>
423 <!-- Do not translate. -->
424 <string-array name="tts_demo_string_langs" translatable="false">
425 <item>eng</item>
426 <item>fra</item>
427 <item>deu</item>
428 <item>ita</item>
429 <item>spa</item>
430 <item>kor</item>
431 </string-array>
432
Jason Monk0d72d202015-11-04 13:16:00 -0500433 <!-- Title for profile selection dialog [CHAR LIMIT=30] -->
Charles He61112982017-03-23 21:00:51 +0000434 <string name="choose_profile">Choose profile</string>
Jason Monk0d72d202015-11-04 13:16:00 -0500435
436 <!-- Header for items under the personal user [CHAR LIMIT=30] -->
437 <string name="category_personal">Personal</string>
438 <!-- Header for items under the work user [CHAR LIMIT=30] -->
439 <string name="category_work">Work</string>
440
Tony Mantlere92cf6d2015-11-10 10:40:14 -0800441 <!-- Full package name of OEM preferred device feedback reporter. Leave this blank, overlaid in Settings/TvSettings [DO NOT TRANSLATE] -->
442 <string name="oem_preferred_feedback_reporter" translatable="false" />
443
Tony Mantler5881ebc2015-12-04 11:24:34 -0800444 <!-- Development settings -->
445 <skip/>
446 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
447 <string name="development_settings_title">Developer options</string>
448 <!-- Development settings enable title. -->
449 <string name="development_settings_enable">Enable developer options</string>
450 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
451 <string name="development_settings_summary">Set options for app development</string>
452 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
453 <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
454 <string name="development_settings_not_available">Developer options are not available for this user</string>
455 <!-- Error message for users that aren't allowed to modify VPN settings [CHAR LIMIT=none] -->
456 <string name="vpn_settings_not_available">VPN settings are not available for this user</string>
457 <!-- Error message for users that aren't allowed to modify Tethering settings [CHAR LIMIT=none] -->
458 <string name="tethering_settings_not_available">Tethering settings are not available for this user</string>
459 <!-- Error message for users that aren't allowed to modify Access Point Names settings [CHAR LIMIT=none] -->
460 <string name="apn_settings_not_available">Access Point Name settings are not available for this user</string>
461 <string name="enable_adb">USB debugging</string>
462 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
463 <string name="enable_adb_summary">Debug mode when USB is connected</string>
464 <!-- Setting title to revoke secure USB debugging authorizations -->
465 <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
466 <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
467 <string name="bugreport_in_power">Bug report shortcut</string>
468 <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
469 <string name="bugreport_in_power_summary">Show a button in the power menu for taking a bug report</string>
470 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
471 <string name="keep_screen_on">Stay awake</string>
472 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
473 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
474 <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log -->
475 <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string>
476 <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file -->
477 <string name="bt_hci_snoop_log_summary">Capture all bluetooth HCI packets in a file</string>
478 <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] -->
479 <string name="oem_unlock_enable">OEM unlocking</string>
480 <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] -->
481 <string name="oem_unlock_enable_summary">Allow the bootloader to be unlocked</string>
482 <!-- Confirmation dialog title to ensure user wishes to enable OEM unlock and disable theft protection features -->
483 <string name="confirm_enable_oem_unlock_title">Allow OEM unlocking?</string>
484 <!-- Warning dialog message to confirm user wishes to enable OEM unlock and disable theft protection features -->
485 <string name="confirm_enable_oem_unlock_text">WARNING: Device protection features will not work on this device while this setting is turned on.</string>
486
487 <!-- UI debug setting: select current app to mock location [CHAR LIMIT=50] -->
488 <string name="mock_location_app">Select mock location app</string>
489 <!-- UI debug setting: no mock location app has been set [CHAR LIMIT=50] -->
490 <string name="mock_location_app_not_set">No mock location app set</string>
491 <!-- UI debug setting: mock location app has been set [CHAR LIMIT=50] -->
492 <string name="mock_location_app_set">Mock location app: <xliff:g id="app_name">%1$s</xliff:g></string>
493
494 <!-- Preference category for networking debugging development settings. [CHAR LIMIT=50] -->
495 <string name="debug_networking_category">Networking</string>
496
497 <!-- Setting Checkbox title whether to show options for wireless display certification -->
498 <string name="wifi_display_certification">Wireless display certification</string>
499 <!-- Setting Checkbox title whether to enable WiFi Verbose Logging. [CHAR LIMIT=40] -->
500 <string name="wifi_verbose_logging">Enable Wi\u2011Fi Verbose Logging</string>
Jong Wook Kim0a20eda2018-01-05 18:40:25 -0800501 <!-- Setting Checkbox title whether to enable connected MAC randomization -->
502 <string name="wifi_connected_mac_randomization">Connected MAC Randomization</string>
Fan Zhang5545d422017-03-15 17:38:57 -0700503 <!-- Setting Checkbox title whether to always keep mobile data active. [CHAR LIMIT=80] -->
504 <string name="mobile_data_always_on">Mobile data always active</string>
Lorenzo Colitti66dfbfa2017-07-05 00:28:25 +0900505 <!-- Setting Checkbox title whether to enable hardware acceleration for tethering. [CHAR LIMIT=80] -->
506 <string name="tethering_hardware_offload">Tethering hardware acceleration</string>
Jack He15134f22017-08-24 15:21:40 -0700507 <!-- Setting Checkbox title for showing Bluetooth devices without names -->
508 <string name="bluetooth_show_devices_without_names">Show Bluetooth devices without names</string>
Andre Eisenbachd4263fa2016-02-09 17:28:58 -0800509 <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->
510 <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800511
Ajay Panickerc280c482017-03-20 14:20:52 -0700512 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
513 <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string>
514 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
515 <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string>
516
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800517 <!-- UI debug setting: Select Bluetooth Audio Codec -->
518 <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800519 <!-- UI debug setting: Select Bluetooth Audio Codec -->
520 <string name="bluetooth_select_a2dp_codec_type_dialog_title">Select Bluetooth Audio Codec</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800521
522 <!-- UI debug setting: Select Bluetooth Audio Sample Rate -->
523 <string name="bluetooth_select_a2dp_codec_sample_rate">Bluetooth Audio Sample Rate</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800524 <!-- UI debug setting: Select Bluetooth Audio Codec: Sample Rate -->
525 <string name="bluetooth_select_a2dp_codec_sample_rate_dialog_title">Select Bluetooth Audio Codec:\u000ASample Rate</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800526
527 <!-- UI debug setting: Select Bluetooth Audio Bits Per Sample -->
528 <string name="bluetooth_select_a2dp_codec_bits_per_sample">Bluetooth Audio Bits Per Sample</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800529 <!-- UI debug setting: Select Bluetooth Audio Codec: Bits Per Sample -->
530 <string name="bluetooth_select_a2dp_codec_bits_per_sample_dialog_title">Select Bluetooth Audio Codec:\u000ABits Per Sample</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800531
532 <!-- UI debug setting: Select Bluetooth Audio Channel Mode -->
533 <string name="bluetooth_select_a2dp_codec_channel_mode">Bluetooth Audio Channel Mode</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800534 <!-- UI debug setting: Select Bluetooth Audio Codec: Channel Mode -->
535 <string name="bluetooth_select_a2dp_codec_channel_mode_dialog_title">Select Bluetooth Audio Codec:\u000AChannel Mode</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800536
537 <!-- UI debug setting: Select Bluetooth Audio LDAC Playback Quality -->
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800538 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality">Bluetooth Audio LDAC Codec: Playback Quality</string>
539 <!-- UI debug setting: Select Bluetooth Audio LDAC Codec: LDAC Playback Quality -->
540 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title">Select Bluetooth Audio LDAC Codec:\u000APlayback Quality</string>
541
542 <!-- [CHAR LIMIT=NONE] Label for displaying Bluetooth Audio Codec Parameters while streaming -->
543 <string name="bluetooth_select_a2dp_codec_streaming_label">Streaming: <xliff:g id="streaming_parameter">%1$s</xliff:g></string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800544
Erik Kline4d092232017-10-30 15:29:44 +0900545 <!-- Developer option setting for Private DNS -->
546 <string name="select_private_dns_configuration_title">Private DNS</string>
547 <string name="select_private_dns_configuration_dialog_title">Select Private DNS Mode</string>
548 <string name="private_dns_mode_off">Off</string>
549 <string name="private_dns_mode_opportunistic">Opportunistic</string>
550 <string name="private_dns_mode_provider">Private DNS provider hostname</string>
551 <string name="private_dns_mode_provider_hostname_hint">Enter hostname of DNS provider</string>
Ben Schwartzbccbd002017-10-02 13:27:13 -0400552
Tony Mantler5881ebc2015-12-04 11:24:34 -0800553 <!-- setting Checkbox summary whether to show options for wireless display certification -->
554 <string name="wifi_display_certification_summary">Show options for wireless display certification</string>
555 <!-- Setting Checkbox summary whether to enable Wifi verbose Logging [CHAR LIMIT=80] -->
556 <string name="wifi_verbose_logging_summary">Increase Wi\u2011Fi logging level, show per SSID RSSI in Wi\u2011Fi Picker</string>
Jong Wook Kim0a20eda2018-01-05 18:40:25 -0800557 <!-- Setting Checkbox title whether to enable connected MAC randomization -->
558 <string name="wifi_connected_mac_randomization_summary">Randomize MAC address when connecting to Wi\u2011Fi networks</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800559 <!-- UI debug setting: limit size of Android logger buffers -->
560 <string name="select_logd_size_title">Logger buffer sizes</string>
561 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
562 <string name="select_logd_size_dialog_title">Select Logger sizes per log buffer</string>
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700563 <!-- UI debug setting: store logs persistently -->
564 <string name="dev_logpersist_clear_warning_title">Clear logger persistent storage?</string>
565 <!-- Warning text to user about the implications of enabling USB debugging -->
566 <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>
Mark Salyzyn41f85952016-08-05 09:28:21 -0700567 <!-- Title of setting: title for selection of logs to store persistently [CHAR LIMIT=60] -->
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700568 <string name="select_logpersist_title">Store logger data persistently on device</string>
569 <!-- UI debug setting: select which logs to store persistently [CHAR LIMIT=80] -->
570 <string name="select_logpersist_dialog_title">Select log buffers to store persistently on device</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800571 <!-- UI debug setting: select USB configuration -->
572 <string name="select_usb_configuration_title">Select USB Configuration</string>
573 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
574 <string name="select_usb_configuration_dialog_title">Select USB Configuration</string>
575 <!-- Setting Checkbox title whether to allow mock locations -->
576 <string name="allow_mock_location">Allow mock locations</string>
577 <!-- setting Checkbox summary whether to allow mock locations -->
578 <string name="allow_mock_location_summary">Allow mock locations</string>
579 <!-- Setting Checkbox title whether to enable view attribute inspection -->
580 <string name="debug_view_attributes">Enable view attribute inspection</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800581 <string name="mobile_data_always_on_summary">Always keep mobile data active, even when Wi\u2011Fi is active (for fast network switching).</string>
Lorenzo Colitti66dfbfa2017-07-05 00:28:25 +0900582 <string name="tethering_hardware_offload_summary">Use tethering hardware acceleration if available</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800583 <!-- Title of warning dialog about the implications of enabling USB debugging -->
584 <string name="adb_warning_title">Allow USB debugging?</string>
585 <!-- Warning text to user about the implications of enabling USB debugging -->
586 <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>
587 <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
588 <string name="adb_keys_warning_message">Revoke access to USB debugging from all computers you\u2019ve previously authorized?</string>
589 <!-- Title of warning dialog about the implications of enabling developer settings -->
590 <string name="dev_settings_warning_title">Allow development settings?</string>
591 <!-- Warning text to user about the implications of enabling USB debugging -->
592 <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>
593 <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
594 <string name="verify_apps_over_usb_title">Verify apps over USB</string>
595 <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
596 <string name="verify_apps_over_usb_summary">Check apps installed via ADB/ADT for harmful behavior.</string>
Jack He15134f22017-08-24 15:21:40 -0700597 <!-- Summary of checkbox for showing Bluetooth devices without names -->
598 <string name="bluetooth_show_devices_without_names_summary">Bluetooth devices without names (MAC addresses only) will be displayed</string>
Andre Eisenbachd4263fa2016-02-09 17:28:58 -0800599 <!-- Summary of checkbox for disabling Bluetooth absolute volume -->
600 <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>
Jack He76cd53a2016-11-17 16:19:43 -0800601
Tony Mantler5881ebc2015-12-04 11:24:34 -0800602 <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
603 <string name="enable_terminal_title">Local terminal</string>
604 <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
605 <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
606
607 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
608 <string name="hdcp_checking_title">HDCP checking</string>
609 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
610 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
611
612 <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
613 <string name="debug_debugging_category">Debugging</string>
614
615 <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
616 <string name="debug_app">Select debug app</string>
617 <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
618 <string name="debug_app_not_set">No debug application set</string>
619 <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
620 <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
621
622 <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
623 <string name="select_application">Select application</string>
624 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
625 <string name="no_application">Nothing</string>
626
627 <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
628 <string name="wait_for_debugger">Wait for debugger</string>
629 <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
630 <string name="wait_for_debugger_summary">Debugged application waits for debugger to
631 attach before executing</string>
632
633 <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
634 <string name="debug_input_category">Input</string>
635
636 <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
637 <string name="debug_drawing_category">Drawing</string>
638
639 <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
640 <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
641
642 <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
643 <string name="media_category">Media</string>
644
645 <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
646 <string name="debug_monitoring_category">Monitoring</string>
647
648 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
649 <string name="strict_mode">Strict mode enabled</string>
650 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
651 <string name="strict_mode_summary">Flash screen when apps do long operations
652 on main thread</string>
653
654 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
655 <string name="pointer_location">Pointer location</string>
656 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
657 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
658
659 <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500660 <string name="show_touches">Show taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800661 <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500662 <string name="show_touches_summary">Show visual feedback for taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800663
664 <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
665 <string name="show_screen_updates">Show surface updates</string>
666 <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
667 <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
668
669 <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
670 <string name="show_hw_screen_updates">Show GPU view updates</string>
671 <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
672 <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
673
674 <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
675 <string name="show_hw_layers_updates">Show hardware layers updates</string>
676 <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
677 <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
678
679 <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
680 <string name="debug_hw_overdraw">Debug GPU overdraw</string>
681
Derek Sollenberger4badfe62017-02-14 11:38:06 -0500682 <!-- UI debug setting: select the renderer to use by RenderThread [CHAR LIMIT=25] -->
683 <string name="debug_hw_renderer">Set GPU Renderer</string>
684
Tony Mantler5881ebc2015-12-04 11:24:34 -0800685 <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
686 <string name="disable_overlays">Disable HW overlays</string>
687 <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
688 <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
689
690 <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
691 <string name="simulate_color_space">Simulate color space</string>
692
693 <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
694 <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
695
696 <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=32] -->
697 <string name="usb_audio_disable_routing">Disable USB audio routing</string>
698 <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
699 <string name="usb_audio_disable_routing_summary">Disable automatic routing to USB audio peripherals</string>
700
701 <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
702 <string name="debug_layout">Show layout bounds</string>
703 <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
704 <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
705
706 <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
707 <string name="force_rtl_layout_all_locales">Force RTL layout direction</string>
708 <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
709 <string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
710
Tony Mantler5881ebc2015-12-04 11:24:34 -0800711 <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
712 <string name="force_hw_ui">Force GPU rendering</string>
713 <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
714 <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string>
715
716 <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
717 <string name="force_msaa">Force 4x MSAA</string>
718 <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
719 <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
720
721 <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
722 <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
723
724 <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
725 <string name="track_frame_time">Profile GPU rendering</string>
726
Cody Northrop86cedcb2017-10-20 09:03:13 -0600727 <!-- UI debug setting: enable gpu debug layers [CHAR LIMIT=25] -->
728 <string name="enable_gpu_debug_layers">Enable GPU debug layers</string>
729 <!-- UI debug setting: enable gpu debug layers summary [CHAR LIMIT=50] -->
730 <string name="enable_gpu_debug_layers_summary">Allow loading GPU debug layers for debug apps</string>
731
Tony Mantler5881ebc2015-12-04 11:24:34 -0800732 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
733 <string name="window_animation_scale_title">Window animation scale</string>
734
735 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
736 <string name="transition_animation_scale_title">Transition animation scale</string>
737
738 <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
739 <string name="animator_duration_scale_title">Animator duration scale</string>
740
741 <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
742 <string name="overlay_display_devices_title">Simulate secondary displays</string>
743
744 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
745 <string name="debug_applications_category">Apps</string>
746
747 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
748 <string name="immediately_destroy_activities">Don\u2019t keep activities</string>
749 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
750 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
751 the user leaves it</string>
752
753 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
754 <string name="app_process_limit_title">Background process limit</string>
755
756 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
757 <string name="show_all_anrs">Show all ANRs</string>
758 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
759 <string name="show_all_anrs_summary">Show App Not Responding dialog
760 for background apps</string>
761
Geoffrey Pitsch507822d2017-05-11 12:57:22 -0400762 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
763 <string name="show_notification_channel_warnings">Show notification channel warnings</string>
764 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
765 <string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>
766
767
Tony Mantler5881ebc2015-12-04 11:24:34 -0800768 <!-- UI debug setting: force allow apps on external storage [CHAR LIMIT=50] -->
769 <string name="force_allow_on_external">Force allow apps on external</string>
770 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Nick Kralevich39725072016-03-12 15:00:50 -0800771 <string name="force_allow_on_external_summary">Makes any app eligible to be written to external storage, regardless of manifest values</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800772
773 <!-- UI debug setting: force all activites to be resizable for multiwindow [CHAR LIMIT=50] -->
774 <string name="force_resizable_activities">Force activities to be resizable</string>
775 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800776 <string name="force_resizable_activities_summary">Make all activities resizable for multi-window, regardless of manifest values.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800777
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100778 <!-- UI debug setting: enable freeform window support [CHAR LIMIT=50] -->
779 <string name="enable_freeform_support">Enable freeform windows</string>
780 <!-- UI debug setting: enable freeform window support summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800781 <string name="enable_freeform_support_summary">Enable support for experimental freeform windows.</string>
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100782
Tony Mantler5881ebc2015-12-04 11:24:34 -0800783 <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
784 <string name="local_backup_password_title">Desktop backup password</string>
785 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
786 <string name="local_backup_password_summary_none">Desktop full backups aren\u2019t currently protected</string>
787 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500788 <string name="local_backup_password_summary_change">Tap to change or remove the password for desktop full backups</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800789
790 <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
791 <string name="local_backup_password_toast_success">New backup password set</string>
792 <!-- 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] -->
793 <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\u2019t match</string>
794 <!-- 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] -->
795 <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
796
797 <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
798 <string-array name="color_mode_names">
799 <item>Vibrant (default)</item>
800 <item>Natural</item>
801 <item>Standard</item>
802 </string-array>
803
804 <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
805 <string-array name="color_mode_descriptions">
806 <item>Enhanced colors</item>
807 <item>Natural colors as seen by the eye</item>
808 <item>Colors optimized for digital content</item>
809 </string-array>
810
811 <!-- Settings item title for inactive apps [CHAR LIMIT=35] -->
812 <string name="inactive_apps_title">Inactive apps</string>
813 <!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500814 <string name="inactive_app_inactive_summary">Inactive. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800815 <!-- Settings item summary for active app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500816 <string name="inactive_app_active_summary">Active. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800817
818 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
819 <string name="runningservices_settings_title">Running services</string>
820 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
821 <string name="runningservices_settings_summary">View and control currently running services</string>
822
Tobias Sargeantda857102016-02-11 14:52:28 +0000823 <!-- Developer settings: select WebView provider title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000824 <string name="select_webview_provider_title">WebView implementation</string>
Tobias Sargeantda857102016-02-11 14:52:28 +0000825 <!-- Developer settings: select WebView provider dialog title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000826 <string name="select_webview_provider_dialog_title">Set WebView implementation</string>
Gustav Senntonc83e3fa2016-02-18 12:19:13 +0000827 <!-- 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] -->
Gustav Senntonae71ddd2016-03-10 18:11:45 +0000828 <string name="select_webview_provider_toast_text">This choice is no longer valid. Try again.</string>
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000829
Tony Mantler5881ebc2015-12-04 11:24:34 -0800830 <!-- Developer settings screen, convert userdata to file encryption option name -->
831 <string name="convert_to_file_encryption">Convert to file encryption</string>
832 <!-- Developer settings screen, convert userdata to file encryption summary when option is available -->
833 <string name="convert_to_file_encryption_enabled">Convert\u2026</string>
834 <!-- Developer settings screen, convert userdata to file encryption summary when option is already done -->
835 <string name="convert_to_file_encryption_done">Already file encrypted</string>
836 <!-- Title used on dialog with final prompt for converting to file encryption -->
837 <string name="title_convert_fbe">Converting to file based encryption</string>
838 <!-- Warning displayed on dialog with final prompt for converting to file encryption -->
839 <string name="convert_to_fbe_warning">
840 Convert data partition to file based encryption.\n
841 !!Warning!! This will erase all your data.\n
842 This feature is alpha, and may not work correctly.\n
843 Press \'Wipe and convert\u2026\' to continue.</string>
844 <!-- Button on dialog that triggers convertion to file encryption -->
845 <string name="button_convert_fbe">Wipe and convert\u2026</string>
846
847 <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
848 <string name="picture_color_mode">Picture color mode</string>
849
850 <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
851 <string name="picture_color_mode_desc">Use sRGB</string>
852
853 <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
854 <string name="daltonizer_mode_disabled">Disabled</string>
855 <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
856 <string name="daltonizer_mode_monochromacy">Monochromacy</string>
857 <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
858 <string name="daltonizer_mode_deuteranomaly">Deuteranomaly (red-green)</string>
859 <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
860 <string name="daltonizer_mode_protanomaly">Protanomaly (red-green)</string>
861 <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
862 <string name="daltonizer_mode_tritanomaly">Tritanomaly (blue-yellow)</string>
863
864 <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
865 <string name="accessibility_display_daltonizer_preference_title">Color correction</string>
866 <!-- Subtitle for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
867 <string name="accessibility_display_daltonizer_preference_subtitle">This feature is experimental and may affect performance.</string>
868 <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
869 <string name="daltonizer_type_overridden">Overridden by <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
870
jackqdyulei806f78d2017-03-24 12:13:49 -0700871 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700872 <string name="power_remaining_duration_only">About <xliff:g id="time">^1</xliff:g> left</string>
Salvador Martineza8f6ede2017-05-22 13:32:17 -0700873 <!-- [CHAR_LIMIT=60] Label for estimated remaining duration of battery discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700874 <string name="power_remaining_duration_only_enhanced">About <xliff:g id="time">^1</xliff:g> left based on your usage</string>
jackqdyulei806f78d2017-03-24 12:13:49 -0700875 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery charging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700876 <string name="power_remaining_charging_duration_only"><xliff:g id="time">^1</xliff:g> left until fully charged</string>
Jason Monk96ab6362016-02-11 11:33:09 -0500877
Muyuan Li18d2b322016-03-31 13:53:56 -0700878 <!-- [CHAR_LIMIT=40] Short label for estimated remaining duration of battery charging/discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700879 <string name="power_remaining_duration_only_short"><xliff:g id="time">^1</xliff:g> left</string>
Salvador Martineza8f6ede2017-05-22 13:32:17 -0700880 <!-- [CHAR_LIMIT=60] Short label for estimated remaining duration of battery charging/discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700881 <string name="power_remaining_duration_only_short_enhanced"><xliff:g id="time">^1</xliff:g> left based on your usage</string>
Muyuan Li18d2b322016-03-31 13:53:56 -0700882
Jason Monkc06fbb12016-01-08 14:12:18 -0500883 <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700884 <string name="power_discharging_duration"><xliff:g id="level">^1</xliff:g> - about <xliff:g id="time">^2</xliff:g> left</string>
Salvador Martineza8f6ede2017-05-22 13:32:17 -0700885 <!-- [CHAR_LIMIT=60] Label for battery level chart when discharging with duration and using enhanced estimate -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700886 <string name="power_discharging_duration_enhanced"><xliff:g id="level">^1</xliff:g> - about <xliff:g id="time">^2</xliff:g> left based on your usage</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500887
Muyuan Li18d2b322016-03-31 13:53:56 -0700888 <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700889 <string name="power_discharging_duration_short"><xliff:g id="level">^1</xliff:g> - <xliff:g id="time">^2</xliff:g> left</string>
Muyuan Li18d2b322016-03-31 13:53:56 -0700890
Jason Monkc06fbb12016-01-08 14:12:18 -0500891 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700892 <string name="power_charging"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="state">%2$s</xliff:g></string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500893 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700894 <string name="power_charging_duration"><xliff:g id="level">^1</xliff:g> - <xliff:g id="time">^2</xliff:g> until fully charged</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500895
896 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
897 <string name="battery_info_status_unknown">Unknown</string>
898 <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging from an unknown source. -->
899 <string name="battery_info_status_charging">Charging</string>
jackqdyuleia704efa2017-04-03 11:31:40 -0700900 <!-- [CHAR_LIMIT=20] Battery use screen with lower case. Battery status shown in chart label when charging from an unknown source. -->
901 <string name="battery_info_status_charging_lower">charging</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500902 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
903 <string name="battery_info_status_discharging">Not charging</string>
904 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
jackqdyulei02e8cd52017-05-31 13:53:16 -0700905 <string name="battery_info_status_not_charging">Plugged in, can\'t charge right now</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500906 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
907 <string name="battery_info_status_full">Full</string>
908
Sudheer Shanka14501732016-01-25 22:40:10 +0000909 <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] -->
Sudheer Shanka579dc132016-02-17 18:06:38 +0000910 <string name="disabled_by_admin_summary_text">Controlled by admin</string>
Sudheer Shanka14501732016-01-25 22:40:10 +0000911
Sudheer Shanka923bc742016-02-22 22:29:47 +0000912 <!-- Summary for switch preference to denote it is switched on [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000913 <string name="enabled_by_admin">Enabled by admin</string>
Sudheer Shanka535b4e72016-03-09 17:04:15 -0800914 <!-- Summary for switch preference to denote it is switched off [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000915 <string name="disabled_by_admin">Disabled by admin</string>
Sudheer Shanka923bc742016-02-22 22:29:47 +0000916
Tony Mantler64080f12017-05-26 13:34:46 -0700917 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
918 <string name="disabled">Disabled</string>
919 <!-- Summary of app trusted to install apps [CHAR LIMIT=45] -->
920 <string name="external_source_trusted">Allowed</string>
921 <!-- Summary of app not trusted to install apps [CHAR LIMIT=45] -->
922 <string name="external_source_untrusted">Not allowed</string>
923
924 <!-- Title for settings screen for controlling apps that can install other apps on device [CHAR LIMIT=50] -->
925 <string name="install_other_apps">Install unknown apps</string>
926
Jason Monkcafda1f2016-02-05 10:16:22 -0500927 <!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] -->
Jason Monk23d4ccf2016-04-12 12:42:30 -0400928 <string name="home">Settings Home</string>
Jason Monkcafda1f2016-02-05 10:16:22 -0500929
Jason Monkb8d6fcb2016-05-23 14:42:23 -0400930 <!-- Labels on the side of batter graph in Quick Settings and Settings [CHAR LIMIT=8] -->
931 <string-array name="battery_labels">
Jason Monk96ab6362016-02-11 11:33:09 -0500932 <item>0%</item>
933 <item>50%</item>
934 <item>100%</item>
935 </string-array>
936
937 <!-- Label for length of time since the battery graph started [CHAR LIMIT=20] -->
938 <string name="charge_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> ago</string>
939
940 <!-- Label for length of time until battery is charged [CHAR LIMIT=20] -->
941 <string name="remaining_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> left</string>
942
Tony Mantlerddba18e2016-03-21 14:50:55 -0700943 <!-- Hint text for the IP address -->
944 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
945 <!-- Hint text for DNS -->
946 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
947 <!-- Hint text for DNS -->
948 <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
949 <!-- Hint text for the gateway -->
950 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
951 <!-- Hint text for network prefix length -->
952 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
953 <!-- HTTP proxy settings. The hint text field for port. -->
954 <string name="proxy_port_hint" translatable="false">8080</string>
955 <!-- HTTP proxy settings. Hint for Proxy-Auto Config URL. -->
956 <string name="proxy_url_hint" translatable="false">https://www.example.com/proxy.pac</string>
957 <!-- HTTP proxy settings. The hint text for proxy exclusion list. -->
958 <string name="proxy_exclusionlist_hint" translatable="false">example.com,mycomp.test.com,localhost</string>
959 <!-- HTTP proxy settings. The hint text field for the hostname. -->
960 <string name="proxy_hostname_hint" translatable="false">proxy.example.com</string>
961
Alan Viverette8890cfa2016-03-25 14:56:38 -0400962 <!-- Description for the screen zoom level that makes interface elements small. [CHAR LIMIT=24] -->
963 <string name="screen_zoom_summary_small">Small</string>
964 <!-- Description for the device's default screen zoom level. [CHAR LIMIT=24] -->
965 <string name="screen_zoom_summary_default">Default</string>
966 <!-- Description for the screen zoom level that makes interface elements large. [CHAR LIMIT=24] -->
967 <string name="screen_zoom_summary_large">Large</string>
968 <!-- Description for the screen zoom level that makes interface elements larger. [CHAR LIMIT=24] -->
969 <string name="screen_zoom_summary_very_large">Larger</string>
970 <!-- Description for the screen zoom level that makes interface elements largest. [CHAR LIMIT=24] -->
971 <string name="screen_zoom_summary_extremely_large">Largest</string>
972 <!-- Description for a custom screen zoom level. This shows the requested display
973 density in raw pixels per inch rather than using a relative description. [CHAR LIMIT=24] -->
974 <string name="screen_zoom_summary_custom">Custom (<xliff:g id="densityDpi" example="160">%d</xliff:g>)</string>
Suprabh Shuklac15c1be2016-04-04 15:04:09 -0700975 <!-- Label for Help and feedback menu item -->
976 <string name="help_feedback_label">Help &amp; feedback</string>
Alan Viverette8890cfa2016-03-25 14:56:38 -0400977
Fan Zhangc10db982016-08-11 13:52:04 -0700978 <!-- Content description for drawer menu button [CHAR_LIMIT=30]-->
979 <string name="content_description_menu_button">Menu</string>
980
Christine Frankscf683142017-01-23 17:19:13 -0800981 <!-- Label for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=NONE] -->
982 <string name="retail_demo_reset_message">Enter password to perform factory reset in demo mode</string>
983 <!-- Label for positive button on carrier demo mode factory reset confirmation dialog [CHAR LIMIT=40] -->
984 <string name="retail_demo_reset_next">Next</string>
985 <!-- Title for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=40] -->
986 <string name="retail_demo_reset_title">Password required</string>
jackqdyulei597b10f2017-01-27 13:31:40 -0800987
988 <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
989 <string name="battery_meter_very_low_overlay_symbol">!</string>
Tony Mantlerb8592352017-02-17 14:04:00 -0800990
991 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
992 <string name="active_input_method_subtypes">Active input methods</string>
993 <!-- Title for settings whether or not the framework will select input methods in an IME based
994 on the current system locales. (The user can select multiple system locales)
995 [CHAR LIMIT=35] -->
996 <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
997
Tony Mantlera4c123f2017-03-31 13:52:45 -0700998 <!-- Toast that settings for an application is failed to open. -->
999 <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
1000
1001 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
1002 message when the user selects to enable an IME. -->
1003 <string name="ime_security_warning">This input method may be able to collect
1004 all the text you type, including personal data like passwords and credit
1005 card numbers. It comes from the app
1006 <xliff:g id="ime_application_name">%1$s</xliff:g>.
1007 Use this input method?</string>
1008
1009 <!-- [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. -->
1010 <string name="direct_boot_unaware_dialog_message">Note: After a reboot, this app can\'t start until you unlock your phone</string>
1011
Tony Mantler73f950d2017-10-06 10:24:49 -07001012 <!--Label of IMS registration header -->
1013 <string name="ims_reg_title">"IMS registration state"</string>
1014 <!--Used when IMS registration state is registered -->
1015 <string name="ims_reg_status_registered">"Registered"</string>
1016 <!--Used when IMS registration state is not registered -->
1017 <string name="ims_reg_status_not_registered">"Not registered"</string>
1018
1019 <!-- About phone, status item value if the actual value is not available. -->
1020 <string name="status_unavailable">Unavailable</string>
1021
jackqdyuleib8deeb62018-01-19 15:48:37 -08001022 <!-- Summary to show how many devices are connected in wifi hotspot [CHAR LIMIT=NONE] -->
1023 <plurals name="wifi_tether_connected_summary">
1024 <item quantity="one">%1$d device connected</item>
1025 <item quantity="other">%1$d devices connected</item>
1026 </plurals>
1027
Beverly92c25682018-01-22 09:27:19 -05001028 <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1029 <string name="accessibility_manual_zen_more_time">More time.</string>
1030 <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1031 <string name="accessibility_manual_zen_less_time">Less time.</string>
1032
Jason Monk2ba4ce62015-01-13 10:08:23 -05001033</resources>