blob: 30b205dbe3d6dae7bb65021477663fbd0e2fc2b4 [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] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800131 <string name="bluetooth_connected">Connected<xliff:g id="active_device">%1$s</xliff:g></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] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800136 <string name="bluetooth_connected_no_headset">Connected (no phone)<xliff:g id="active_device">%1$s</xliff:g></string>
Jason Monkbe3c5db2015-02-04 13:00:55 -0500137 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800138 <string name="bluetooth_connected_no_a2dp">Connected (no media)<xliff:g id="active_device">%1$s</xliff:g></string>
Jason Monkbe3c5db2015-02-04 13:00:55 -0500139 <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800140 <string name="bluetooth_connected_no_map">Connected (no message access)<xliff:g id="active_device">%1$s</xliff:g></string>
Jason Monkbe3c5db2015-02-04 13:00:55 -0500141 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800142 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)<xliff:g id="active_device">%1$s</xliff:g></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] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800145 <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>
Jack He0e16a862017-06-28 14:17:10 -0700146 <!-- Bluetooth settings. Message when connected to a device, except for phone audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800147 <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>
Jack He0e16a862017-06-28 14:17:10 -0700148 <!-- Bluetooth settings. Message when connected to a device, except for media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800149 <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>
Jack He0e16a862017-06-28 14:17:10 -0700150 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio, showing remote device battery level. [CHAR LIMIT=NONE] -->
Pavlin Radoslavove6e080f2018-02-06 12:21:34 -0800151 <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>
Jack He0e16a862017-06-28 14:17:10 -0700152
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
Jakub Pawlowskiea580fa2017-11-22 11:02:34 -0800180 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the Hearing Aid profile. -->
181 <string name="bluetooth_profile_hearing_aid">Hearing Aid</string>
182 <!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. -->
183 <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aid</string>
184
Jason Monk7ce96b92015-02-02 11:27:58 -0500185 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
186 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
187 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
188 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
189 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
190 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
191 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. -->
192 <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700193 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference when SAP is connected. -->
194 <string name="bluetooth_sap_profile_summary_connected">Connected to SAP</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500195 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
196 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
197 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
198 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
199 <!-- 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 -0800200 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for internet access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500201 <!-- 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 -0800202 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local internet connection with device</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500203
204 <!-- Bluetooth settings. Connection options screen. The summary
205 for the PAN checkbox preference that describes how checking it
206 will set the PAN profile as preferred. -->
Fan Zhang0cc1c962017-11-20 15:12:27 -0800207 <string name="bluetooth_pan_profile_summary_use_for">Use for internet access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500208 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
209 <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700210 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference that describes how checking it will set the sap profile as preferred. -->
211 <string name="bluetooth_sap_profile_summary_use_for">Use for SIM access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500212 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
213 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
214 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
215 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
216 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
217 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
218 <!-- Bluetooth settings. Connection options screen. The summary
219 for the HID checkbox preference that describes how checking it
220 will set the HID profile as preferred. -->
221 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
Jakub Pawlowskiea580fa2017-11-22 11:02:34 -0800222 <!-- 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. -->
223 <string name="bluetooth_hearing_aid_profile_summary_use_for">Use for Hearing Aid</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500224
225 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
226 <string name="bluetooth_pairing_accept">Pair</string>
227 <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] -->
228 <string name="bluetooth_pairing_accept_all_caps">PAIR</string>
229 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
230 <string name="bluetooth_pairing_decline">Cancel</string>
231
232 <!-- Message in pairing dialogs. [CHAR LIMIT=NONE] -->
233 <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string>
234 <!-- Message for the error dialog when BT pairing fails generically. -->
235 <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
236
237 <!-- Message for the error dialog when BT pairing fails because the PIN /
238 Passkey entered is incorrect. -->
239 <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>
240 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
241 <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string>
242 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
243 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
244
jackqdyuleic9d6a172017-09-18 18:55:41 -0700245 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4875089335641234463] -->
246 <string name="bluetooth_talkback_computer">Computer</string>
247
248 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5140152177885220949] -->
249 <string name="bluetooth_talkback_headset">Headset</string>
250
251 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=4260255181240622896] -->
252 <string name="bluetooth_talkback_phone">Phone</string>
253
254 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=551146170554589119] -->
255 <string name="bluetooth_talkback_imaging">Imaging</string>
256
257 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=26580326066627664] -->
258 <string name="bluetooth_talkback_headphone">Headphone</string>
259
260 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5165842622743212268] -->
261 <string name="bluetooth_talkback_input_peripheral">Input Peripheral</string>
262
263 <!-- Message for telling the user the kind of BT device being displayed in list. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5615463912185280812] -->
264 <string name="bluetooth_talkback_bluetooth">Bluetooth</string>
265
Jason Monkf05ca672015-07-14 13:32:33 -0400266 <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
267 <string name="accessibility_wifi_off">Wifi off.</string>
268 <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
269 <string name="accessibility_no_wifi">Wifi disconnected.</string>
270 <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
271 <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
272 <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
273 <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
274 <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
275 <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
276 <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
277 <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
278
Fan Zhang60b850d2017-07-18 15:59:06 -0700279 <!-- Content description of the Wi-Fi security type. This message indicates this is an open Wi-Fi (no password needed) [CHAR LIMIT=NONE] -->
280 <string name="accessibility_wifi_security_type_none">Open network</string>
281
282 <!-- Content description of the Wi-Fi security type. This message indicates this is a secured Wi-Fi (password needed) [CHAR LIMIT=NONE] -->
283 <string name="accessibility_wifi_security_type_secured">Secure network</string>
284
Wei Liu30275c12015-08-24 17:35:49 -0700285 <!-- Label for kernel threads in battery usage -->
286 <string name="process_kernel_label">Android OS</string>
287 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
288 <string name="data_usage_uninstalled_apps">Removed apps</string>
289 <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
290 <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
291
292 <!-- Tethering controls, item title to go into the tethering settings -->
293 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
294 <string name="tether_settings_title_usb">USB tethering</string>
295 <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
296 <string name="tether_settings_title_wifi">Portable hotspot</string>
297 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
298 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
299 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
300 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
301 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
302 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
303
304 <!-- Title for a work profile. [CHAR LIMIT=25] -->
Eric Tang50adb2e2016-04-18 14:30:48 +0100305 <string name="managed_user_title">All work apps</string>
Wei Liu30275c12015-08-24 17:35:49 -0700306
307 <!-- Title for Guest user [CHAR LIMIT=35] -->
308 <string name="user_guest">Guest</string>
309
310 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
311 <string name="unknown">Unknown</string>
312
313 <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
314 <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 -0700315
316 <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] -->
317 <string name="launch_defaults_some">Some defaults set</string>
318 <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
319 <string name="launch_defaults_none">No defaults set</string>
Fan Zhang96028312017-10-09 13:50:55 -0700320 <!-- DO NOT TRANSLATE Empty summary for dynamic preferences -->
321 <string name="summary_empty" translatable="false"></string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700322 <!-- Text-To-Speech (TTS) settings --><skip />
323 <!-- Name of the TTS package as listed by the package manager. -->
324 <string name="tts_settings">Text-to-speech settings</string>
325 <!-- TTS option item name in the main settings screen -->
326 <string name="tts_settings_title">Text-to-speech output</string>
shwetachahar686570a2016-02-23 14:21:39 +0000327 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700328 <string name="tts_default_rate_title">Speech rate</string>
329 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
330 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
shwetachahar686570a2016-02-23 14:21:39 +0000331 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
332 <string name="tts_default_pitch_title">Pitch</string>
333 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
334 <string name="tts_default_pitch_summary">Affects the tone of the synthesized speech</string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700335 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
336 <string name="tts_default_lang_title">Language</string>
337 <!-- Entry in the TTS engine language/locale picker, when selected will try to default to the system language [CHAR LIMIT=50] -->
338 <string name="tts_lang_use_system">Use system language</string>
339 <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
340 <string name="tts_lang_not_selected">Language not selected</string>
341 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
342 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
343 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
344 <string name="tts_play_example_title">Listen to an example</string>
345 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
346 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
347 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
348 <string name="tts_install_data_title">Install voice data</string>
349 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
350 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
351 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
352 message when the user selects to enable an engine. -->
353 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
354 all the text that will be spoken, including personal data like passwords and credit
355 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
356 Enable the use of this speech synthesis engine?</string>
357 <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
358 message when the user selects to play an example for network only locale and there's no internet connectivity. -->
359 <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
360 <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
361 <string name="tts_default_sample_string">This is an example of speech synthesis</string>
362 <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
363 current default language [CHAR LIMIT=50] -->
364 <string name="tts_status_title">Default language status</string>
365 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
366 selected language is fully supported by the engine [CHAR LIMIT=150]-->
367 <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is fully supported</string>
368 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
369 selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
370 <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> requires network connection</string>
371 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
372 selected language is not supported by the engine [CHAR LIMIT=150] -->
373 <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is not supported</string>
374 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
375 tts engine is queried for status [CHAR LIMIT=150] -->
376 <string name="tts_status_checking">Checking&#8230;</string>
377 <!-- Title for a preference in the main TTS settings screen, which
378 launches the settings screen for a given TTS engine when clicked
379 [CHAR LIMIT=30]-->
380 <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
381 <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
382 the image that launches the TTS engine settings when clicked. -->
383 <string name="tts_engine_settings_button">Launch engine settings</string>
384 <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
385 preferred text to speech engine -->
386 <string name="tts_engine_preference_section_title">Preferred engine</string>
387 <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
388 that are applicable to all engines, such as the speech rate -->
389 <string name="tts_general_section_title">General</string>
shwetachahar0f11e372016-04-15 15:53:38 +0100390 <!-- On main TTS Settings screen, in default settings section,
391 reset speech pitch of synthesized voice to 1x speech pitch. [CHAR LIMIT=50] -->
392 <string name="tts_reset_speech_pitch_title">Reset speech pitch</string>
393 <!--On main TTS Settings screen, summary for reset speech pitch of synthesized voice [CHAR LIMIT=150] -->
394 <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 -0700395
396 <!-- Default speech rate choices -->
397 <string-array name="tts_rate_entries">
398 <item>Very slow</item>
399 <item>Slow</item>
400 <item>Normal</item>
401 <item>Fast</item>
402 <item>Faster</item>
403 <item>Very fast</item>
404 <item>Rapid</item>
405 <item>Very rapid</item>
406 <item>Fastest</item>
407 </string-array>
408 <!-- Do not translate. -->
409 <string-array name="tts_rate_values">
410 <item>60</item>
411 <item>80</item>
412 <item>100</item>
413 <item>150</item>
414 <item>200</item>
415 <item>250</item>
416 <item>300</item>
417 <item>350</item>
418 <item>400</item>
419 </string-array>
420
421 <!-- Do not translate. -->
422 <string-array name="tts_demo_strings" translatable="false">
423 <item>This is an example of speech synthesis in English.</item>
424 <item>Voici un échantillon de synthèse vocale en français.</item>
425 <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
426 <item>Questo è un esempio di sintesi vocale in italiano.</item>
427 <item>Este es un ejemplo de síntesis de voz en español.</item>
428 <item>이것은 한국어 음성 합성의 예입니다.</item>
429 </string-array>
430 <!-- Do not translate. -->
431 <string-array name="tts_demo_string_langs" translatable="false">
432 <item>eng</item>
433 <item>fra</item>
434 <item>deu</item>
435 <item>ita</item>
436 <item>spa</item>
437 <item>kor</item>
438 </string-array>
439
Jason Monk0d72d202015-11-04 13:16:00 -0500440 <!-- Title for profile selection dialog [CHAR LIMIT=30] -->
Charles He61112982017-03-23 21:00:51 +0000441 <string name="choose_profile">Choose profile</string>
Jason Monk0d72d202015-11-04 13:16:00 -0500442
443 <!-- Header for items under the personal user [CHAR LIMIT=30] -->
444 <string name="category_personal">Personal</string>
445 <!-- Header for items under the work user [CHAR LIMIT=30] -->
446 <string name="category_work">Work</string>
447
Tony Mantlere92cf6d2015-11-10 10:40:14 -0800448 <!-- Full package name of OEM preferred device feedback reporter. Leave this blank, overlaid in Settings/TvSettings [DO NOT TRANSLATE] -->
449 <string name="oem_preferred_feedback_reporter" translatable="false" />
450
Tony Mantler5881ebc2015-12-04 11:24:34 -0800451 <!-- Development settings -->
452 <skip/>
453 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
454 <string name="development_settings_title">Developer options</string>
455 <!-- Development settings enable title. -->
456 <string name="development_settings_enable">Enable developer options</string>
457 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
458 <string name="development_settings_summary">Set options for app development</string>
459 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
460 <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
461 <string name="development_settings_not_available">Developer options are not available for this user</string>
462 <!-- Error message for users that aren't allowed to modify VPN settings [CHAR LIMIT=none] -->
463 <string name="vpn_settings_not_available">VPN settings are not available for this user</string>
464 <!-- Error message for users that aren't allowed to modify Tethering settings [CHAR LIMIT=none] -->
465 <string name="tethering_settings_not_available">Tethering settings are not available for this user</string>
466 <!-- Error message for users that aren't allowed to modify Access Point Names settings [CHAR LIMIT=none] -->
467 <string name="apn_settings_not_available">Access Point Name settings are not available for this user</string>
468 <string name="enable_adb">USB debugging</string>
469 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
470 <string name="enable_adb_summary">Debug mode when USB is connected</string>
471 <!-- Setting title to revoke secure USB debugging authorizations -->
472 <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
473 <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
474 <string name="bugreport_in_power">Bug report shortcut</string>
475 <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
476 <string name="bugreport_in_power_summary">Show a button in the power menu for taking a bug report</string>
477 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
478 <string name="keep_screen_on">Stay awake</string>
479 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
480 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
481 <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log -->
482 <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string>
483 <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file -->
484 <string name="bt_hci_snoop_log_summary">Capture all bluetooth HCI packets in a file</string>
485 <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] -->
486 <string name="oem_unlock_enable">OEM unlocking</string>
487 <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] -->
488 <string name="oem_unlock_enable_summary">Allow the bootloader to be unlocked</string>
489 <!-- Confirmation dialog title to ensure user wishes to enable OEM unlock and disable theft protection features -->
490 <string name="confirm_enable_oem_unlock_title">Allow OEM unlocking?</string>
491 <!-- Warning dialog message to confirm user wishes to enable OEM unlock and disable theft protection features -->
492 <string name="confirm_enable_oem_unlock_text">WARNING: Device protection features will not work on this device while this setting is turned on.</string>
493
494 <!-- UI debug setting: select current app to mock location [CHAR LIMIT=50] -->
495 <string name="mock_location_app">Select mock location app</string>
496 <!-- UI debug setting: no mock location app has been set [CHAR LIMIT=50] -->
497 <string name="mock_location_app_not_set">No mock location app set</string>
498 <!-- UI debug setting: mock location app has been set [CHAR LIMIT=50] -->
499 <string name="mock_location_app_set">Mock location app: <xliff:g id="app_name">%1$s</xliff:g></string>
500
501 <!-- Preference category for networking debugging development settings. [CHAR LIMIT=50] -->
502 <string name="debug_networking_category">Networking</string>
503
504 <!-- Setting Checkbox title whether to show options for wireless display certification -->
505 <string name="wifi_display_certification">Wireless display certification</string>
506 <!-- Setting Checkbox title whether to enable WiFi Verbose Logging. [CHAR LIMIT=40] -->
507 <string name="wifi_verbose_logging">Enable Wi\u2011Fi Verbose Logging</string>
Jong Wook Kim0a20eda2018-01-05 18:40:25 -0800508 <!-- Setting Checkbox title whether to enable connected MAC randomization -->
509 <string name="wifi_connected_mac_randomization">Connected MAC Randomization</string>
Fan Zhang5545d422017-03-15 17:38:57 -0700510 <!-- Setting Checkbox title whether to always keep mobile data active. [CHAR LIMIT=80] -->
511 <string name="mobile_data_always_on">Mobile data always active</string>
Lorenzo Colitti66dfbfa2017-07-05 00:28:25 +0900512 <!-- Setting Checkbox title whether to enable hardware acceleration for tethering. [CHAR LIMIT=80] -->
513 <string name="tethering_hardware_offload">Tethering hardware acceleration</string>
Jack He15134f22017-08-24 15:21:40 -0700514 <!-- Setting Checkbox title for showing Bluetooth devices without names -->
515 <string name="bluetooth_show_devices_without_names">Show Bluetooth devices without names</string>
Andre Eisenbachd4263fa2016-02-09 17:28:58 -0800516 <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->
517 <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800518
Ajay Panickerc280c482017-03-20 14:20:52 -0700519 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
520 <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string>
521 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
522 <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string>
523
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800524 <!-- UI debug setting: Select Bluetooth Audio Codec -->
525 <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800526 <!-- UI debug setting: Select Bluetooth Audio Codec -->
527 <string name="bluetooth_select_a2dp_codec_type_dialog_title">Select Bluetooth Audio Codec</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800528
529 <!-- UI debug setting: Select Bluetooth Audio Sample Rate -->
530 <string name="bluetooth_select_a2dp_codec_sample_rate">Bluetooth Audio Sample Rate</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800531 <!-- UI debug setting: Select Bluetooth Audio Codec: Sample Rate -->
532 <string name="bluetooth_select_a2dp_codec_sample_rate_dialog_title">Select Bluetooth Audio Codec:\u000ASample Rate</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800533
534 <!-- UI debug setting: Select Bluetooth Audio Bits Per Sample -->
535 <string name="bluetooth_select_a2dp_codec_bits_per_sample">Bluetooth Audio Bits Per Sample</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800536 <!-- UI debug setting: Select Bluetooth Audio Codec: Bits Per Sample -->
537 <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 -0800538
539 <!-- UI debug setting: Select Bluetooth Audio Channel Mode -->
540 <string name="bluetooth_select_a2dp_codec_channel_mode">Bluetooth Audio Channel Mode</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800541 <!-- UI debug setting: Select Bluetooth Audio Codec: Channel Mode -->
542 <string name="bluetooth_select_a2dp_codec_channel_mode_dialog_title">Select Bluetooth Audio Codec:\u000AChannel Mode</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800543
544 <!-- UI debug setting: Select Bluetooth Audio LDAC Playback Quality -->
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800545 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality">Bluetooth Audio LDAC Codec: Playback Quality</string>
546 <!-- UI debug setting: Select Bluetooth Audio LDAC Codec: LDAC Playback Quality -->
547 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title">Select Bluetooth Audio LDAC Codec:\u000APlayback Quality</string>
548
549 <!-- [CHAR LIMIT=NONE] Label for displaying Bluetooth Audio Codec Parameters while streaming -->
550 <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 -0800551
Erik Kline4d092232017-10-30 15:29:44 +0900552 <!-- Developer option setting for Private DNS -->
553 <string name="select_private_dns_configuration_title">Private DNS</string>
554 <string name="select_private_dns_configuration_dialog_title">Select Private DNS Mode</string>
555 <string name="private_dns_mode_off">Off</string>
Erik Kline119f6722018-02-27 09:29:08 +0900556 <string name="private_dns_mode_opportunistic">Automatic</string>
Erik Kline4d092232017-10-30 15:29:44 +0900557 <string name="private_dns_mode_provider">Private DNS provider hostname</string>
558 <string name="private_dns_mode_provider_hostname_hint">Enter hostname of DNS provider</string>
Ben Schwartzbccbd002017-10-02 13:27:13 -0400559
Tony Mantler5881ebc2015-12-04 11:24:34 -0800560 <!-- setting Checkbox summary whether to show options for wireless display certification -->
561 <string name="wifi_display_certification_summary">Show options for wireless display certification</string>
562 <!-- Setting Checkbox summary whether to enable Wifi verbose Logging [CHAR LIMIT=80] -->
563 <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 -0800564 <!-- Setting Checkbox title whether to enable connected MAC randomization -->
565 <string name="wifi_connected_mac_randomization_summary">Randomize MAC address when connecting to Wi\u2011Fi networks</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800566 <!-- UI debug setting: limit size of Android logger buffers -->
567 <string name="select_logd_size_title">Logger buffer sizes</string>
568 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
569 <string name="select_logd_size_dialog_title">Select Logger sizes per log buffer</string>
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700570 <!-- UI debug setting: store logs persistently -->
571 <string name="dev_logpersist_clear_warning_title">Clear logger persistent storage?</string>
572 <!-- Warning text to user about the implications of enabling USB debugging -->
573 <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 -0700574 <!-- Title of setting: title for selection of logs to store persistently [CHAR LIMIT=60] -->
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700575 <string name="select_logpersist_title">Store logger data persistently on device</string>
576 <!-- UI debug setting: select which logs to store persistently [CHAR LIMIT=80] -->
577 <string name="select_logpersist_dialog_title">Select log buffers to store persistently on device</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800578 <!-- UI debug setting: select USB configuration -->
579 <string name="select_usb_configuration_title">Select USB Configuration</string>
580 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
581 <string name="select_usb_configuration_dialog_title">Select USB Configuration</string>
582 <!-- Setting Checkbox title whether to allow mock locations -->
583 <string name="allow_mock_location">Allow mock locations</string>
584 <!-- setting Checkbox summary whether to allow mock locations -->
585 <string name="allow_mock_location_summary">Allow mock locations</string>
586 <!-- Setting Checkbox title whether to enable view attribute inspection -->
587 <string name="debug_view_attributes">Enable view attribute inspection</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800588 <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 +0900589 <string name="tethering_hardware_offload_summary">Use tethering hardware acceleration if available</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800590 <!-- Title of warning dialog about the implications of enabling USB debugging -->
591 <string name="adb_warning_title">Allow USB debugging?</string>
592 <!-- Warning text to user about the implications of enabling USB debugging -->
593 <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>
594 <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
595 <string name="adb_keys_warning_message">Revoke access to USB debugging from all computers you\u2019ve previously authorized?</string>
596 <!-- Title of warning dialog about the implications of enabling developer settings -->
597 <string name="dev_settings_warning_title">Allow development settings?</string>
598 <!-- Warning text to user about the implications of enabling USB debugging -->
599 <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>
600 <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
601 <string name="verify_apps_over_usb_title">Verify apps over USB</string>
602 <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
603 <string name="verify_apps_over_usb_summary">Check apps installed via ADB/ADT for harmful behavior.</string>
Jack He15134f22017-08-24 15:21:40 -0700604 <!-- Summary of checkbox for showing Bluetooth devices without names -->
605 <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 -0800606 <!-- Summary of checkbox for disabling Bluetooth absolute volume -->
607 <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 -0800608
Tony Mantler5881ebc2015-12-04 11:24:34 -0800609 <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
610 <string name="enable_terminal_title">Local terminal</string>
611 <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
612 <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
613
614 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
615 <string name="hdcp_checking_title">HDCP checking</string>
616 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
617 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
618
619 <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
620 <string name="debug_debugging_category">Debugging</string>
621
622 <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
623 <string name="debug_app">Select debug app</string>
624 <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
625 <string name="debug_app_not_set">No debug application set</string>
626 <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
627 <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
628
629 <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
630 <string name="select_application">Select application</string>
631 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
632 <string name="no_application">Nothing</string>
633
634 <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
635 <string name="wait_for_debugger">Wait for debugger</string>
636 <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
637 <string name="wait_for_debugger_summary">Debugged application waits for debugger to
638 attach before executing</string>
639
640 <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
641 <string name="debug_input_category">Input</string>
642
643 <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
644 <string name="debug_drawing_category">Drawing</string>
645
646 <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
647 <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
648
649 <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
650 <string name="media_category">Media</string>
651
652 <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
653 <string name="debug_monitoring_category">Monitoring</string>
654
655 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
656 <string name="strict_mode">Strict mode enabled</string>
657 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
658 <string name="strict_mode_summary">Flash screen when apps do long operations
659 on main thread</string>
660
661 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
662 <string name="pointer_location">Pointer location</string>
663 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
664 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
665
666 <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500667 <string name="show_touches">Show taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800668 <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500669 <string name="show_touches_summary">Show visual feedback for taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800670
671 <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
672 <string name="show_screen_updates">Show surface updates</string>
673 <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
674 <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
675
676 <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
John Recke22d4d72018-03-02 15:49:48 -0800677 <string name="show_hw_screen_updates">Show view updates</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800678 <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
John Recke22d4d72018-03-02 15:49:48 -0800679 <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800680
681 <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
682 <string name="show_hw_layers_updates">Show hardware layers updates</string>
683 <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
684 <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
685
686 <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
687 <string name="debug_hw_overdraw">Debug GPU overdraw</string>
688
689 <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
690 <string name="disable_overlays">Disable HW overlays</string>
691 <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
692 <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
693
694 <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
695 <string name="simulate_color_space">Simulate color space</string>
696
697 <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
698 <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
699
700 <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=32] -->
701 <string name="usb_audio_disable_routing">Disable USB audio routing</string>
702 <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
703 <string name="usb_audio_disable_routing_summary">Disable automatic routing to USB audio peripherals</string>
704
705 <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
706 <string name="debug_layout">Show layout bounds</string>
707 <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
708 <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
709
710 <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
711 <string name="force_rtl_layout_all_locales">Force RTL layout direction</string>
712 <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
713 <string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
714
Tony Mantler5881ebc2015-12-04 11:24:34 -0800715 <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
716 <string name="force_msaa">Force 4x MSAA</string>
717 <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
718 <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
719
720 <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
721 <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
722
723 <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
John Recke22d4d72018-03-02 15:49:48 -0800724 <string name="track_frame_time">Profile HWUI rendering</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800725
Cody Northrop86cedcb2017-10-20 09:03:13 -0600726 <!-- UI debug setting: enable gpu debug layers [CHAR LIMIT=25] -->
727 <string name="enable_gpu_debug_layers">Enable GPU debug layers</string>
728 <!-- UI debug setting: enable gpu debug layers summary [CHAR LIMIT=50] -->
729 <string name="enable_gpu_debug_layers_summary">Allow loading GPU debug layers for debug apps</string>
730
Tony Mantler5881ebc2015-12-04 11:24:34 -0800731 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
732 <string name="window_animation_scale_title">Window animation scale</string>
733
734 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
735 <string name="transition_animation_scale_title">Transition animation scale</string>
736
737 <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
738 <string name="animator_duration_scale_title">Animator duration scale</string>
739
740 <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
741 <string name="overlay_display_devices_title">Simulate secondary displays</string>
742
743 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
744 <string name="debug_applications_category">Apps</string>
745
746 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
747 <string name="immediately_destroy_activities">Don\u2019t keep activities</string>
748 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
749 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
750 the user leaves it</string>
751
752 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
753 <string name="app_process_limit_title">Background process limit</string>
754
755 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
756 <string name="show_all_anrs">Show all ANRs</string>
757 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
758 <string name="show_all_anrs_summary">Show App Not Responding dialog
759 for background apps</string>
760
Geoffrey Pitsch507822d2017-05-11 12:57:22 -0400761 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
762 <string name="show_notification_channel_warnings">Show notification channel warnings</string>
763 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
764 <string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>
765
766
Tony Mantler5881ebc2015-12-04 11:24:34 -0800767 <!-- UI debug setting: force allow apps on external storage [CHAR LIMIT=50] -->
768 <string name="force_allow_on_external">Force allow apps on external</string>
769 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Nick Kralevich39725072016-03-12 15:00:50 -0800770 <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 -0800771
772 <!-- UI debug setting: force all activites to be resizable for multiwindow [CHAR LIMIT=50] -->
773 <string name="force_resizable_activities">Force activities to be resizable</string>
774 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800775 <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 -0800776
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100777 <!-- UI debug setting: enable freeform window support [CHAR LIMIT=50] -->
778 <string name="enable_freeform_support">Enable freeform windows</string>
779 <!-- UI debug setting: enable freeform window support summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800780 <string name="enable_freeform_support_summary">Enable support for experimental freeform windows.</string>
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100781
Tony Mantler5881ebc2015-12-04 11:24:34 -0800782 <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
783 <string name="local_backup_password_title">Desktop backup password</string>
784 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
785 <string name="local_backup_password_summary_none">Desktop full backups aren\u2019t currently protected</string>
786 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500787 <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 -0800788
789 <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
790 <string name="local_backup_password_toast_success">New backup password set</string>
791 <!-- 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] -->
792 <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\u2019t match</string>
793 <!-- 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] -->
794 <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
795
796 <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
797 <string-array name="color_mode_names">
798 <item>Vibrant (default)</item>
799 <item>Natural</item>
800 <item>Standard</item>
801 </string-array>
802
803 <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
804 <string-array name="color_mode_descriptions">
805 <item>Enhanced colors</item>
806 <item>Natural colors as seen by the eye</item>
807 <item>Colors optimized for digital content</item>
808 </string-array>
809
Amith Yamasani87e485e2018-02-05 12:14:50 -0800810 <!-- Settings item title for apps in standby (limiting background activity) [CHAR LIMIT=35] -->
811 <string name="inactive_apps_title">Standby apps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800812 <!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500813 <string name="inactive_app_inactive_summary">Inactive. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800814 <!-- Settings item summary for active app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500815 <string name="inactive_app_active_summary">Active. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800816
Amith Yamasani87e485e2018-02-05 12:14:50 -0800817 <!-- Settings item summary for standby bucket value of an app. [CHAR LIMIT=100] -->
818 <string name="standby_bucket_summary">App standby
819 state:<xliff:g id="bucket"> %s</xliff:g></string>
820
Tony Mantler5881ebc2015-12-04 11:24:34 -0800821 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
822 <string name="runningservices_settings_title">Running services</string>
823 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
824 <string name="runningservices_settings_summary">View and control currently running services</string>
825
Tobias Sargeantda857102016-02-11 14:52:28 +0000826 <!-- Developer settings: select WebView provider title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000827 <string name="select_webview_provider_title">WebView implementation</string>
Tobias Sargeantda857102016-02-11 14:52:28 +0000828 <!-- Developer settings: select WebView provider dialog title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000829 <string name="select_webview_provider_dialog_title">Set WebView implementation</string>
Gustav Senntonc83e3fa2016-02-18 12:19:13 +0000830 <!-- 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 +0000831 <string name="select_webview_provider_toast_text">This choice is no longer valid. Try again.</string>
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000832
Tony Mantler5881ebc2015-12-04 11:24:34 -0800833 <!-- Developer settings screen, convert userdata to file encryption option name -->
834 <string name="convert_to_file_encryption">Convert to file encryption</string>
835 <!-- Developer settings screen, convert userdata to file encryption summary when option is available -->
836 <string name="convert_to_file_encryption_enabled">Convert\u2026</string>
837 <!-- Developer settings screen, convert userdata to file encryption summary when option is already done -->
838 <string name="convert_to_file_encryption_done">Already file encrypted</string>
839 <!-- Title used on dialog with final prompt for converting to file encryption -->
840 <string name="title_convert_fbe">Converting to file based encryption</string>
841 <!-- Warning displayed on dialog with final prompt for converting to file encryption -->
842 <string name="convert_to_fbe_warning">
843 Convert data partition to file based encryption.\n
844 !!Warning!! This will erase all your data.\n
845 This feature is alpha, and may not work correctly.\n
846 Press \'Wipe and convert\u2026\' to continue.</string>
847 <!-- Button on dialog that triggers convertion to file encryption -->
848 <string name="button_convert_fbe">Wipe and convert\u2026</string>
849
850 <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
851 <string name="picture_color_mode">Picture color mode</string>
852
853 <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
854 <string name="picture_color_mode_desc">Use sRGB</string>
855
856 <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
857 <string name="daltonizer_mode_disabled">Disabled</string>
858 <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
859 <string name="daltonizer_mode_monochromacy">Monochromacy</string>
860 <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
861 <string name="daltonizer_mode_deuteranomaly">Deuteranomaly (red-green)</string>
862 <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
863 <string name="daltonizer_mode_protanomaly">Protanomaly (red-green)</string>
864 <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
865 <string name="daltonizer_mode_tritanomaly">Tritanomaly (blue-yellow)</string>
866
867 <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
868 <string name="accessibility_display_daltonizer_preference_title">Color correction</string>
869 <!-- Subtitle for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
870 <string name="accessibility_display_daltonizer_preference_subtitle">This feature is experimental and may affect performance.</string>
871 <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
872 <string name="daltonizer_type_overridden">Overridden by <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
873
Salvador Martinezeec87362018-02-27 12:57:49 -0800874 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging -->
875 <string name="power_remaining_duration_only">About <xliff:g id="time">%1$s</xliff:g> left</string>
876 <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
877 <string name="power_discharging_duration">About <xliff:g id="time">%1$s</xliff:g> left (<xliff:g id="level">%2$s</xliff:g>)</string>
878 <!-- [CHAR_LIMIT=60] Label for estimated remaining duration of battery discharging -->
879 <string name="power_remaining_duration_only_enhanced">About <xliff:g id="time">%1$s</xliff:g> left based on your usage</string>
880 <!-- [CHAR_LIMIT=60] Label for battery level chart when discharging with duration and using enhanced estimate -->
881 <string name="power_discharging_duration_enhanced">About <xliff:g id="time">%1$s</xliff:g> left based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>
882 <!-- [CHAR_LIMIT=40] Short label for estimated remaining duration of battery charging/discharging -->
883 <string name="power_remaining_duration_only_short"><xliff:g id="time">%1$s</xliff:g> left</string>
Jason Monk96ab6362016-02-11 11:33:09 -0500884
Salvador Martinezeec87362018-02-27 12:57:49 -0800885 <!-- [CHAR_LIMIT=100] Label for enhanced estimated time that phone will run out of battery -->
886 <string name="power_discharge_by_enhanced">Will last until about about <xliff:g id="time">%1$s</xliff:g> based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>
887 <!-- [CHAR_LIMIT=100] Label for enhanced estimated time that phone will run out of battery with no percentage -->
888 <string name="power_discharge_by_only_enhanced">Will last until about about <xliff:g id="time">%1$s</xliff:g> based on your usage</string>
889 <!-- [CHAR_LIMIT=100] Label for estimated time that phone will run out of battery -->
890 <string name="power_discharge_by">Will last until about about <xliff:g id="time">%1$s</xliff:g> (<xliff:g id="level">%2$s</xliff:g>)</string>
891 <!-- [CHAR_LIMIT=100] Label for estimated time that phone will run out of battery -->
892 <string name="power_discharge_by_only">Will last until about about <xliff:g id="time">%1$s</xliff:g></string>
Muyuan Li18d2b322016-03-31 13:53:56 -0700893
Salvador Martinezeec87362018-02-27 12:57:49 -0800894 <!-- [CHAR_LIMIT=60] label for estimated remaining duration of battery when under a certain amount -->
895 <string name="power_remaining_less_than_duration_only">Less than <xliff:g id="threshold">%1$s</xliff:g> remaining</string>
896 <!-- [CHAR_LIMIT=60] label for estimated remaining duration of battery when under a certain amount with the percentage -->
897 <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>
Jason Monkc06fbb12016-01-08 14:12:18 -0500898
Salvador Martinezeec87362018-02-27 12:57:49 -0800899 <!-- 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] -->
900 <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>
901 <!-- 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] -->
902 <string name="power_remaining_only_more_than_subtext">More than <xliff:g id="time_remaining">%1$s</xliff:g> remaining</string>
Salvador Martinezeb9ab292018-01-19 17:50:24 -0800903
Salvador Martinezeec87362018-02-27 12:57:49 -0800904 <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
905 <string name="power_remaining_duration_only_shutdown_imminent" product="default">Phone may shutdown soon</string>
906 <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
907 <string name="power_remaining_duration_only_shutdown_imminent" product="tablet">Tablet may shutdown soon</string>
908 <!-- [CHAR_LIMIT=50] Short label for imminent shutdown warning of device -->
909 <string name="power_remaining_duration_only_shutdown_imminent" product="device">Device may shutdown soon</string>
910 <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
911 <string name="power_remaining_duration_shutdown_imminent" product="default">Phone may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
912 <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
913 <string name="power_remaining_duration_shutdown_imminent" product="tablet">Tablet may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
914 <!-- [CHAR_LIMIT=60] Label for battery level chart when shutdown is imminent-->
915 <string name="power_remaining_duration_shutdown_imminent" product="device">Device may shutdown soon (<xliff:g id="level">%1$s</xliff:g>)</string>
Muyuan Li18d2b322016-03-31 13:53:56 -0700916
Jason Monkc06fbb12016-01-08 14:12:18 -0500917 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700918 <string name="power_charging"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="state">%2$s</xliff:g></string>
Salvador Martinezeec87362018-02-27 12:57:49 -0800919 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery charging -->
920 <string name="power_remaining_charging_duration_only"><xliff:g id="time">%1$s</xliff:g> left until fully charged</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500921 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
Salvador Martinezeb9ab292018-01-19 17:50:24 -0800922 <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>
Jason Monkc06fbb12016-01-08 14:12:18 -0500923
924 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
925 <string name="battery_info_status_unknown">Unknown</string>
926 <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging from an unknown source. -->
927 <string name="battery_info_status_charging">Charging</string>
jackqdyuleia704efa2017-04-03 11:31:40 -0700928 <!-- [CHAR_LIMIT=20] Battery use screen with lower case. Battery status shown in chart label when charging from an unknown source. -->
929 <string name="battery_info_status_charging_lower">charging</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500930 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
931 <string name="battery_info_status_discharging">Not charging</string>
932 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
jackqdyulei02e8cd52017-05-31 13:53:16 -0700933 <string name="battery_info_status_not_charging">Plugged in, can\'t charge right now</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500934 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
935 <string name="battery_info_status_full">Full</string>
936
Sudheer Shanka14501732016-01-25 22:40:10 +0000937 <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] -->
Sudheer Shanka579dc132016-02-17 18:06:38 +0000938 <string name="disabled_by_admin_summary_text">Controlled by admin</string>
Sudheer Shanka14501732016-01-25 22:40:10 +0000939
Sudheer Shanka923bc742016-02-22 22:29:47 +0000940 <!-- Summary for switch preference to denote it is switched on [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000941 <string name="enabled_by_admin">Enabled by admin</string>
Sudheer Shanka535b4e72016-03-09 17:04:15 -0800942 <!-- Summary for switch preference to denote it is switched off [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000943 <string name="disabled_by_admin">Disabled by admin</string>
Sudheer Shanka923bc742016-02-22 22:29:47 +0000944
Tony Mantler64080f12017-05-26 13:34:46 -0700945 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
946 <string name="disabled">Disabled</string>
947 <!-- Summary of app trusted to install apps [CHAR LIMIT=45] -->
948 <string name="external_source_trusted">Allowed</string>
949 <!-- Summary of app not trusted to install apps [CHAR LIMIT=45] -->
950 <string name="external_source_untrusted">Not allowed</string>
951
952 <!-- Title for settings screen for controlling apps that can install other apps on device [CHAR LIMIT=50] -->
953 <string name="install_other_apps">Install unknown apps</string>
954
Jason Monkcafda1f2016-02-05 10:16:22 -0500955 <!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] -->
Jason Monk23d4ccf2016-04-12 12:42:30 -0400956 <string name="home">Settings Home</string>
Jason Monkcafda1f2016-02-05 10:16:22 -0500957
Jason Monkb8d6fcb2016-05-23 14:42:23 -0400958 <!-- Labels on the side of batter graph in Quick Settings and Settings [CHAR LIMIT=8] -->
959 <string-array name="battery_labels">
Jason Monk96ab6362016-02-11 11:33:09 -0500960 <item>0%</item>
961 <item>50%</item>
962 <item>100%</item>
963 </string-array>
964
965 <!-- Label for length of time since the battery graph started [CHAR LIMIT=20] -->
966 <string name="charge_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> ago</string>
967
968 <!-- Label for length of time until battery is charged [CHAR LIMIT=20] -->
969 <string name="remaining_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> left</string>
970
Tony Mantlerddba18e2016-03-21 14:50:55 -0700971 <!-- Hint text for the IP address -->
972 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
973 <!-- Hint text for DNS -->
974 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
975 <!-- Hint text for DNS -->
976 <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
977 <!-- Hint text for the gateway -->
978 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
979 <!-- Hint text for network prefix length -->
980 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
981 <!-- HTTP proxy settings. The hint text field for port. -->
982 <string name="proxy_port_hint" translatable="false">8080</string>
983 <!-- HTTP proxy settings. Hint for Proxy-Auto Config URL. -->
984 <string name="proxy_url_hint" translatable="false">https://www.example.com/proxy.pac</string>
985 <!-- HTTP proxy settings. The hint text for proxy exclusion list. -->
986 <string name="proxy_exclusionlist_hint" translatable="false">example.com,mycomp.test.com,localhost</string>
987 <!-- HTTP proxy settings. The hint text field for the hostname. -->
988 <string name="proxy_hostname_hint" translatable="false">proxy.example.com</string>
989
Alan Viverette8890cfa2016-03-25 14:56:38 -0400990 <!-- Description for the screen zoom level that makes interface elements small. [CHAR LIMIT=24] -->
991 <string name="screen_zoom_summary_small">Small</string>
992 <!-- Description for the device's default screen zoom level. [CHAR LIMIT=24] -->
993 <string name="screen_zoom_summary_default">Default</string>
994 <!-- Description for the screen zoom level that makes interface elements large. [CHAR LIMIT=24] -->
995 <string name="screen_zoom_summary_large">Large</string>
996 <!-- Description for the screen zoom level that makes interface elements larger. [CHAR LIMIT=24] -->
997 <string name="screen_zoom_summary_very_large">Larger</string>
998 <!-- Description for the screen zoom level that makes interface elements largest. [CHAR LIMIT=24] -->
999 <string name="screen_zoom_summary_extremely_large">Largest</string>
1000 <!-- Description for a custom screen zoom level. This shows the requested display
1001 density in raw pixels per inch rather than using a relative description. [CHAR LIMIT=24] -->
1002 <string name="screen_zoom_summary_custom">Custom (<xliff:g id="densityDpi" example="160">%d</xliff:g>)</string>
Suprabh Shuklac15c1be2016-04-04 15:04:09 -07001003 <!-- Label for Help and feedback menu item -->
1004 <string name="help_feedback_label">Help &amp; feedback</string>
Alan Viverette8890cfa2016-03-25 14:56:38 -04001005
Fan Zhangc10db982016-08-11 13:52:04 -07001006 <!-- Content description for drawer menu button [CHAR_LIMIT=30]-->
1007 <string name="content_description_menu_button">Menu</string>
1008
Christine Frankscf683142017-01-23 17:19:13 -08001009 <!-- Label for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=NONE] -->
1010 <string name="retail_demo_reset_message">Enter password to perform factory reset in demo mode</string>
1011 <!-- Label for positive button on carrier demo mode factory reset confirmation dialog [CHAR LIMIT=40] -->
1012 <string name="retail_demo_reset_next">Next</string>
1013 <!-- Title for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=40] -->
1014 <string name="retail_demo_reset_title">Password required</string>
jackqdyulei597b10f2017-01-27 13:31:40 -08001015
1016 <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
1017 <string name="battery_meter_very_low_overlay_symbol">!</string>
Tony Mantlerb8592352017-02-17 14:04:00 -08001018
1019 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
1020 <string name="active_input_method_subtypes">Active input methods</string>
1021 <!-- Title for settings whether or not the framework will select input methods in an IME based
1022 on the current system locales. (The user can select multiple system locales)
1023 [CHAR LIMIT=35] -->
1024 <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
1025
Tony Mantlera4c123f2017-03-31 13:52:45 -07001026 <!-- Toast that settings for an application is failed to open. -->
1027 <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
1028
1029 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
1030 message when the user selects to enable an IME. -->
1031 <string name="ime_security_warning">This input method may be able to collect
1032 all the text you type, including personal data like passwords and credit
1033 card numbers. It comes from the app
1034 <xliff:g id="ime_application_name">%1$s</xliff:g>.
1035 Use this input method?</string>
1036
1037 <!-- [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. -->
1038 <string name="direct_boot_unaware_dialog_message">Note: After a reboot, this app can\'t start until you unlock your phone</string>
1039
Tony Mantler73f950d2017-10-06 10:24:49 -07001040 <!--Label of IMS registration header -->
1041 <string name="ims_reg_title">"IMS registration state"</string>
1042 <!--Used when IMS registration state is registered -->
1043 <string name="ims_reg_status_registered">"Registered"</string>
1044 <!--Used when IMS registration state is not registered -->
1045 <string name="ims_reg_status_not_registered">"Not registered"</string>
1046
1047 <!-- About phone, status item value if the actual value is not available. -->
1048 <string name="status_unavailable">Unavailable</string>
1049
jackqdyuleib8deeb62018-01-19 15:48:37 -08001050 <!-- Summary to show how many devices are connected in wifi hotspot [CHAR LIMIT=NONE] -->
1051 <plurals name="wifi_tether_connected_summary">
1052 <item quantity="one">%1$d device connected</item>
1053 <item quantity="other">%1$d devices connected</item>
1054 </plurals>
1055
Beverly92c25682018-01-22 09:27:19 -05001056 <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1057 <string name="accessibility_manual_zen_more_time">More time.</string>
1058 <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
1059 <string name="accessibility_manual_zen_less_time">Less time.</string>
1060
Beverly312ad022018-01-24 15:07:48 -05001061 <!-- Do not disturb: Label for button in enable zen dialog that will turn on zen mode. [CHAR LIMIT=30] -->
1062 <string name="zen_mode_enable_dialog_turn_on">Turn on</string>
1063 <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
1064 <string name="cancel">Cancel</string>
1065 <!-- Do not disturb: Title for the Do not Disturb dialog to turn on Do not disturb. [CHAR LIMIT=50]-->
1066 <string name="zen_mode_settings_turn_on_dialog_title">Turn on Do Not Disturb</string>
1067 <!-- Sound: Summary for the Do not Disturb option when there is no automatic rules turned on. [CHAR LIMIT=NONE]-->
1068 <string name="zen_mode_settings_summary_off">Never</string>
1069 <!--[CHAR LIMIT=40] Zen Interruption level: Priority. -->
1070 <string name="zen_interruption_level_priority">Priority only</string>
1071 <!-- [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. -->
1072 <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>
Beverlye975a422018-02-05 16:56:02 -05001073 <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1074 <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>
1075 <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1076 <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>
1077 <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1078 <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1079 <!-- Alarm template for far in the future alarms [CHAR LIMIT=25] -->
1080 <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
Beverly312ad022018-01-24 15:07:48 -05001081
Jason Monk2ba4ce62015-01-13 10:08:23 -05001082</resources>