1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2014 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 18 <!-- Main app title [CHAR LIMIT=40] --> 19 <string name="settings_app_name">Settings</string> 20 21 <!-- Leanback Launcher App Title for main Settings app [CHAR LIMIT=40] --> 22 <string name="launcher_settings_app_name">Settings</string> 23 24 <!-- Leanback Launcher App Title for Network settings app [CHAR LIMIT=40] --> 25 <string name="launcher_network_app_name">Network</string> 26 27 <!-- Leanback Launcher App Title for Restricted Profile app [CHAR LIMIT=40] --> 28 <string name="launcher_restricted_profile_app_name">Restricted Profile</string> 29 30 <!-- Top level headers --> 31 <skip /> 32 <!-- Header title for device [CHAR LIMIT=50] --> 33 <string name="header_category_device">Device</string> 34 <!-- Header title for preferences [CHAR LIMIT=50] --> 35 <string name="header_category_preferences">Preferences</string> 36 <!-- Header title for accessories [CHAR LIMIT=50] --> 37 <string name="header_category_accessories">Remote & accessories</string> 38 <!-- Header title for personal [CHAR LIMIT=50] --> 39 <string name="header_category_personal">Personal</string> 40 41 <!-- Account preferences --> 42 <skip /> 43 <!-- Preference which adds an account [CHAR LIMIT=50] --> 44 <string name="add_account">Add account</string> 45 <!-- Header for sync [CHAR LIMIT=50] --> 46 <string name="account_header_sync">Sync</string> 47 <!-- Header for remove account [CHAR LIMIT=50] --> 48 <string name="account_header_remove_account">Remove account</string> 49 <!-- Google services under account settings, title for Search --> 50 <string name="search_title">Search</string> 51 <!-- Sync item label: control sync settings [CHAR LIMIT=100] --> 52 <string name="account_sync">Choose synced apps</string> 53 <!-- Label for action to sync now [CHAR LIMIT=50] --> 54 <string name="sync_now">Sync now</string> 55 <!-- Label for action saying that we are syncing now [CHAR LIMIT=50] --> 56 <string name="sync_cancel">Cancel sync</string> 57 <!-- Sync status: in progress [CHAR LIMIT=50]--> 58 <string name="sync_in_progress">Syncing\u2026</string> 59 <!-- Sync status: last synced [CHAR LIMIT=50]--> 60 <string name="last_synced">Last synced <xliff:g id="time">%1s</xliff:g></string> 61 <!-- Sync status: disabled [CHAR LIMIT=50] --> 62 <string name="sync_disabled">Disabled</string> 63 <!-- Sync description if sync is failing [CHAR LIMIT=NONE] --> 64 <string name="sync_is_failing">Sync isn\'t working right now. It will be back shortly.</string> 65 <!-- Remove account item label: remove the account [CHAR LIMIT=30] --> 66 <string name="account_remove">Remove account</string> 67 <!-- Message posted if removing the account fails. [CHAR LIMIT=NONE] --> 68 <string name="account_remove_failed">Can\'t remove account</string> 69 70 <!-- Account details settings [CHAR LIMIT=50] --> 71 <string-array name="account_detail_settings"> 72 <item>Name</item> 73 <item>Photo</item> 74 <item>Security</item> 75 <item>Google Wallet</item> 76 <item>Purchase History</item> 77 <item>Remove Account</item> 78 </string-array> 79 80 <!-- Connectivity preferences --> 81 <skip /> 82 <!-- Top level network card title. [CHAR LIMIT=50] --> 83 <string name="connectivity_network">Network</string> 84 <!-- Preference which manages wifi settings. [CHAR LIMIT=50] --> 85 <string name="connectivity_wifi">Wi-Fi</string> 86 <!-- Preference which manages ethernet settings. [CHAR LIMIT=50] --> 87 <string name="connectivity_ethernet">Ethernet</string> 88 89 <!-- Device preferences --> 90 <skip /> 91 <!-- Preference which changes daydream settings. [CHAR LIMIT=50] --> 92 <string name="device_daydream">Daydream</string> 93 <!-- Preference which changes display settings. [CHAR LIMIT=50] --> 94 <string name="device_display">Display</string> 95 <!-- Preference and title which changes system sounds settings. [CHAR LIMIT=50] --> 96 <string name="device_sound_effects">System sounds</string> 97 <!-- Preference which manages apps. [CHAR LIMIT=50] --> 98 <string name="device_apps">Apps</string> 99 <!-- Preference which shows storage status. [CHAR LIMIT=50] --> 100 <string name="device_storage_reset">Storage & reset</string> 101 <!-- Preference which shows storage status. [CHAR LIMIT=50] --> 102 <string name="device_storage">Storage</string> 103 <!-- Preference which manages backup settings. [CHAR LIMIT=50] --> 104 <string name="device_backup_restore">Backup & restore</string> 105 <!-- Preference which shows reset options [CHAR LIMIT=50] --> 106 <string name="device_reset">Factory data reset</string> 107 <!-- Preference which sets the device's display calibration. [CHAR LIMIT=50] --> 108 <string name="device_calibration">Calibration</string> 109 110 <!-- Browse Header for downloaded apps under device settings. [CHAR LIMIT=50] --> 111 <string name="apps_downloaded">Downloaded apps</string> 112 <!-- Browse Header for all apps under device settings. [CHAR LIMIT=50] --> 113 <string name="apps_system">System apps</string> 114 <!-- Browse Header for running apps under device settings. [CHAR LIMIT=50] --> 115 <string name="apps_running">Running apps</string> 116 117 <!-- Remote and Accessories --> 118 <skip /> 119 <!-- Preference which manages remote control settings. [CHAR LIMIT=50] --> 120 <string name="accessories_remote">Remote</string> 121 <!-- Preference which manages camera settings. [CHAR LIMIT=50] --> 122 <string name="accessories_camera">Camera</string> 123 <!-- Preference which manages pairing new accessories. [CHAR LIMIT=50] --> 124 <string name="accessories_add">Add accessory</string> 125 <!-- Preference which manages WiFi display settings. [CHAR LIMIT=50] --> 126 <string name="accessories_wifi_display">Wi-Fi Display</string> 127 <!-- Device Paring Status: Pairing. [CHAR LIMIT=50] --> 128 <string name="accessory_state_pairing">Pairing…</string> 129 <!-- Device Paring Status: Connecting. [CHAR LIMIT=50] --> 130 <string name="accessory_state_connecting">Connecting…</string> 131 <!-- Device Paring Status: Error. [CHAR LIMIT=50] --> 132 <string name="accessory_state_error">Couldn\'t pair</string> 133 <!-- Device Paring Status: Canceled. [CHAR LIMIT=50] --> 134 <string name="accessory_state_canceled">Canceled</string> 135 <!-- Device Paring Status: Pairing Complete. [CHAR LIMIT=50] --> 136 <string name="accessory_state_paired">Paired</string> 137 <!-- Preference which manages a single Paired Bluetooth accessory. [CHAR LIMIT=50] --> 138 <string name="accessory_options">Accessory</string> 139 <!-- Preference for renaming a paired Bluetooth accessory[CHAR LIMIT=50] --> 140 <string name="accessory_rename">Rename</string> 141 <!-- Preference for unpairing a Bluetooth accessory[CHAR LIMIT=50] --> 142 <string name="accessory_unpair">Unpair</string> 143 <!-- Description shown while we are waiting for a device unpair operation to finish[CHAR LIMIT=50] --> 144 <string name="accessory_unpairing">Unpairing device…</string> 145 <!-- Description for Connected accessory[CHAR LIMIT=50] --> 146 <string name="accessory_connected">Connected</string> 147 148 <!-- Remote and Accessories --> 149 <skip /> 150 <!-- Description text for new accessories pairing screen. [CHAR LIMIT=150] --> 151 <string name="accessories_add_title">Searching for accessories…</string> 152 <!-- Description text for bluetooth device pairing instructions. [CHAR LIMIT=150] --> 153 <string name="accessories_add_bluetooth_inst">Before pairing your Bluetooth devices, make sure they\'re in pairing mode</string> 154 <!-- Description text for autopairing when the user is in the pairing activity due to pressing the back HW button. %1 will be replaced with the countdown value. [CHAR LIMIT=150] --> 155 <string name="accessories_autopair_msg">A device was found and will automatically pair in <xliff:g id="countdown">%1$s</xliff:g> seconds</string> 156 <!-- Description text for pairing screen with multiple devices found. [CHAR LIMIT=150] --> 157 <string name="accessories_add_title_multiple">Multiple devices found</string> 158 <!-- Description text for selecting a device to pair, when multiple devices are detected. [CHAR LIMIT=150] --> 159 <string name="accessories_add_multiple">To choose a different device, press the pairing button on this device</string> 160 <!-- Description text for pairing with the selected device, when multiple devices are detected. [CHAR LIMIT=150] --> 161 <string name="accessories_add_multiple_select">To pair with the selected device, press & hold this devices pairing button for 5 seconds</string> 162 <!-- Error message displayed to the user indicating that a selected action is not supported on this device. [CHAR LIMIT=150] --> 163 <string name="error_action_not_supported">This action isn\'t supported</string> 164 165 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] --> 166 <string name="bluetooth_pairing_request">Bluetooth pairing request</string> 167 <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] --> 168 <string name="bluetooth_confirm_passkey_msg">To pair with: <b><xliff:g id="device_name">%1$s</xliff:g></b>, make sure it\'s showing this passkey: <b><xliff:g id="passkey">%2$s</xliff:g></b></string> 169 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing [CHAR LIMIT=NONE] --> 170 <string name="bluetooth_incoming_pairing_msg">From: <b><xliff:g id="device_name">%1$s</xliff:g></b><br>Pair with this device?</string> 171 <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. [CHAR LIMIT=NONE] --> 172 <string name="bluetooth_display_passkey_pin_msg">To pair with: <b><xliff:g id="device_name">%1$s</xliff:g></b><br>Type on it: <b><xliff:g id="passkey">%2$s</xliff:g></b>, then press Return or Enter.</string> 173 <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] --> 174 <string name="bluetooth_enter_pin_msg">To pair with: <b><xliff:g id="device_name">%1$s</xliff:g></b>, <br>Type the device\'s required PIN:</string> 175 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] --> 176 <string name="bluetooth_enter_passkey_msg">To pair with: <b><xliff:g id="device_name">%1$s</xliff:g></b>, <br>Type the device\'s required passkey:</string> 177 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] --> 178 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string> 179 180 <!-- Action title for Confirming the Bluetooth secure Pair action [CHAR LIMIT=50] --> 181 <string name="bluetooth_pair">Pair</string> 182 <!-- Action title for Cancelling the Bluetooth secure Pair action [CHAR LIMIT=50] --> 183 <string name="bluetooth_cancel">Cancel</string> 184 185 <!-- System --> 186 <skip /> 187 <!-- Preference which manages cast settings. [CHAR LIMIT=50] --> 188 <string name="system_cast">Google Cast</string> 189 <!-- Preference which manages date / time settings. [CHAR LIMIT=50] --> 190 <string name="system_date_time">Date & time</string> 191 <!-- Preference which manages language settings. [CHAR LIMIT=50] --> 192 <string name="system_language">Language</string> 193 <!-- Preference which manages input method settings. [CHAR LIMIT=50] --> 194 <string name="system_keyboard">Keyboard</string> 195 <!-- Preference which manages search and google now settings. [CHAR LIMIT=50] --> 196 <string name="system_search">Search</string> 197 <!-- Preference which manages security settings. [CHAR LIMIT=50] --> 198 <string name="system_security">Security & Restrictions</string> 199 <!-- Preference which manages speech recognition settings. [CHAR LIMIT=50] --> 200 <string name="system_speech">Speech</string> 201 <!-- Preference which manages TV inputs. [CHAR LIMIT=50] --> 202 <string name="system_inputs">Inputs</string> 203 <!-- Preference which manages accessibility settings. [CHAR LIMIT=50] --> 204 <string name="system_accessibility">Accessibility</string> 205 <!-- Preference which manages developer options. [CHAR LIMIT=50] --> 206 <string name="system_developer_options">Developer options</string> 207 <!-- Label for no accessibility color or opacity [CHAR LIMIT=50] --> 208 <string name="accessibility_none">None</string> 209 210 <!-- About --> 211 <skip /> 212 <!-- Preference which shows system update status. [CHAR LIMIT=50] --> 213 <string name="about_system_update">System update</string> 214 <!-- Preference which shows about screen with legal info, model, etc. [CHAR LIMIT=50] --> 215 <string name="about_preference">About</string> 216 <!-- Preference which shows name of device as it will appear when being accessed remotely [CHAR LIMIT=50] --> 217 <string name="device_name">Device name</string> 218 <!-- Preference which shows legal info. [CHAR LIMIT=50] --> 219 <string name="about_legal_info">Legal information</string> 220 <!-- Preference which shows warranty info. [CHAR LIMIT=50] --> 221 <string name="about_warranty">Warranty</string> 222 <!-- Preference which shows open source licenses [CHAR LIMIT=50]--> 223 <string name="about_legal_license">Open source licenses</string> 224 <!-- Preference which shows additional terms [CHAR LIMIT=50]--> 225 <string name="about_terms_of_service">View Terms of Service</string> 226 <!-- Preference which shows additional terms [CHAR LIMIT=50]--> 227 <string name="about_privacy_policy">View Privacy Policy</string> 228 <!-- Preference which shows additional terms [CHAR LIMIT=50]--> 229 <string name="about_additional_terms">View Additional Terms</string> 230 <!-- Toast message displayed if the license data is unavailable [CHAR LIMIT=100] --> 231 <string name="about_license_activity_unavailable">License data is unavailable</string> 232 <!-- Preference which shows model. [CHAR LIMIT=50] --> 233 <string name="about_model">Model</string> 234 <!-- Preference which shows version. [CHAR LIMIT=50] --> 235 <string name="about_version">Version</string> 236 <!-- Preference which shows serial number. [CHAR LIMIT=50] --> 237 <string name="about_serial">Serial number</string> 238 <!-- Preference which shows build version. [CHAR LIMIT=50] --> 239 <string name="about_build">Build</string> 240 <!-- Device Info screen. Countdown for user taps to enable development settings [CHAR LIMIT=NONE] --> 241 <plurals name="show_dev_countdown"> 242 <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer</item> 243 <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from being a developer</item> 244 </plurals> 245 <!-- Preference which shows ads settings. [CHAR LIMIT=50] --> 246 <string name="about_ads">Ads</string> 247 <!-- Device Info screen. Confirmation that developer settings are enabled [CHAR LIMIT=NONE] --> 248 <string name="show_dev_on">You are now a developer!</string> 249 <!-- Device Info screen. Okay we get it, stop pressing, you already have it on [CHAR LIMIT=NONE] --> 250 <string name="show_dev_already">No need, you are already a developer</string> 251 252 <!-- Wifi --> 253 <skip /> 254 <!-- Do not translate. Concise terminology for wifi with WEP security --> 255 <string name="wifi_security_short_wep">WEP</string> 256 <!-- Do not translate. Concise terminology for wifi with WPA security --> 257 <string name="wifi_security_short_wpa">WPA</string> 258 <!-- Do not translate. Concise terminology for wifi with WPA2 security --> 259 <string name="wifi_security_short_wpa2">WPA2</string> 260 <!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security --> 261 <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string> 262 <!-- Do not translate. Concise terminology for wifi with unknown PSK type --> 263 <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string> 264 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> 265 <string name="wifi_security_short_eap">802.1x</string> 266 267 <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. --> 268 <string name="wifi_security_none">None</string> 269 270 <!-- Do not translate. Terminology for wifi with WEP security --> 271 <string name="wifi_security_wep">WEP</string> 272 <!-- Do not translate. Terminology for wifi with WPA security --> 273 <string name="wifi_security_wpa">WPA PSK</string> 274 <!-- Do not translate. Terminology for wifi with WPA2 security --> 275 <string name="wifi_security_wpa2">WPA2 PSK</string> 276 <!-- Do not translate. Terminology for wifi with both WPA/WPA2 security, or unknown --> 277 <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string> 278 <!-- Do not translate. Terminology for wifi with unknown PSK type --> 279 <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string> 280 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> 281 <string name="wifi_security_eap">802.1x EAP</string> 282 283 <!-- Summary for the remembered network. --> 284 <string name="wifi_remembered">Saved</string> 285 <!-- Status for networks disabled for unknown reason --> 286 <string name="wifi_disabled_generic">Disabled</string> 287 <!-- Status for networked disabled from a DNS or DHCP failure --> 288 <string name="wifi_disabled_network_failure">Avoided poor Internet connection</string> 289 <!-- 290 Status for networks disabled from authentication failure (wrong password 291 or certificate). 292 --> 293 <string name="wifi_disabled_password_failure">Authentication problem</string> 294 <!-- Summary for the remembered network but currently not in range. --> 295 <string name="wifi_not_in_range">Not in range</string> 296 <!-- 297 Substring of status line when Wi-Fi Protected Setup (WPS) is available and 298 string is listed first [CHAR LIMIT=20] 299 --> 300 <string name="wifi_wps_available_first_item">WPS available</string> 301 <!-- 302 Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and 303 string is listed after a wifi_secured_* string 304 --> 305 <string name="wifi_wps_available_second_item">\u0020(WPS available)</string> 306 <!-- 307 Substring of wifi status for wifi with authentication. This version is for when the 308 string is first in the list (titlecase in english) 309 --> 310 <string name="wifi_secured_first_item">Secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string> 311 <!-- 312 Substring of wifi status for wifi with authentication. This version is for when the 313 string is not first in the list (lowercase in english) 314 --> 315 <string name="wifi_secured_second_item">, secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string> 316 317 <!-- wifi signal strength array [CHAR LIMIT=30] --> 318 <string-array name="wifi_signal_strength"> 319 <item>Poor</item> 320 <item>Fair</item> 321 <item>Good</item> 322 <item>Excellent</item> 323 </string-array> 324 325 <!-- titles for connection status --> 326 <!-- label mac address [CHAR LIMIT=50] --> 327 <string name="title_mac_address">MAC address</string> 328 <!-- label signal strength [CHAR LIMIT=50] --> 329 <string name="title_signal_strength">Signal strength</string> 330 <!-- label IP address [CHAR LIMIT=50] --> 331 <string name="title_ip_address">IP address</string> 332 <!-- label SSID [CHAR LIMIT=50] --> 333 <string name="title_ssid">Enter name of Wi-Fi network</string> 334 <!-- label internet connection [CHAR LIMIT=50] --> 335 <string name="title_internet_connection">Internet connection</string> 336 337 <!-- contents for connection status --> 338 <!-- Connected [CHAR LIMIT=50] --> 339 <string name="connected">Connected</string> 340 <!-- Not connected [CHAR LIMIT=50] --> 341 <string name="not_connected">Not connected</string> 342 343 <!-- Wifi setting headers [CHAR LIMIT=50] --> 344 <string name="wifi_setting_header_available_networks">Wi-Fi</string> 345 <string name="wifi_setting_header_other_options">OTHER OPTIONS</string> 346 <string name="wifi_setting_see_all">See all</string> 347 <string name="wifi_setting_available_networks">AVAILABLE NETWORKS</string> 348 349 <!-- Other Options under Wifi Settings headers [CHAR LIMIT=50] --> 350 <string name="wifi_setting_other_options_wps">Connect via WPS</string> 351 <string name="wifi_setting_other_options_add_network">Add new network</string> 352 353 <!-- Strings for Add Network under Connectivity Setting --> 354 <!-- Add network title on add network form page [CHAR LIMIT=30] --> 355 <string name="add_network">Add network</string> 356 <!-- Network SSID title on add network form page [CHAR LIMIT=30] --> 357 <string name="network_ssid">Network SSID</string> 358 <!-- Security type title on add network form page [CHAR LIMIT=30] --> 359 <string name="security_type">Type of security</string> 360 <!-- Password title on add network form page [CHAR LIMIT=30] --> 361 <string name="password">Password</string> 362 363 <!-- Title for connecting to a WPS network in setup mode [CHAR LIMIT=30] --> 364 <string name="wps_network">Connect via WPS</string> 365 <!-- Title for adding hidden network in setup mode [CHAR LIMIT=30] --> 366 <string name="other_network">Other network…</string> 367 368 <!-- Skip configuring a Wi-Fi network during device setup [CHAR LIMIT=30]--> 369 <string name="skip_network">Skip</string> 370 371 <!-- Wifi Security type indicating no security [CHAR LIMIT=30] --> 372 <string name="wifi_security_type_none">None</string> 373 <!-- Wifi Security type indicating WEP security [CHAR LIMIT=30] --> 374 <string name="wifi_security_type_wep">WEP</string> 375 <!-- Wifi Security type indicating WPA/WPA2 security [CHAR LIMIT=30] --> 376 <string name="wifi_security_type_wpa">WPA/WPA2 PSK</string> 377 <!-- Wifi Security type indicating EAP security [CHAR LIMIT=30] --> 378 <string name="wifi_security_type_eap">802.1x EAP</string> 379 <!-- Title to show when no wifi networks are available [CHAR LIMIT=80] --> 380 <string name="title_wifi_no_networks_available">Scanning…</string> 381 <!-- Title to show when wifi fails to save [CHAR LIMIT=80] --> 382 <string name="title_wifi_could_not_save">Couldn\'t save configuration for <xliff:g id="ssid">%1$s</xliff:g></string> 383 <!-- Title to show when wifi fails to connect [CHAR LIMIT=80] --> 384 <string name="title_wifi_could_not_connect">Couldn\'t connect to <xliff:g id="ssid">%1$s</xliff:g></string> 385 <!-- Title to show when wifi fails to connect due to timeout [CHAR LIMIT=80] --> 386 <string name="title_wifi_could_not_connect_timeout">Couldn\'t find <xliff:g id="ssid">%1$s</xliff:g></string> 387 <!-- Title to show when wifi fails to connect due to authentication failure [CHAR LIMIT=80] --> 388 <string name="title_wifi_could_not_connect_authentication_failure">Wi-Fi password not valid</string> 389 <!-- Title to show when the wifi ap rejects the connection [CHAR LIMIT=80] --> 390 <string name="title_wifi_could_not_connect_ap_reject">Wi-Fi network didn\'t accept connection</string> 391 <!-- Title to show when asking if advanced settings should be used for this wifi connection [CHAR LIMIT=80] --> 392 <string name="title_wifi_advanced_options">Configure <xliff:g id="ssid">%1$s</xliff:g> Proxy and IP Settings?</string> 393 <!-- Title to show when asking if a proxy should be used for this wifi connection [CHAR LIMIT=80] --> 394 <string name="title_wifi_proxy_settings">Proxy settings</string> 395 <!-- Title to show when asking for the proxy hostname for this wifi connection [CHAR LIMIT=80] --> 396 <string name="title_wifi_proxy_hostname">Proxy hostname:</string> 397 <!-- Title to show when asking for the proxy port for this wifi connection [CHAR LIMIT=80] --> 398 <string name="title_wifi_proxy_port">Proxy port:</string> 399 <!-- Title to show when asking for which domains bypass the proxy for this wifi connection [CHAR LIMIT=80] --> 400 <string name="title_wifi_proxy_bypass">Bypass proxy for:</string> 401 <!-- Title to show when asking how an ip should be assigned for this wifi connection [CHAR LIMIT=80] --> 402 <string name="title_wifi_ip_settings">IP settings</string> 403 <!-- Title to show when asking for the static ip address to use for this wifi connection [CHAR LIMIT=80] --> 404 <string name="title_wifi_ip_address">IP address:</string> 405 <!-- Title to show when asking for the gateway's ip address for this wifi connection [CHAR LIMIT=80] --> 406 <string name="title_wifi_gateway">Gateway:</string> 407 <!-- Title to show when asking for the network prefix length for this wifi connection [CHAR LIMIT=80] --> 408 <string name="title_wifi_network_prefix_length">Network prefix length:</string> 409 <!-- Title to show when asking for the first DNS to use for this wifi connection [CHAR LIMIT=80] --> 410 <string name="title_wifi_dns1">DNS 1:</string> 411 <!-- Title to show when asking for the second DNS to use for this wifi connection [CHAR LIMIT=80] --> 412 <string name="title_wifi_dns2">DNS 2:</string> 413 <!-- Title to show when the proxy settings are invalid [CHAR LIMIT=80] --> 414 <string name="title_wifi_proxy_settings_invalid">Proxy settings not valid</string> 415 <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] --> 416 <string name="title_wifi_ip_settings_invalid">IP settings not valid</string> 417 <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] --> 418 <string name="title_wifi_known_network"><xliff:g id="ssid">%1$s</xliff:g> is a saved network</string> 419 <!-- Label for action to try to connect to wifi again [CHAR LIMIT=50] --> 420 <string name="wifi_action_try_again">Try again</string> 421 <!-- Label for action to go back to the list of wifi networks [CHAR LIMIT=50] --> 422 <string name="wifi_action_view_available_networks">View available networks</string> 423 <!-- Message to show when wifi is connecting [CHAR LIMIT=80] --> 424 <string name="wifi_connecting">Connecting to <xliff:g id="ssid">%1$s</xliff:g></string> 425 <!-- Message to show when wifi is saving a new configuration [CHAR LIMIT=80] --> 426 <string name="wifi_saving">Saving configuration for <xliff:g id="ssid">%1$s</xliff:g></string> 427 <!-- Title for action to connect to the wifi network [CHAR LIMIT=80] --> 428 <string name="wifi_connect">Connect</string> 429 <!-- Title for action to forget the wifi network configuration [CHAR LIMIT=80] --> 430 <string name="wifi_forget_network">Forget network</string> 431 <!-- Description for action to forget the wifi network configuration [CHAR LIMIT=100] --> 432 <string name="wifi_forget_network_description">This clears information used to connect to this network, including a saved password</string> 433 <!-- Label for action to accept the currently connected wifi network [CHAR LIMIT=50] --> 434 <string name="wifi_action_ok">OK</string> 435 <!-- Label for action to try to connect to a different wifi network [CHAR LIMIT=50] --> 436 <string name="wifi_action_change_network">Change</string> 437 <!-- Label for action to not try to connect to a different wifi network [CHAR LIMIT=50] --> 438 <string name="wifi_action_dont_change_network">Don\'t change</string> 439 <!-- Label for action to use advanced settings for the wifi connection [CHAR LIMIT=50] --> 440 <string name="wifi_action_advanced_yes">OK</string> 441 <!-- Label for action to not use advanced settings for the wifi connection [CHAR LIMIT=50] --> 442 <string name="wifi_action_advanced_no">No (recommended)</string> 443 <!-- Label for action to not use a proxy for the wifi connection [CHAR LIMIT=50] --> 444 <string name="wifi_action_proxy_none">None</string> 445 <!-- Label for action to setup a proxy for the wifi connection [CHAR LIMIT=50] --> 446 <string name="wifi_action_proxy_manual">Manual</string> 447 <!-- Label for action to use dhcp to obtain an ip address for the wifi connection [CHAR LIMIT=50] --> 448 <string name="wifi_action_dhcp">DHCP</string> 449 <!-- Label for action to save advanced settings [CHAR LIMIT=50] --> 450 <string name="wifi_action_save">Save</string> 451 <!-- Label for action to setup static ip information for the wifi connection [CHAR LIMIT=50] --> 452 <string name="wifi_action_static">Static</string> 453 <!-- Title for action to show status information for the wifi connection [CHAR LIMIT=50] --> 454 <string name="wifi_action_status_info">Status info</string> 455 <!-- Title for action to setup advanced options for the wifi connection [CHAR LIMIT=50] --> 456 <string name="wifi_action_advanced_options_title">Advanced options</string> 457 <!-- Description for action to setup advanced options for the wifi connection [CHAR LIMIT=50] --> 458 <string name="wifi_action_advanced_options_description"><xliff:g id="proxy_settings_summary">%1$s</xliff:g>, <xliff:g id="ip_settings_summary">%2$s</xliff:g></string> 459 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]--> 460 <string name="wifi_ip_settings_invalid_ip_address">Enter a valid IP address</string> 461 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]--> 462 <string name="wifi_ip_settings_invalid_gateway">Enter a valid gateway address</string> 463 <!-- Error message if the dns is not valid [CHAR LIMIT=50]--> 464 <string name="wifi_ip_settings_invalid_dns">Enter a valid DNS address</string> 465 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]--> 466 <string name="wifi_ip_settings_invalid_network_prefix_length">Enter a network prefix length between 0 and 32</string> 467 <!-- Hint text for the IP address --> 468 <string name="wifi_ip_address_hint">Enter a valid IP address.\nExample: 192.168.1.128</string> 469 <!-- Hint text for DNS --> 470 <string name="wifi_dns1_hint">Enter a valid IP address or leave empty.\nExample: 8.8.8.8</string> 471 <!-- Hint text for DNS --> 472 <string name="wifi_dns2_hint">Enter a valid IP address or leave empty.\nExample: 8.8.4.4</string> 473 <!-- Hint text for the gateway --> 474 <string name="wifi_gateway_hint">Enter a valid IP address or leave empty.\nExample: 192.168.1.1</string> 475 <!-- Hint text for network prefix length --> 476 <string name="wifi_network_prefix_length_hint">Enter a valid network prefix length.\nExample: 24</string> 477 <!-- HTTP proxy settings. The error if the hostname is not valid --> 478 <string name="proxy_error_invalid_host">Hostname isn\'t valid</string> 479 <!-- HTTP proxy settings. The error if the exclusion list is not valid --> 480 <string name="proxy_error_invalid_exclusion_list">This exclusion list isn\t valid. Enter a comma-separated list of excluded domains.</string> 481 <!-- HTTP proxy settings. Error msg --> 482 <string name="proxy_error_empty_port">Port field can\'t be empty</string> 483 <!-- HTTP proxy settings. Error msg --> 484 <string name="proxy_error_empty_host_set_port">If the host field is empty, leave the port field empty</string> 485 <!-- HTTP proxy settings. Error msg --> 486 <string name="proxy_error_invalid_port">Port isn\'t valid</string> 487 <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]--> 488 <string name="proxy_warning_limited_support">HTTP proxy is used by the browser but may not be used by other apps</string> 489 <!-- HTTP proxy settings. The hint text field for port. --> 490 <string name="proxy_port_hint">Enter a valid port.\nExample: 8080</string> 491 <!-- HTTP proxy settings. The hint text for proxy exclusion list.--> 492 <string name="proxy_exclusionlist_hint">Enter a comma-separated list of excluded domains or leave blank.\nExample: example.com,mycomp.test.com,localhost</string> 493 <!-- HTTP proxy settings. The hint text field for the hostname. --> 494 <string name="proxy_hostname_hint">Enter a valid hostname.\nExample: proxy.example.com</string> 495 496 <!-- Title to show indicating the user is connected [CHAR LIMIT=100] --> 497 <string name="wifi_summary_title_connected">Network connected</string> 498 <!-- Title to show indicating the user is not connected [CHAR LIMIT=100] --> 499 <string name="wifi_summary_title_not_connected">Network isn\'t connected</string> 500 <!-- Title to show when wifi is already connected [CHAR LIMIT=100] --> 501 <string name="wifi_summary_description_connected_to_wifi_network">Already connected to <xliff:g id="ssid">%1$s</xliff:g>. Connect to a different network?</string> 502 <!-- Name to use when we don't know the name of the wifi network the device is connected to [CHAR LIMIT=20] --> 503 <string name="wifi_summary_unknown_network">an unknown network</string> 504 505 <!-- Title for action to configure advanced options for a wifi or ethernet connection [CHAR LIMIT=80] --> 506 <string name="connectivity_advanced_options">Advanced options</string> 507 <!-- Description for action to configure advanced options for a wifi or ethernet connection showing a summary of advanced options[CHAR LIMIT=80] --> 508 <string name="connectivity_advanced_options_description"><xliff:g id="ssid">%1$s</xliff:g>, <xliff:g id="ssid">%2$s</xliff:g></string> 509 510 <!-- Strings for Ethernet under Connectivity Setting --> 511 <!-- Key for ip settings [CHAR LIMIT=30] --> 512 <string name="title_ip_settings">IP settings</string> 513 <!-- Title for Test Connection [CHAR LIMIT=50] --> 514 <string name="title_test_connection">Test connection</string> 515 <!-- DHCP in IP setting [CHAR LIMIT=50] --> 516 <string name="dhcp">DHCP</string> 517 <!-- Static in IP setting [CHAR LIMIT=50] --> 518 <string name="title_static">Static</string> 519 <!-- Gateway title in network setting [CHAR LIMIT=50] --> 520 <string name="gateway">Gateway</string> 521 <!-- Title for network prefix length in network setting [CHAR LIMIT=50] --> 522 <string name="title_network_prefix_length">Network prefix length</string> 523 <!-- Title for DNS 1 [CHAR LIMIT=50] --> 524 <string name="title_dns_1">DNS 1</string> 525 <!-- Title for DNS 2 [CHAR LIMIT=50] --> 526 <string name="title_dns_2">DNS 2</string> 527 <!-- Title for OK [CHAR LIMIT=50] --> 528 <string name="title_ok">OK</string> 529 <!-- Title for DNS 2 [CHAR LIMIT=50] --> 530 <string name="title_cancel">Cancel</string> 531 <!-- Title of renaming wifi direct device [CHAR LIMIT=50] --> 532 <string name="rename_device">Rename device</string> 533 534 <!-- Storage settings screen heading. This is displayed above items that pertain to the phone's internal storage [CHAR LIMIT=50] --> 535 <string name="storage_title">Storage</string> 536 <!-- Storage settings title. The amount of free space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section. [CHAR LIMIT=50] --> 537 <string name="storage_available">Available</string> 538 <!-- Storage settings screen heading. The total amount of storage space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section [CHAR LIMIT=50] --> 539 <string name="storage_size">Total space: <xliff:g id="total_space">%1$s</xliff:g></string> 540 <!-- Storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] --> 541 <string name="storage_calculating_size">Calculating\u2026</string> 542 <!-- Storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 543 <string name="storage_apps_usage">Apps</string> 544 <!-- Storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 545 <string name="storage_downloads_usage">Downloads</string> 546 <!-- Storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 547 <string name="storage_dcim_usage">Photos & videos</string> 548 <!-- Storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 549 <string name="storage_music_usage">Audio</string> 550 <!-- Storage settings title. Displayed as a title when showing the total usage of misc files on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 551 <string name="storage_media_misc_usage">Misc.</string> 552 <!-- Storage settings title. Displayed as a title when showing the total usage of all cached data on device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> 553 <string name="storage_media_cache_usage">Cached data</string> 554 555 <!-- Action to cancel WPS scanning [CHAR LIMIT=50] --> 556 <string name="wifi_wps_cancel_scan">Cancel</string> 557 <!-- Action to retry WPS scanning [CHAR LIMIT=50] --> 558 <string name="wifi_wps_retry_scan">Retry</string> 559 <!-- Message indicating we are scanning for WPS routers [CHAR LIMIT=150] --> 560 <string name="wifi_wps_title">Searching for WPS router\u2026</string> 561 <!-- Message describing how to turn on WPS on a router [CHAR LIMIT=150] --> 562 <string name="wifi_wps_instructions">Press the Wi-Fi Protected Setup button on your router.\nIt may be called \"WPS\" or contain the symbol to the left.</string> 563 <!-- Title Message in WPS dialog for PIN after start up [CHAR LIMIT=150] --> 564 <string name="wifi_wps_onstart_pin">Enter PIN <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router</string> 565 <!-- Description Message in WPS dialog for PIN after start up [CHAR LIMIT=150] --> 566 <string name="wifi_wps_onstart_pin_description">After you enter the PIN, setup can take up to 2 minutes to finish</string> 567 <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] --> 568 <string name="wifi_wps_in_progress">WPS is already in progress and can take up to 2 minutes to finish</string> 569 <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] --> 570 <string name="wifi_wps_failed_generic">Couldn\'t find Wi-Fi router</string> 571 <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] --> 572 <string name="wifi_wps_failed_wep">Wi-Fi router security setting (WEP) isn\'t supported</string> 573 <!-- Text displayed when WPS fails to TKIP [CHAR LIMIT=150] --> 574 <string name="wifi_wps_failed_tkip">Wi-Fi router security setting (TKIP) isn\'t supported</string> 575 <!-- Text displayed when WPS fails due to another session [CHAR LIMIT=150] --> 576 <string name="wifi_wps_failed_overlap">Another WPS session is in progress. Try again in a few minutes.</string> 577 578 <!-- Title for Date in System Settings Date Time [CHAR LIMIT=50] --> 579 <string name="system_date">Date</string> 580 <!-- Title for Time in System Settings Date Time [CHAR LIMIT=50] --> 581 <string name="system_time">Time</string> 582 <!-- Title for Set Date in System Settings Date Time [CHAR LIMIT=50] --> 583 <string name="system_set_date">Set date</string> 584 <!-- Title for Set date format in System Settings Date Time [CHAR LIMIT=50] --> 585 <string name="system_choose_date_format">Choose date format</string> 586 <!-- Title for Set Time in System Settings Date Time [CHAR LIMIT=50] --> 587 <string name="system_set_time">Set time</string> 588 <!-- Title for Set Time Zone in System Settings Date Time [CHAR LIMIT=50] --> 589 <string name="system_set_time_zone">Set time zone</string> 590 <!-- Title for Set time format in System Settings Date Time [CHAR LIMIT=50] --> 591 <string name="system_set_time_format">Use 24-hour format</string> 592 <!-- Title for automatic date & time [CHAR LIMIT = 80] --> 593 <string name="system_auto_date_time">Automatic date & time</string> 594 <!-- Description for using automatic date & time in date time settings [CHAR LIMIT=100] --> 595 <string name="desc_auto_date_time">Use network-provided time</string> 596 <!-- Title for Location in System Settings [CHAR LIMIT=50] --> 597 <string name="system_location">Location</string> 598 <!-- Description for Location in System Settings [CHAR LIMIT=NONE] --> 599 <string name="system_desc_location">Let apps that have asked your permission use your location information</string> 600 <!-- Title for the Google location source in System Settings [CHAR LIMIT=50]--> 601 <string name="system_network_location">Wi-Fi network location</string> 602 <!-- Description for the Google location source in System Settings [CHAR LIMIT=150]--> 603 <string name="system_desc_network_location">Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running.</string> 604 <!-- Title for confirming location consent [CHAR LIMIT=50] --> 605 <string name="system_network_location_confirm">Location consent</string> 606 <!-- Description for confirming location consent [CHAR LIMIT=NONE] --> 607 <string name="system_desc_network_location_confirm">Allow Google\'s location service to collect anonymous location data. Some data may be stored on your device. Collection may occur even when no apps are running.</string> 608 <!-- Security & location settings screen, section header for settings relating to location --> 609 <string name="location_title">My location</string> 610 <!-- Header title for SecurityActivity [CHAR LIMIT=50] --> 611 <string name="header_category_system">System</string> 612 <!-- [CHAR LIMIT=30] Location settings screen, setting preference screen box label for location mode --> 613 <string name="location_mode_title">Mode</string> 614 <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests --> 615 <string name="location_category_recent_location_requests">Recent location requests</string> 616 <!-- Location settings screen, displayed when there's no recent app accessing location --> 617 <string name="location_no_recent_apps">No apps have requested location recently</string> 618 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use--> 619 <string name="location_high_battery_use">High battery use</string> 620 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use--> 621 <string name="location_low_battery_use">Low battery use</string> 622 <!-- [CHAR LIMIT=130] Location mode screen, description for wifi mode --> 623 <string name="location_mode_wifi_description">Use Wi\u2011Fi to estimate location </string> 624 625 <!-- [CHAR LIMIT=60] Label for the status of location --> 626 <string name="location_status">Location status</string> 627 <!-- [CHAR LIMIT=60] Title for location services in locations settings --> 628 <string name="location_services">Location services</string> 629 <!-- [CHAR LIMIT=20] Title for status on for location services --> 630 <string name="on">On</string> 631 <!-- [CHAR LIMIT=20] Title for status off for location services --> 632 <string name="off">Off</string> 633 <!-- [CAR LIMIT=100] Location services screen title for Google location services --> 634 <string name="google_location_services_title">Google location services</string> 635 <!-- [CAR LIMIT=100] Location services screen title for third party location services --> 636 <string name="third_party_location_services_title">3rd party location services</string> 637 <!-- [CHAR LIMIT=100] Location services screen, title for Location reporting --> 638 <string name="location_reporting">Location Reporting</string> 639 <!-- [CHAR LIMIT=100] Location services screen, title for Location history --> 640 <string name="location_history">Location History</string> 641 <!-- [CHAR LIMIT=300] Location reporting screen, description --> 642 <string name="location_reporting_desc">Google uses this feature in products like Google Now and Google Maps. Turning on Location Reporting lets any Google product that uses this feature store and use your device\'s most recent location data in connection with your Google Account.</string> 643 <!-- [CHAR LIMIT=500] Location history screen, description --> 644 <string name="location_history_desc">When Location History is turned on for this account, Google can store your device\'s location data for use by your apps.\n\nFor example, Google Maps can give you directions, and Google Now can inform you about commute traffic.\n\nYou can turn off Location History at any time, but doing so doesn\'t delete it. To view and manage your Location History, visit maps.google.com/locationhistory.</string> 645 <!-- [CHAR LIMIT=100] Location history screen, title for delete location history --> 646 <string name="delete_location_history_title">Delete location history</string> 647 <!-- [CHAR LIMIT=300] Location history screen, description for delete location history --> 648 <string name="delete_location_history_desc">This will delete all Location History has stored from this device for this Google Account. You can\'t undo this deletion. Some apps, including Google Now, will stop working.</string> 649 <!-- Title for services in accessibility settings [CHAR LIMIT=50] --> 650 <string name="system_services">Services</string> 651 <!-- Title and description for accessibility service setting [CHAR LIMIT=50] --> 652 <string name="accessibility_service_settings">Service settings</string> 653 654 <!-- Title and description for accessibility captions setting [CHAR LIMIT=50] --> 655 <string name="accessibility_captions">Captions</string> 656 <!-- Title and description for accessibility captions description [CHAR LIMIT=NONE] --> 657 <string name="accessibility_captions_description">Settings for closed captioning text overlay on video</string> 658 <!-- Title for captions display setting [CHAR LIMIT=50] --> 659 <string name="captions_display">Display</string> 660 <!-- Subtext used under the captions_display string to denote that captions will be shown. [CHAR LIMIT=50] --> 661 <string name="captions_display_on">On</string> 662 <!-- Subtext used under the captions_display string to denote that captions will NOT be shown. [CHAR LIMIT=50] --> 663 <string name="captions_display_off">Off</string> 664 <!-- Description for captions display setting [CHAR LIMIT=100] --> 665 <string name="display_options">Display options</string> 666 <!-- Title for captions configure setting [CHAR LIMIT=50] --> 667 <string name="captions_configure">Configure</string> 668 <!-- Title for captions language setting [CHAR LIMIT=50] --> 669 <string name="captions_lanaguage">Language</string> 670 <!-- Title for captions text size setting [CHAR LIMIT=50] --> 671 <string name="captions_textsize">Text size</string> 672 <!-- Title for captions style setting [CHAR LIMIT=50] --> 673 <string name="captions_captionstyle">Caption style</string> 674 <!-- Title for custom captions settings [CHAR LIMIT=50] --> 675 <string name="captions_customoptions">Custom options</string> 676 <!-- Title for captions font family setting [CHAR LIMIT=50] --> 677 <string name="captions_fontfamily">Font family</string> 678 <!-- Title for captions text color setting [CHAR LIMIT=50] --> 679 <string name="captions_textcolor">Text color</string> 680 <!-- Title for captions edge type setting [CHAR LIMIT=50] --> 681 <string name="captions_edgetype">Edge type</string> 682 <!-- Title for captions edge color setting [CHAR LIMIT=50] --> 683 <string name="captions_edgecolor">Edge color</string> 684 <!-- Title for captions background color setting [CHAR LIMIT=50] --> 685 <string name="captions_backgroundcolor">Background color</string> 686 <!-- Title for captions bacground opacity setting [CHAR LIMIT=50] --> 687 <string name="captions_backgroundopacity">Background opacity</string> 688 <!-- Sample text for previewing video caption preferences. [CHAR LIMIT=NONE] --> 689 <string name="captioning_preview_text">Captions will look like this</string> 690 <!-- Title for captions text opacity setting [CHAR LIMIT=50] --> 691 <string name="captions_textopacity">Text opacity</string> 692 <!-- Title for captions window color setting [CHAR LIMIT=50] --> 693 <string name="captions_windowcolor">Window color</string> 694 <!-- Title for captions window opacity setting [CHAR LIMIT=50] --> 695 <string name="captions_windowopacity">Window opacity</string> 696 697 <!-- Label for no color. [CHAR LIMIT=35] --> 698 <string name="color_none">None</string> 699 <!-- Label for the color white. [CHAR LIMIT=35] --> 700 <string name="color_white">White</string> 701 <!-- Label for the color gray. [CHAR LIMIT=35] --> 702 <string name="color_gray">Gray</string> 703 <!-- Label for the color black. [CHAR LIMIT=35] --> 704 <string name="color_black">Black</string> 705 <!-- Label for the color red. [CHAR LIMIT=35] --> 706 <string name="color_red">Red</string> 707 <!-- Label for the color green. [CHAR LIMIT=35] --> 708 <string name="color_green">Green</string> 709 <!-- Label for the color blue. [CHAR LIMIT=35] --> 710 <string name="color_blue">Blue</string> 711 <!-- Label for the color cyan. [CHAR LIMIT=35] --> 712 <string name="color_cyan">Cyan</string> 713 <!-- Label for the color yellow. [CHAR LIMIT=35] --> 714 <string name="color_yellow">Yellow</string> 715 <!-- Label for the color magenta. [CHAR LIMIT=35] --> 716 <string name="color_magenta">Magenta</string> 717 <!-- Label for custom colors, formats as a HTML color. --> 718 <string name="color_custom" translatable="false">#%1$02X%2$02X%3$02X</string> 719 720 <!-- Title for accessibility service status [CHAR LIMIT=50] --> 721 <string name="system_accessibility_status">State</string> 722 <!-- Title for accessibility service configuration [CHAR LIMIT=50] --> 723 <string name="system_accessibility_config">Configuration</string> 724 <!-- Title for confirmation screen when turning ON accessibility service[CHAR LIMIT=50] --> 725 <string name="system_accessibility_service_on_confirm_title">Use <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> 726 <!-- Description for confirmation screen when turning ON accessibility service[[CHAR LIMIT=NONE] --> 727 <string name="system_accessibility_service_on_confirm_desc"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> can collect all of the text you type, except passwords. This includes personal data such as credit card numbers.</string> 728 <!-- Title for confirmation screen when turning OFF accessibility service[CHAR LIMIT=50] --> 729 <string name="system_accessibility_service_off_confirm_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> 730 <!-- Description for confirmation screen when turning OFF accessibility service[[CHAR LIMIT=NONE] --> 731 <string name="system_accessibility_service_off_confirm_desc">Selecting OK will stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string> 732 <!-- Title for text to speech output in accessibility settings [CHAR LIMIT=50] --> 733 <string name="system_accessibility_tts_output">Text to speech</string> 734 <!-- Title for Set Speak passwords in System Settings Accessibility [CHAR LIMIT=50] --> 735 <string name="system_speak_passwords">Speak passwords</string> 736 <!-- Title for Set Preferred engine in System Settings Accessibility [CHAR LIMIT=50] --> 737 <string name="system_preferred_engine">Preferred engine</string> 738 <!-- Title for Set Speech rate in System Settings Accessibility [CHAR LIMIT=50] --> 739 <string name="system_speech_rate">Speech rate</string> 740 <!-- Title for Set Play sample in System Settings Accessibility [CHAR LIMIT=50] --> 741 <string name="system_play_sample">Play sample</string> 742 <!-- Title for Set Install voice data in System Settings Accessibility [CHAR LIMIT=50] --> 743 <string name="system_install_voice_data">Install voice data</string> 744 <!-- Title for Set General in System Settings Developer options [CHAR LIMIT=50] --> 745 <string name="system_general">General</string> 746 <!-- Title for Set Debugging in System Settings Developer options [CHAR LIMIT=50] --> 747 <string name="system_debugging">Debugging</string> 748 <!-- Title for Set Input in System Settings Developer options [CHAR LIMIT=50] --> 749 <string name="system_input">Input</string> 750 <!-- Title for Set Drawing in System Settings Developer options [CHAR LIMIT=50] --> 751 <string name="system_drawing">Drawing</string> 752 <!-- Title for Set Monitoring in System Settings Developer options [CHAR LIMIT=50] --> 753 <string name="system_monitoring">Monitoring</string> 754 <!-- Title for Set Apps in System Settings Developer options [CHAR LIMIT=50] --> 755 <string name="system_apps">Apps</string> 756 <!-- Title for Set Take bug report in System Settings Developer options [CHAR LIMIT=50] --> 757 <string name="system_take_bug_report">Take bug report</string> 758 <!-- Title for Set Backup password in System Settings Developer options [CHAR LIMIT=50] --> 759 <string name="system_backup_password">Backup password</string> 760 <!-- Title for Set Stay awake in System Settings Developer options [CHAR LIMIT=50] --> 761 <string name="system_stay_awake">Stay awake</string> 762 <!-- Title for Set HDCP checking in System Settings Developer options [CHAR LIMIT=50] --> 763 <string name="system_hdcp_checking">HDCP checking</string> 764 <!-- Title for HDMI optimization in System Settings Developer options [CHAR LIMIT=50] --> 765 <string name="system_hdmi_optimization">HDMI optimization</string> 766 <!-- Title for reboot confirmation in System Settings Developer options [CHAR LIMIT=50] --> 767 <string name="system_reboot_confirm">Restart now?</string> 768 <!-- Description for reboot confirmation in System Settings Developer options [CHAR LIMIT=150] --> 769 <string name="system_desc_reboot_confirm">To update this setting, your device needs to be restarted</string> 770 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 771 <string name="system_never_check">Never check</string> 772 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 773 <string name="system_check_for_drm_content_only">Check for DRM content only</string> 774 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 775 <string name="system_always_check">Always check</string> 776 <!-- Title for Bluetooth HCI logging Developer option [CHAR LIMIT=50] --> 777 <string name="system_bt_hci_log">Bluetooth HCI logging</string> 778 <!-- Title for Set Email address in System Settings Developer options [CHAR LIMIT=50] --> 779 <string name="system_email_address">Email address</string> 780 <!-- Title for Set USB debugging in System Settings Developer options [CHAR LIMIT=50] --> 781 <string name="system_usb_debugging">USB debugging</string> 782 <!-- Title for Set Allow mock locations in System Settings Developer options [CHAR LIMIT=50] --> 783 <string name="system_allow_mock_locations">Allow mock locations</string> 784 <!-- Title for Set Select debug app in System Settings Developer options [CHAR LIMIT=50] --> 785 <string name="system_select_debug_app">Select debug app</string> 786 <!-- Title for Set Wait for debugger in System Settings Developer options [CHAR LIMIT=50] --> 787 <string name="system_wait_for_debugger">Wait for debugger</string> 788 <!-- Title for Set Verify apps over USB in System Settings Developer options [CHAR LIMIT=50] --> 789 <string name="system_verify_apps_over_usb">Verify apps over USB</string> 790 <!-- Description for Set verify apps over USB in system settings develop opetions [CHAR LIMIT=150] --> 791 <string name="system_desc_verify_apps_over_usb">Check apps installed via ADB/ADT for harmful behavior</string> 792 <!-- Title for WiFi Verbose Logging in System Settings Developer options [CHAR LIMIT=50] --> 793 <string name="system_wifi_verbose_logging">Wi-Fi verbose logging</string> 794 <!-- Description for Wifi Verbose Logging in system settings develop opetions [CHAR LIMIT=150] --> 795 <string name="system_desc_wifi_verbose_logging">Enable Wi-Fi verbose logging</string> 796 <!-- Title for Set Show touches in System Settings Developer options [CHAR LIMIT=50] --> 797 <string name="system_show_touches">Show touches</string> 798 <!-- Title for Set Pointer location in System Settings Developer options [CHAR LIMIT=50] --> 799 <string name="system_pointer_location">Pointer location</string> 800 <!-- Title for Set Show layout bounds in System Settings Developer options [CHAR LIMIT=50] --> 801 <string name="system_show_layout_bounds">Show layout bounds</string> 802 <!-- Title for Set Show GPU view updates in System Settings Developer options [CHAR LIMIT=50] --> 803 <string name="system_show_gpu_view_updates">Show GPU view updates</string> 804 <!-- Title for Set Show hardware layer in System Settings Developer options [CHAR LIMIT=50] --> 805 <string name="system_show_hardware_layer">Show hardware layer</string> 806 <!-- Title for Set Show GPU overdraw in System Settings Developer options [CHAR LIMIT=50] --> 807 <string name="system_show_gpu_overdraw">Show GPU overdraw</string> 808 <!-- Title for Set Show surface updates in System Settings Developer options [CHAR LIMIT=50] --> 809 <string name="system_show_surface_updates">Show surface updates</string> 810 <!-- Title for Set Window animation scale in System Settings Developer options [CHAR LIMIT=50] --> 811 <string name="system_window_animation_scale">Window animation scale</string> 812 <!-- Title for Set Transition animation scale in System Settings Developer options [CHAR LIMIT=50] --> 813 <string name="system_transition_animation_scale">Transition animation scale</string> 814 <!-- Title for Set Animator duration scale in System Settings Developer options [CHAR LIMIT=50] --> 815 <string name="system_animator_duration_scale">Animator duration scale</string> 816 <!-- Title for Set Strict mode enabled in System Settings Developer options [CHAR LIMIT=50] --> 817 <string name="system_strict_mode_enabled">Strict mode enabled</string> 818 <!-- Title for Set Show CPU usage in System Settings Developer options [CHAR LIMIT=50] --> 819 <string name="system_show_cpu_usage">Show CPU usage</string> 820 <!-- Title for Set Profile GPU rendering in System Settings Developer options [CHAR LIMIT=50] --> 821 <string name="system_profile_gpu_rendering">Profile GPU rendering</string> 822 <!-- Title for Set Enable traces in System Settings Developer options [CHAR LIMIT=50] --> 823 <string name="system_enable_traces">Enable traces</string> 824 <!-- Title for Set Don't keep activities in System Settings Developer options [CHAR LIMIT=100] --> 825 <string name="system_dont_keep_activities">Don\'t keep activities</string> 826 <!-- Title for Set Background process limit in System Settings Developer options [CHAR LIMIT=100] --> 827 <string name="system_background_process_limit">Background process limit</string> 828 <!-- Title for Set Show all ANRs in System Settings Developer options [CHAR LIMIT=50] --> 829 <string name="system_show_all_anrs">Show all ANRs</string> 830 831 <!-- Description for Take bug report in System Settings Developer options [CHAR LIMIT=100] --> 832 <string name="system_desc_take_bug_report">Send report to email address</string> 833 <!-- Description for backup password in System Settings Developer options [CHAR LIMIT=100] --> 834 <string name="system_desc_backup_password">Protect desktop full backups</string> 835 <!-- Description for stay awake System Settings Developer options [CHAR LIMIT=100] --> 836 <string name="system_desc_stay_awake">Disable sleep</string> 837 <!-- Description for hdcp checking System Settings Developer options [CHAR LIMIT=100] --> 838 <string name="system_desc_hdcp_checking">Use for DRM content only</string> 839 <!-- Description for HDMI optimization System Settings Developer options [CHAR LIMIT=200] --> 840 <string name="system_desc_hdmi_optimization">Optimize display for maximum resolution or maximum framerate. This only affects Ultra HD displays. Changing this setting will restart your device.</string> 841 <!-- Description for Bluetooth HCI Logging Developer option [CHAR LIMIT=100] --> 842 <string name="system_desc_bt_hci_log">Enable Bluetooth HCI snoop logging</string> 843 <!-- Description for usb debugging in System Settings Developer options [CHAR LIMIT=100] --> 844 <string name="system_desc_usb_debugging">Debug mode when USB connected</string> 845 <!-- Description for wait for debugger in System Settings Developer options [CHAR LIMIT=120] --> 846 <string name="system_desc_wait_for_debugger">Debugged application waits for debugger to attach before executing</string> 847 <!-- Description for show layout bounds in System Settings Developer options [CHAR LIMIT=100] --> 848 <string name="system_desc_show_layout_bounds">Show clip bounds, margins, etc.</string> 849 <!-- Description for show GPU view updates in System Settings Developer options [CHAR LIMIT=100] --> 850 <string name="system_desc_show_gpu_view_updates">Flash views inside windows when drawn with the GPU</string> 851 <!-- Description for show hardware layer in System Settings Developer options [CHAR LIMIT=100] --> 852 <string name="system_desc_show_hardware_layer">Flash hardware layers green when they update</string> 853 <!-- Description for show gpu overdraw in System Settings Developer options [CHAR LIMIT=100] --> 854 <string name="system_desc_show_gpu_overdraw">From best to worst: blue, green, light red, red</string> 855 <!-- Description for show surface updates in System Settings Developer options [CHAR LIMIT=100] --> 856 <string name="system_desc_show_surface_updates">Flash entire window surfaces when they update</string> 857 <!-- Description for strict mode enabled in System Settings Developer options [CHAR LIMIT=100] --> 858 <string name="system_desc_strict_mode_enabled">Flash screen when apps do long operations on main thread</string> 859 <!-- Description for show cpu usage in System Settings Developer options [CHAR LIMIT=100] --> 860 <string name="system_desc_show_cpu_usage">Screen overlay showing current CPU usage</string> 861 <!-- Description for profile GPU rendering in System Settings Developer options [CHAR LIMIT=100] --> 862 <string name="system_desc_profile_gpu_rendering">Measure rendering time in adb shell dumpsys gfxinfo</string> 863 864 <!-- There is a setting to control the format of dates displayed throughout the system. This is in the Date & Time Settings screen. These will be adjusted to use punctuation appropriate to the user's locale. --> 865 <string-array name="date_format_values" translatable="false"> 866 <!-- The blank item means to use whatever the locale calls for. --> 867 <item></item> 868 <item>MM-dd-yyyy</item> 869 <item>dd-MM-yyyy</item> 870 <item>yyyy-MM-dd</item> 871 </string-array> 872 <!-- The option in the date-format picker for using the normal format 873 called for by the user's locale. --> 874 <string name="normal_date_format">Regional (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string> 875 876 <!-- General use strings --> 877 <skip /> 878 <!-- Title for an action which turns a feature on [CHAR LIMIT=30] --> 879 <string name="action_on_title">On</string> 880 <!-- Title for an action which turns a feature off [CHAR LIMIT=30] --> 881 <string name="action_off_title">Off</string> 882 <!-- Title for a status description saying that a feature is on [CHAR LIMIT=30] --> 883 <string name="action_on_description">On</string> 884 <!-- Title for a status description saying that a feature is off [CHAR LIMIT=30] --> 885 <string name="action_off_description">Off</string> 886 <!-- Title for action which denotes the user agrees [CHAR LIMIT=50] --> 887 <string name="agree">Agree</string> 888 <!-- Title for action which denotes the user disagrees [CHAR LIMIT=50] --> 889 <string name="disagree">Disagree</string> 890 891 <!-- Security --> 892 <skip /> 893 <!-- Title for action to allow installation of applications from unknown sources [CHAR LIMIT=50]--> 894 <string name="security_unknown_sources_title">Unknown sources</string> 895 <!-- Description for action to allow installation of applications from unknown sources [CHAR LIMIT=NONE]--> 896 <string name="security_unknown_sources_desc">Allow installation of apps from sources other than the Play Store</string> 897 <!-- Description for confirmation to allow installation of applications from unknown sources [CHAR LIMIT=NONE]--> 898 <string name="security_unknown_sources_confirm_desc">Your device and personal data are more vulnerable to attack by apps from unknown sources. You agree that you are solely responsible for any damage to your device or loss of data that may result from using these apps.</string> 899 <!-- Title for action to warn before installing applications that may cause harm [CHAR LIMIT=50]--> 900 <string name="security_verify_apps_title">Verify apps</string> 901 <!-- Description for action to warn before installing of applications that may cause harm [CHAR LIMIT=NONE]--> 902 <string name="security_verify_apps_desc">Disallow or warn before installation of apps that may cause harm</string> 903 904 <!-- Values for HDCP checking preference. --> 905 <string-array name="hdcp_checking_values" translatable="false" > 906 <item>never</item> 907 <item>drm-only</item> 908 <item>always</item> 909 </string-array> 910 911 <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]--> 912 <string-array name="hdcp_checking_summaries" > 913 <item>Never</item> 914 <item>For DRM content</item> 915 <item>Always</item> 916 </string-array> 917 918 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] --> 919 <string name="no_application">Nothing</string> 920 921 <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] --> 922 <string-array name="enable_opengl_traces_entries"> 923 <item>None</item> 924 <item>Logcat</item> 925 <item>Systrace (Graphics)</item> 926 <item>Call stack on glGetError</item> 927 </string-array> 928 929 <!-- Values for OpenGL traces preference. --> 930 <string-array name="enable_opengl_traces_values" translatable="false" > 931 <item>0</item> 932 <item>1</item> 933 <item>systrace</item> 934 <item>error</item> 935 </string-array> 936 937 <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> 938 <string-array name="window_animation_scale_entries"> 939 <item>Animation off</item> 940 <item>Animation scale .5x</item> 941 <item>Animation scale 1x</item> 942 <item>Animation scale 1.5x</item> 943 <item>Animation scale 2x</item> 944 <item>Animation scale 5x</item> 945 <item>Animation scale 10x</item> 946 </string-array> 947 948 <!-- Values for window animation scale preference. --> 949 <string-array name="window_animation_scale_values" translatable="false" > 950 <item>0</item> 951 <item>.5</item> 952 <item>1</item> 953 <item>1.5</item> 954 <item>2</item> 955 <item>5</item> 956 <item>10</item> 957 </string-array> 958 959 <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] --> 960 <string-array name="transition_animation_scale_entries"> 961 <item>Animation off</item> 962 <item>Animation scale .5x</item> 963 <item>Animation scale 1x</item> 964 <item>Animation scale 1.5x</item> 965 <item>Animation scale 2x</item> 966 <item>Animation scale 5x</item> 967 <item>Animation scale 10x</item> 968 </string-array> 969 970 <!-- Values for transition animation scale preference. --> 971 <string-array name="transition_animation_scale_values" translatable="false" > 972 <item>0</item> 973 <item>.5</item> 974 <item>1</item> 975 <item>1.5</item> 976 <item>2</item> 977 <item>5</item> 978 <item>10</item> 979 </string-array> 980 981 <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] --> 982 <string-array name="animator_duration_scale_entries"> 983 <item>Animation off</item> 984 <item>Animation scale .5x</item> 985 <item>Animation scale 1x</item> 986 <item>Animation scale 1.5x</item> 987 <item>Animation scale 2x</item> 988 <item>Animation scale 5x</item> 989 <item>Animation scale 10x</item> 990 </string-array> 991 992 <!-- Values for animator duration scale preference. --> 993 <string-array name="animator_duration_scale_values" translatable="false" > 994 <item>0</item> 995 <item>.5</item> 996 <item>1</item> 997 <item>1.5</item> 998 <item>2</item> 999 <item>5</item> 1000 <item>10</item> 1001 </string-array> 1002 1003 <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] --> 1004 <string-array name="track_frame_time_entries"> 1005 <item>Off</item> 1006 <item>On screen as bars</item> 1007 <item>In adb shell dumpsys gfxinfo</item> 1008 </string-array> 1009 1010 <!-- Values for frame time tracking preference. --> 1011 <string-array name="track_frame_time_values" translatable="false" > 1012 <item>false</item> 1013 <item>visual_bars</item> 1014 <item>true</item> 1015 </string-array> 1016 1017 <!-- Titles for app process limit preference. [CHAR LIMIT=35] --> 1018 <string-array name="app_process_limit_entries"> 1019 <item>Standard limit</item> 1020 <item>No background processes</item> 1021 <item>At most 1 process</item> 1022 <item>At most 2 processes</item> 1023 <item>At most 3 processes</item> 1024 <item>At most 4 processes</item> 1025 </string-array> 1026 1027 <!-- Values for app process limit preference. --> 1028 <string-array name="app_process_limit_values" translatable="false" > 1029 <item>-1</item> 1030 <item>0</item> 1031 <item>1</item> 1032 <item>2</item> 1033 <item>3</item> 1034 <item>4</item> 1035 </string-array> 1036 <!-- Description for the preference screen to enable the global gesture that turns on accessibility. [CHAR LIMIT=none] --> 1037 1038 <!-- Do not translate. --> 1039 <string-array name="tts_demo_strings" translatable="false"> 1040 <item>This is an example of speech synthesis in English.</item> 1041 <item>Voici un chantillon de synthse vocale en franais.</item> 1042 <item>Dies ist ein Beispiel fr Sprachsynthese in Deutsch.</item> 1043 <item>Questo un esempio di sintesi vocale in italiano.</item> 1044 <item>Este es un ejemplo de sntesis de voz en espaol.</item> 1045 </string-array> 1046 <string-array name="tts_demo_string_langs" translatable="false"> 1047 <item>eng</item> 1048 <item>fra</item> 1049 <item>deu</item> 1050 <item>ita</item> 1051 <item>spa</item> 1052 </string-array> 1053 1054 <!-- TTS settings --> 1055 1056 <!-- Default speech rate choices [CHAR LIMIT=30] --> 1057 <string-array name="tts_rate_entries"> 1058 <item>Very slow</item> 1059 <item>Slow</item> 1060 <item>Normal</item> 1061 <item>Fast</item> 1062 <item>Very fast</item> 1063 </string-array> 1064 <!-- Text to speech rate values [DO NOT TRANSLATE] --> 1065 <string-array name="tts_rate_values"> 1066 <item>60</item> 1067 <item>80</item> 1068 <item>100</item> 1069 <item>150</item> 1070 <item>200</item> 1071 </string-array> 1072 <!-- Default Text to Speach rate. Should match value for "Normal" in the above array. [DO NOT TRANSLATE] --> 1073 <string name="tts_rate_default_value">100</string> 1074 1075 <!-- Title for choose account type screen [CHAR LIMIT=100]--> 1076 <string name="choose_account_type_title">Choose account type</string> 1077 <!-- Title for choose account screen [CHAR LIMIT=80]--> 1078 <string name="choose_account_title">Choose account</string> 1079 <!-- Action option which adds a new account [CHAR LIMIT=80]--> 1080 <string name="add_account_button_label">Add new account</string> 1081 1082 <!-- Keyboard Settings --> 1083 <!-- Title for Current Keyboard [CHAR LIMIT=80] --> 1084 <string name="title_current_keyboard">Current keyboard</string> 1085 <!-- Title for configure current keyboard [CHAR LIMIT=80] --> 1086 <string name="title_configure">Configure</string> 1087 <!-- Description for configure current keyboard [CHAR LIMIT=100] --> 1088 <string name="desc_configure_keyboard">Keyboard options</string> 1089 1090 <!-- String shown when computing the total size of an application's cache or data files. [CHAR LIMIT=30] --> 1091 <string name="computing_size">Computing\u2026</string> 1092 1093 <!-- Title for selecting wifi network [CHAR LIMIT=150] --> 1094 <string name="title_select_wifi_network">Select your Wi-Fi network</string> 1095 1096 <!-- Action option which allows the change of the name this device is known by other wifi display devices [CHAR LIMIT=40] --> 1097 <string name="accessories_wifi_display_rename_device">Rename</string> 1098 1099 <!-- Action option which allows the enabling or disabling of wifi display [CHAR LIMIT=40] --> 1100 <string name="accessories_wifi_display_enable">Wi-Fi Display</string> 1101 1102 <!-- Action option which allows the enabling or disabling the PIN requirement of wifi display [CHAR LIMIT=40] --> 1103 <string name="accessories_wifi_display_pin_required">PIN required</string> 1104 1105 <!-- Header used to list a connected Remote and its serial number. %1 gets replaced with the serial number. [CHAR LIMIT=40] --> 1106 <string name="accessories_remote_list_title">Remote information: <xliff:g id="serialnumber">%1$s</xliff:g></string> 1107 1108 <!-- Bug Report strings. NOTE: these will not be shown to external users, only internal ones. --> 1109 <skip /> 1110 <!-- Message shown when a bug report is being collected [CHAR LIMIT=100] --> 1111 <string name="system_collecting_bug_report">Collecting bug report!\nWe\'ll ask you for more info once the report is ready.</string> 1112 <!-- Message shown when a bug report could not be collected [CHAR LIMIT=100] --> 1113 <string name="system_collecting_bug_report_error">Could not collect bug report!\nPlease try again later.</string> 1114 1115 <!-- Disambiguation Activity--> 1116 <!-- Title of intent resolver activity when selecting an application to run. [CHAR LIMIT=50]--> 1117 <string name="whichApplication">Complete action using</string> 1118 <!-- Quetsion about always using the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 1119 <string name="alwaysUseQuestion">Always use this option for this action?</string> 1120 <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 1121 <string name="alwaysUseOption">Always use</string> 1122 <!-- Option to only use the selected option this time. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 1123 <string name="justOnceOption">Just once</string> 1124 <!-- Text to display when there are no activities found to display in the activity chooser. See the whichApplication title.[CHAR LIMIT=50] --> 1125 <string name="noApplications">No apps can perform this action.</string> 1126 <!-- Action to go back to the previous screen, when no apps have been found to perform the requested action. [CHAR LIMIT=50]--> 1127 <string name="noAppsGoBack">Back</string> 1128 1129 <!-- TV input settings row --> 1130 <string name="inputs_inputs">Inputs</string> 1131 <!-- Header of HDMI CEC device control [CHAR LIMIT=50] --> 1132 <string name="inputs_header_cec">Consumer Electronic Control (CEC)</string> 1133 <!-- Title of CEC device settings [CHAR LIMIT=30] --> 1134 <string name="inputs_cec_settings">Device control settings</string> 1135 <!-- Name of predefined name for TV input (Blu-ray player) [CHAR LIMIT=30] --> 1136 <string name="inputs_blu_ray">Blu-ray</string> 1137 <!-- Name of predefined name for TV input (Cable TV) [CHAR LIMIT=30] --> 1138 <string name="inputs_cable">Cable</string> 1139 <!-- Name of predefined name for TV input (DVD player) [CHAR LIMIT=30] --> 1140 <string name="inputs_dvd">DVD</string> 1141 <!-- Name of predefined name for TV input (Gaming device) [CHAR LIMIT=30] --> 1142 <string name="inputs_game">Game console</string> 1143 <!-- Name of predefined name for TV input (Aux) [CHAR LIMIT=30] --> 1144 <string name="inputs_aux">Aux</string> 1145 <!-- Title of using customized name for a TV input [CHAR LIMIT=30] --> 1146 <string name="inputs_custom_name">Custom name</string> 1147 <!-- Title of option to hide. It will describe current state of the inputs instead of the action [CHAR LIMIT=30] --> 1148 <string name="inputs_hide">Hidden</string> 1149 <!-- Description of option to hide [CHAR LIMIT=100] --> 1150 <string name="inputs_hide_desc">Not shown when switching inputs</string> 1151 <!-- Title format of entering custom label activity [CHAR LIMIT=30] --> 1152 <string name="inputs_custom_title">Custom name:</string> 1153 <!-- Option to enable HDMI control [CHAR LIMIT=30] --> 1154 <string name="inputs_hdmi_control">HDMI control</string> 1155 <!-- Description of HDMI control option [CHAR LIMIT=50] --> 1156 <string name="inputs_hdmi_control_desc">Allow the TV to control HDMI devices</string> 1157 <!-- Option to enable device auto power off [CHAR LIMIT=30] --> 1158 <string name="inputs_device_auto_off">Device auto power off</string> 1159 <!-- Description of device auto power off option [CHAR LIMIT=50] --> 1160 <string name="inputs_device_auto_off_desc">Power off HDMI devices with the TV</string> 1161 <!-- Option to enable TV auto power on [CHAR LIMIT=30] --> 1162 <string name="inputs_tv_auto_on">TV auto power on</string> 1163 <!-- Description of TV auto power on [CHAR LIMIT=50] --> 1164 <string name="inputs_tv_auto_on_desc">Power on the TV with HDMI device</string> 1165 <!-- Header for connected TV input(s) [CHAR LIMIT=30] --> 1166 <plurals name="inputs_header_connected_input"> 1167 <item quantity="one">CONNECTED INPUT</item> 1168 <item quantity="other">CONNECTED INPUTS</item> 1169 </plurals> 1170 <!-- Header for standby TV input(s) [CHAR LIMIT=30] --> 1171 <plurals name="inputs_header_standby_input"> 1172 <item quantity="one">STANDBY INPUT</item> 1173 <item quantity="other">STANDBY INPUTS</item> 1174 </plurals> 1175 <!-- Header for disconnected TV input(s) [CHAR LIMIT=30] --> 1176 <plurals name="inputs_header_disconnected_input"> 1177 <item quantity="one">NOT CONNECTED INPUT</item> 1178 <item quantity="other">NOT CONNECTED INPUTS</item> 1179 </plurals> 1180 <!-- State of a TV input for 'connected' [CHAR LIMIT=30] --> 1181 <string name="inputs_state_connected">Connected</string> 1182 <!-- State of a TV input for 'standby' [CHAR LIMIT=30] --> 1183 <string name="inputs_state_connected_standby">Standby</string> 1184 <!-- State of a TV input for 'disconnected' [CHAR LIMIT=30] --> 1185 <string name="inputs_state_disconnected">Disconnected</string> 1186 1187 <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] --> 1188 <string name="user_add_profile_item_summary">Restrict access to apps and other content in your account</string> 1189 <!-- User details new restricted profile name [CHAR LIMIT=30] --> 1190 <string name="user_new_profile_name">Restricted Profile</string> 1191 <!-- User app limits screen title [CHAR LIMIT=35] --> 1192 <string name="user_restrictions_title">App & content access</string> 1193 <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] --> 1194 <string name="user_restrictions_controlled_by">Controlled by <xliff:g id="app">%1$s</xliff:g></string> 1195 <!-- Summary for apps that aren't supported in limited users [CHAR LIMIT=none] --> 1196 <string name="app_not_supported_in_limited">This app is not supported in restricted profiles</string> 1197 <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] --> 1198 <string name="app_sees_restricted_accounts">This app can access your accounts</string> 1199 <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] --> 1200 <string name="restriction_location_enable_title">Location</string> 1201 <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] --> 1202 <string name="restriction_location_enable_summary" >Let apps use your location information</string> 1203 <!-- Action to create a restricted profile [CHAR LIMIT=100] --> 1204 <string name="restricted_profile_create" >Create restricted user</string> 1205 <!-- Action to switch to a restricted profile [CHAR LIMIT=100] --> 1206 <string name="restricted_profile_switch_to" >Enter restricted profile</string> 1207 <!-- Action to switch out of a restricted profile [CHAR LIMIT=100] --> 1208 <string name="restricted_profile_switch_out" >Exit restricted profile</string> 1209 <!-- Title for action to delete a restricted profile [CHAR LIMIT=100] --> 1210 <string name="restricted_profile_delete_title" >Delete restricted profile</string> 1211 <!-- DO NOT TRANSLATE Description for action to delete a restricted profile [CHAR LIMIT=100] --> 1212 <string name="restricted_profile_delete_description" translatable="false" >NOTE: This is debug only!</string> 1213 <!-- Title for action to configure a restricted profile [CHAR LIMIT=100] --> 1214 <string name="restricted_profile_configure_title" >Settings</string> 1215 <!-- Title for action to configure apps for a restricted profile [CHAR LIMIT=100] --> 1216 <string name="restricted_profile_configure_apps_title" >Allowed apps</string> 1217 <!-- Description for action to configure apps for a restricted profile indicating number of allow apps will be ready in a moment [CHAR LIMIT=100] --> 1218 <plurals name="restricted_profile_configure_apps_description"> 1219 <item quantity="one">1 app allowed</item> 1220 <item quantity="other">%d apps allowed</item> 1221 </plurals> 1222 <!-- An action label indicating the package will be or is allowed [CHAR LIMIT=100] --> 1223 <string name="restricted_profile_allowed" >Allowed</string> 1224 <!-- An action label indicating the package will be or is not allowed [CHAR LIMIT=100] --> 1225 <string name="restricted_profile_not_allowed" >Not allowed</string> 1226 <!-- Action to customize restrictions for a package [CHAR LIMIT=100] --> 1227 <string name="restricted_profile_customize_restrictions" >Customize restrictions</string> 1228 <!-- Description for action to configure apps for a restricted profile indicating the number of allow apps [CHAR LIMIT=100] --> 1229 <string name="restricted_profile_configure_apps_description_loading" >One moment\u2026</string> 1230 <!-- Title for action to change the PIN code to use when exiting restricted profile [CHAR LIMIT=100] --> 1231 <string name="restricted_profile_change_password_title" >Change pin</string> 1232 <!-- Text to indicate user should enter a new password [CHAR LIMIT=100] --> 1233 <string name="restricted_profile_set_password" >Set new PIN code used to exit restricted profile</string> 1234 <!-- Text to indicate user should enter a the password they just entered [CHAR LIMIT=100] --> 1235 <string name="restricted_profile_confirm_password" >Confirm PIN code used to exit restricted profile</string> 1236 <!-- Text to indicate user should enter the password to get out of restricted profile[CHAR LIMIT=100] --> 1237 <string name="restricted_profile_enter_password" >Enter PIN code to exit restricted profile</string> 1238 <!-- Title for dialog to remove restricted user [CHAR LIMIT=100] --> 1239 <string name="restricted_profile_delete_dialog_title" >Remove restricted user?</string> 1240 <!-- Description for action to configure an application's restriction [CHAR LIMIT=200] --> 1241 <string name="restriction_description" ><xliff:g id="description">%1$s</xliff:g>\n<xliff:g id="value">%2$s</xliff:g></string> 1242 1243 <!-- PIN UX --> 1244 <eat-comment /> 1245 <string name="font" translatable="false">sans-serif</string> 1246 <string name="light_font" translatable="false">sans-serif-light</string> 1247 <!-- Title of PIN dialog when an user is asked to enter PIN to unlock channel. 1248 [CHAR LIMIT=50] --> 1249 <string name="pin_enter_unlock_channel">Enter PIN to watch this channel</string> 1250 <!-- Title of PIN dialog when an user is asked to enter PIN to unlock program. 1251 [CHAR LIMIT=50] --> 1252 <string name="pin_enter_unlock_program">Enter PIN to watch this program</string> 1253 <!-- Title of PIN dialog when an user tries to change Parental control setting. 1254 [CHAR LIMIT=50] --> 1255 <string name="pin_enter_pin">Enter PIN</string> 1256 <!-- Title of PIN dialog when an user is asked to set a PIN for the first time. 1257 [CHAR LIMIT=50] --> 1258 <string name="pin_enter_new_pin">Set a new PIN</string> 1259 <!-- Title of PIN dialog when an user is asked to set a PIN. [CHAR LIMIT=50] --> 1260 <string name="pin_enter_again">Re-enter new PIN</string> 1261 <!-- Title of PIN dialog when an user is about to change older PIN. [CHAR LIMIT=50] --> 1262 <string name="pin_enter_old_pin">Enter old PIN</string> 1263 <!-- Message shown in the dialog when the user entered the wrong. [CHAR LIMIT=128] --> 1264 <string name="pin_enter_wrong">You entered the wrong PIN 5 times.\nTry again <xliff:g id="relative_time_span" example="in 60 seconds">%1$s</xliff:g>.</string> 1265 <!-- Name of PIN dialog button for OK. [CHAR LIMIT=8] --> 1266 <string name="pin_button_done">Done</string> 1267 <!-- Name of PIN dialog button for cancel. [CHAR LIMIT=8] --> 1268 <string name="pin_button_cancel">Cancel</string> 1269 <!-- Toast message when an user entered wrong PIN. [CHAR LIMIT=128] --> 1270 <string name="pin_toast_wrong">Wrong PIN, try again</string> 1271 <!-- Toast message when an user couldn't pass the PIN confirmation. [CHAR LIMIT=128] --> 1272 <string name="pin_toast_not_match">Try again, PIN doesn\'t match</string> 1273 1274 </resources> 1275