blob: 8c1b65591c08e35c5ef19aca139f0676fa513e13 [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>
67 <!-- Summary for the remembered network but currently not in range. -->
68 <string name="wifi_not_in_range">Not in range</string>
Salvador Martinez5d937fc2016-09-23 08:54:20 -070069 <!-- Summary for the network but no internet connection was detected. -->
Salvador Martinezaaffdd52016-09-29 11:23:05 -070070 <string name="wifi_no_internet_no_reconnect">Won\'t automatically connect</string>
Jason Monkd52356a2015-01-28 10:40:41 -050071 <!-- Summary for the remembered network but no internet connection was detected. -->
Salvador Martinezaaffdd52016-09-29 11:23:05 -070072 <string name="wifi_no_internet">No Internet access</string>
Sanket Padawe56cfbfb2015-05-05 20:10:46 -070073 <!-- Summary for saved networks -->
74 <string name="saved_network">Saved by <xliff:g id="name">%1$s</xliff:g></string>
Jason Monkd52356a2015-01-28 10:40:41 -050075
Stephen Chen36dd5cf12017-03-20 13:27:51 -070076 <!-- Status message of Wi-Fi when it is automatically connected by a network recommendation provider. [CHAR LIMIT=NONE] -->
77 <string name="connected_via_network_scorer">Automatically connected via %1$s</string>
78 <!-- 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 -070079 <string name="connected_via_network_scorer_default">Automatically connected via network rating provider</string>
Vinit Deshpandefc406002015-04-15 18:10:55 -070080 <!-- Status message of Wi-Fi when it is connected by Passpoint configuration. [CHAR LIMIT=NONE] -->
81 <string name="connected_via_passpoint">Connected via %1$s</string>
Vinit Deshpandedcf00c92015-04-15 18:32:09 -070082 <!-- Status message of Wi-Fi when network has matching passpoint credentials. [CHAR LIMIT=NONE] -->
83 <string name="available_via_passpoint">Available via %1$s</string>
Sanket Padawe56cfbfb2015-05-05 20:10:46 -070084 <!-- Package name for Settings app-->
85 <string name="settings_package" translatable="false">com.android.settings</string>
86 <!-- Package name for Certinstaller app-->
87 <string name="certinstaller_package" translatable="false">com.android.certinstaller</string>
Jason Monk7ce96b92015-02-02 11:27:58 -050088
Sanket Padawe7094d222015-05-01 16:55:00 -070089 <!-- Summary for Connected wifi network without internet -->
90 <string name="wifi_connected_no_internet">Connected, no Internet</string>
91
Sundeep Ghuman3853f8d2017-05-30 12:53:44 -070092 <!-- Speed label for very slow network speed -->
93 <string name="speed_label_very_slow">Very Slow</string>
94 <!-- Speed label for slow network speed -->
95 <string name="speed_label_slow">Slow</string>
96 <!-- Speed label for okay network speed -->
Sundeep Ghumane8853f52017-06-06 16:56:44 -070097 <string name="speed_label_okay">OK</string>
Sundeep Ghuman3853f8d2017-05-30 12:53:44 -070098 <!-- Speed label for medium network speed -->
99 <string name="speed_label_medium">Medium</string>
100 <!-- Speed label for fast network speed -->
101 <string name="speed_label_fast">Fast</string>
102 <!-- Speed label for very fast network speed -->
103 <string name="speed_label_very_fast">Very Fast</string>
104
Jason Monk7ce96b92015-02-02 11:27:58 -0500105 <!-- Bluetooth settings. Message when a device is disconnected -->
106 <string name="bluetooth_disconnected">Disconnected</string>
107 <!-- Bluetooth settings. Message when disconnecting from a device -->
108 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
109 <!-- Bluetooth settings. Message when connecting to a device -->
110 <string name="bluetooth_connecting">Connecting\u2026</string>
111 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] -->
112 <string name="bluetooth_connected">Connected</string>
Jason Monkbe3c5db2015-02-04 13:00:55 -0500113 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
114 <string name="bluetooth_pairing">Pairing\u2026</string>
115
116 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
117 <string name="bluetooth_connected_no_headset">Connected (no phone)</string>
118 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
119 <string name="bluetooth_connected_no_a2dp">Connected (no media)</string>
120 <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] -->
121 <string name="bluetooth_connected_no_map">Connected (no message access)</string>
122 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
123 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500124
125 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
126 <string name="bluetooth_profile_a2dp">Media audio</string>
127 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Antony Sargentc6098052017-05-31 21:29:52 -0700128 <string name="bluetooth_profile_headset">Phone calls</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500129 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
130 <string name="bluetooth_profile_opp">File transfer</string>
131 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
132 <string name="bluetooth_profile_hid">Input device</string>
133 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] -->
134 <string name="bluetooth_profile_pan">Internet access</string>
135 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] -->
136 <string name="bluetooth_profile_pbap">Contact sharing</string>
137 <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] -->
138 <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string>
139 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] -->
140 <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700141 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. -->
Antony Sargentc6098052017-05-31 21:29:52 -0700142 <string name="bluetooth_profile_map">Text Messages</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700143 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the SAP profile (sharing SIM card). -->
144 <string name="bluetooth_profile_sap">SIM Access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500145
Antony Sargentbf99f972017-04-21 15:25:57 -0700146 <!-- 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 -0700147 <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 -0700148
149 <!-- 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 -0700150 <string name="bluetooth_profile_a2dp_high_quality_unknown_codec">HD audio</string>
Antony Sargentbf99f972017-04-21 15:25:57 -0700151
Jason Monk7ce96b92015-02-02 11:27:58 -0500152 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
153 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
154 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
155 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
156 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
157 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
158 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. -->
159 <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700160 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference when SAP is connected. -->
161 <string name="bluetooth_sap_profile_summary_connected">Connected to SAP</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500162 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
163 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
164 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
165 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
166 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
167 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
168 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
169 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string>
170
171 <!-- Bluetooth settings. Connection options screen. The summary
172 for the PAN checkbox preference that describes how checking it
173 will set the PAN profile as preferred. -->
174 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
175 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
176 <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
Casper Bonde424681e2015-05-04 22:07:45 -0700177 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference that describes how checking it will set the sap profile as preferred. -->
178 <string name="bluetooth_sap_profile_summary_use_for">Use for SIM access</string>
Jason Monk7ce96b92015-02-02 11:27:58 -0500179 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
180 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
181 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
182 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
183 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
184 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
185 <!-- Bluetooth settings. Connection options screen. The summary
186 for the HID checkbox preference that describes how checking it
187 will set the HID profile as preferred. -->
188 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
189
190 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
191 <string name="bluetooth_pairing_accept">Pair</string>
192 <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] -->
193 <string name="bluetooth_pairing_accept_all_caps">PAIR</string>
194 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
195 <string name="bluetooth_pairing_decline">Cancel</string>
196
197 <!-- Message in pairing dialogs. [CHAR LIMIT=NONE] -->
198 <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string>
199 <!-- Message for the error dialog when BT pairing fails generically. -->
200 <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
201
202 <!-- Message for the error dialog when BT pairing fails because the PIN /
203 Passkey entered is incorrect. -->
204 <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>
205 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
206 <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string>
207 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
208 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
209
Jason Monkf05ca672015-07-14 13:32:33 -0400210 <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
211 <string name="accessibility_wifi_off">Wifi off.</string>
212 <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
213 <string name="accessibility_no_wifi">Wifi disconnected.</string>
214 <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
215 <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
216 <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
217 <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
218 <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
219 <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
220 <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
221 <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
222
Wei Liu30275c12015-08-24 17:35:49 -0700223 <!-- Label for kernel threads in battery usage -->
224 <string name="process_kernel_label">Android OS</string>
225 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
226 <string name="data_usage_uninstalled_apps">Removed apps</string>
227 <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
228 <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
229
230 <!-- Tethering controls, item title to go into the tethering settings -->
231 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
232 <string name="tether_settings_title_usb">USB tethering</string>
233 <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
234 <string name="tether_settings_title_wifi">Portable hotspot</string>
235 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
236 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
237 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
238 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
239 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
240 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
241
242 <!-- Title for a work profile. [CHAR LIMIT=25] -->
Eric Tang50adb2e2016-04-18 14:30:48 +0100243 <string name="managed_user_title">All work apps</string>
Wei Liu30275c12015-08-24 17:35:49 -0700244
245 <!-- Title for Guest user [CHAR LIMIT=35] -->
246 <string name="user_guest">Guest</string>
247
248 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
249 <string name="unknown">Unknown</string>
250
251 <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
252 <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 -0700253
254 <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] -->
255 <string name="launch_defaults_some">Some defaults set</string>
256 <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
257 <string name="launch_defaults_none">No defaults set</string>
258
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700259 <!-- Text-To-Speech (TTS) settings --><skip />
260 <!-- Name of the TTS package as listed by the package manager. -->
261 <string name="tts_settings">Text-to-speech settings</string>
262 <!-- TTS option item name in the main settings screen -->
263 <string name="tts_settings_title">Text-to-speech output</string>
shwetachahar686570a2016-02-23 14:21:39 +0000264 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700265 <string name="tts_default_rate_title">Speech rate</string>
266 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
267 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
shwetachahar686570a2016-02-23 14:21:39 +0000268 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
269 <string name="tts_default_pitch_title">Pitch</string>
270 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
271 <string name="tts_default_pitch_summary">Affects the tone of the synthesized speech</string>
Tony Mantler5fb3a7f2015-10-30 12:44:11 -0700272 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
273 <string name="tts_default_lang_title">Language</string>
274 <!-- Entry in the TTS engine language/locale picker, when selected will try to default to the system language [CHAR LIMIT=50] -->
275 <string name="tts_lang_use_system">Use system language</string>
276 <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
277 <string name="tts_lang_not_selected">Language not selected</string>
278 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
279 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
280 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
281 <string name="tts_play_example_title">Listen to an example</string>
282 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
283 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
284 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
285 <string name="tts_install_data_title">Install voice data</string>
286 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
287 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
288 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
289 message when the user selects to enable an engine. -->
290 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
291 all the text that will be spoken, including personal data like passwords and credit
292 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
293 Enable the use of this speech synthesis engine?</string>
294 <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
295 message when the user selects to play an example for network only locale and there's no internet connectivity. -->
296 <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
297 <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
298 <string name="tts_default_sample_string">This is an example of speech synthesis</string>
299 <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
300 current default language [CHAR LIMIT=50] -->
301 <string name="tts_status_title">Default language status</string>
302 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
303 selected language is fully supported by the engine [CHAR LIMIT=150]-->
304 <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is fully supported</string>
305 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
306 selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
307 <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> requires network connection</string>
308 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
309 selected language is not supported by the engine [CHAR LIMIT=150] -->
310 <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is not supported</string>
311 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
312 tts engine is queried for status [CHAR LIMIT=150] -->
313 <string name="tts_status_checking">Checking&#8230;</string>
314 <!-- Title for a preference in the main TTS settings screen, which
315 launches the settings screen for a given TTS engine when clicked
316 [CHAR LIMIT=30]-->
317 <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
318 <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
319 the image that launches the TTS engine settings when clicked. -->
320 <string name="tts_engine_settings_button">Launch engine settings</string>
321 <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
322 preferred text to speech engine -->
323 <string name="tts_engine_preference_section_title">Preferred engine</string>
324 <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
325 that are applicable to all engines, such as the speech rate -->
326 <string name="tts_general_section_title">General</string>
shwetachahar0f11e372016-04-15 15:53:38 +0100327 <!-- On main TTS Settings screen, in default settings section,
328 reset speech pitch of synthesized voice to 1x speech pitch. [CHAR LIMIT=50] -->
329 <string name="tts_reset_speech_pitch_title">Reset speech pitch</string>
330 <!--On main TTS Settings screen, summary for reset speech pitch of synthesized voice [CHAR LIMIT=150] -->
331 <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 -0700332
333 <!-- Default speech rate choices -->
334 <string-array name="tts_rate_entries">
335 <item>Very slow</item>
336 <item>Slow</item>
337 <item>Normal</item>
338 <item>Fast</item>
339 <item>Faster</item>
340 <item>Very fast</item>
341 <item>Rapid</item>
342 <item>Very rapid</item>
343 <item>Fastest</item>
344 </string-array>
345 <!-- Do not translate. -->
346 <string-array name="tts_rate_values">
347 <item>60</item>
348 <item>80</item>
349 <item>100</item>
350 <item>150</item>
351 <item>200</item>
352 <item>250</item>
353 <item>300</item>
354 <item>350</item>
355 <item>400</item>
356 </string-array>
357
358 <!-- Do not translate. -->
359 <string-array name="tts_demo_strings" translatable="false">
360 <item>This is an example of speech synthesis in English.</item>
361 <item>Voici un échantillon de synthèse vocale en français.</item>
362 <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
363 <item>Questo è un esempio di sintesi vocale in italiano.</item>
364 <item>Este es un ejemplo de síntesis de voz en español.</item>
365 <item>이것은 한국어 음성 합성의 예입니다.</item>
366 </string-array>
367 <!-- Do not translate. -->
368 <string-array name="tts_demo_string_langs" translatable="false">
369 <item>eng</item>
370 <item>fra</item>
371 <item>deu</item>
372 <item>ita</item>
373 <item>spa</item>
374 <item>kor</item>
375 </string-array>
376
Jason Monk0d72d202015-11-04 13:16:00 -0500377 <!-- Title for profile selection dialog [CHAR LIMIT=30] -->
Charles He61112982017-03-23 21:00:51 +0000378 <string name="choose_profile">Choose profile</string>
Jason Monk0d72d202015-11-04 13:16:00 -0500379
380 <!-- Header for items under the personal user [CHAR LIMIT=30] -->
381 <string name="category_personal">Personal</string>
382 <!-- Header for items under the work user [CHAR LIMIT=30] -->
383 <string name="category_work">Work</string>
384
Tony Mantlere92cf6d2015-11-10 10:40:14 -0800385 <!-- Full package name of OEM preferred device feedback reporter. Leave this blank, overlaid in Settings/TvSettings [DO NOT TRANSLATE] -->
386 <string name="oem_preferred_feedback_reporter" translatable="false" />
387
Tony Mantler5881ebc2015-12-04 11:24:34 -0800388 <!-- Development settings -->
389 <skip/>
390 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
391 <string name="development_settings_title">Developer options</string>
392 <!-- Development settings enable title. -->
393 <string name="development_settings_enable">Enable developer options</string>
394 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
395 <string name="development_settings_summary">Set options for app development</string>
396 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
397 <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
398 <string name="development_settings_not_available">Developer options are not available for this user</string>
399 <!-- Error message for users that aren't allowed to modify VPN settings [CHAR LIMIT=none] -->
400 <string name="vpn_settings_not_available">VPN settings are not available for this user</string>
401 <!-- Error message for users that aren't allowed to modify Tethering settings [CHAR LIMIT=none] -->
402 <string name="tethering_settings_not_available">Tethering settings are not available for this user</string>
403 <!-- Error message for users that aren't allowed to modify Access Point Names settings [CHAR LIMIT=none] -->
404 <string name="apn_settings_not_available">Access Point Name settings are not available for this user</string>
405 <string name="enable_adb">USB debugging</string>
406 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
407 <string name="enable_adb_summary">Debug mode when USB is connected</string>
408 <!-- Setting title to revoke secure USB debugging authorizations -->
409 <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
410 <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
411 <string name="bugreport_in_power">Bug report shortcut</string>
412 <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
413 <string name="bugreport_in_power_summary">Show a button in the power menu for taking a bug report</string>
414 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
415 <string name="keep_screen_on">Stay awake</string>
416 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
417 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
418 <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log -->
419 <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string>
420 <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file -->
421 <string name="bt_hci_snoop_log_summary">Capture all bluetooth HCI packets in a file</string>
422 <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] -->
423 <string name="oem_unlock_enable">OEM unlocking</string>
424 <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] -->
425 <string name="oem_unlock_enable_summary">Allow the bootloader to be unlocked</string>
426 <!-- Confirmation dialog title to ensure user wishes to enable OEM unlock and disable theft protection features -->
427 <string name="confirm_enable_oem_unlock_title">Allow OEM unlocking?</string>
428 <!-- Warning dialog message to confirm user wishes to enable OEM unlock and disable theft protection features -->
429 <string name="confirm_enable_oem_unlock_text">WARNING: Device protection features will not work on this device while this setting is turned on.</string>
430
431 <!-- UI debug setting: select current app to mock location [CHAR LIMIT=50] -->
432 <string name="mock_location_app">Select mock location app</string>
433 <!-- UI debug setting: no mock location app has been set [CHAR LIMIT=50] -->
434 <string name="mock_location_app_not_set">No mock location app set</string>
435 <!-- UI debug setting: mock location app has been set [CHAR LIMIT=50] -->
436 <string name="mock_location_app_set">Mock location app: <xliff:g id="app_name">%1$s</xliff:g></string>
437
438 <!-- Preference category for networking debugging development settings. [CHAR LIMIT=50] -->
439 <string name="debug_networking_category">Networking</string>
440
441 <!-- Setting Checkbox title whether to show options for wireless display certification -->
442 <string name="wifi_display_certification">Wireless display certification</string>
443 <!-- Setting Checkbox title whether to enable WiFi Verbose Logging. [CHAR LIMIT=40] -->
444 <string name="wifi_verbose_logging">Enable Wi\u2011Fi Verbose Logging</string>
Fan Zhangc1ae9cd2017-04-10 15:53:42 -0700445 <!-- Setting Checkbox title whether to enable WiFi Aggressive Handover (more actively switch from wifi to mobile data). [CHAR LIMIT=40] -->
Fan Zhang5545d422017-03-15 17:38:57 -0700446 <string name="wifi_aggressive_handover">Aggressive Wi\u2011Fi to mobile handover</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800447 <!-- Setting Checkbox title whether to enable WiFi Scanning in the presence of traffic. [CHAR LIMIT=80] -->
448 <string name="wifi_allow_scan_with_traffic">Always allow Wi\u2011Fi Roam Scans</string>
Fan Zhang5545d422017-03-15 17:38:57 -0700449 <!-- Setting Checkbox title whether to always keep mobile data active. [CHAR LIMIT=80] -->
450 <string name="mobile_data_always_on">Mobile data always active</string>
Andre Eisenbachd4263fa2016-02-09 17:28:58 -0800451 <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->
452 <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string>
Jack He76cd53a2016-11-17 16:19:43 -0800453 <!-- Setting Checkbox title for enabling Bluetooth inband ringing -->
454 <string name="bluetooth_enable_inband_ringing">Enable in-band ringing</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800455
Ajay Panickerc280c482017-03-20 14:20:52 -0700456 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
457 <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string>
458 <!-- UI debug setting: Select Bluetooth AVRCP Version -->
459 <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string>
460
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800461 <!-- UI debug setting: Select Bluetooth Audio Codec -->
462 <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800463 <!-- UI debug setting: Select Bluetooth Audio Codec -->
464 <string name="bluetooth_select_a2dp_codec_type_dialog_title">Select Bluetooth Audio Codec</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800465
466 <!-- UI debug setting: Select Bluetooth Audio Sample Rate -->
467 <string name="bluetooth_select_a2dp_codec_sample_rate">Bluetooth Audio Sample Rate</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800468 <!-- UI debug setting: Select Bluetooth Audio Codec: Sample Rate -->
469 <string name="bluetooth_select_a2dp_codec_sample_rate_dialog_title">Select Bluetooth Audio Codec:\u000ASample Rate</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800470
471 <!-- UI debug setting: Select Bluetooth Audio Bits Per Sample -->
472 <string name="bluetooth_select_a2dp_codec_bits_per_sample">Bluetooth Audio Bits Per Sample</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800473 <!-- UI debug setting: Select Bluetooth Audio Codec: Bits Per Sample -->
474 <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 -0800475
476 <!-- UI debug setting: Select Bluetooth Audio Channel Mode -->
477 <string name="bluetooth_select_a2dp_codec_channel_mode">Bluetooth Audio Channel Mode</string>
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800478 <!-- UI debug setting: Select Bluetooth Audio Codec: Channel Mode -->
479 <string name="bluetooth_select_a2dp_codec_channel_mode_dialog_title">Select Bluetooth Audio Codec:\u000AChannel Mode</string>
Pavlin Radoslavov60d704f2017-01-05 10:46:08 -0800480
481 <!-- UI debug setting: Select Bluetooth Audio LDAC Playback Quality -->
Pavlin Radoslavov0e038de2017-01-17 13:04:13 -0800482 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality">Bluetooth Audio LDAC Codec: Playback Quality</string>
483 <!-- UI debug setting: Select Bluetooth Audio LDAC Codec: LDAC Playback Quality -->
484 <string name="bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title">Select Bluetooth Audio LDAC Codec:\u000APlayback Quality</string>
485
486 <!-- [CHAR LIMIT=NONE] Label for displaying Bluetooth Audio Codec Parameters while streaming -->
487 <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 -0800488
Tony Mantler5881ebc2015-12-04 11:24:34 -0800489 <!-- setting Checkbox summary whether to show options for wireless display certification -->
490 <string name="wifi_display_certification_summary">Show options for wireless display certification</string>
491 <!-- Setting Checkbox summary whether to enable Wifi verbose Logging [CHAR LIMIT=80] -->
492 <string name="wifi_verbose_logging_summary">Increase Wi\u2011Fi logging level, show per SSID RSSI in Wi\u2011Fi Picker</string>
493 <!-- Setting Checkbox summary whether to enable Wifi aggressive handover [CHAR LIMIT=130] -->
Fan Zhang5545d422017-03-15 17:38:57 -0700494 <string name="wifi_aggressive_handover_summary">When enabled, Wi\u2011Fi will be more aggressive in handing over the data connection to mobile, when Wi\u2011Fi signal is low</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800495 <!-- Setting Checkbox summary whether to always allow WiFi Roam Scans [CHAR LIMIT=130] -->
496 <string name="wifi_allow_scan_with_traffic_summary">Allow/Disallow Wi\u2011Fi Roam Scans based on the amount of data traffic present at the interface</string>
497 <!-- UI debug setting: limit size of Android logger buffers -->
498 <string name="select_logd_size_title">Logger buffer sizes</string>
499 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
500 <string name="select_logd_size_dialog_title">Select Logger sizes per log buffer</string>
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700501 <!-- UI debug setting: store logs persistently -->
502 <string name="dev_logpersist_clear_warning_title">Clear logger persistent storage?</string>
503 <!-- Warning text to user about the implications of enabling USB debugging -->
504 <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 -0700505 <!-- Title of setting: title for selection of logs to store persistently [CHAR LIMIT=60] -->
Mark Salyzyn514ecdf2016-06-03 14:05:05 -0700506 <string name="select_logpersist_title">Store logger data persistently on device</string>
507 <!-- UI debug setting: select which logs to store persistently [CHAR LIMIT=80] -->
508 <string name="select_logpersist_dialog_title">Select log buffers to store persistently on device</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800509 <!-- UI debug setting: select USB configuration -->
510 <string name="select_usb_configuration_title">Select USB Configuration</string>
511 <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
512 <string name="select_usb_configuration_dialog_title">Select USB Configuration</string>
513 <!-- Setting Checkbox title whether to allow mock locations -->
514 <string name="allow_mock_location">Allow mock locations</string>
515 <!-- setting Checkbox summary whether to allow mock locations -->
516 <string name="allow_mock_location_summary">Allow mock locations</string>
517 <!-- Setting Checkbox title whether to enable view attribute inspection -->
518 <string name="debug_view_attributes">Enable view attribute inspection</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800519 <string name="mobile_data_always_on_summary">Always keep mobile data active, even when Wi\u2011Fi is active (for fast network switching).</string>
520 <!-- Title of warning dialog about the implications of enabling USB debugging -->
521 <string name="adb_warning_title">Allow USB debugging?</string>
522 <!-- Warning text to user about the implications of enabling USB debugging -->
523 <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>
524 <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
525 <string name="adb_keys_warning_message">Revoke access to USB debugging from all computers you\u2019ve previously authorized?</string>
526 <!-- Title of warning dialog about the implications of enabling developer settings -->
527 <string name="dev_settings_warning_title">Allow development settings?</string>
528 <!-- Warning text to user about the implications of enabling USB debugging -->
529 <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>
530 <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
531 <string name="verify_apps_over_usb_title">Verify apps over USB</string>
532 <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
533 <string name="verify_apps_over_usb_summary">Check apps installed via ADB/ADT for harmful behavior.</string>
Andre Eisenbachd4263fa2016-02-09 17:28:58 -0800534 <!-- Summary of checkbox for disabling Bluetooth absolute volume -->
535 <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 -0800536 <!-- Summary of checkbox for enabling Bluetooth inband ringing -->
537 <string name="bluetooth_enable_inband_ringing_summary">Allow ringtones on the phone to be played on Bluetooth headsets</string>
538
Tony Mantler5881ebc2015-12-04 11:24:34 -0800539
540 <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
541 <string name="enable_terminal_title">Local terminal</string>
542 <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
543 <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
544
545 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
546 <string name="hdcp_checking_title">HDCP checking</string>
547 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
548 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
549
550 <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
551 <string name="debug_debugging_category">Debugging</string>
552
553 <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
554 <string name="debug_app">Select debug app</string>
555 <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
556 <string name="debug_app_not_set">No debug application set</string>
557 <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
558 <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
559
560 <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
561 <string name="select_application">Select application</string>
562 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
563 <string name="no_application">Nothing</string>
564
565 <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
566 <string name="wait_for_debugger">Wait for debugger</string>
567 <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
568 <string name="wait_for_debugger_summary">Debugged application waits for debugger to
569 attach before executing</string>
570
Youhan Wang9616af32017-02-09 09:49:32 -0800571 <!-- UI debug setting: title for Telephonymonitor switch [CHAR LIMIT=50] -->
572 <string name="telephony_monitor_switch">Telephony Monitor</string>
573 <!-- UI debug setting: summary for switch of Telephonymonitor [CHAR LIMIT=500] -->
574 <string name="telephony_monitor_switch_summary">TelephonyMonitor will collect logs when it detects a problem with telephony/modem functionality and prompt notification to user to file a bug</string>
575
Tony Mantler5881ebc2015-12-04 11:24:34 -0800576 <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
577 <string name="debug_input_category">Input</string>
578
579 <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
580 <string name="debug_drawing_category">Drawing</string>
581
582 <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
583 <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
584
585 <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
586 <string name="media_category">Media</string>
587
588 <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
589 <string name="debug_monitoring_category">Monitoring</string>
590
591 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
592 <string name="strict_mode">Strict mode enabled</string>
593 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
594 <string name="strict_mode_summary">Flash screen when apps do long operations
595 on main thread</string>
596
597 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
598 <string name="pointer_location">Pointer location</string>
599 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
600 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
601
602 <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500603 <string name="show_touches">Show taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800604 <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500605 <string name="show_touches_summary">Show visual feedback for taps</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800606
607 <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
608 <string name="show_screen_updates">Show surface updates</string>
609 <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
610 <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
611
612 <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
613 <string name="show_hw_screen_updates">Show GPU view updates</string>
614 <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
615 <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
616
617 <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
618 <string name="show_hw_layers_updates">Show hardware layers updates</string>
619 <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
620 <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
621
622 <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
623 <string name="debug_hw_overdraw">Debug GPU overdraw</string>
624
Derek Sollenberger4badfe62017-02-14 11:38:06 -0500625 <!-- UI debug setting: select the renderer to use by RenderThread [CHAR LIMIT=25] -->
626 <string name="debug_hw_renderer">Set GPU Renderer</string>
627
Tony Mantler5881ebc2015-12-04 11:24:34 -0800628 <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
629 <string name="disable_overlays">Disable HW overlays</string>
630 <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
631 <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
632
633 <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
634 <string name="simulate_color_space">Simulate color space</string>
635
636 <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
637 <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
638
639 <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=32] -->
640 <string name="usb_audio_disable_routing">Disable USB audio routing</string>
641 <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
642 <string name="usb_audio_disable_routing_summary">Disable automatic routing to USB audio peripherals</string>
643
644 <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
645 <string name="debug_layout">Show layout bounds</string>
646 <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
647 <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
648
649 <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
650 <string name="force_rtl_layout_all_locales">Force RTL layout direction</string>
651 <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
652 <string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
653
Tony Mantler5881ebc2015-12-04 11:24:34 -0800654 <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
655 <string name="force_hw_ui">Force GPU rendering</string>
656 <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
657 <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string>
658
659 <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
660 <string name="force_msaa">Force 4x MSAA</string>
661 <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
662 <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
663
664 <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
665 <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
666
667 <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
668 <string name="track_frame_time">Profile GPU rendering</string>
669
670 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
671 <string name="window_animation_scale_title">Window animation scale</string>
672
673 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
674 <string name="transition_animation_scale_title">Transition animation scale</string>
675
676 <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
677 <string name="animator_duration_scale_title">Animator duration scale</string>
678
679 <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
680 <string name="overlay_display_devices_title">Simulate secondary displays</string>
681
682 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
683 <string name="debug_applications_category">Apps</string>
684
685 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
686 <string name="immediately_destroy_activities">Don\u2019t keep activities</string>
687 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
688 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
689 the user leaves it</string>
690
691 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
692 <string name="app_process_limit_title">Background process limit</string>
693
694 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
695 <string name="show_all_anrs">Show all ANRs</string>
696 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
697 <string name="show_all_anrs_summary">Show App Not Responding dialog
698 for background apps</string>
699
Geoffrey Pitsch507822d2017-05-11 12:57:22 -0400700 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
701 <string name="show_notification_channel_warnings">Show notification channel warnings</string>
702 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
703 <string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>
704
705
Tony Mantler5881ebc2015-12-04 11:24:34 -0800706 <!-- UI debug setting: force allow apps on external storage [CHAR LIMIT=50] -->
707 <string name="force_allow_on_external">Force allow apps on external</string>
708 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Nick Kralevich39725072016-03-12 15:00:50 -0800709 <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 -0800710
711 <!-- UI debug setting: force all activites to be resizable for multiwindow [CHAR LIMIT=50] -->
712 <string name="force_resizable_activities">Force activities to be resizable</string>
713 <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800714 <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 -0800715
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100716 <!-- UI debug setting: enable freeform window support [CHAR LIMIT=50] -->
717 <string name="enable_freeform_support">Enable freeform windows</string>
718 <!-- UI debug setting: enable freeform window support summary [CHAR LIMIT=150] -->
Jorim Jaggi185fa232016-02-17 16:15:52 -0800719 <string name="enable_freeform_support_summary">Enable support for experimental freeform windows.</string>
Jorim Jaggi6f2efd32015-12-23 12:04:39 +0100720
Tony Mantler5881ebc2015-12-04 11:24:34 -0800721 <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
722 <string name="local_backup_password_title">Desktop backup password</string>
723 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
724 <string name="local_backup_password_summary_none">Desktop full backups aren\u2019t currently protected</string>
725 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500726 <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 -0800727
728 <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
729 <string name="local_backup_password_toast_success">New backup password set</string>
730 <!-- 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] -->
731 <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\u2019t match</string>
732 <!-- 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] -->
733 <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
734
735 <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
736 <string-array name="color_mode_names">
737 <item>Vibrant (default)</item>
738 <item>Natural</item>
739 <item>Standard</item>
740 </string-array>
741
742 <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
743 <string-array name="color_mode_descriptions">
744 <item>Enhanced colors</item>
745 <item>Natural colors as seen by the eye</item>
746 <item>Colors optimized for digital content</item>
747 </string-array>
748
749 <!-- Settings item title for inactive apps [CHAR LIMIT=35] -->
750 <string name="inactive_apps_title">Inactive apps</string>
751 <!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500752 <string name="inactive_app_inactive_summary">Inactive. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800753 <!-- Settings item summary for active app [CHAR LIMIT=100] -->
Jason Monk50b4b1e2016-02-03 13:34:33 -0500754 <string name="inactive_app_active_summary">Active. Tap to toggle.</string>
Tony Mantler5881ebc2015-12-04 11:24:34 -0800755
756 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
757 <string name="runningservices_settings_title">Running services</string>
758 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
759 <string name="runningservices_settings_summary">View and control currently running services</string>
760
Tobias Sargeantda857102016-02-11 14:52:28 +0000761 <!-- Developer settings: select WebView provider title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000762 <string name="select_webview_provider_title">WebView implementation</string>
Tobias Sargeantda857102016-02-11 14:52:28 +0000763 <!-- Developer settings: select WebView provider dialog title [CHAR LIMIT=30] -->
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000764 <string name="select_webview_provider_dialog_title">Set WebView implementation</string>
Gustav Senntonc83e3fa2016-02-18 12:19:13 +0000765 <!-- 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 +0000766 <string name="select_webview_provider_toast_text">This choice is no longer valid. Try again.</string>
Gustav Sennton6258dcd2015-10-30 19:25:37 +0000767
Tony Mantler5881ebc2015-12-04 11:24:34 -0800768 <!-- Developer settings screen, convert userdata to file encryption option name -->
769 <string name="convert_to_file_encryption">Convert to file encryption</string>
770 <!-- Developer settings screen, convert userdata to file encryption summary when option is available -->
771 <string name="convert_to_file_encryption_enabled">Convert\u2026</string>
772 <!-- Developer settings screen, convert userdata to file encryption summary when option is already done -->
773 <string name="convert_to_file_encryption_done">Already file encrypted</string>
774 <!-- Title used on dialog with final prompt for converting to file encryption -->
775 <string name="title_convert_fbe">Converting to file based encryption</string>
776 <!-- Warning displayed on dialog with final prompt for converting to file encryption -->
777 <string name="convert_to_fbe_warning">
778 Convert data partition to file based encryption.\n
779 !!Warning!! This will erase all your data.\n
780 This feature is alpha, and may not work correctly.\n
781 Press \'Wipe and convert\u2026\' to continue.</string>
782 <!-- Button on dialog that triggers convertion to file encryption -->
783 <string name="button_convert_fbe">Wipe and convert\u2026</string>
784
785 <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
786 <string name="picture_color_mode">Picture color mode</string>
787
788 <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
789 <string name="picture_color_mode_desc">Use sRGB</string>
790
791 <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
792 <string name="daltonizer_mode_disabled">Disabled</string>
793 <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
794 <string name="daltonizer_mode_monochromacy">Monochromacy</string>
795 <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
796 <string name="daltonizer_mode_deuteranomaly">Deuteranomaly (red-green)</string>
797 <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
798 <string name="daltonizer_mode_protanomaly">Protanomaly (red-green)</string>
799 <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
800 <string name="daltonizer_mode_tritanomaly">Tritanomaly (blue-yellow)</string>
801
802 <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
803 <string name="accessibility_display_daltonizer_preference_title">Color correction</string>
804 <!-- Subtitle for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
805 <string name="accessibility_display_daltonizer_preference_subtitle">This feature is experimental and may affect performance.</string>
806 <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
807 <string name="daltonizer_type_overridden">Overridden by <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
808
jackqdyulei806f78d2017-03-24 12:13:49 -0700809 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700810 <string name="power_remaining_duration_only">About <xliff:g id="time">^1</xliff:g> left</string>
Salvador Martineza8f6ede2017-05-22 13:32:17 -0700811 <!-- [CHAR_LIMIT=60] Label for estimated remaining duration of battery discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700812 <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 -0700813 <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery charging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700814 <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 -0500815
Muyuan Li18d2b322016-03-31 13:53:56 -0700816 <!-- [CHAR_LIMIT=40] Short label for estimated remaining duration of battery charging/discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700817 <string name="power_remaining_duration_only_short"><xliff:g id="time">^1</xliff:g> left</string>
Salvador Martineza8f6ede2017-05-22 13:32:17 -0700818 <!-- [CHAR_LIMIT=60] Short label for estimated remaining duration of battery charging/discharging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700819 <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 -0700820
Jason Monkc06fbb12016-01-08 14:12:18 -0500821 <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700822 <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 -0700823 <!-- [CHAR_LIMIT=60] Label for battery level chart when discharging with duration and using enhanced estimate -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700824 <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 -0500825
Muyuan Li18d2b322016-03-31 13:53:56 -0700826 <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700827 <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 -0700828
Jason Monkc06fbb12016-01-08 14:12:18 -0500829 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700830 <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 -0500831 <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700832 <string name="power_charging_duration"><xliff:g id="level">^1</xliff:g> - <xliff:g id="time">^2</xliff:g> until fully charged</string>
Muyuan Li18d2b322016-03-31 13:53:56 -0700833 <!-- [CHAR_LIMIT=40] Short label for battery level chart when charging with duration -->
jackqdyulei2c337cb2017-06-02 13:26:20 -0700834 <string name="power_charging_duration_short"><xliff:g id="level">^1</xliff:g> - <xliff:g id="time">^2</xliff:g></string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500835
836 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
837 <string name="battery_info_status_unknown">Unknown</string>
838 <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging from an unknown source. -->
839 <string name="battery_info_status_charging">Charging</string>
jackqdyuleia704efa2017-04-03 11:31:40 -0700840 <!-- [CHAR_LIMIT=20] Battery use screen with lower case. Battery status shown in chart label when charging from an unknown source. -->
841 <string name="battery_info_status_charging_lower">charging</string>
Jason Monkc06fbb12016-01-08 14:12:18 -0500842 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
843 <string name="battery_info_status_discharging">Not charging</string>
844 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
845 <string name="battery_info_status_not_charging">Not charging</string>
846 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
847 <string name="battery_info_status_full">Full</string>
848
Sudheer Shanka14501732016-01-25 22:40:10 +0000849 <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] -->
Sudheer Shanka579dc132016-02-17 18:06:38 +0000850 <string name="disabled_by_admin_summary_text">Controlled by admin</string>
Sudheer Shanka14501732016-01-25 22:40:10 +0000851
Sudheer Shanka923bc742016-02-22 22:29:47 +0000852 <!-- Summary for switch preference to denote it is switched on [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000853 <string name="enabled_by_admin">Enabled by admin</string>
Sudheer Shanka535b4e72016-03-09 17:04:15 -0800854 <!-- Summary for switch preference to denote it is switched off [CHAR LIMIT=50] -->
Charles He61112982017-03-23 21:00:51 +0000855 <string name="disabled_by_admin">Disabled by admin</string>
Sudheer Shanka923bc742016-02-22 22:29:47 +0000856
Tony Mantler64080f12017-05-26 13:34:46 -0700857 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
858 <string name="disabled">Disabled</string>
859 <!-- Summary of app trusted to install apps [CHAR LIMIT=45] -->
860 <string name="external_source_trusted">Allowed</string>
861 <!-- Summary of app not trusted to install apps [CHAR LIMIT=45] -->
862 <string name="external_source_untrusted">Not allowed</string>
863
864 <!-- Title for settings screen for controlling apps that can install other apps on device [CHAR LIMIT=50] -->
865 <string name="install_other_apps">Install unknown apps</string>
866
Jason Monkcafda1f2016-02-05 10:16:22 -0500867 <!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] -->
Jason Monk23d4ccf2016-04-12 12:42:30 -0400868 <string name="home">Settings Home</string>
Jason Monkcafda1f2016-02-05 10:16:22 -0500869
Jason Monkb8d6fcb2016-05-23 14:42:23 -0400870 <!-- Labels on the side of batter graph in Quick Settings and Settings [CHAR LIMIT=8] -->
871 <string-array name="battery_labels">
Jason Monk96ab6362016-02-11 11:33:09 -0500872 <item>0%</item>
873 <item>50%</item>
874 <item>100%</item>
875 </string-array>
876
877 <!-- Label for length of time since the battery graph started [CHAR LIMIT=20] -->
878 <string name="charge_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> ago</string>
879
880 <!-- Label for length of time until battery is charged [CHAR LIMIT=20] -->
881 <string name="remaining_length_format"><xliff:g name="time" example="3 hours">%1$s</xliff:g> left</string>
882
Tony Mantlerddba18e2016-03-21 14:50:55 -0700883 <!-- Hint text for the IP address -->
884 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
885 <!-- Hint text for DNS -->
886 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
887 <!-- Hint text for DNS -->
888 <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
889 <!-- Hint text for the gateway -->
890 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
891 <!-- Hint text for network prefix length -->
892 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
893 <!-- HTTP proxy settings. The hint text field for port. -->
894 <string name="proxy_port_hint" translatable="false">8080</string>
895 <!-- HTTP proxy settings. Hint for Proxy-Auto Config URL. -->
896 <string name="proxy_url_hint" translatable="false">https://www.example.com/proxy.pac</string>
897 <!-- HTTP proxy settings. The hint text for proxy exclusion list. -->
898 <string name="proxy_exclusionlist_hint" translatable="false">example.com,mycomp.test.com,localhost</string>
899 <!-- HTTP proxy settings. The hint text field for the hostname. -->
900 <string name="proxy_hostname_hint" translatable="false">proxy.example.com</string>
901
Alan Viverette8890cfa2016-03-25 14:56:38 -0400902 <!-- Description for the screen zoom level that makes interface elements small. [CHAR LIMIT=24] -->
903 <string name="screen_zoom_summary_small">Small</string>
904 <!-- Description for the device's default screen zoom level. [CHAR LIMIT=24] -->
905 <string name="screen_zoom_summary_default">Default</string>
906 <!-- Description for the screen zoom level that makes interface elements large. [CHAR LIMIT=24] -->
907 <string name="screen_zoom_summary_large">Large</string>
908 <!-- Description for the screen zoom level that makes interface elements larger. [CHAR LIMIT=24] -->
909 <string name="screen_zoom_summary_very_large">Larger</string>
910 <!-- Description for the screen zoom level that makes interface elements largest. [CHAR LIMIT=24] -->
911 <string name="screen_zoom_summary_extremely_large">Largest</string>
912 <!-- Description for a custom screen zoom level. This shows the requested display
913 density in raw pixels per inch rather than using a relative description. [CHAR LIMIT=24] -->
914 <string name="screen_zoom_summary_custom">Custom (<xliff:g id="densityDpi" example="160">%d</xliff:g>)</string>
Suprabh Shuklac15c1be2016-04-04 15:04:09 -0700915 <!-- Label for Help and feedback menu item -->
916 <string name="help_feedback_label">Help &amp; feedback</string>
Alan Viverette8890cfa2016-03-25 14:56:38 -0400917
Fan Zhangc10db982016-08-11 13:52:04 -0700918 <!-- Content description for drawer menu button [CHAR_LIMIT=30]-->
919 <string name="content_description_menu_button">Menu</string>
920
Maurice Lamebc050f2016-10-31 16:17:53 -0700921 <!-- Label for Greenwich mean time, used in a string like GMT+05:00. [CHAR LIMIT=NONE] -->
922 <string name="time_zone_gmt">GMT</string>
Christine Frankscf683142017-01-23 17:19:13 -0800923
924 <!-- Label for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=NONE] -->
925 <string name="retail_demo_reset_message">Enter password to perform factory reset in demo mode</string>
926 <!-- Label for positive button on carrier demo mode factory reset confirmation dialog [CHAR LIMIT=40] -->
927 <string name="retail_demo_reset_next">Next</string>
928 <!-- Title for carrier demo mode factory reset confirmation dialog. [CHAR LIMIT=40] -->
929 <string name="retail_demo_reset_title">Password required</string>
jackqdyulei597b10f2017-01-27 13:31:40 -0800930
931 <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
932 <string name="battery_meter_very_low_overlay_symbol">!</string>
Tony Mantlerb8592352017-02-17 14:04:00 -0800933
934 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
935 <string name="active_input_method_subtypes">Active input methods</string>
936 <!-- Title for settings whether or not the framework will select input methods in an IME based
937 on the current system locales. (The user can select multiple system locales)
938 [CHAR LIMIT=35] -->
939 <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
940
Tony Mantlera4c123f2017-03-31 13:52:45 -0700941 <!-- Toast that settings for an application is failed to open. -->
942 <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
943
944 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
945 message when the user selects to enable an IME. -->
946 <string name="ime_security_warning">This input method may be able to collect
947 all the text you type, including personal data like passwords and credit
948 card numbers. It comes from the app
949 <xliff:g id="ime_application_name">%1$s</xliff:g>.
950 Use this input method?</string>
951
952 <!-- [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. -->
953 <string name="direct_boot_unaware_dialog_message">Note: After a reboot, this app can\'t start until you unlock your phone</string>
954
Jason Monk2ba4ce62015-01-13 10:08:23 -0500955</resources>