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 <!-- General use strings --> 31 <skip /> 32 <!-- General string for items such as buttons for confirmation [CHAR LIMIT=30] --> 33 <string name="general_action_yes">Yes</string> 34 <!-- General string for items such as buttons for rejection [CHAR LIMIT=30] --> 35 <string name="general_action_no">No</string> 36 <!-- Title for an action which turns a feature on [CHAR LIMIT=30] --> 37 <string name="action_on_title">On</string> 38 <!-- Title for an action which turns a feature off [CHAR LIMIT=30] --> 39 <string name="action_off_title">Off</string> 40 <!-- Title for a status description saying that a feature is on [CHAR LIMIT=30] --> 41 <string name="action_on_description">On</string> 42 <!-- Title for a status description saying that a feature is off [CHAR LIMIT=30] --> 43 <string name="action_off_description">Off</string> 44 <!-- Title for action which denotes the user agrees [CHAR LIMIT=50] --> 45 <string name="agree">Agree</string> 46 <!-- Title for action which denotes the user disagrees [CHAR LIMIT=50] --> 47 <string name="disagree">Disagree</string> 48 <!-- Title indicating a certain setting is enabled [CHAR LIMIT = 30] --> 49 <string name="enabled">Enabled</string> 50 <!-- Title indicating a certain setting is disabled [CHAR LIMIT = 30] --> 51 <string name="disabled">Disabled</string> 52 <!-- Title indicating a certain setting is unavailable [CHAR LIMIT = 30] --> 53 <string name="unavailable">Unavailable</string> 54 <!-- Strings for Dialog allow button [CHAR LIMIT = 30] --> 55 <string name="allow">Allow</string> 56 <!-- Strings for Dialog deny button [CHAR LIMIT = 30] --> 57 <string name="deny">Deny</string> 58 59 <!-- Top level headers --> 60 <skip /> 61 62 <!-- Header title for suggestions [CHAR LIMIT=50] --> 63 <string name="header_category_suggestions">Suggestions</string> 64 <!-- Header title for quick settings [CHAR LIMIT=50] --> 65 <string name="header_category_quick_settings">Quick Settings</string> 66 <!-- Header title for general settings [CHAR LIMIT=50] --> 67 <string name="header_category_general_settings">General Settings</string> 68 <!-- The talkback message for dismissing suggestion --> 69 <string name="dismiss_suggestion">Dismiss the suggestion</string> 70 71 <!-- Title for main screen preference for hotwording [CHAR LIMIT=50] --> 72 <string name="hotwording_title">\"OK Google\" detection</string> 73 <!-- Summary for main screen preference for hotwording [CHAR LIMIT=50] --> 74 <string name="hotwording_summary">Talk to Google Assistant anytime</string> 75 76 <!-- Header title for device [CHAR LIMIT=50] --> 77 <string name="header_category_device">Device</string> 78 <!-- Header title for preferences [CHAR LIMIT=50] --> 79 <string name="header_category_preferences">Preferences</string> 80 <!-- Header title for accessories [CHAR LIMIT=50] --> 81 <string name="header_category_accessories">Remote & Accessories</string> 82 <!-- Header title for personal [CHAR LIMIT=50] --> 83 <string name="header_category_personal">Personal</string> 84 85 <!-- Main Fragment Quick Settings Preferences --> 86 <skip /> 87 <!-- Title for main screen quick settings preference for network [CHAR LIMIT=50] --> 88 <string name="connect_to_network">Connect to network</string> 89 <!-- Title for main screen quick settings preference for add an account --> 90 <string name="add_an_account">Add an account</string> 91 92 <!-- Main Fragment General Settings Preferences --> 93 <skip /> 94 <!-- Title for main screen preference for accounts on device [CHAR LIMIT=50] --> 95 <string name="accounts_category_title">Accounts & Profiles</string> 96 <!-- Summary for main screen preference for accounts on device indicates no account is signed in[CHAR LIMIT=50] --> 97 <string name="accounts_category_summary_no_account">No accounts</string> 98 <!-- Summary for main screen preference for accounts on device indicates several accounts are signed in[CHAR LIMIT=50] --> 99 <string name="accounts_category_summary"> {count, plural, 100 =1 {# account} 101 other {# accounts} 102 } 103 </string> 104 <!-- Summary for main screen preference for accounts on device slice [CHAR LIMIT=75] --> 105 <string name="accounts_slice_summary">Media services, Assistant, Payments</string> 106 <!-- Title for main screen preference for network and Internet [CHAR LIMIT=50] --> 107 <string name="connectivity_network_category_title">Network & Internet</string> 108 <!-- Title for main screen preference for sound [CHAR LIMIT=50] --> 109 <string name="sound_category_title">Sound</string> 110 <!-- Title for main screen preference for applications [CHAR LIMIT=50] --> 111 <string name="applications_category_title">Apps</string> 112 <!-- Title for main screen preference for device [CHAR_LIMIT_50] --> 113 <string name="device_pref_category_title">Device Preferences</string> 114 <!-- Title for main screen preference for accessibilty [CHAR_LIMIT_50] --> 115 <string name="accessibility_category_title">Accessibility</string> 116 <!-- Title for main screen preference for remote and accessories [CHAR_LIMIT_50] --> 117 <string name="remotes_and_accessories_category_title">Remotes & accessories</string> 118 <!-- Title for main screen preference for display & sound [CHAR LIMIT=50] --> 119 <string name="display_and_sound_category_title">Display & Sound</string> 120 <!-- Title for main screen preference for help and feedback [CHAR LIMIT=50] --> 121 <string name="help_and_feedback_category_title">Help & Feedback</string> 122 <!-- Title for main screen preference for privacy settings [CHAR LIMIT=50] --> 123 <string name="privacy_category_title">Privacy</string> 124 <!-- Title for device-related privacy settings category [CHAR LIMIT=50] --> 125 <string name="privacy_device_settings_category">Device Settings</string> 126 <!-- Title for account-related privacy settings category [CHAR LIMIT=50] --> 127 <string name="privacy_account_settings_category">Account Settings</string> 128 <!-- Title for Device Lock privacy settings [CHAR LIMIT=50] --> 129 <string name="privacy_device_lock_settings_title">Device Lock</string> 130 <!-- Title for Google Assistant privacy settings [CHAR LIMIT=50] --> 131 <string name="privacy_assistant_settings_title">Google Assistant</string> 132 <!-- Title for purchases-related privacy settings [CHAR LIMIT=50] --> 133 <string name="privacy_purchases_settings_title">Payment & Purchases</string> 134 <!-- Title for application-related privacy settings category [CHAR LIMIT=50] --> 135 <string name="privacy_app_settings_category">App Settings</string> 136 <!-- Summary for main screen preference for privacy settings [CHAR LIMIT=75] --> 137 <string name="privacy_category_summary">Location, Usage & Diagnostics, Ads</string> 138 139 <!-- Account preferences --> 140 <skip /> 141 <!-- Preference which adds an account [CHAR LIMIT=50] --> 142 <string name="add_account">Add account</string> 143 <!-- Account not found [CHAR LIMIT=50]--> 144 <string name="unknown_account">Unknown Account</string> 145 <!-- Header for remove account [CHAR LIMIT=50] --> 146 <string name="account_header_remove_account">Remove account</string> 147 <!-- Sync item label: control sync settings [CHAR LIMIT=100] --> 148 <string name="account_sync">Choose synced apps</string> 149 <!-- Label for action to sync now [CHAR LIMIT=50] --> 150 <string name="sync_now">Sync now</string> 151 <!-- Sync status: in progress [CHAR LIMIT=50]--> 152 <string name="sync_in_progress">Syncing\u2026</string> 153 <!-- Sync status: last synced [CHAR LIMIT=50]--> 154 <string name="last_synced">Last synced <xliff:g id="time">%1$s</xliff:g></string> 155 <!-- Sync status: disabled [CHAR LIMIT=50] --> 156 <string name="sync_disabled">Disabled</string> 157 <!-- Remove account item label: remove the account [CHAR LIMIT=30] --> 158 <string name="account_remove">Remove account</string> 159 <!-- Message posted if removing the account fails. [CHAR LIMIT=NONE] --> 160 <string name="account_remove_failed">Can\'t remove account</string> 161 <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" --> 162 <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string> 163 <!-- Data synchronization settings screen, summary of a sync provider (for example, Gmail) when autosync is off and the user wants to do a one-time sync. --> 164 <string name="sync_one_time_sync">Sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string> 165 <!-- Image description for the sync failed icon. --> 166 <string name="sync_failed">Sync failed</string> 167 <!-- Animation description for the sync active icon. --> 168 <string name="sync_active">Sync active</string> 169 170 <!-- Connectivity preferences --> 171 <skip /> 172 <!-- Preference which manages wifi settings. [CHAR LIMIT=50] --> 173 <string name="connectivity_wifi">Wi-Fi</string> 174 <!-- Preference which manages ethernet settings. [CHAR LIMIT=50] --> 175 <string name="connectivity_ethernet">Ethernet</string> 176 <!-- Summary for preference which indicates ethernet is connected. [CHAR LIMIT=50] --> 177 <string name="connectivity_summary_ethernet_connected">Ethernet connected</string> 178 <!-- Summary for preference which indicates no network is connected. [CHAR LIMIT=50] --> 179 <string name="connectivity_summary_no_network_connected">No network connected</string> 180 <!-- Summary for preference which indicates wifi is turned off. [CHAR LIMIT=50] --> 181 <string name="connectivity_summary_wifi_disabled">Wi-Fi is turned off</string> 182 <!-- Alerts user to unplug ethernet in order to use Wi-Fi [CHAR LIMIT=50] --> 183 <string name="unplug_ethernet_to_use_wifi">Unplug Ethernet to use Wi-Fi</string> 184 <!-- Title for always scan wifi. [CHAR LIMIT=50] --> 185 <string name="wifi_setting_always_scan">Scanning always available</string> 186 <!-- Context help for always scan wifi. [CHAR LIMIT=200] --> 187 <string name="wifi_setting_always_scan_context">Let Google\'s location 188 service and other apps scan for networks, even when Wi-Fi is off 189 </string> 190 <!-- Always scan wifi content description for talkback mode with 191 comma-separated title (wifi_setting_always_scan) and info text 192 (wifi_setting_always_scan_context) [CHAR LIMIT=NONE] --> 193 <string name="wifi_setting_always_scan_content_description">Scanning 194 always available, Let Google\'s location service and other apps scan 195 for networks, even when Wi-Fi is off</string> 196 <!-- Title for enable wifi. [CHAR LIMIT=50] --> 197 <string name="wifi_setting_enable_wifi">Wi-Fi</string> 198 <string name="connectivity_hint_message">Connect to network</string> 199 <!-- Launch a connectivity diagnostics tool. [CHAR LIMIT=50] --> 200 <string name="connectivity_network_diagnostics">Network diagnostics</string> 201 202 <!-- Application preferences --> 203 <skip /> 204 <!-- Title for a section that lists recently used apps [CHAR_LIMIT=50]--> 205 <string name="apps_recently_used_category_title">Recently opened apps</string> 206 <!-- An item title on the apps screen. If clicked, the user is taken to a screen listing all apps on the device. [CHAR_LIMIT=50]--> 207 <string name="apps_see_all_apps">See all apps</string> 208 <!-- Title for a section that lets users modify permissions related app settings. [CHAR_LIMIT=50]--> 209 <string name="apps_permissions_category_title">Permissions</string> 210 <!-- An item title on the privacy and apps screen. If clicked, the user is taken to screen listing Security options. [CHAR_LIMIT=50]--> 211 <string name="overlay_security_slice_title"/> 212 <!-- An item title on the privacy and apps screen. If clicked, the user is taken to screen listing Update options. [CHAR_LIMIT=50]--> 213 <string name="update_slice_title"/> 214 215 <!-- All application preferences --> 216 <skip /> 217 <!-- Title of a settings screen that lists all applications on the device. [CHAR LIMIT= 50] --> 218 <string name="all_apps_title">All apps</string> 219 <!-- A settings item on the all applications screen. If clicked, it will show all other apps, including system apps (they had previously been hidden). [CHAR LIMIT= 50] --> 220 <string name="all_apps_show_system_apps">Show system apps</string> 221 <!-- Browse Header for installed apps under all apps settings screen. [CHAR LIMIT=50] --> 222 <string name="all_apps_installed">Installed apps</string> 223 <!-- Browse Header for system apps under all apps settings screen. [CHAR LIMIT=50] --> 224 <string name="all_apps_other">System apps</string> 225 <!-- Browse Header for disabled apps under all apps settings screen. [CHAR LIMIT=50] --> 226 <string name="all_apps_disabled">Disabled apps</string> 227 228 <!-- Device preferences --> 229 <skip /> 230 <!-- Preference which changes screen saver settings. [CHAR LIMIT=50] --> 231 <string name="device_daydream">Screen saver</string> 232 <!-- Preference which changes display settings. [CHAR LIMIT=50] --> 233 <string name="device_display">Display</string> 234 <!-- Title for preference screen controlling display & sound settings. [CHAR LIMIT=50] --> 235 <string name="device_display_sound">Display & Sound</string> 236 <!-- Title for preference screen controlling sound settings [CHAR LIMIT=50] --> 237 <string name="device_sound">Sound</string> 238 <!-- Title for preference which controls surround sound passthrough function [CHAR LIMIT=50] --> 239 <string name="device_surround_sound">Surround sound</string> 240 <!-- Preference and title which changes system sounds settings. [CHAR LIMIT=50] --> 241 <string name="device_sound_effects">System sounds</string> 242 <!-- Preference which manages apps. [CHAR LIMIT=50] --> 243 <string name="device_apps">Applications</string> 244 <!-- Preference which shows storage status. [CHAR LIMIT=50] --> 245 <string name="device_storage">Storage</string> 246 <!-- Preference which shows reset settings. [CHAR LIMIT=50] --> 247 <string name="device_reset">Factory reset</string> 248 <!-- Preference which manages backup settings. [CHAR LIMIT=50] --> 249 <string name="device_backup_restore">Backup & Restore</string> 250 <!-- Preference which shows reset options [CHAR LIMIT=50] --> 251 <string name="device_factory_reset">Factory data reset</string> 252 <!-- Preference which sets the device's display calibration. [CHAR LIMIT=50] --> 253 <string name="device_calibration">Calibration</string> 254 <!-- Preference which changes energy saver settings. [CHAR LIMIT=50] --> 255 <string name="device_energy_saver">Shut-Off Timer</string> 256 <!-- Summary of the preference which changes energy saver settings. [CHAR LIMIT=80] --> 257 <string name="device_energy_saver_summary">Set timers to turn TV off and save energy</string> 258 <!-- Preference which shows internal settings. [CHAR LIMIT=50] --> 259 <string name="overlay_internal_slice_title"/> 260 <string name="overlay_internal_slice_uri" translatable="false"/> 261 <!-- Preference which shows fastpair settings. [CHAR LIMIT=50] --> 262 <string name="device_fastpair">Devices</string> 263 <string name="fastpair_slice_uri" translatable="false" /> 264 265 <!-- Display and sound screen --> 266 <skip /> 267 <!-- Title for preference which when clicked lets the user select surround sound formats. [CHAR LIMIT=50] --> 268 <string name="surround_sound_select_formats">Select formats</string> 269 <!-- A category title for the settings related to surround sound. [CHAR LIMIT=50] --> 270 <string name="surround_sound_category_title">Surround Sound</string> 271 <!-- Name of the AC3 surround sound format that is displayed to the user [CHAR LIMIT=50] --> 272 <string name="surround_sound_format_ac3">Dolby Digital</string> 273 <!-- Name of the E-AC3 surround sound format that is displayed to the user [CHAR LIMIT=50] --> 274 <string name="surround_sound_format_e_ac3">Dolby Digital Plus</string> 275 <!-- Name of the DTS surround sound format that is displayed to the user [CHAR LIMIT=50] --> 276 <string name="surround_sound_format_dts">DTS</string> 277 <!-- Name of the DTS-HD surround sound format that is displayed to the user [CHAR LIMIT=50] --> 278 <string name="surround_sound_format_dts_hd">DTS-HD</string> 279 <!-- Name of the DTS ultra HD surround sound format that is displayed to the user [CHAR LIMIT=50] --> 280 <string name="surround_sound_format_dts_uhd">DTS:X</string> 281 <!-- Name of the DOLBY_MAT surround sound format that is displayed to the user 282 [CHAR LIMIT=50] --> 283 <string name="surround_sound_format_dolby_mat">Dolby Atmos with Dolby TrueHD</string> 284 <!-- Name of the DOLBY_TRUEHD surround sound format that is displayed to the user 285 [CHAR LIMIT=50] --> 286 <string name="surround_sound_format_dolby_truehd">Dolby TrueHD</string> 287 <!-- Name of the E_AC3_JOC surround sound format that is displayed to the user 288 [CHAR LIMIT=50] --> 289 <string name="surround_sound_format_e_ac3_joc">Dolby Atmos with Dolby Digital Plus</string> 290 <!-- Name of the Dynamic Resolution Adaption sound format that is displayed to the user [CHAR LIMIT=50] --> 291 <string name="surround_sound_format_dra">DRA</string> 292 293 <!-- An informational message displayed in the surround sound settings, explaining to the 294 user that the auto setting may sometimes cause issues. [CHAR LIMIT=135]--> 295 <string name="surround_sound_auto_info">Note: The Automatic option may not work if your device 296 does not report its supported formats correctly.</string> 297 <!-- Title for a radio button that if selected will cause the device to automatically select 298 an appropriate surround sound format. [CHAR LIMIT=165] --> 299 <string name="surround_sound_auto_title">Automatic: Enable only the formats that are supported 300 by your audio output device 301 "</string> 302 <!-- Summary for a radio button that if selected will cause the device to automatically select 303 an appropriate surround sound format. [CHAR LIMIT=300] --> 304 <string name="surround_sound_auto_summary">When selected, the system will allow apps to select 305 any sound format that is supported by your device chain. Apps may choose a format that is 306 not the highest-quality format.</string> 307 <!-- Title for a radio button that if selected will cause the device to never use a surround 308 sound format. [CHAR LIMIT=50] --> 309 <string name="surround_sound_none_title">None: Never use surround sound</string> 310 <!-- Title for a radio button that if selected will allow the user to manually select surround 311 sound formats. [CHAR LIMIT=187] --> 312 <string name="surround_sound_manual_title">Manual: Selectively enable or disable each format 313 supported by this device, regardless of what is supported by your audio output 314 device.</string> 315 <!-- Summary for a radio button that if selected will allow the user to manually select surround 316 sound formats. [CHAR LIMIT=300] --> 317 <string name="surround_sound_manual_summary">When selected, you can manually disable sound 318 formats that are supported by your device chain that cause problems with playback. Sound 319 formats not supported by your device chain can be enabled. In some cases apps may choose a 320 format that is not the highest-quality format.</string> 321 <!-- Title for warning dialog that is shown when user enables an unsupported surround sound 322 format. [CHAR LIMIT=70]--> 323 <string name="surround_sound_enable_unsupported_dialog_title">Enabling unsupported sound 324 format?</string> 325 <!-- Description for warning dialog that is shown when user enables an unsupported surround 326 sound format. [CHAR LIMIT=271]--> 327 <string name="surround_sound_enable_unsupported_dialog_desc">Your connected audio device does 328 not report support for this format. This may cause unexpected behaviours like loud 329 noises or pops from your device.</string> 330 <!-- Cancel button title for warning dialog that is shown when user enables an unsupported 331 surround sound format. [CHAR LIMIT=30]--> 332 <string name="surround_sound_enable_unsupported_dialog_cancel">Cancel</string> 333 <!-- Ok button title for warning dialog that is shown when user enables an unsupported surround 334 sound format. [CHAR LIMIT=50]--> 335 <string name="surround_sound_enable_unsupported_dialog_ok">Change anyway</string> 336 <!-- Title for supported surround sound section [CHAR LIMIT=50]--> 337 <string name="surround_sound_supported_title">SUPPORTED FORMATS</string> 338 <!-- Title for unsupported surround sound section [CHAR LIMIT=50]--> 339 <string name="surround_sound_unsupported_title">UNSUPPORTED FORMATS</string> 340 <!-- Title for surround sound format info section [CHAR LIMIT=50]--> 341 <string name="surround_sound_format_info">FORMAT INFO</string> 342 <!-- Title for surround sound show format section [CHAR LIMIT=50]--> 343 <string name="surround_sound_show_formats">Show formats</string> 344 <!-- Title for surround sound hide format section [CHAR LIMIT=50]--> 345 <string name="surround_sound_hide_formats">Hide formats</string> 346 <!-- Title for surround sound enabled format section [CHAR LIMIT=50]--> 347 <string name="surround_sound_enabled_formats">ENABLED FORMATS</string> 348 <!-- Title for surround sound disabled format section [CHAR LIMIT=50]--> 349 <string name="surround_sound_disabled_formats">DISABLED FORMATS</string> 350 <!-- Summary for toast shown on clicking the disabled format preference in Automatic mode 351 [CHAR LIMIT=250]--> 352 <string name="surround_sound_disabled_format_info_clicked">To enable, change the 353 format selection to Manual.</string> 354 <!-- Summary for toast shown on clicking the enabled format preference in Automatic mode 355 [CHAR LIMIT=250]--> 356 <string name="surround_sound_enabled_format_info_clicked">To disable, change the 357 format selection to Manual.</string> 358 359 <!-- A category title for the settings related to display. [CHAR LIMIT=50] --> 360 <string name="display_category_title">Display</string> 361 <!-- Title for preference which when clicked lets the user configure advanced display settings. [CHAR LIMIT=50] --> 362 <string name="advanced_display_settings_title">Advanced display settings</string> 363 <!-- Title for HDMI-CEC settings entry. [CHAR LIMIT=20] --> 364 <string name="hdmi_cec_settings_title">HDMI-CEC</string> 365 <!-- Title for preference which when clicked lets the user configure advanced sound settings. [CHAR LIMIT=50] --> 366 <string name="advanced_sound_settings_title">Advanced sound settings</string> 367 <!-- Title for preference to allow game mode for display. [CHAR LIMIT=50] --> 368 <string name="game_mode_title">Allow game mode</string> 369 <!-- Title for preference for disabling/enabling HDR conversion. [CHAR LIMIT=120] --> 370 <string name="match_content_dynamic_range_title">Match content dynamic range</string> 371 <!-- Summary for preference for disabling/enabling HDR conversion. [CHAR LIMIT=500] --> 372 <string name="match_content_dynamic_range_summary">When enabling this option, the system will 373 switch between different dynamic range formats to match the content. This may cause a black 374 screen during a format switch.\n\nClick Advanced Display settings for more dynamic range 375 options. 376 </string> 377 <!-- Title for preference for HDR conversion. [CHAR LIMIT=120] --> 378 <string name="preferred_dynamic_range_title">Preferred dynamic range</string> 379 <!-- Title for preference for HDR conversion - System-Preferred/Auto. [CHAR LIMIT=120] --> 380 <string name="preferred_dynamic_range_selection_system_title">System-preferred conversion 381 </string> 382 <!-- Description for preference for HDR conversion - System-Preferred/Auto. [CHAR LIMIT=300] --> 383 <string name="preferred_dynamic_range_selection_system_desc">Lets the system manage the format 384 conversion 385 </string> 386 <!-- Summary for preference for HDR conversion - System-Preferred/Auto. [CHAR LIMIT=500] --> 387 <string name="preferred_dynamic_range_selection_system_summary">When this option is selected, 388 the system will determine a suitable dynamic range to be sent to your display and convert 389 content to this dynamic range as needed. 390 </string> 391 <!-- Description for preference for HDR conversion - Passthrough/No conversion. [CHAR LIMIT=300] --> 392 <string name="preferred_dynamic_range_selection_passthrough_desc">Always matches content\'s 393 format</string> 394 <!-- Title for preference for HDR conversion - Force/Manual. [CHAR LIMIT=120] --> 395 <string name="preferred_dynamic_range_selection_force_title">Force conversion</string> 396 <!-- Description for preference for HDR conversion - Force/Manual. [CHAR LIMIT=300] --> 397 <string name="preferred_dynamic_range_selection_force_desc">Forces conversion to preferred 398 format</string> 399 <!-- Summary for preference for HDR conversion - Force/Manual. [CHAR LIMIT=500] --> 400 <string name="preferred_dynamic_range_selection_force_summary">Force conversion to 401 a preferred format. Forcing conversion may affect other settings in Display Mode or HDR 402 Format. 403 </string> 404 <!-- Title for preference for SDR conversion in case of force dynamic range. [CHAR LIMIT=120] --> 405 <string name="preferred_dynamic_range_selection_force_sdr_title">Always to SDR</string> 406 <!-- Title for preference for an HDR conversion in case of force dynamic range. [CHAR LIMIT=120] --> 407 <string name="preferred_dynamic_range_selection_force_hdr_title">Always to 408 <xliff:g id="hdr_type" example="Dolby Vision">%s</xliff:g></string> 409 <!-- Dialog title for HDR conversion in case of force dynamic range. [CHAR LIMIT=120] --> 410 <string name="preferred_dynamic_range_force_dialog_title">Do you want to force the HDR 411 output?</string> 412 <!-- Dialog description for HDR conversion in case of force dynamic range. [CHAR LIMIT=300] --> 413 <string name="preferred_dynamic_range_force_dialog_desc">By default the conversion will be 414 forced to <xliff:g id="hdr_type" example="Dolby Vision">%s</xliff:g>.</string> 415 <!-- Dialog description for HDR conversion in case of force dynamic range. [CHAR LIMIT=300] --> 416 <string name="preferred_dynamic_range_force_dialog_desc_4k30_issue">Your display will run at 417 1080p 60Hz resolution. This option is not compatible with your display when running at the 418 4k 60Hz resolution.</string> 419 <!-- Sidebar description indicating that Dolby Vision selection is not allowed because current display mode[CHAR LIMIT=300] --> 420 <string name="selection_dolby_vision_not_supported_sidebar">Dolby Vision is not supported at the current 421 resolution. If you enable Dolby Vision manually, the resolution of your display will 422 be changed to 1080p 60Hz</string> 423 <!-- Dialog title for manually enabling Dolby Vision when display does not support it[CHAR LIMIT=300] --> 424 <string name="manual_dolby_vision_format_on_4k60_title">Change resolution to 1080p 60Hz?</string> 425 <!-- Title for preference for HDR conversion force [CHAR LIMIT=200] --> 426 <string name="dynamic_range_selection_force_dv_title">Always force conversion to Dolby Vision 427 </string> 428 <!-- Summary for preference for HDR conversion force - DV [CHAR LIMIT=500] --> 429 <string name="dynamic_range_selection_force_dv_summary">If Dolby Vision is disabled in HDR 430 Formats in the Advanced Display Settings, forcing conversion to Dolby Vision will re-enable 431 it. 432 </string> 433 <!-- Title for preference for HDR conversion force - HDR 10[CHAR LIMIT=200] --> 434 <string name="dynamic_range_selection_force_hdr10_title">Always force conversion to HDR10 435 </string> 436 <!-- Summary for preference for HDR conversion force - HDR 10 [CHAR LIMIT=500] --> 437 <string name="dynamic_range_selection_force_hdr10_summary">If HDR10 is disabled in HDR 438 Formats in the Advanced Display Settings, forcing conversion to HDR10 will re-enable it. 439 </string> 440 <!-- Title for preference for HDR conversion force - HLG [CHAR LIMIT=200] --> 441 <string name="dynamic_range_selection_force_hlg_title">Always force conversion to HLG 442 </string> 443 <!-- Summary for preference for HDR conversion force - HLG [CHAR LIMIT=500] --> 444 <string name="dynamic_range_selection_force_hlg_summary">If HLG is disabled in HDR 445 Formats in the Advanced Display Settings, forcing conversion to HLG will re-enable it. 446 </string> 447 <!-- Title for preference for HDR conversion force - HDR10+ [CHAR LIMIT=200] --> 448 <string name="dynamic_range_selection_force_hdr10plus_title">Always force conversion to HDR10+ 449 </string> 450 <!-- Summary for preference for HDR conversion force - DV [CHAR LIMIT=500] --> 451 <string name="dynamic_range_selection_force_hdr10plus_summary">If HDR10+ is disabled in HDR 452 Formats in the Advanced Display Settings, forcing conversion to HDR10+ will re-enable it. 453 </string> 454 <!-- Title for preference for HDR conversion force - SDR [CHAR LIMIT=200] --> 455 <string name="dynamic_range_selection_force_sdr_title">Always force conversion to SDR 456 </string> 457 <!-- Summary for preference for HDR conversion force - SRD [CHAR LIMIT=500] --> 458 <string name="dynamic_range_selection_force_sdr_summary">Forcing conversion to SDR will disable all 459 formats in the HDR Formats in Advanced Display Settings. 460 </string> 461 462 <!-- Title for preference for forcing a display's frame 463 rate to match the content's frame rate. [CHAR LIMIT=60] --> 464 <string name="match_content_frame_rate_title">Match content frame rate</string> 465 <!-- Default preference for a display's frame rate to match the content's frame rate. [CHAR LIMIT=80] --> 466 <string name="match_content_frame_rate_seamless">Seamless-only</string> 467 <!-- Summary for default preference for a display's frame rate to match the content's frame rate. [CHAR LIMIT=250] --> 468 <string name="match_content_frame_rate_seamless_summary">If the app requests it, your device 469 will match its output to the original frame rate of the content you’re watching, 470 ONLY if your TV can perform a seamless transition. </string> 471 <!-- Summary is seamless frame rate switching is not supported on connected display [CHAR LIMIT=250] --> 472 <string name="match_content_frame_rate_seamless_not_supported_summary">Your connected display 473 does not support seamless refresh rate transitions. This option will have no effect unless 474 you change to a display that supports it.</string> 475 <!-- Preference to force a display's frame rate to always match the content's frame rate. [CHAR LIMIT=80] --> 476 <string name="match_content_frame_rate_non_seamless">Always</string> 477 <!-- Summary for preference to force a display's frame rate to always match the content's frame rate. [CHAR LIMIT=250] --> 478 <string name="match_content_frame_rate_non_seamless_summary">If the app requests it, your 479 device will match its output to the original frame rate of the content you’re watching. 480 This may cause your screen to go blank for a second when exiting or entering a video 481 playback.</string> 482 <!-- Preference to force a display's frame rate to never match the content's frame rate. [CHAR LIMIT=50] --> 483 <string name="match_content_frame_rate_never">Never</string> 484 <!-- Summary for preference to force a display's frame rate to never match the content's frame rate. [CHAR LIMIT=250] --> 485 <string name="match_content_frame_rate_never_summary">Even if the app requests it, your device 486 will never try to match its output to the original frame rate of the content you’re 487 watching.</string> 488 <!-- Title for preference which when clicked lets the user configure text scaling. [CHAR LIMIT=50] --> 489 <string name="font_scale_settings_title">Text scaling</string> 490 <!-- A title for the section showing the text scaling preview. [CHAR LIMIT=50] --> 491 <string name="font_scale_item_detail">Scale to <xliff:g id="scale">%1$d</xliff:g>%%</string> 492 <!-- A title for the section showing the text scaling preview. [CHAR LIMIT=50] --> 493 <string name="font_scale_sample_text_title">Sample text</string> 494 <!-- Title text in sample text used to illustrate how the currently selected font scale will appear to the user. [CHAR LIMIT=50] --> 495 <string name="font_scale_preview_text_title" 496 translation_description="Translate manually. No not adopt any copyrighted material for translation."> 497 The Wonderful Wizard of Oz 498 </string> 499 <!-- Subtitle for sample text shown in the text scaling preview. [CHAR LIMIT=100] --> 500 <string name="font_scale_preview_text_subtitle">Chapter 11: The Wonderful Emerald City of Oz</string> 501 <!-- Sample text shown in the text scaling preview. [CHAR LIMIT=NONE] --> 502 <string name="font_scale_preview_text_body"> 503 Even with eyes protected by the green spectacles Dorothy and her friends were at first dazzled by the brilliancy of the wonderful City. 504 The streets were lined with beautiful houses all built of green marble and studded everywhere with sparkling emeralds. 505 They walked over a pavement of the same green marble, and where the blocks were joined together were rows of emeralds, set closely, and glittering in the brightness of the sun. 506 The window panes were of green glass; even the sky above the City had a green tint, and the rays of the sun were green. 507 \n\nThere were many people, men, women and children, walking about, and these were all dressed in green clothes and had greenish skins. 508 They looked at Dorothy and her strangely assorted company with wondering eyes, and the children all ran away and hid behind their mothers when they saw the Lion; but no one spoke to them. 509 Many shops stood in the street, and Dorothy saw that everything in them was green. 510 Green candy and green pop-corn were offered for sale, as well as green shoes, green hats and green clothes of all sorts. 511 At one place a man was selling green lemonade, and when the children bought it Dorothy could see that they paid for it with green pennies. 512 \n\nThere seemed to be no horses nor animals of any kind; the men carried things around in little green carts, which they pushed before them. 513 Everyone seemed happy and contented and prosperous. 514 </string> 515 516 <!-- Title for preference for HDR format selection. [CHAR LIMIT=50] --> 517 <string name="hdr_format_selection_title">Format selection</string> 518 <!-- Title for Automatic preference for HDR format selection. [CHAR LIMIT=50] --> 519 <string name="hdr_format_selection_auto_title">Automatic</string> 520 <!-- Title for Manual preference for HDR format selection. [CHAR LIMIT=50] --> 521 <string name="hdr_format_selection_manual_title">Manual</string> 522 <!-- Desc for Automatic preference for HDR format selection. [CHAR LIMIT=100] --> 523 <string name="hdr_format_selection_auto_desc">Use device reported formats</string> 524 <!-- Desc for Manual preference for HDR format selection. [CHAR LIMIT=100] --> 525 <string name="hdr_format_selection_manual_desc">Choose formats manually from available 526 formats</string> 527 <!-- Title for supported HDR format section [CHAR LIMIT=50]--> 528 <string name="hdr_format_supported_title">SUPPORTED FORMATS</string> 529 <!-- Title for unsupported HDR format [CHAR LIMIT=50]--> 530 <string name="hdr_format_unsupported_title">UNSUPPORTED FORMATS</string> 531 <!-- Title for HDR format type SDR [CHAR LIMIT=50]--> 532 <string name="hdr_format_sdr">SDR</string> 533 <!-- Title for HDR format type HDR10 [CHAR LIMIT=50]--> 534 <string name="hdr_format_hdr10">HDR10</string> 535 <!-- Title for HDR format type HLG [CHAR LIMIT=50]--> 536 <string name="hdr_format_hlg">HLG</string> 537 <!-- Title for HDR format type HDR10+ [CHAR LIMIT=50]--> 538 <string name="hdr_format_hdr10plus">HDR10+</string> 539 <!-- Title for HDR format type Dolby Vision [CHAR LIMIT=50]--> 540 <string name="hdr_format_dolby_vision">Dolby Vision</string> 541 <!-- Summary for a radio button that if selected will cause the device to automatically select 542 appropriate HDR formats. [CHAR LIMIT=300] --> 543 <string name="hdr_format_selection_auto_summary">When selected, the system will allow apps to 544 select any HDR format that is supported by your device chain. Apps may choose a format that 545 is not the highest-quality format.</string> 546 <!-- Summary for a radio button that if selected will allow the user to manually select HDR 547 formats. [CHAR LIMIT=300] --> 548 <string name="hdr_format_selection_manual_summary">When selected, you can manually disable HDR 549 formats that are supported by your device chain that cause problems with playback. HDR 550 formats not supported by your device chain cannot be forcibly enabled. Apps may choose a 551 format that is not the highest-quality format.</string> 552 553 <!-- Title for HDR format info section [CHAR LIMIT=50]--> 554 <string name="hdr_format_info">FORMAT INFO</string> 555 <!-- Title for HDR show format section [CHAR LIMIT=50]--> 556 <string name="hdr_show_formats">Show formats</string> 557 <!-- Title for HDR hide format section [CHAR LIMIT=50]--> 558 <string name="hdr_hide_formats">Hide formats</string> 559 <!-- Title for HDR enabled format section [CHAR LIMIT=50]--> 560 <string name="hdr_enabled_formats">ENABLED FORMATS</string> 561 <!-- Title for HDR disabled format section [CHAR LIMIT=50]--> 562 <string name="hdr_disabled_formats">DISABLED FORMATS</string> 563 <!-- Summary for toast shown on clicking the enabled format preference in Automatic mode 564 [CHAR LIMIT=250]--> 565 <string name="hdr_enabled_format_info_clicked">To disable, change the 566 format selection to Manual.</string> 567 <!-- Package to send HDR settings change broadcasts to --> 568 <string name="hdr_settings_changed_broadcast_package" translatable="false"/> 569 570 <!-- Title for preference for Resolution selection. [CHAR LIMIT=50] --> 571 <string name="resolution_selection_title">Resolution</string> 572 <!-- Title for Automatic preference for Resolution selection. [CHAR LIMIT=50] --> 573 <string name="resolution_selection_auto_title">Automatic</string> 574 <!-- Title for dialog that is shown when user changes the resolution. [CHAR LIMIT=150]--> 575 <string name="resolution_selection_dialog_title">Resolution has been changed</string> 576 <!-- Title for dialog that is shown when user changes the resolution and Dolby Vision is not 577 supported. [CHAR LIMIT=150]--> 578 <string name="resolution_selection_with_mode_dialog_title">Change resolution to %1$s?</string> 579 <!-- Description for dialog that is shown when user changes the resolution. 580 [CHAR LIMIT=300]--> 581 <string name="resolution_selection_dialog_desc">Select OK to use %1$s from now on.</string> 582 <!-- Description for dialog that is shown when user changes the resolution to a mode that doesn't 583 support Dolby Vision.[CHAR LIMIT=300]--> 584 <string name="resolution_selection_disabled_dolby_vision_dialog_desc">Dolby Vision is not 585 supported at %1$s and will be disabled in \"Advanced Display Settings\" 586 </string> 587 <!-- Description of resolution mode that is shown on the side panel when user is scrolling 588 through resolution modes. It lists all HDR types that this mode supports. 589 [CHAR LIMIT=300]--> 590 <string name="resolution_hdr_description_info">This mode supports: %1$s\nOn some TVs, you may 591 need to turn on Enhanced HDMI to enable more HDR formats. Check your TV settings to see if 592 this is supported.</string> 593 <!-- Cancel button title for dialog that is shown when user changes the resolution. 594 [CHAR LIMIT=30]--> 595 <string name="resolution_selection_dialog_cancel">Cancel</string> 596 <!-- Ok button title for dialog that is shown when user changes the resolution. 597 [CHAR LIMIT=50]--> 598 <string name="resolution_selection_dialog_ok">OK</string> 599 <!-- Unit of refresh rate Hz. [CHAR LIMIT=15]--> 600 <string name="resolution_selection_hz">Hz</string> 601 <!-- String for display mode. Example after substitution: 4k (60 Hz) [CHAR LIMIT=100]--> 602 <string name="resolution_display_mode"> 603 <xliff:g id="resolution" example="1080p, 4k etc">%1$s</xliff:g> 604 (<xliff:g id="refresh-rate" example="60, 59.94 etc">%2$s</xliff:g> Hz)</string> 605 606 <!-- Title of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] --> 607 <string name="device_storage_clear_cache_title">Clear cached data?</string> 608 <!-- Message of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] --> 609 <string name="device_storage_clear_cache_message">This will clear cached data for all apps.</string> 610 611 <!-- Title of settings entry for default audio output settings. --> 612 <string name="default_audio_output_settings_title" translatable="true"/> 613 <string name="default_audio_output_settings_slice_uri" translatable="false"/> 614 615 <!-- Remote and Accessories --> 616 <skip /> 617 <!-- Preference which manages pairing new accessories. [CHAR LIMIT=50] --> 618 <string name="accessories_add">Add accessory</string> 619 <!-- Device Paring Status: Pairing. [CHAR LIMIT=50] --> 620 <string name="accessory_state_pairing">Pairing…</string> 621 <!-- Device Paring Status: Connecting. [CHAR LIMIT=50] --> 622 <string name="accessory_state_connecting">Connecting…</string> 623 <!-- Device Paring Status: Error. [CHAR LIMIT=50] --> 624 <string name="accessory_state_error">Couldn\'t pair</string> 625 <!-- Device Paring Status: Canceled. [CHAR LIMIT=50] --> 626 <string name="accessory_state_canceled">Canceled</string> 627 <!-- Device Paring Status: Pairing Complete. [CHAR LIMIT=50] --> 628 <string name="accessory_state_paired">Paired</string> 629 <!-- Preference which manages a single Paired Bluetooth accessory. [CHAR LIMIT=50] --> 630 <string name="accessory_options">Accessory</string> 631 <!-- Preference for unpairing a Bluetooth accessory[CHAR LIMIT=50] --> 632 <string name="accessory_unpair">Unpair</string> 633 <!-- Preference for displaying battery level percentage. % symbol if used must be escaped as %% [CHAR LIMIT=150] --> 634 <string name="accessory_battery">Battery <xliff:g id="percentage">%1$d</xliff:g>%%</string> 635 <!-- Description shown while we are waiting for a device unpair operation to finish[CHAR LIMIT=50] --> 636 <string name="accessory_unpairing">Unpairing device…</string> 637 <!-- Description for Connected accessory[CHAR LIMIT=50] --> 638 <string name="accessory_connected">Connected</string> 639 <!-- Title of preference item for renaming the bluetooth accessory [CHAR LIMIT=50] --> 640 <string name="accessory_change_name">Change name</string> 641 <!-- Title of dialog for renaming the bluetooth accessory [CHAR LIMIT=50] --> 642 <string name="accessory_change_name_title">Enter a new name for this accessory</string> 643 <!-- Package to send menu state changes to and names of parameters --> 644 <string name="accessory_menu_state_broadcast_package" translatable="false"/> 645 646 <!-- Remote and Accessories --> 647 <skip /> 648 <!-- Title text for new accessories pairing screen used by Talkback. [CHAR LIMIT=50] --> 649 <string name="accessories_add_accessibility_title">Bluetooth pairing.</string> 650 <!-- Description text for new accessories pairing screen. [CHAR LIMIT=150] --> 651 <string name="accessories_add_title">Searching for accessories…</string> 652 <!-- Description text for bluetooth device pairing instructions. [CHAR LIMIT=150] --> 653 <string name="accessories_add_bluetooth_inst">Before pairing your Bluetooth devices, make sure they\'re in pairing mode.</string> 654 <!-- Extra description text for bluetooth device pairing instructions. It is a placeholder to be overrode. --> 655 <string name="accessories_add_bluetooth_inst_extra" translatable="false"/> 656 <!-- The extra description is presented with button icons. These two strings can be overrode to be used for describing the pairing buttons for accessibility feature such as Talkback. --> 657 <string name="accessories_pairing_button1" translatable="false"/> 658 <string name="accessories_pairing_button2" translatable="false"/> 659 <!-- 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] --> 660 <string name="accessories_autopair_msg">A device was found and will automatically pair in <xliff:g id="countdown">%1$s</xliff:g> seconds</string> 661 <!-- Error message displayed to the user indicating that a selected action is not supported on this device. [CHAR LIMIT=150] --> 662 <string name="error_action_not_supported">This action isn\'t supported</string> 663 664 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] --> 665 <string name="bluetooth_pairing_request">Bluetooth pairing request</string> 666 <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] --> 667 <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> 668 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing [CHAR LIMIT=NONE] --> 669 <string name="bluetooth_incoming_pairing_msg">From: <b><xliff:g id="device_name">%1$s</xliff:g></b><br>Pair with this device?</string> 670 <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. [CHAR LIMIT=NONE] --> 671 <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> 672 <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] --> 673 <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> 674 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] --> 675 <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> 676 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] --> 677 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string> 678 679 <!-- Action title for Confirming the Bluetooth secure Pair action [CHAR LIMIT=50] --> 680 <string name="bluetooth_pair">Pair</string> 681 <!-- Action title for Cancelling the Bluetooth secure Pair action [CHAR LIMIT=50] --> 682 <string name="bluetooth_cancel">Cancel</string> 683 684 <!-- Toast message when a bluetooth device is connected. [CHAR LIMIT=NONE] --> 685 <string name="bluetooth_device_connected_toast">%1$s connected</string> 686 <!-- Toast message when a bluetooth device is disconnected. [CHAR LIMIT=NONE] --> 687 <string name="bluetooth_device_disconnected_toast">%1$s disconnected</string> 688 689 <!-- The title for "Remotes & Accessories" Slice [CHAR LIMIT = 50]--> 690 <string name="connected_devices_slice_pref_title">Remotes & Accessories</string> 691 <!-- The title for the Bluetooth toggle [CHAR LIMIT=20] --> 692 <string name="bluetooth_toggle_title">Bluetooth</string> 693 <!-- The title for the confirmation dialog when users try to turn off bluetooth. 694 [CHAR LIMIT=50]--> 695 <string name="bluetooth_toggle_confirmation_dialog_title">Turn off Bluetooth</string> 696 <!-- The summary for the confirmation dialog when users try to turn off bluetooth. 697 [CHAR LIMIT=240]--> 698 <string name="bluetooth_toggle_confirmation_dialog_summary">You will not be able to 699 access Google Assistant from your remote while Bluetooth is off.</string> 700 <!-- The title on button that starts pairing flow. [CHAR LIMIT=40] --> 701 <string name="bluetooth_pair_accessory">Pair accessory</string> 702 <!-- The category title for connected/paired accessories. [CHAR LIMIT=30] --> 703 <string name="bluetooth_known_devices_category">Accessories</string> 704 <!-- Uri to be overlaid by partner to show official remote control settings. --> 705 <string name="bluetooth_official_remote_entry_slice_uri" translatable="false" /> 706 <!-- Category for listing official remote control devices. Can be overlaid by OEM to something 707 like "Foobar Remote". --> 708 <string name="bluetooth_official_remote_category">Remote Control</string> 709 <!-- Title for official remote control settings. Can be overlaid by OEM to something like as 710 "Foobar Remote Settings". --> 711 <string name="bluetooth_official_remote_entry_title">Remote control settings</string> 712 <!-- Uri to be overlaid by partner to show remote control infrared settings. --> 713 <string name="bluetooth_ir_entry_slice_uri" translatable="false" /> 714 <!-- Title for remote control infrared settings. --> 715 <string name="bluetooth_ir_entry_title">Set up remote buttons</string> 716 <!-- Subtitle for remote control infrared settings. --> 717 <string name="bluetooth_ir_entry_subtitle">Control volume, power, input on TVs, receivers and soundbars</string> 718 <!-- Text on button that allows users to connect their Bluetooth devices. [CHAR LIMIT=30] --> 719 <string name="bluetooth_connect_action_title">Connect</string> 720 <!-- Text asking users to confirm connecting their Bluetooth devices. [CHAR LIMIT=40] --> 721 <string name="bluetooth_connect_confirm">Connect to %1$s</string> 722 <!-- Text on button that allows users to disconnect their Bluetooth devices. [CHAR LIMIT=30] --> 723 <string name="bluetooth_disconnect_action_title">Disconnect</string> 724 <!-- Text asking users to confirm disconnecting their Bluetooth devices. [CHAR LIMIT=40] --> 725 <string name="bluetooth_disconnect_confirm">Disconnect from %1$s</string> 726 <!-- Text on button that allows users to rename their Bluetooth devices. [CHAR LIMIT=30] --> 727 <string name="bluetooth_rename_action_title">Rename</string> 728 <!-- Text shown on Bluetooth devices renaming screen. [CHAR LIMIT=40] --> 729 <string name="bluetooth_rename">Rename your connected device</string> 730 <!-- Text on button that allows users to forget their Bluetooth devices. [CHAR LIMIT=30] --> 731 <string name="bluetooth_forget_action_title">Forget</string> 732 <!-- Text asking users to confirm forgetting their Bluetooth devices. [CHAR LIMIT=40] --> 733 <string name="bluetooth_forget_confirm">Forget %1$s</string> 734 <!-- Text preceded by the bluetooth serial. [CHAR LIMIT=40] --> 735 <string name="bluetooth_serial_number_label">Bluetooth address</string> 736 <!-- Subtitle showing connected connection status of Bluetooth device. [CHAR LIMIT=40] --> 737 <string name="bluetooth_connected_status">Connected</string> 738 <!-- Subtitle showing disconnected connection status of Bluetooth device. [CHAR LIMIT=40] --> 739 <string name="bluetooth_disconnected_status">Disconnected</string> 740 <!-- Bluetooth Settings. text displayed when user has restriction DISALLOW_CONFIG_BLUETOOTH [CHAR LIMIT=NONE]--> 741 <string name="bluetooth_empty_list_user_restricted">You don\u2019t have permission to change Bluetooth settings.</string> 742 <!-- Text on button that allows users to toggle their Bluetooth device as the active audio output. [CHAR LIMIT=50] --> 743 <string name="bluetooth_toggle_active_audio_output_title">Use for TV audio</string> 744 745 <!-- Help and feedback preferences --> 746 <skip /> 747 <!-- Preference which manages sending feedback about an issue. [CHAR LIMIT=50] --> 748 <string name="send_feedback">Send feedback</string> 749 <!-- Preference which manages launching the help center. [CHAR LIMIT=50] --> 750 <string name="launch_help">Help Center</string> 751 752 <!-- System --> 753 <skip /> 754 <!-- Preference which manages cast settings. [CHAR LIMIT=50] --> 755 <string name="system_cast">Google Cast</string> 756 <!-- Preference which manages date / time settings. [CHAR LIMIT=50] --> 757 <string name="system_date_time">Date & Time</string> 758 <!-- Preference which manages language settings. [CHAR LIMIT=50] --> 759 <string name="system_language">Language</string> 760 <!-- Text displayed when user has restriction DISALLOW_CONFIG_LOCALE [CHAR LIMIT=NONE]--> 761 <string name="language_empty_list_user_restricted">You don\u2019t have permission to change the device language.</string> 762 <!-- Preference which manages input method settings (without autofill), see also system_keyboard_autofill [CHAR LIMIT=50] --> 763 <string name="system_keyboard">Keyboard</string> 764 <!-- Preference which manages both input method settings and autofill settings. [CHAR LIMIT=50] --> 765 <string name="system_keyboard_autofill">Keyboard & autofill</string> 766 <!-- Preference which manages autofill Service. [CHAR LIMIT=50] --> 767 <string name="system_autofill">Autofill</string> 768 <!-- Preference which manages home screen settings. [CHAR LIMIT=50] --> 769 <string name="system_home">Home screen</string> 770 <!-- Preference which manages search and google now settings. [CHAR LIMIT=50] --> 771 <string name="system_search">Search</string> 772 <!-- Preference which manages google and assistant settings. [CHAR LIMIT=50] --> 773 <string name="system_google">Google</string> 774 <!-- Preference which manages security settings. [CHAR LIMIT=50] --> 775 <string name="system_security">Security & Restrictions</string> 776 <!-- Preference which manages speech recognition settings. [CHAR LIMIT=50] --> 777 <string name="system_speech">Speech</string> 778 <!-- Preference which manages TV inputs. [CHAR LIMIT=50] --> 779 <string name="system_inputs">Inputs</string> 780 <!-- Preference which manages TV inputs and devices. [CHAR LIMIT=50] --> 781 <string name="system_inputs_devices">Inputs & Devices</string> 782 <!-- Preference which manages home theater controls. [CHAR LIMIT=50] --> 783 <string name="system_home_theater_control">Home theater control</string> 784 <!-- Preference which manages developer options. [CHAR LIMIT=50] --> 785 <string name="system_developer_options">Developer options</string> 786 <!-- Label for no accessibility color or opacity [CHAR LIMIT=50] --> 787 <string name="accessibility_none">None</string> 788 <!-- Preference which manages Diagnostic and Usage reporting --> 789 <string name="system_diagnostic">Usage & diagnostics</string> 790 <string name="cast_settings_title" translatable="false" /> 791 <string name="cast_settings_slice_uri" translatable="false" /> 792 <string name="assistant_broadcast_title" translatable="false" /> 793 <string name="assistant_broadcast_slice_uri" translatable="false" /> 794 <string name="top_level_assistant_slice_uri" translatable="false" /> 795 796 <!-- Message when there are no available device admin apps to display --> 797 <string name="no_device_admins">No device admin apps available</string> 798 799 <!-- Summary for settings checkbox to disable widgets when the setting has been disabled by an installed device admin [CHAR LIMIT=50] --> 800 <string name="security_enable_widgets_disabled_summary">Disabled by admin</string> 801 802 <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] --> 803 <string name="disabled_by_administrator_summary">Not available</string> 804 805 <!-- Title of preference to manage device admin apps, which are used by IT admins to manage devices --> 806 <string name="manage_device_admin">Device admin apps</string> 807 808 <!-- Summary of preference to manage device admin apps, informing the user that currently no device admin apps are installed and active --> 809 <string name="number_of_device_admins_none">No active apps</string> 810 811 812 <!-- Summary for preference that has been disabled by because of the DevicePolicyAdmin, or because device encryption is enabled, or because there are credentials in the credential storage [CHAR LIMIT=50] --> 813 <string name="unlock_set_unlock_disabled_summary">Disabled by admin, encryption policy, or 814 credential storage</string> 815 816 <!-- Enterprise Privacy --> <skip /> 817 818 <!-- Title of setting on security settings screen. This will take the user to a screen with information about admin powers and their impact on the user's privacy on a managed device. Shown on enterprise-managed devices only. Note: "Device" is singular and refers to the device (e.g. phone or tablet) that the user is holding in their hand. --> 819 <string name="enterprise_privacy_settings">Managed device info</string> 820 <!-- Summary for Enterprise Privacy settings, explaining what the user can expect to find under it [CHAR LIMIT=NONE]--> 821 <string name="enterprise_privacy_settings_summary_generic">Changes & settings managed by your organization</string> 822 <!-- Summary for Enterprise Privacy settings, explaining what the user can expect to find under it [CHAR LIMIT=NONE]--> 823 <string name="enterprise_privacy_settings_summary_with_name">Changes & settings managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string> 824 <!-- Enterprise Privacy settings activity header, summarizing the powers that the admin has. [CHAR LIMIT=NONE] --> 825 <string name="enterprise_privacy_header">To provide access to your work data, your organization may change settings and install software on your device.\n\nFor more details, contact your organization\'s admin.</string> 826 <!-- Title for the 'Types of information your organization can see' preference category. [CHAR LIMIT=60] --> 827 <string name="enterprise_privacy_exposure_category">Types of information your organization can see</string> 828 <!-- Title for the 'Changes made by your organization’s admin' preference category. [CHAR LIMIT=60] --> 829 <string name="enterprise_privacy_exposure_changes_category">Changes made by your organization\'s admin</string> 830 <!-- Title for the 'Your access to this device' preference category. [CHAR LIMIT=60] --> 831 <string name="enterprise_privacy_device_access_category">Your access to this device</string> 832 <!-- Label explaining that the admin can see data associated with their work account. [CHAR LIMIT=NONE] --> 833 <string name="enterprise_privacy_enterprise_data">Data associated with your work account, such as email and calendar</string> 834 <!-- Label explaining that the admin can see apps installed on the device. [CHAR LIMIT=NONE] --> 835 <string name="enterprise_privacy_installed_packages">List of apps on your device</string> 836 <!-- Label explaining that the admin can see app usage statistics. [CHAR LIMIT=NONE] --> 837 <string name="enterprise_privacy_usage_stats">Amount of time and data spent in each app</string> 838 <!-- Label explaining that the admin can retrieve network logs on the device. [CHAR LIMIT=NONE] --> 839 <string name="enterprise_privacy_network_logs">Most recent network traffic log</string> 840 <!-- Label explaining that the admin can request bug reports on the device. [CHAR LIMIT=NONE] --> 841 <string name="enterprise_privacy_bug_reports">Most recent bug report</string> 842 <!-- Label explaining that the admin can retrieve security on from the device. [CHAR LIMIT=NONE] --> 843 <string name="enterprise_privacy_security_logs">Most recent security log</string> 844 <!-- Label indicating that the admin never took a given action so far (e.g. did not retrieve security logs or request bug reports). --> 845 <string name="enterprise_privacy_none">None</string> 846 <!-- Label indicating that the admin installed one or more apps on the device. --> 847 <string name="enterprise_privacy_enterprise_installed_packages">Apps installed</string> 848 <!-- Label explaining that the number of apps is an estimation. [CHAR LIMIT=NONE] --> 849 <string name="enterprise_privacy_apps_count_estimation_info">Number of apps is estimated. It may not include apps installed outside of the Play Store.</string> 850 <!-- Summary indicating the number of apps that a label (e.g. installed apps or apps granted a particular permission) refers to. The number shown is a minimum as there may be additional apps we do not know about. [CHAR LIMIT=NONE] --> 851 <string name="enterprise_privacy_number_packages_lower_bound"> {count, plural, 852 =1 {Minimum # app} 853 other {Minimum # apps} 854 } 855 </string> 856 <!-- Label indicating that the admin granted one or more apps access to the device's location. [CHAR LIMIT=NONE] --> 857 <string name="enterprise_privacy_location_access">Location permissions</string> 858 <!-- Label indicating that the admin granted one or more apps access to the microphone. [CHAR LIMIT=NONE] --> 859 <string name="enterprise_privacy_microphone_access">Microphone permissions</string> 860 <!-- Label indicating that the admin granted one or more apps access to the camera. [CHAR LIMIT=NONE] --> 861 <string name="enterprise_privacy_camera_access">Camera permissions</string> 862 <!-- Label indicating that the admin set one or more apps as defaults for common actions (e.g. open browser, send e-mail). [CHAR LIMIT=NONE] --> 863 <string name="enterprise_privacy_enterprise_set_default_apps">Default apps</string> 864 <!-- Summary indicating the number of apps that a label (e.g. installed apps or apps granted a particular permission) refers to. [CHAR LIMIT=NONE] --> 865 <string name="enterprise_privacy_number_packages"> {count, plural, 866 =1 {# app} 867 other {# apps} 868 } 869 </string> 870 <!-- Label explaining that the current input method was set by the admin. [CHAR LIMIT=NONE] --> 871 <string name="enterprise_privacy_input_method">Default keyboard</string> 872 <!-- Summary indicating the input method set by the admin. [CHAR LIMIT=NONE] --> 873 <string name="enterprise_privacy_input_method_name">Set to <xliff:g id="app_label" example="Example Keyboard">%s</xliff:g></string> 874 <!-- Label explaining that an always-on VPN was set by the admin for the entire device. [CHAR LIMIT=NONE] --> 875 <string name="enterprise_privacy_always_on_vpn_device">Always-on VPN turned on</string> 876 <!-- Label explaining that an always-on VPN was set by the admin in the personal profile. [CHAR LIMIT=NONE] --> 877 <string name="enterprise_privacy_always_on_vpn_personal">Always-on VPN turned on in your personal profile</string> 878 <!-- Label explaining that an always-on VPN was set by the admin in the work profile. [CHAR LIMIT=NONE] --> 879 <string name="enterprise_privacy_always_on_vpn_work">Always-on VPN turned on in your work profile</string> 880 <!-- Label explaining that a global HTTP proxy was set by the admin. [CHAR LIMIT=NONE] --> 881 <string name="enterprise_privacy_global_http_proxy">Global HTTP proxy set</string> 882 <!-- Label explaining that the admin installed trusted CA certificates for the entire device. [CHAR LIMIT=NONE] --> 883 <string name="enterprise_privacy_ca_certs_device">Trusted credentials</string> 884 <!-- Label explaining that the admin installed trusted CA certificates in personal profile. [CHAR LIMIT=NONE] --> 885 <string name="enterprise_privacy_ca_certs_personal">Trusted credentials in your personal profile</string> 886 <!-- Label explaining that the admin installed trusted CA certificates in work profile. [CHAR LIMIT=NONE] --> 887 <string name="enterprise_privacy_ca_certs_work">Trusted credentials in your work profile</string> 888 <!-- Summary indicating the number of trusted CA certificates installed by the admin. The number shown is a minimum as there may be additional CA certificates we do not know about. [CHAR LIMIT=NONE] --> 889 <string name="enterprise_privacy_number_ca_certs"> {count, plural, 890 =1 {# CA certificate} 891 other {# CA certificates} 892 } 893 </string> 894 <!-- Label explaining that the admin can lock the device and change the user's password. [CHAR LIMIT=NONE] --> 895 <string name="enterprise_privacy_lock_device">Admin can lock the device and reset password</string> 896 <!-- Label explaining that the admin can wipe the device remotely. [CHAR LIMIT=NONE] --> 897 <string name="enterprise_privacy_wipe_device">Admin can delete all device data</string> 898 <!-- Label explaining that the admin configured the device to wipe itself when the password is mistyped too many times. [CHAR LIMIT=NONE] --> 899 <string name="enterprise_privacy_failed_password_wipe_device">Failed password attempts before deleting all device data</string> 900 <!-- Label explaining that the admin configured the work profile to wipe itself when the password is mistyped too many times. [CHAR LIMIT=NONE] --> 901 <string name="enterprise_privacy_failed_password_wipe_work">Failed password attempts before deleting work profile data</string> 902 <!-- Summary indicating the number of mistyped passwords after which the device or work profile wipes itself. [CHAR LIMIT=NONE] --> 903 <string name="enterprise_privacy_number_failed_password_wipe"> {count, plural, 904 =1 {# attempt} 905 other {# attempts} 906 } 907 </string> 908 <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] --> 909 <string name="do_disclosure_generic">This device is managed by your organization.</string> 910 <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] --> 911 <string name="do_disclosure_with_name">This device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g>.</string> 912 <!-- Message indicating that the device is enterprise-managed: Space that separates the main text and the "learn more" link that follows it. [CHAR LIMIT=NONE] --> 913 <string name="do_disclosure_learn_more_separator">" "</string> 914 <!-- An HDR capability[CHAR LIMIT=NONE] --> 915 <string name="hdr_capability">- %1$s</string> 916 <!-- Button label to allow the user to view additional information [CHAR LIMIT=NONE BACKUP_MESSAGE_ID=2416766240581561009] --> 917 <string name="learn_more">Learn more</string> 918 919 <!-- Strings for displaying which applications were set as default for specific actions. --> 920 <!-- Title for the apps that have been set as default handlers of camera-related intents. [CHAR LIMIT=30] --> 921 <string name="default_camera_app_title"> {count, plural, 922 =1 {Camera app} 923 other {Camera apps} 924 } 925 </string> 926 <!-- Title for the app that has been set as default handler of calendar-related intents. [CHAR LIMIT=30] --> 927 <string name="default_calendar_app_title">Calendar app</string> 928 <!-- Title for the app that has been set as default handler of contacts-related intents. [CHAR LIMIT=30] --> 929 <string name="default_contacts_app_title">Contacts app</string> 930 <!-- Title for the apps that have been set as default handlers of new email intents. [CHAR LIMIT=30] --> 931 <string name="default_email_app_title"> {count, plural, 932 =1 {Email client app} 933 other {Email client apps} 934 } 935 </string> 936 <!-- Title for the app that has been set as default handler of geo-related intents. [CHAR LIMIT=30] --> 937 <string name="default_map_app_title">Map app</string> 938 <!-- Title for the apps that have been set as default handlers of call-related intents. [CHAR LIMIT=30] --> 939 <string name="default_phone_app_title"> {count, plural, 940 =1 {Phone app} 941 other {Phone apps} 942 } 943 </string> 944 <!-- Title for Default Browser settings [CHAR LIMIT=30] --> 945 <string name="default_browser_title">Browser app</string> 946 <!-- Template for concatenating two app names --> 947 <string name="app_names_concatenation_template_2"><xliff:g id="first_app_name">%1$s</xliff:g>, <xliff:g id="second_app_name">%2$s</xliff:g></string> 948 <!-- Template for concatenating three app names --> 949 <string name="app_names_concatenation_template_3"><xliff:g id="first_app_name">%1$s</xliff:g>, <xliff:g id="second_app_name">%2$s</xliff:g>, <xliff:g id="third_app_name">%3$s</xliff:g></string> 950 951 <!-- About --> 952 <skip /> 953 <!-- Preference which shows feature tutorial tours for this device. [CHAR LIMIT=50] --> 954 <string name="tutorials">Tutorials</string> 955 <!-- Preference which shows system update status. [CHAR LIMIT=50] --> 956 <string name="about_system_update">System update</string> 957 <!-- System update info description about what happens if you perform a 958 system update [CHAR LIMIT=NONE] --> 959 <string name="system_update_description">This will update your system 960 software to the most recent version. Your device will restart.</string> 961 <!-- System update content description for talkback mode with 962 comma-separated title (about_system_update) and info text 963 (system_update_description) [CHAR LIMIT=NONE] --> 964 <string name="system_update_content_description">System update, 965 This will update your system software to the most recent version. 966 Your device will restart.</string> 967 <!-- Preference which shows about screen with legal info, model, etc. [CHAR LIMIT=50] --> 968 <string name="about_preference">About</string> 969 <!-- Preference which shows name of device as it will appear when being accessed remotely [CHAR LIMIT=50] --> 970 <string name="device_name">Device name</string> 971 <!-- Button to reboot the device [CHAR LIMIT=40] --> 972 <string name="restart_button_label">Restart</string> 973 <!-- Preference which shows legal info. [CHAR LIMIT=50] --> 974 <string name="about_legal_info">Legal information</string> 975 <!-- Preference which shows open source licenses [CHAR LIMIT=50]--> 976 <string name="about_legal_license">Third Party Source</string> 977 <!-- Preference which shows terms of service and privacy info [CHAR LIMIT=50]--> 978 <string name="about_terms_of_service">Google legal</string> 979 <!-- Toast message displayed if the license data is unavailable [CHAR LIMIT=100] --> 980 <string name="about_license_activity_unavailable">License data is unavailable</string> 981 <!-- Preference which shows model. [CHAR LIMIT=50] --> 982 <string name="about_model">Model</string> 983 <!-- Preference which shows the current device mode. [CHAR LIMIT=100] --> 984 <string name="device_mode">Device Mode</string> 985 <!-- Description of the current usage of the device indicating it is in a demo mode. [CHAR LIMIT=100] --> 986 <string name="store_demo_mode">Store Demo</string> 987 <!-- Preference which shows version. [CHAR LIMIT=50] --> 988 <string name="about_version">Android TV OS version</string> 989 <!-- Preference which shows serial number. [CHAR LIMIT=50] --> 990 <string name="about_serial">Serial number</string> 991 <!-- Preference which shows build version. [CHAR LIMIT=50] --> 992 <string name="about_build">Android TV OS build</string> 993 <!-- Device Info screen. Countdown for user taps to enable development settings [CHAR LIMIT=NONE] --> 994 <string name="show_dev_countdown"> {count, plural, 995 =1 {You are now # step away from being a developer} 996 other {You are now # steps away from being a developer} 997 } 998 </string> 999 <!-- Preference which shows ads settings. [CHAR LIMIT=50] --> 1000 <string name="about_ads">Ads</string> 1001 <!-- Ads info description outlining the Ads settings options [CHAR LIMIT=NONE] --> 1002 <string name="ads_description">Manage your ads settings, such as resetting your advertising ID.</string> 1003 <!-- Ads content description for talkback mode with comma-separated title 1004 (about_ads) and info text (ads_description) [CHAR LIMIT=NONE] --> 1005 <string name="ads_content_description">Ads, Manage your ads settings, 1006 such as resetting your advertising ID.</string> 1007 <!-- Device Info screen. Confirmation that developer settings are enabled [CHAR LIMIT=NONE] --> 1008 <string name="show_dev_on">You are now a developer!</string> 1009 <!-- Device Info screen. Okay we get it, stop pressing, you already have it on [CHAR LIMIT=NONE] --> 1010 <string name="show_dev_already">No need, you are already a developer</string> 1011 <!-- Device Info screen. Used for a status item's value when the proper value is not known --> 1012 <string name="device_info_default">Unknown</string> 1013 <!-- About screen, setting option name [CHAR LIMIT=40] --> 1014 <string name="selinux_status">SELinux status</string> 1015 <!-- These statuses are displayed when a device was built with SE Android supoprt. 1016 These are displayed by the settings app in the about section. --> 1017 <string name="selinux_status_disabled">Disabled</string> 1018 <string name="selinux_status_permissive">Permissive</string> 1019 <string name="selinux_status_enforcing">Enforcing</string> 1020 1021 <!-- A menu item in "About phone" that allows the user to update the phone with settings 1022 from their cell phone carrier. The use of the string is similar to the string 1023 "system_update_settings_list_item_title" in this project. [CHAR LIMIT=50] --> 1024 <string name="additional_system_update_settings_list_item_title">Additional system updates</string> 1025 1026 <!-- Notification of installed CA Certs --> <skip/> 1027 1028 <!-- Shows up when there is a user SSL CA Cert installed on the 1029 device. Indicates to the user that SSL traffic can be intercepted. [CHAR LIMIT=NONE] --> 1030 <string name="ssl_ca_cert_warning">Network may be monitored</string> 1031 <!-- Button to close the SSL CA cert warning dialog box, meaning the user is done reading. [CHAR LIMIT=NONE] --> 1032 <string name="done_button">Done</string> 1033 <!-- Title of Dialog warning users of SSL monitoring. [CHAR LIMIT=NONE] --> 1034 <string name="sl_ca_cert_dialog_title"> {count, plural, 1035 =1 {Trust or remove certificate} 1036 other {Trust or remove certificates} 1037 } 1038 </string> 1039 1040 <!-- About screen, title of the item to go into the device status screen --> 1041 <string name="device_status">Status</string> 1042 <!-- About screen, summary of the item that takes you to device status screen --> 1043 <string name="device_status_summary">Network, serial numbers and other information</string> 1044 1045 <!-- About settings screen, setting option name to show Manual [CHAR LIMIT=25] --> 1046 <string name="manual">Manual</string> 1047 <!-- About settings screen, setting option name to show regulatory information [CHAR LIMIT=25] --> 1048 <string name="regulatory_information">Regulatory information</string> 1049 <!-- Feedback on the device [CHAR LIMIT=35] --> 1050 <string name="device_feedback">Send feedback about this device</string> 1051 1052 <!-- Full package name of OEM preferred device feedback reporter. [DO NOT TRANSLATE] --> 1053 <string name="oem_preferred_feedback_reporter" translatable="false" /> 1054 1055 <!-- OEM Unlock strings (duplicated with Settings) --> 1056 <!-- setting enable OEM unlock Checkbox's summary to explain this Checkbox is disabled because the bootloader has been unlocked [CHAR_LIMIT=60] --> 1057 <string name="oem_unlock_enable_disabled_summary_bootloader_unlocked">Bootloader is already unlocked</string> 1058 <!-- setting enable OEM unlock Checkbox's summary to explain this Checkbox is disabled because there is no connectivity. [CHAR_LIMIT=60] --> 1059 <string name="oem_unlock_enable_disabled_summary_connectivity">Connect to the internet first</string> 1060 <!-- setting enable OEM unlock Checkbox's summary to explain this Checkbox is disabled because there is no connectivity or the device is locked by the carrier [CHAR_LIMIT=60] --> 1061 <string name="oem_unlock_enable_disabled_summary_connectivity_or_locked">Connect to the internet or contact your carrier</string> 1062 <!-- setting enable OEM unlock Checkbox's summary to explain this Checkbox is disabled because this setting is unavailable on sim-locked devices. [CHAR_LIMIT=60] --> 1063 <string name="oem_unlock_enable_disabled_summary_sim_locked_device">Unavailable on carrier-locked devices</string> 1064 <!-- Information displayed after user locks OEM lock [Char Limit=None]--> 1065 <string name="oem_lock_info_message">Please restart the device to enable device protection feature.</string> 1066 <string name="automatic_storage_manager_freed_bytes"><xliff:g id="size" example="3.25MB">%1$s</xliff:g> total made available\n\nLast ran on <xliff:g id="date" example="Jan 12">%2$s</xliff:g></string> 1067 1068 <!-- About screen, fcc equipment id label [CHAR LIMIT=40] --> 1069 <string name="fcc_equipment_id">Equipment ID</string> 1070 <!-- About screen, setting option name [CHAR LIMIT=40] --> 1071 <string name="baseband_version">Baseband version</string> 1072 <!-- About screen, setting option name [CHAR LIMIT=40] --> 1073 <string name="kernel_version">Kernel version</string> 1074 1075 <!-- Status screen --> 1076 <!-- About phone, status item value if the actual value is not available. --> 1077 <string name="status_unavailable">Unavailable</string> 1078 <!-- About phone screen, phone status screen title --> 1079 <string name="device_status_title">Status</string> 1080 <!-- Phone info screen, section titles: --> 1081 <string name="battery_status_title">Battery status</string> 1082 <!-- Phone info screen, section titles: --> 1083 <string name="battery_level_title">Battery level</string> 1084 <!-- About phone, status item title. The bluetooth adapter's hardware address--> 1085 <string name="status_bt_address">Bluetooth address</string> 1086 <!-- About phone, status item title. How long the device has been running since its last reboot. --> 1087 <string name="status_up_time">Up time</string> 1088 1089 <!-- Legal screen --> 1090 <!-- About phone settings screen, setting option name to go to dialog that shows legal info --> 1091 <string name="legal_information">Legal information</string> 1092 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip /> 1093 <!-- About phone settings screen, setting option name to see copyright-related info --> 1094 <string name="copyright_title">Copyright</string> 1095 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip /> 1096 <!-- About phone settings screen, setting option name to see licensing info --> 1097 <string name="license_title">License</string> 1098 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip /> 1099 <!-- About phone settings screen, setting option name to see terms and conditions --> 1100 <string name="terms_title">Terms and conditions</string> 1101 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip /> 1102 <!-- About phone settings screen, setting option name to see licensing info for WebView component. [CHAR LIMIT=35] --> 1103 <string name="webview_license_title">System WebView License</string> 1104 <!-- About screen, an item title that displays additional information to the consumer. [CHAR LIMIT=60] --> 1105 <string name="consumer_information_title">Consumer Information</string> 1106 <!-- Message about the content found on Android TV [CHAR LIMIT=500]--> 1107 <string name="consumer_information_message">Content you find on Android TV comes from third-party partners such as app developers and movie studios, as well as from Google itself. For more information, please see <a href="g.co/tv/androidtvinfo">g.co/tv/androidtvinfo</a></string> 1108 <!-- Ok action button text. [CHAR LIMIT=5]--> 1109 <string name="consumer_information_button_ok">OK</string> 1110 1111 <!-- Wifi --> 1112 <skip /> 1113 1114 <!-- wifi signal strength array [CHAR LIMIT=30] --> 1115 <string-array name="wifi_signal_strength"> 1116 <item>Poor</item> 1117 <item>Fair</item> 1118 <item>Good</item> 1119 <item>Excellent</item> 1120 </string-array> 1121 1122 <!-- titles for connection status --> 1123 <!-- label device mac address [CHAR LIMIT=50] --> 1124 <string name="title_mac_address">Device MAC address</string> 1125 <!-- label randomized mac address [CHAR LIMIT=50] --> 1126 <string name="title_randomized_mac_address">Randomized MAC address</string> 1127 <!-- label signal strength [CHAR LIMIT=50] --> 1128 <string name="title_signal_strength">Signal strength</string> 1129 <!-- label privacy (randomized MAC address settings) [CHAR LIMIT=20] --> 1130 <string name="title_random_mac_settings">Privacy</string> 1131 <!-- Options for randomized MAC address settings [CHAR LIMIT=50] --> 1132 <string-array name="random_mac_settings_entries"> 1133 <item>Use randomized MAC (default)</item> 1134 <item>Use device MAC</item> 1135 </string-array> 1136 <!-- Values for randomized MAC address settings [DO NOT TRANSLATE] --> 1137 <string-array name="random_mac_settings_entry_values" translatable="false"> 1138 <item>random</item> 1139 <item>device</item> 1140 </string-array> 1141 <!-- Indicate that Mac address is not available [CHAR LIMIT=50] --> 1142 <string name="mac_address_not_available">Not available</string> 1143 <!-- Summary for Wifi MAC randomization option when it is ephemeral network [CHAR LIMIT=50] --> 1144 <string name="mac_address_ephemeral_summary">Randomized MAC</string> 1145 <!-- label IP address [CHAR LIMIT=50] --> 1146 <string name="title_ip_address">IP address</string> 1147 <!-- label SSID [CHAR LIMIT=50] --> 1148 <string name="title_ssid">Enter name of Wi-Fi network</string> 1149 <!-- label internet connection [CHAR LIMIT=50] --> 1150 <string name="title_internet_connection">Internet connection</string> 1151 1152 <!-- contents for connection status --> 1153 <!-- Connected [CHAR LIMIT=50] --> 1154 <string name="connected">Connected</string> 1155 <!-- Not connected [CHAR LIMIT=50] --> 1156 <string name="not_connected">Not connected</string> 1157 <!-- No internet access [CHAR LIMIT=50] --> 1158 <string name="wifi_no_internet">No Internet</string> 1159 <!-- Saved network [CHAR LIMIT=50] --> 1160 <string name="wifi_saved">Saved</string> 1161 <!-- Network with bad password [CHAR LIMIT=50] --> 1162 <string name="wifi_bad_password">Wrong password</string> 1163 <!-- Network with short password [CHAR LIMIT=NONE] --> 1164 <string name="wifi_short_password">Wi-Fi password is too short</string> 1165 <!-- Network with captive portal [CHAR LIMIT=50] --> 1166 <string name="wifi_captive_portal">Sign-in required</string> 1167 1168 <!-- Wifi setting headers [CHAR LIMIT=50] --> 1169 <string name="wifi_setting_header_other_options">Other options</string> 1170 <string name="wifi_setting_see_all">See all</string> 1171 <string name="wifi_setting_see_fewer">See fewer</string> 1172 <string name="wifi_setting_available_networks">Available networks</string> 1173 1174 <!-- Other Options under Wifi Settings headers [CHAR LIMIT=50] --> 1175 <string name="wifi_setting_other_options_add_network">Add new network</string> 1176 <string name="wifi_setting_other_options_add_network_via_easyconnect">Quick connect</string> 1177 <!-- Summary text for EasyConnect [CHAR LIMIT=400]--> 1178 <string name="wifi_setting_other_options_add_network_via_easyconnect_info_summary"> 1179 Quick connect helps you to quickly connect to your WiFi by scanning QR code on your phone. 1180 </string> 1181 1182 <!-- Strings for Add Network under Connectivity Setting --> 1183 <!-- Security type title on add network form page [CHAR LIMIT=30] --> 1184 <string name="security_type">Type of security</string> 1185 1186 <!-- Title for adding hidden network in setup mode [CHAR LIMIT=30] --> 1187 <string name="other_network">Other network…</string> 1188 1189 <!-- Skip configuring a Wi-Fi network during device setup [CHAR LIMIT=30]--> 1190 <string name="skip_network">Skip</string> 1191 1192 <!-- Wifi Security type indicating no security [CHAR LIMIT=30] --> 1193 <string name="wifi_security_type_none">None</string> 1194 <!-- Wifi Security type indicating WEP security [CHAR LIMIT=30] --> 1195 <string name="wifi_security_type_wep">WEP</string> 1196 <!-- Wifi Security type indicating WPA/WPA2 security [CHAR LIMIT=30] --> 1197 <string name="wifi_security_type_wpa">WPA/WPA2 PSK</string> 1198 <!-- Wifi Security type indicating EAP security [CHAR LIMIT=30] --> 1199 <string name="wifi_security_type_eap">802.1x EAP</string> 1200 <!-- Title to show when no wifi networks are available [CHAR LIMIT=80] --> 1201 <string name="title_wifi_no_networks_available">Scanning…</string> 1202 <!-- Title to show when wifi fails to save [CHAR LIMIT=80] --> 1203 <string name="title_wifi_could_not_save">Couldn\'t save configuration for <xliff:g id="ssid">%1$s</xliff:g></string> 1204 <!-- Title to show when wifi fails to connect [CHAR LIMIT=80] --> 1205 <string name="title_wifi_could_not_connect">Couldn\'t connect to <xliff:g id="ssid">%1$s</xliff:g></string> 1206 <!-- Title to show when wifi fails to connect due to timeout [CHAR LIMIT=80] --> 1207 <string name="title_wifi_could_not_connect_timeout">Couldn\'t find <xliff:g id="ssid">%1$s</xliff:g></string> 1208 <!-- Title to show when wifi fails to connect due to authentication failure [CHAR LIMIT=80] --> 1209 <string name="title_wifi_could_not_connect_authentication_failure">Wi-Fi password not valid</string> 1210 <!-- Title to show when the wifi ap rejects the connection [CHAR LIMIT=80] --> 1211 <string name="title_wifi_could_not_connect_ap_reject">Wi-Fi network didn\'t accept connection</string> 1212 <!-- Title to show when asking if advanced settings should be used for this wifi connection [CHAR LIMIT=80] --> 1213 <string name="title_wifi_advanced_options">Configure <xliff:g id="ssid">%1$s</xliff:g> Proxy and IP Settings?</string> 1214 <!-- Title to show when asking if a proxy should be used for this wifi connection [CHAR LIMIT=80] --> 1215 <string name="title_wifi_proxy_settings">Proxy settings</string> 1216 <!-- Title to show when asking for the proxy hostname for this wifi connection [CHAR LIMIT=80] --> 1217 <string name="title_wifi_proxy_hostname">Proxy hostname:</string> 1218 <!-- Title to show when asking for the proxy port for this wifi connection [CHAR LIMIT=80] --> 1219 <string name="title_wifi_proxy_port">Proxy port:</string> 1220 <!-- Title to show when asking for which domains bypass the proxy for this wifi connection [CHAR LIMIT=80] --> 1221 <string name="title_wifi_proxy_bypass">Bypass proxy for:</string> 1222 <!-- Title to show when asking how an ip should be assigned for this wifi connection [CHAR LIMIT=80] --> 1223 <string name="title_wifi_ip_settings">IP settings</string> 1224 <!-- Title to show when asking for the static ip address to use for this wifi connection [CHAR LIMIT=80] --> 1225 <string name="title_wifi_ip_address">IP address:</string> 1226 <!-- Title to show when asking for the gateway's ip address for this wifi connection [CHAR LIMIT=80] --> 1227 <string name="title_wifi_gateway">Gateway:</string> 1228 <!-- Title to show when asking for the network prefix length for this wifi connection [CHAR LIMIT=80] --> 1229 <string name="title_wifi_network_prefix_length">Network prefix length:</string> 1230 <!-- Title to show when asking for the first DNS to use for this wifi connection [CHAR LIMIT=80] --> 1231 <string name="title_wifi_dns1">DNS 1:</string> 1232 <!-- Title to show when asking for the second DNS to use for this wifi connection [CHAR LIMIT=80] --> 1233 <string name="title_wifi_dns2">DNS 2:</string> 1234 <!-- Title to show when the proxy settings are invalid [CHAR LIMIT=80] --> 1235 <string name="title_wifi_proxy_settings_invalid">Proxy settings not valid</string> 1236 <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] --> 1237 <string name="title_wifi_ip_settings_invalid">IP settings not valid</string> 1238 <!-- Title to show when the ip settings are invalid [CHAR LIMIT=80] --> 1239 <string name="title_wifi_known_network"><xliff:g id="ssid">%1$s</xliff:g> is a saved network</string> 1240 <!-- Title to show when presenting a QR code to join a network [CHAR LIMIT=80] --> 1241 <string name="title_wifi_scan_qr_code">Scan QR code to join</string> 1242 <!-- Label for action to try to connect to wifi again [CHAR LIMIT=50] --> 1243 <string name="wifi_action_try_again">Try again</string> 1244 <!-- Label for action to go back to the list of wifi networks [CHAR LIMIT=50] --> 1245 <string name="wifi_action_view_available_networks">View available networks</string> 1246 <!-- Message to show when wifi is connecting [CHAR LIMIT=80] --> 1247 <string name="wifi_connecting">Connecting to <xliff:g id="ssid">%1$s</xliff:g></string> 1248 <!-- Message to show when wifi is saving a new configuration [CHAR LIMIT=80] --> 1249 <string name="wifi_saving">Saving configuration for <xliff:g id="ssid">%1$s</xliff:g></string> 1250 <!-- Title for action to connect to the wifi network [CHAR LIMIT=80] --> 1251 <string name="wifi_connect">Connect</string> 1252 <!-- Title for action to forget the wifi network configuration [CHAR LIMIT=80] --> 1253 <string name="wifi_forget_network">Forget network</string> 1254 <!-- Description for action to forget the wifi network configuration [CHAR LIMIT=100] --> 1255 <string name="wifi_forget_network_description">This clears information used to connect to this network, including a saved password</string> 1256 <!-- Description for action to scan a QR code with your phone [CHAR LIMIT=300] --> 1257 <string name="wifi_scan_qr_code_description"> 1258 Join a Wi-Fi by scanning the QR code from a mobile phone and follow the instructions.\n 1259 \n 1260 From an <b>Android Phone</b> go to Settings -> Network & internet -> Wi-Fi -> Select a Wi-Fi -> Advanced -> Add device and then scan the QR code. 1261 </string> 1262 <!-- Description for action to scan a QR code [CHAR LIMIT=300] --> 1263 <string name="wifi_scan_qr_code_back_description">Press the back button to cancel</string> 1264 <!-- Label for action to accept the currently connected wifi network [CHAR LIMIT=50] --> 1265 <string name="wifi_action_ok">OK</string> 1266 <!-- Label for action to continue in network summary screen in setup [CHAR LIMIT=50] --> 1267 <string name="wifi_setup_action_dont_change_network">Continue</string> 1268 <!-- Label for action to try to connect to a different wifi network in setup [CHAR LIMIT=50] --> 1269 <string name="wifi_setup_action_change_network">Change network</string> 1270 <!-- Label for action to try to connect to a different wifi network [CHAR LIMIT=50] --> 1271 <string name="wifi_action_change_network">Change</string> 1272 <!-- Label for action to not try to connect to a different wifi network [CHAR LIMIT=50] --> 1273 <string name="wifi_action_dont_change_network">Don\'t change</string> 1274 <!-- Label for action to use advanced settings for the wifi connection [CHAR LIMIT=50] --> 1275 <string name="wifi_action_advanced_yes">OK</string> 1276 <!-- Label for action to not use advanced settings for the wifi connection [CHAR LIMIT=50] --> 1277 <string name="wifi_action_advanced_no">No (recommended)</string> 1278 <!-- Label for action to not use a proxy for the wifi connection [CHAR LIMIT=50] --> 1279 <string name="wifi_action_proxy_none">None</string> 1280 <!-- Label for action to setup a proxy for the wifi connection [CHAR LIMIT=50] --> 1281 <string name="wifi_action_proxy_manual">Manual</string> 1282 <!-- Label for action to use dhcp to obtain an ip address for the wifi connection [CHAR LIMIT=50] --> 1283 <string name="wifi_action_dhcp">DHCP</string> 1284 <!-- Label for action to setup static ip information for the wifi connection [CHAR LIMIT=50] --> 1285 <string name="wifi_action_static">Static</string> 1286 <!-- Title for action to show status information for the wifi connection [CHAR LIMIT=50] --> 1287 <string name="wifi_action_status_info">Status info</string> 1288 <!-- Title for action to setup advanced options for the wifi connection [CHAR LIMIT=50] --> 1289 <string name="wifi_action_advanced_options_title">Advanced options</string> 1290 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]--> 1291 <string name="wifi_ip_settings_invalid_ip_address">Enter a valid IP address</string> 1292 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]--> 1293 <string name="wifi_ip_settings_invalid_gateway">Enter a valid gateway address</string> 1294 <!-- Error message if the dns is not valid [CHAR LIMIT=50]--> 1295 <string name="wifi_ip_settings_invalid_dns">Enter a valid DNS address</string> 1296 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]--> 1297 <string name="wifi_ip_settings_invalid_network_prefix_length">Enter a network prefix length between 0 and 32</string> 1298 <!-- Description text for the IP address --> 1299 <string name="wifi_ip_address_description">Enter a valid IP address.\nExample: <xliff:g>192.168.1.128</xliff:g></string> 1300 <!-- Description text for DNS --> 1301 <string name="wifi_dns1_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>8.8.8.8</xliff:g></string> 1302 <!-- Description text for DNS --> 1303 <string name="wifi_dns2_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>8.8.4.4</xliff:g></string> 1304 <!-- Description text for the gateway --> 1305 <string name="wifi_gateway_description">Enter a valid IP address or leave empty.\nExample: <xliff:g>192.168.1.1</xliff:g></string> 1306 <!-- Description text for network prefix length --> 1307 <string name="wifi_network_prefix_length_description">Enter a valid network prefix length.\nExample: <xliff:g>24</xliff:g></string> 1308 <!-- HTTP proxy settings. The error if the hostname is not valid --> 1309 <string name="proxy_error_invalid_host">Hostname isn\'t valid</string> 1310 <!-- HTTP proxy settings. The error if the exclusion list is not valid --> 1311 <string name="proxy_error_invalid_exclusion_list">This exclusion list isn\’t valid. Enter a comma-separated list of excluded domains.</string> 1312 <!-- HTTP proxy settings. Error msg --> 1313 <string name="proxy_error_empty_port">Port field can\'t be empty</string> 1314 <!-- HTTP proxy settings. Error msg --> 1315 <string name="proxy_error_empty_host_set_port">If the host field is empty, leave the port field empty</string> 1316 <!-- HTTP proxy settings. Error msg --> 1317 <string name="proxy_error_invalid_port">Port isn\'t valid</string> 1318 <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]--> 1319 <string name="proxy_warning_limited_support">HTTP proxy is used by the browser but may not be used by other apps</string> 1320 <!-- HTTP proxy settings. The description for proxy server port. --> 1321 <string name="proxy_port_description">Enter a valid port.\nExample: <xliff:g>8080</xliff:g></string> 1322 <!-- HTTP proxy settings. The description for proxy exclusion list.--> 1323 <string name="proxy_exclusionlist_description">Enter a comma-separated list of excluded domains or leave blank.\nExample: <xliff:g>example.com,mycomp.test.com,localhost</xliff:g></string> 1324 <!-- HTTP proxy settings. The description field for the hostname. --> 1325 <string name="proxy_hostname_description">Enter a valid hostname.\nExample: <xliff:g>proxy.example.com</xliff:g></string> 1326 <!-- Title to show when asking the user to choose EAP method [CHAR LIMIT=80] --> 1327 <string name="title_wifi_eap_method">Choose EAP method for <xliff:g id="ssid">%1$s</xliff:g></string> 1328 <!-- Title to show when asking the user to choose Phase2 authentication [CHAR LIMIT=80] --> 1329 <string name="title_wifi_phase2_authentication">Choose phase2 authentication for <xliff:g id="ssid">%1$s</xliff:g></string> 1330 <!-- Title to show when asking the user to input identity [CHAR LIMIT=80] --> 1331 <string name="title_wifi_identity">Enter identity for <xliff:g id="ssid">%1$s</xliff:g></string> 1332 <!-- Title to show when asking the user to input anonymous identity [CHAR LIMIT=80] --> 1333 <string name="title_wifi_anonymous_identity">Enter anonymous identity for <xliff:g id="ssid">%1$s</xliff:g></string> 1334 1335 <!-- Title used during setup to indicate the user is connected [CHAR LIMIT=100] --> 1336 <string name="wifi_setup_summary_title_connected">You\'re connected to <xliff:g id="ssid">%1$s</xliff:g></string> 1337 <!-- Title to show indicating the user is connected [CHAR LIMIT=100] --> 1338 <string name="wifi_summary_title_connected">Network connected</string> 1339 <!-- Title to show indicating the user is not connected [CHAR LIMIT=100] --> 1340 <string name="wifi_summary_title_not_connected">Network isn\'t connected</string> 1341 <!-- Title to show when wifi is already connected [CHAR LIMIT=100] --> 1342 <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> 1343 <!-- Name to use when we don't know the name of the wifi network the device is connected to [CHAR LIMIT=20] --> 1344 <string name="wifi_summary_unknown_network">an unknown network</string> 1345 <!-- Wifi Settings. text displayed when user has restriction DISALLOW_CONFIG_WIFI [CHAR LIMIT=NONE]--> 1346 <string name="wifi_empty_list_user_restricted">You don\u2019t have permission to change the Wi\u2011Fi network.</string> 1347 1348 <!-- Strings for Ethernet under Connectivity Setting --> 1349 <!-- Title for OK [CHAR LIMIT=50] --> 1350 <string name="title_ok">OK</string> 1351 <!-- Title for DNS 2 [CHAR LIMIT=50] --> 1352 <string name="title_cancel">Cancel</string> 1353 1354 <!-- Storage settings screen heading. This is displayed above items that pertain to the phone's internal storage [CHAR LIMIT=50] --> 1355 <string name="storage_title">Storage</string> 1356 <!-- 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] --> 1357 <string name="storage_available">Available</string> 1358 <!-- 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] --> 1359 <string name="storage_size">Total space: <xliff:g id="total_space">%1$s</xliff:g></string> 1360 <!-- 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] --> 1361 <string name="storage_calculating_size">Calculating\u2026</string> 1362 <!-- 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] --> 1363 <string name="storage_apps_usage">Apps</string> 1364 <!-- 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] --> 1365 <string name="storage_downloads_usage">Downloads</string> 1366 <!-- 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] --> 1367 <string name="storage_dcim_usage">Photos & Videos</string> 1368 <!-- 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] --> 1369 <string name="storage_music_usage">Audio</string> 1370 <!-- 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] --> 1371 <string name="storage_media_misc_usage">Misc.</string> 1372 <!-- 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] --> 1373 <string name="storage_media_cache_usage">Cached data</string> 1374 <!-- Storage settings eject action [CHAR LIMIT=50] --> 1375 <string name="storage_eject">Eject</string> 1376 <!-- Storage settings erase and format action [CHAR LIMIT=50] --> 1377 <string name="storage_format">Erase & Format</string> 1378 <!-- Storage settings erase and format action [CHAR LIMIT=50] --> 1379 <string name="storage_format_as_private">Erase & format as device storage</string> 1380 <!-- Storage settings erase and format action [CHAR LIMIT=50] --> 1381 <string name="storage_format_as_public">Erase & format as removable storage</string> 1382 <!-- Storage settings format for device storage action [CHAR LIMIT=50] --> 1383 <string name="storage_format_for_private">Format as device storage</string> 1384 <!-- Description for a storage volume which is not currently connected to the device --> 1385 <string name="storage_not_connected">Not connected</string> 1386 <!-- Storage settings migrate primary storage action [CHAR_LIMIT=50] --> 1387 <string name="storage_migrate">Migrate data to this storage</string> 1388 <!-- Storage settings migrate primary storage action [CHAR_LIMIT=50] --> 1389 <string name="storage_migrate_away">Migrate data to different storage</string> 1390 <!-- Storage settings backup apps empty action [CHAR LIMIT=50] --> 1391 <string name="storage_no_apps">No apps to back up</string> 1392 1393 <!-- Storage settings forget action [CHAR_LIMIT=50] --> 1394 <string name="storage_forget">Forget this device storage</string> 1395 <!-- Storage settings forget description [CHAR_LIMIT=NONE] --> 1396 <string name="storage_forget_wall_of_text">To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost.</string> 1397 1398 <string name="storage_suggestions" translatable="false" /> 1399 <string name="ambient_slice_storage_uri" translatable="false" /> 1400 <!-- Header title for device storage [CHAR_LIMIT=50] --> 1401 <string name="storage_device_storage_section">Device storage</string> 1402 <!-- Header title for removable storage [CHAR_LIMIT=50] --> 1403 <string name="storage_removable_storage_section">Removable storage</string> 1404 <!-- Header title for device reset [CHAR_LIMIT=50] --> 1405 <string name="storage_reset_section">Reset</string> 1406 1407 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1408 <string name="storage_free_up">Free up storage</string> 1409 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1410 <string name="storage_free_up_clear_cached_data">Clear cached data</string> 1411 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1412 <string name="storage_free_up_clear_cached_data_summary">Free up <xliff:g id="space" example="100MB">%1$s</xliff:g></string> 1413 <!-- Header title for free up storage[CHAR_LIMIT=500] --> 1414 <string name="storage_free_up_clear_cached_data_info">Clears temporary files that take up space. Will not impact saved data like app preferences or offline videos, and you won\'t need to sign in to apps again.</string> 1415 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1416 <string name="storage_free_up_clear_cached_data_confirm_title">Clear cached data?</string> 1417 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1418 <string name="storage_free_up_clear_cached_data_confirm_description">This will clear cached data for all apps.</string> 1419 <!-- Header title for free up storage[CHAR_LIMIT=50] --> 1420 <string name="storage_free_up_uninstall_apps">Uninstall apps</string> 1421 1422 <!-- Toast informing that storage mount operation was successful. [CHAR LIMIT=64]--> 1423 <string name="storage_mount_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is mounted</string> 1424 <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]--> 1425 <string name="storage_mount_failure">Couldn\'t mount <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1426 1427 <!-- Toast shown when the user connects external storage that has been formatted for Android [CHAR_LIMIT=50] --> 1428 <string name="storage_mount_adopted">USB storage reconnected</string> 1429 1430 <!-- Toast informing that storage unmount operation was successful. [CHAR LIMIT=64]--> 1431 <string name="storage_unmount_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is safely ejected</string> 1432 <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]--> 1433 <string name="storage_unmount_failure">Couldn\'t safely eject <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1434 <!-- Toast informing that storage unmount operation failed because the volume couldn't be found. [CHAR LIMIT=64]--> 1435 <string name="storage_unmount_failure_cant_find">Could\'t find drive to eject</string> 1436 1437 <!-- Toast informing that storage format operation was successful. [CHAR LIMIT=64]--> 1438 <string name="storage_format_success"><xliff:g id="name" example="SD card">%1$s</xliff:g> is formatted</string> 1439 <!-- Toast informing that storage format operation failed. [CHAR LIMIT=64]--> 1440 <string name="storage_format_failure">Couldn\'t format <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1441 1442 <!-- Title for wizard screen for formatting storage as device [CHAR LIMIT=64] --> 1443 <string name="storage_wizard_format_as_private_title">Format as device storage</string> 1444 <!-- Description for wizard screen for formatting storage as device [CHAR LIMIT=NONE] --> 1445 <string name="storage_wizard_format_as_private_description">This requires the USB drive to be formatted to make it secure. After securely formatting, this drive will only work with this device. Formatting erases all data currently stored on the drive. To avoid losing the data, consider backing it up.</string> 1446 1447 <!-- Title for wizard screen for formatting storage as device [CHAR LIMIT=64] --> 1448 <string name="storage_wizard_format_as_public_title">Erase & format</string> 1449 <!-- Description for wizard screen for formatting storage as device [CHAR LIMIT=NONE] --> 1450 <string name="storage_wizard_format_as_public_description">After formatting, you can use this USB drive in other devices. All data will be erased. Consider backing up first by moving apps to other device storage.</string> 1451 1452 <!-- Title for wizard progress screen for formatting drive [CHAR_LIMIT=50] --> 1453 <string name="storage_wizard_format_progress_title">Formatting USB Drive…</string> 1454 <!-- Description for wizard progress screen for formatting drive [CHAR_LIMIT=NONE] --> 1455 <string name="storage_wizard_format_progress_description">This may take a moment. Please don\'t remove the drive.</string> 1456 1457 <!-- Title for wizard selection screen for migrating data to new drive [CHAR LIMIT=50] --> 1458 <string name="storage_wizard_migrate_choose_title">Choose storage to migrate data to</string> 1459 <!-- Title for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] --> 1460 <string name="storage_wizard_migrate_confirm_title">Move data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1461 <!-- Description for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=NONE] --> 1462 <string name="storage_wizard_migrate_confirm_description">Move your photos, files and app data to <xliff:g id="name" example="SD card">%1$s</xliff:g>. This may take a few minutes. Some apps won\'t work correctly during the move.</string> 1463 <!-- Positive action for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] --> 1464 <string name="storage_wizard_migrate_confirm_action_move_now">Move now</string> 1465 <!-- Negative action for wizard confirmation screen for migrating data to new drive [CHAR_LIMIT=50] --> 1466 <string name="storage_wizard_migrate_confirm_action_move_later">Move later</string> 1467 1468 <!-- Success toast for migrating data [CHAR_LIMIT=100] --> 1469 <string name="storage_wizard_migrate_toast_success">Migrated data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1470 <!-- Failure toast for migrating data [CHAR_LIMIT=100] --> 1471 <string name="storage_wizard_migrate_toast_failure">Could not migrate data to <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1472 1473 <!-- Title for wizard progress screen for migrating data to new drive [CHAR_LIMIT=50] --> 1474 <string name="storage_wizard_migrate_progress_title">Moving data to <xliff:g id="name" example="SD card">%1$s</xliff:g>…</string> 1475 <!-- Description for wizard progress screen for migrating data to new drive [CHAR_LIMIT=NONE] --> 1476 <string name="storage_wizard_migrate_progress_description">This may take a moment. Please don\'t remove the drive.\nSome apps won\'t work correctly during the move.</string> 1477 1478 <!-- Title for warning dialog for slow drives [CHAR_LIMIT=64] --> 1479 <string name="storage_wizard_format_slow_title">This drive appears to be slow.</string> 1480 1481 <!-- Summary for warning dialog for slow drives [CHAR_LIMIT=NONE] --> 1482 <string name="storage_wizard_format_slow_summary">You can continue, but apps moved to this location may stutter and data transfers may take a long time. Consider using a faster drive for better performance.</string> 1483 1484 <!-- Format action for wizard screen for formatting storage [CHAR LIMIT=50] --> 1485 <string name="storage_wizard_format_action">Format</string> 1486 <!-- Back up apps action for wizard screen for formatting storage [CHAR LIMIT=50]--> 1487 <string name="storage_wizard_backup_apps_action">Back up apps</string> 1488 1489 <!-- Back up apps title [CHAR LIMIT=50] --> 1490 <string name="storage_wizard_back_up_apps_title">Apps stored in <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1491 <!-- Back up apps title [CHAR LIMIT=50] --> 1492 <string name="storage_wizard_back_up_apps_and_data_title">Apps and data stored in <xliff:g id="name" example="SD card">%1$s</xliff:g></string> 1493 <!-- Back up apps storage available description [CHAR_LIMIT=50] --> 1494 <string name="storage_wizard_back_up_apps_space_available"><xliff:g id="size" example="1.23GB">%1$s</xliff:g> available</string> 1495 1496 <!-- Title for wizard screen for ejecting device storage [CHAR LIMIT=64] --> 1497 <string name="storage_wizard_eject_private_title">Eject device storage</string> 1498 <!-- Description for wizard screen for ejecting device storage [CHAR LIMIT=NONE] --> 1499 <string name="storage_wizard_eject_private_description">Apps on this device storage will stop working when it\'s ejected. This USB drive is formatted to work on this device only. It won\'t work on any others.</string> 1500 1501 <!-- Title for wizard progress screen for ejecting a drive [CHAR_LIMIT=64] --> 1502 <string name="storage_wizard_eject_progress_title">Ejecting <xliff:g id="name" example="SD Card">%1$s</xliff:g>…</string> 1503 1504 <!-- Title for wizard screen for moving apps [CHAR_LIMIT=50] --> 1505 <string name="storage_wizard_move_app_title">Storage used</string> 1506 1507 <!-- Title for wizard progress screen for moving apps [CHAR_LIMIT=50] --> 1508 <string name="storage_wizard_move_app_progress_title">Moving <xliff:g id="name" example="YouTube">%1$s</xliff:g>…</string> 1509 <!-- Description for wizard progress screen for moving apps [CHAR_LIMIT=NONE] --> 1510 <string name="storage_wizard_move_app_progress_description">"Don't remove the drive during the move.\nThe <xliff:g id="appname" example="YouTube">%1$s</xliff:g> app on this device won't be available until the move is complete.</string> 1511 1512 <!-- Title for wizard screen for forgetting private storage [CHAR_LIMIT=50] --> 1513 <string name="storage_wizard_forget_confirm_title">Forget device storage?</string> 1514 <!-- Description for wizard screen for forgetting private storage [CHAR_LIMIT=NONE] --> 1515 <string name="storage_wizard_forget_confirm_description">All your data stored in this drive will be lost forever with \'Forget\'. Would you like to proceed?</string> 1516 <!-- Action for wizard screen for forgetting private storage [CHAR_LIMIT=50] --> 1517 <string name="storage_wizard_forget_action">Forget</string> 1518 1519 <!-- Title for new storage activity [CHAR_LIMIT=50] --> 1520 <string name="storage_new_title">USB drive connected</string> 1521 <!-- Browse action for new storage activity [CHAR_LIMIT=50] --> 1522 <string name="storage_new_action_browse">Browse</string> 1523 <!-- Adopt action for new storage activity [CHAR_LIMIT=50] --> 1524 <string name="storage_new_action_adopt">Set up as device storage</string> 1525 <!-- Format as removable action for new storage activity [CHAR_LIMIT=50] --> 1526 <string name="storage_new_action_format_public">Set up as removable storage</string> 1527 <!-- Eject action for new storage activity [CHAR_LIMIT=50] --> 1528 <string name="storage_new_action_eject">Eject</string> 1529 1530 <!-- Title for missing storage activity shown when a drive is removed [CHAR_LIMIT=50] --> 1531 <string name="storage_missing_title"><xliff:g id="name" example="SD Card">%1$s</xliff:g> removed</string> 1532 <!-- Description for missing storage activity shown when a drive is removed [CHAR_LIMIT=NONE] --> 1533 <string name="storage_missing_description">Some apps will be unavailable or not function correctly until the drive is reconnected.</string> 1534 1535 <!-- Manage applications, text for move error messages --> 1536 <string name="insufficient_storage">Not enough storage space.</string> 1537 <string name="does_not_exist">App doesn\u2019t exist.</string> 1538 <string name="invalid_location">Install location isn\u2019t valid.</string> 1539 <string name="system_package">System updates can\u2019t be installed on external media.</string> 1540 <!-- Error message shown when trying to move device administrators to external disks, such as SD card [CHAR_LIMIT=none] --> 1541 <string name="move_error_device_admin">Device Administrator can\u2019t be installed on external media.</string> 1542 1543 <!-- Learn more action title [CHAR_LIMIT=50] --> 1544 <string name="learn_more_action">Learn more</string> 1545 1546 <!-- Title for Date in System Settings Date Time [CHAR LIMIT=50] --> 1547 <string name="system_date">Date</string> 1548 <!-- Title for Time in System Settings Date Time [CHAR LIMIT=50] --> 1549 <string name="system_time">Time</string> 1550 <!-- Title for Set Date in System Settings Date Time [CHAR LIMIT=50] --> 1551 <string name="system_set_date">Set date</string> 1552 <!-- Title for Set Time in System Settings Date Time [CHAR LIMIT=50] --> 1553 <string name="system_set_time">Set time</string> 1554 <!-- Title for Set Time Zone in System Settings Date Time [CHAR LIMIT=50] --> 1555 <string name="system_set_time_zone">Set time zone</string> 1556 <!-- Format string for displaying the current time zone, eg "GMT-08:00, Pacific Standard Time" [CHAR LIMIT=10] --> 1557 <string name="desc_set_time_zone"><xliff:g id="offset" example="GMT-08:00">%1$s</xliff:g>, <xliff:g id="name" example="Pacific Standard Time">%2$s</xliff:g></string> 1558 <!-- Title for Set time format in System Settings Date Time [CHAR LIMIT=50] --> 1559 <string name="system_set_time_format">Use 24-hour format</string> 1560 <!-- Format string for displaying the current time format (12/24 hour) [CHAR LIMIT=10] --> 1561 <string name="desc_set_time_format"><xliff:g id="state" example="Off">%1$s</xliff:g> (<xliff:g id="sample" example="3:14 PM">%2$s</xliff:g>)</string> 1562 <!-- Title for automatic date & time [CHAR LIMIT = 80] --> 1563 <string name="system_auto_date_time">Automatic date & time</string> 1564 <!-- Options for automatic date & time [CHAR LIMIT=100] --> 1565 <string-array name="auto_date_time_entries"> 1566 <item>Use network-provided time</item> 1567 <item>Off</item> 1568 </string-array> 1569 <!-- Values for automatic date & time [DO NOT TRANSLATE] --> 1570 <string-array name="auto_date_time_entry_values" translatable="false"> 1571 <item>network</item> 1572 <item>off</item> 1573 </string-array> 1574 <!-- Options for automatic date & time [CHAR LIMIT=100] --> 1575 <string-array name="auto_date_time_ts_entries"> 1576 <item>Use network-provided time</item> 1577 <item>Use transport stream-provided time</item> 1578 <item>Off</item> 1579 </string-array> 1580 <!-- Values for automatic date & time [DO NOT TRANSLATE] --> 1581 <string-array name="auto_date_time_ts_entry_values" translatable="false"> 1582 <item>network</item> 1583 <item>transport_stream</item> 1584 <item>off</item> 1585 </string-array> 1586 1587 <!-- Subtitle for the camera/microphone toggle [CHAR LIMIT=50] --> 1588 <string name="sensor_toggle_description">For all apps and services</string> 1589 <!-- Settings group name that is followed by a list of apps that have recently accessed the sensor [CHAR LIMIT=50] --> 1590 <string name="recently_accessed_by_category">Recently Accessed By</string> 1591 <!-- Placeholder that shows when no apps have recently accessed the camera/microphone [CHAR LIMIT=50] --> 1592 <string name="no_recent_sensor_accesses">No recent accesses</string> 1593 <!-- Element on which to click when there are more apps in the list that we want to show initially. 1594 The rest of the apps will be shown when the element is clicked [CHAR LIMIT=50]--> 1595 <string name="recently_accessed_show_all">See all</string> 1596 1597 <!-- Title for Microphone settings [CHAR LIMIT=30] --> 1598 <string name="microphone">Microphone</string> 1599 <!-- Title of the toggle that enables / disables microphone access for all apps [CHAR LIMIT=30] --> 1600 <string name="mic_toggle_title">Microphone access</string> 1601 <!-- Title of the toggle that enables / disables microphone access on the remote [CHAR LIMIT=60] --> 1602 <string name="mic_remote_toggle_title">Microphone access on your remote</string> 1603 <!-- Title for setting that opens the microphone permissions overview for all apps [CHAR LIMIT=50]--> 1604 <string name="open_mic_permissions">App access to microphone</string> 1605 <!-- Title for info box warning that microphone hardware switch is turned off [CHAR LIMIT=50]--> 1606 <string name="microphone_physical_privacy_enabled_title">Microphone access blocked</string> 1607 <!-- Content for info box warning that microphone hardware switch is turned off [CHAR LIMIT=250]--> 1608 <string name="microphone_physical_privacy_enabled_text">To unblock, move the privacy switch on 1609 your device to the microphone on position to allow microphone access.</string> 1610 <!-- Content text for info panel shown when the microphone hardware switch is turned off. [CHAR LIMIT=500]--> 1611 <string name="microphone_physical_privacy_enabled_panel_text" translatable="false">@string/microphone_physical_privacy_enabled_text</string> 1612 1613 <!-- Title for Camera settings [CHAR LIMIT=30] --> 1614 <string name="camera">Camera</string> 1615 <!-- Title of the toggle that enables / disables camera access for all apps [CHAR LIMIT=30] --> 1616 <string name="camera_toggle_title">Camera access</string> 1617 <!-- Title for setting that opens the camera permissions overview for all apps [CHAR LIMIT=50]--> 1618 <string name="open_camera_permissions">App access to camera</string> 1619 1620 <!-- Title for info box warning that camera hardware switch is turned off [CHAR LIMIT=50]--> 1621 <string name="camera_physical_privacy_enabled_title">Camera access blocked</string> 1622 <!-- Content for info box warning that camera hardware switch is turned off [CHAR LIMIT=250]--> 1623 <string name="camera_physical_privacy_enabled_text">To unblock, move the privacy switch on your 1624 device to the camera on position to allow camera access.</string> 1625 <!-- Content text for info panel shown when the camera hardware switch is turned off. [CHAR LIMIT=500]--> 1626 <string name="camera_physical_privacy_enabled_panel_text" translatable="false">@string/camera_physical_privacy_enabled_text</string> 1627 1628 <!-- Title of the info panel that is shown on the side when the microphone toggle is selected. 1629 The sensor_state is one of the following strings: sensor_toggle_info_on or sensor_toggle_info_off [CHAR LIMIT=30]--> 1630 <string name="mic_toggle_info_title">Microphone Access: 1631 <xliff:g id="sensor_state" example="On">%s</xliff:g></string> 1632 <!-- Message shown in an info panel on the side when the microphone toggle is selected. [CHAR LIMIT=NONE] --> 1633 <string name="mic_toggle_info_content">When turned on, all apps and services that are allowed to 1634 use the microphone will be able to access it.\n\nWhen turned off, no apps or services will 1635 be able to access the microphone. But you may still be able to talk to your Google Assistant 1636 by pressing the Assistant button on your remote.\n\nAudio devices using custom protocols for 1637 communicating with the TV may not be affected by this setting. 1638 </string> 1639 1640 <!-- Title of the info panel that is shown on the side when the microphone on the remote toggle is selected and enabled. [CHAR LIMIT=60]--> 1641 <string name="mic_remote_toggle_on_info_title">Microphone enabled on remote</string> 1642 <!-- Message shown in an info panel on the side when the microphone toggle is selected and enabled. [CHAR LIMIT=NONE] --> 1643 <string name="mic_remote_toggle_on_info_content">Google Assistant is able to access the 1644 microphone on your remote. You will be able to talk to your Assistant by pressing the Google 1645 Assistant button on your remote. 1646 </string> 1647 1648 <!-- Title of the info panel that is shown on the side when the microphone on the remote toggle is selected and disabled. [CHAR LIMIT=60]--> 1649 <string name="mic_remote_toggle_off_info_title">Microphone disabled on remote</string> 1650 <!-- Message shown in an info panel on the side when the microphone toggle is selected and disabled. [CHAR LIMIT=NONE] --> 1651 <string name="mic_remote_toggle_off_info_content">You will not be able to talk to your Google 1652 Assistant using your remote. To be able to use the Google Assistant button, enable 1653 microphone access. 1654 </string> 1655 1656 <!-- Title of the info panel that is shown on the side when the camera toggle is selected. 1657 The camera_state is one of the following strings: sensor_toggle_info_on or sensor_toggle_info_off [CHAR LIMIT=30]--> 1658 <string name="camera_toggle_info_title">Camera Access: 1659 <xliff:g id="sensor_state" example="On">%s</xliff:g></string> 1660 <!-- Message shown in an info panel on the side when the camera toggle is selected. [CHAR LIMIT=NONE] --> 1661 <string name="camera_toggle_info_content">When turned on, all apps and services with permission 1662 can access any camera on this device.\n\nCamera peripherals with a custom protocol will not 1663 be affected by this setting. 1664 </string> 1665 1666 <!-- Camera/Microphone state within mic_toggle_info_title and camera_toggle_info_title [CHAR LIMIT=20] --> 1667 <string name="sensor_toggle_info_on">On</string> 1668 <!-- Camera/Microphone state within mic_toggle_info_title and camera_toggle_info_title [CHAR LIMIT=20] --> 1669 <string name="sensor_toggle_info_off">Off</string> 1670 1671 <!-- Title for Location in System Settings [CHAR LIMIT=50] --> 1672 <string name="system_location">Location</string> 1673 <!-- Summary for Location in System Settings. This shall be an empty string. [DO NOT TRANSLATE] --> 1674 <string name="system_location_summary"></string> 1675 <!-- Description for Location in System Settings [CHAR LIMIT=NONE] --> 1676 <string name="system_desc_location">Let apps that have asked your permission use your location information</string> 1677 <!-- Title for confirming location consent [CHAR LIMIT=50] --> 1678 <string name="system_network_location_confirm">Location consent</string> 1679 <!-- [CHAR LIMIT=30] Location settings screen, setting preference screen box label for location mode --> 1680 <string name="location_mode_title">Mode</string> 1681 <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests --> 1682 <string name="location_category_recent_location_requests">Recent location requests</string> 1683 <!-- Location settings screen, displayed when there's no recent app accessing location --> 1684 <string name="location_no_recent_apps">No apps have requested location recently</string> 1685 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use--> 1686 <string name="location_high_battery_use">High battery use</string> 1687 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use--> 1688 <string name="location_low_battery_use">Low battery use</string> 1689 <!-- [CHAR LIMIT=130] Location mode screen, description for wifi mode --> 1690 <string name="location_mode_wifi_description">Use Wi\u2011Fi to estimate location</string> 1691 1692 <!-- [CHAR LIMIT=60] Label for the status of location --> 1693 <string name="location_status">Location status</string> 1694 <!-- [CHAR LIMIT=60] Title for location services in locations settings --> 1695 <string name="location_services">Location services</string> 1696 <!-- [CHAR LIMIT=20] Title for status on for location services --> 1697 <string name="on">On</string> 1698 <!-- [CHAR LIMIT=20] Title for status off for location services --> 1699 <string name="off">Off</string> 1700 <!-- [CAR LIMIT=100] Location services screen title for Google location services --> 1701 <string name="google_location_services_title">Google location services</string> 1702 <!-- [CAR LIMIT=100] Location services screen title for third party location services --> 1703 <string name="third_party_location_services_title">3rd party location services</string> 1704 <!-- [CHAR LIMIT=100] Location services screen, title for Location reporting --> 1705 <string name="location_reporting">Location Reporting</string> 1706 <!-- [CHAR LIMIT=100] Location services screen, title for Location history --> 1707 <string name="location_history">Location History</string> 1708 <!-- [CHAR LIMIT=300] Location reporting screen, description --> 1709 <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> 1710 <!-- [CHAR LIMIT=500] Location history screen, description --> 1711 <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> 1712 <!-- [CHAR LIMIT=100] Location history screen, title for delete location history --> 1713 <string name="delete_location_history_title">Delete location history</string> 1714 <!-- [CHAR LIMIT=300] Location history screen, description for delete location history --> 1715 <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> 1716 <!-- Title for screen readers preference category in accessibility settings [CHAR LIMIT=50] --> 1717 <string name="accessibility_screen_readers_category_title">Screen Readers</string> 1718 <!-- Title for display preference category in accessibility settings [CHAR LIMIT=50] --> 1719 <string name="accessibility_display_category_title">Display</string> 1720 <!-- Title for interaction controls preference category in accessibility settings [CHAR LIMIT=50] --> 1721 <string name="accessibility_interaction_controls_category_title">Interaction Controls</string> 1722 <!-- Title for audio & onscreen text preference category in accessibility settings [CHAR LIMIT=50] --> 1723 <string name="accessibility_audio_and_onscreen_text_category_title">Audio & Onscreen Text</string> 1724 <!-- Title for experimental preference category in accessibility settings [CHAR LIMIT=50] --> 1725 <string name="accessibility_experimental_category_title">Experimental</string> 1726 <!-- Title for services preference category in accessibility settings [CHAR LIMIT=50] --> 1727 <string name="accessibility_services_category_title">Services</string> 1728 <!-- Title and description for accessibility service setting [CHAR LIMIT=50] --> 1729 <string name="accessibility_service_settings">Service settings</string> 1730 <string name="accessibility_screen_reader_flattened_component_name">com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService</string> 1731 <!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] --> 1732 <string name="accessibility_toggle_high_text_contrast_preference_title">High contrast text</string> 1733 <!-- Title for the accessibility preference to bold text. [CHAR LIMIT=35] --> 1734 <string name="accessibility_toggle_bold_text_preference_title">Bold text</string> 1735 <!-- Title for the accessibility preference to color correction. [CHAR LIMIT=35] --> 1736 <string name="accessibility_color_correction">Color correction</string> 1737 <!-- Title for the color correction setting. [CHAR LIMIT=35] --> 1738 <string name="color_correction_usage">Use color correction</string> 1739 <!-- Description for color mode setting. [CHAR LIMIT=35] --> 1740 <string name="color_correction_color_mode">Color Mode</string> 1741 <!-- Title for color correction mode deuteranomaly. [CHAR LIMIT=35] --> 1742 <string name="color_correction_mode_deuteranomaly">Deuteranomaly</string> 1743 <!-- Summary for color correction mode deuteranomaly. [CHAR LIMIT=35] --> 1744 <string name="color_correction_mode_deuteranomaly_summary">Red-green</string> 1745 <!-- Title for color correction mode protanomaly. [CHAR LIMIT=35] --> 1746 <string name="color_correction_mode_protanomaly">Protanomaly</string> 1747 <!-- Summary for color correction mode protanomaly. [CHAR LIMIT=35] --> 1748 <string name="color_correction_mode_protanomaly_summary">Red-green</string> 1749 <!-- Title for color correction mode tritanomaly. [CHAR LIMIT=35] --> 1750 <string name="color_correction_mode_tritanomaly">Tritanomaly</string> 1751 <!-- Summary for color correction mode tritanomaly. [CHAR LIMIT=35] --> 1752 <string name="color_correction_mode_tritanomaly_summary">Blue-yellow</string> 1753 <!-- Title for color correction mode grayscale. [CHAR LIMIT=35] --> 1754 <string name="color_correction_mode_grayscale">Grayscale</string> 1755 <!-- Label for the color red of the palette. [CHAR LIMIT=35] --> 1756 <string name="palette_color_red">Red</string> 1757 <!-- Label for the color orange of the palette. [CHAR LIMIT=35] --> 1758 <string name="palette_color_orange">Orange</string> 1759 <!-- Label for the color yellow of the palette. [CHAR LIMIT=35] --> 1760 <string name="palette_color_yellow">Yellow</string> 1761 <!-- Label for the color green of the palette. [CHAR LIMIT=35] --> 1762 <string name="palette_color_green">Green</string> 1763 <!-- Label for the color cyan of the palette. [CHAR LIMIT=35] --> 1764 <string name="palette_color_cyan">Cyan</string> 1765 <!-- Label for the color blue of the palette. [CHAR LIMIT=35] --> 1766 <string name="palette_color_blue">Blue</string> 1767 <!-- Label for the color purple of the palette. [CHAR LIMIT=35] --> 1768 <string name="palette_color_purple">Purple</string> 1769 <!-- Label for the color gray of the palette. [CHAR LIMIT=35] --> 1770 <string name="palette_color_gray">Gray</string> 1771 <!-- Title for accessibility shortcut preference and screen [CHAR LIMIT=50] --> 1772 <string name="accessibility_shortcut">Accessibility shortcut</string> 1773 <!-- Title for accessibility shortcut toggle [CHAR LIMIT=50] --> 1774 <string name="accessibility_shortcut_enable">Enable accessibility shortcut</string> 1775 <!-- Title for accessibility shortcut service choice preference [CHAR LIMIT=50}--> 1776 <string name="accessibility_shortcut_service">Shortcut service</string> 1777 <!-- Description for the accessibility shortcut [CHAR LIMIT=NONE] --> 1778 <string name="accessibility_shortcut_description">When the shortcut is on, you can press both the back and down buttons for 3 seconds to start an accessibility feature.</string> 1779 <!-- Title for accessibility timeout [CHAR LIMIT=50] --> 1780 <string name="accessibility_timeout">Time to take action</string> 1781 <!-- Title for accessibility timeout [CHAR LIMIT=50] --> 1782 <string name="accessibility_timeout_detailed">Time to take action (Accessibility timeout)</string> 1783 <!-- Title for accessibility timeout info [CHAR LIMIT=50] --> 1784 <string name="accessibility_timeout_info_title">Timing</string> 1785 <!-- Description for accessibility timeout info [CHAR LIMIT=50] --> 1786 <string name="accessibility_timeout_info_description">This timing preference isn\'t supported by all apps.</string> 1787 <!-- Title and description for accessibility captions setting [CHAR LIMIT=50] --> 1788 <string name="accessibility_captions">Captions</string> 1789 <!-- Title and description for accessibility captions description [CHAR LIMIT=NONE] --> 1790 <string name="accessibility_captions_description">Settings for closed captioning text overlay on video</string> 1791 <!-- Title for captions display setting [CHAR LIMIT=50] --> 1792 <string name="captions_display">Display</string> 1793 <!-- Subtext used under the captions_display string to denote that captions will be shown. [CHAR LIMIT=50] --> 1794 <string name="captions_display_on">On</string> 1795 <!-- Subtext used under the captions_display string to denote that captions will NOT be shown. [CHAR LIMIT=50] --> 1796 <string name="captions_display_off">Off</string> 1797 <!-- Description for captions display setting [CHAR LIMIT=100] --> 1798 <string name="display_options">Display options</string> 1799 <!-- Title for captions configure setting [CHAR LIMIT=50] --> 1800 <string name="captions_configure">Configure</string> 1801 <!-- Title for captions language setting [CHAR LIMIT=50] --> 1802 <string name="captions_language">Language</string> 1803 <!-- Entry for "default" selection for captions language [CHAR LIMOIT=50] --> 1804 <string name="captions_language_default">Default</string> 1805 <!-- Title for captions text size setting [CHAR LIMIT=50] --> 1806 <string name="captions_textsize">Text size</string> 1807 <!-- Title for captions style setting [CHAR LIMIT=50] --> 1808 <string name="captions_captionstyle">Caption style</string> 1809 <!-- Title for custom captions settings [CHAR LIMIT=50] --> 1810 <string name="captions_customoptions">Custom options</string> 1811 <!-- Title for captions font family setting [CHAR LIMIT=50] --> 1812 <string name="captions_fontfamily">Font family</string> 1813 <!-- Title for captions text color setting [CHAR LIMIT=50] --> 1814 <string name="captions_textcolor">Text color</string> 1815 <!-- Title for captions edge type setting [CHAR LIMIT=50] --> 1816 <string name="captions_edgetype">Edge type</string> 1817 <!-- Title for captions edge color setting [CHAR LIMIT=50] --> 1818 <string name="captions_edgecolor">Edge color</string> 1819 <!-- Title for captions background display setting [CHAR LIMIT=50] --> 1820 <string name="captions_backgroundshow">Show background</string> 1821 <!-- Title for captions background color setting [CHAR LIMIT=50] --> 1822 <string name="captions_backgroundcolor">Background color</string> 1823 <!-- Title for captions bacground opacity setting [CHAR LIMIT=50] --> 1824 <string name="captions_backgroundopacity">Background opacity</string> 1825 <!-- Sample text for previewing video caption preferences. [CHAR LIMIT=NONE] --> 1826 <string name="captioning_preview_text">Captions will look like this</string> 1827 <!-- Title for captions text opacity setting [CHAR LIMIT=50] --> 1828 <string name="captions_textopacity">Text opacity</string> 1829 <!-- Title for captions window display setting [CHAR LIMIT=50] --> 1830 <string name="captions_windowshow">Show window</string> 1831 <!-- Title for captions window color setting [CHAR LIMIT=50] --> 1832 <string name="captions_windowcolor">Window color</string> 1833 <!-- Title for captions window opacity setting [CHAR LIMIT=50] --> 1834 <string name="captions_windowopacity">Window opacity</string> 1835 1836 <!-- Title for caption style 0 [CHAR LIMIT=50] --> 1837 <string name="captions_style_0">White on black</string> 1838 <!-- Title for caption style 1 [CHAR LIMIT=50] --> 1839 <string name="captions_style_1">Black on white</string> 1840 <!-- Title for caption style 2 [CHAR LIMIT=50] --> 1841 <string name="captions_style_2">Yellow on black</string> 1842 <!-- Title for caption style 3 [CHAR LIMIT=50] --> 1843 <string name="captions_style_3">Yellow on blue</string> 1844 <!-- Title for customized caption style [CHAR LIMIT=50] --> 1845 <string name="captions_style_custom">Custom</string> 1846 1847 <!-- Label for the color white. [CHAR LIMIT=35] --> 1848 <string name="color_white">White</string> 1849 <!-- Label for the color black. [CHAR LIMIT=35] --> 1850 <string name="color_black">Black</string> 1851 <!-- Label for the color red. [CHAR LIMIT=35] --> 1852 <string name="color_red">Red</string> 1853 <!-- Label for the color green. [CHAR LIMIT=35] --> 1854 <string name="color_green">Green</string> 1855 <!-- Label for the color blue. [CHAR LIMIT=35] --> 1856 <string name="color_blue">Blue</string> 1857 <!-- Label for the color cyan. [CHAR LIMIT=35] --> 1858 <string name="color_cyan">Cyan</string> 1859 <!-- Label for the color yellow. [CHAR LIMIT=35] --> 1860 <string name="color_yellow">Yellow</string> 1861 <!-- Label for the color magenta. [CHAR LIMIT=35] --> 1862 <string name="color_magenta">Magenta</string> 1863 1864 <!-- Title for the accessibility preference to audio description. [CHAR LIMIT=35] --> 1865 <string name="accessibility_toggle_audio_description_preference_title">Audio description</string> 1866 <!-- Summary for the accessibility preference to audio description. [CHAR LIMIT=150] --> 1867 <string name="accessibility_audio_description_summary">Hear a description of what\u2019s happening on screen in supported movies and shows</string> 1868 1869 <!-- Title for accessibility service status [CHAR LIMIT=50] --> 1870 <string name="system_accessibility_status">Enable</string> 1871 <!-- Title for accessibility service configuration [CHAR LIMIT=50] --> 1872 <string name="system_accessibility_config">Configuration</string> 1873 <!-- Title for confirmation screen when turning ON accessibility service[CHAR LIMIT=20] --> 1874 <string name="system_accessibility_service_on_confirm_title">Use <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> 1875 <!-- Description for confirmation screen when turning ON accessibility service[[CHAR LIMIT=NONE] --> 1876 <string name="system_accessibility_service_on_confirm_desc"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> will be able to read your screen, display content over other apps, track your interactions with apps or hardware sensors, and interact with apps on your behalf.</string> 1877 <!-- Title for confirmation screen when turning OFF accessibility service[CHAR LIMIT=50] --> 1878 <string name="system_accessibility_service_off_confirm_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> 1879 <!-- Description for confirmation screen when turning OFF accessibility service[[CHAR LIMIT=NONE] --> 1880 <string name="system_accessibility_service_off_confirm_desc">Selecting OK will stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string> 1881 <!-- Title for text to speech output in accessibility settings [CHAR LIMIT=50] --> 1882 <string name="system_accessibility_tts_output">Text to speech</string> 1883 <!-- Title for text to speech engine configuration in accessibility settings [CHAR LIMIT=50] --> 1884 <string name="system_accessibility_tts_engine_config">Engine configuration</string> 1885 <!-- Title for Set Speak passwords in System Settings Accessibility [CHAR LIMIT=50] --> 1886 <string name="system_speak_passwords">Speak passwords</string> 1887 <!-- Title for Set Preferred engine in System Settings Accessibility [CHAR LIMIT=50] --> 1888 <string name="system_preferred_engine">Preferred engine</string> 1889 <!-- Title for Set Speech rate in System Settings Accessibility [CHAR LIMIT=50] --> 1890 <string name="system_speech_rate">Speech rate</string> 1891 <!-- Title for Set Play sample in System Settings Accessibility [CHAR LIMIT=50] --> 1892 <string name="system_play_sample">Play sample</string> 1893 <!-- Title for Set Install voice data in System Settings Accessibility [CHAR LIMIT=50] --> 1894 <string name="system_install_voice_data">Install voice data</string> 1895 <!-- Title for Set General in System Settings Developer options [CHAR LIMIT=50] --> 1896 <string name="system_general">General</string> 1897 <!-- Title for Set Debugging in System Settings Developer options [CHAR LIMIT=50] --> 1898 <string name="system_debugging">Debugging</string> 1899 <!-- Title for Set Input in System Settings Developer options [CHAR LIMIT=50] --> 1900 <string name="system_input">Input</string> 1901 <!-- Title for Set Drawing in System Settings Developer options [CHAR LIMIT=50] --> 1902 <string name="system_drawing">Drawing</string> 1903 <!-- Title for Set Monitoring in System Settings Developer options [CHAR LIMIT=50] --> 1904 <string name="system_monitoring">Monitoring</string> 1905 <!-- Title for Set Apps in System Settings Developer options [CHAR LIMIT=50] --> 1906 <string name="system_apps">Apps</string> 1907 <!-- Title for Set Stay awake in System Settings Developer options [CHAR LIMIT=50] --> 1908 <string name="system_stay_awake">Stay awake</string> 1909 <!-- setting Checkbox summary whether to keep the screen on when plugged in --> 1910 <string name="keep_screen_on_summary">Screen will never sleep</string> 1911 <!-- Title for Set HDCP checking in System Settings Developer options [CHAR LIMIT=50] --> 1912 <string name="system_hdcp_checking">HDCP checking</string> 1913 <!-- Title for HDMI optimization in System Settings Developer options [CHAR LIMIT=50] --> 1914 <string name="system_hdmi_optimization">HDMI optimization</string> 1915 <!-- Title for reboot confirmation in System Settings Developer options [CHAR LIMIT=50] --> 1916 <string name="system_reboot_confirm">Restart now?</string> 1917 <!-- Description for reboot confirmation in System Settings Developer options [CHAR LIMIT=150] --> 1918 <string name="system_desc_reboot_confirm">To update this setting, your device needs to be restarted</string> 1919 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 1920 <string name="system_never_check">Never check</string> 1921 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 1922 <string name="system_check_for_drm_content_only">Check for DRM content only</string> 1923 <!-- Title for HDCP checking option in System Settings Developer options [CHAR LIMIT=50] --> 1924 <string name="system_always_check">Always check</string> 1925 <!-- Title for Bluetooth HCI logging Developer option [CHAR LIMIT=50] --> 1926 <string name="system_bt_hci_log">Bluetooth HCI logging</string> 1927 <!-- Title for Set Email address in System Settings Developer options [CHAR LIMIT=50] --> 1928 <string name="system_email_address">Email address</string> 1929 <!-- Title for Set USB debugging in System Settings Developer options [CHAR LIMIT=50] --> 1930 <string name="system_usb_debugging">USB debugging</string> 1931 <!-- Title for Set Allow mock locations in System Settings Developer options [CHAR LIMIT=50] --> 1932 <string name="system_allow_mock_locations">Allow mock locations</string> 1933 <!-- Title for Set Select debug app in System Settings Developer options [CHAR LIMIT=50] --> 1934 <string name="system_select_debug_app">Select debug app</string> 1935 <!-- Title for Set Wait for debugger in System Settings Developer options [CHAR LIMIT=50] --> 1936 <string name="system_wait_for_debugger">Wait for debugger</string> 1937 <!-- Title for Set Verify apps over USB in System Settings Developer options [CHAR LIMIT=50] --> 1938 <string name="system_verify_apps_over_usb">Verify apps over USB</string> 1939 <!-- Description for Set verify apps over USB in system settings develop opetions [CHAR LIMIT=150] --> 1940 <string name="system_desc_verify_apps_over_usb">Check apps installed via ADB/ADT for harmful behavior</string> 1941 <!-- Title for WiFi Verbose Logging in System Settings Developer options [CHAR LIMIT=50] --> 1942 <string name="system_wifi_verbose_logging">Wi-Fi verbose logging</string> 1943 <!-- Description for Wifi Verbose Logging in system settings develop opetions [CHAR LIMIT=150] --> 1944 <string name="system_desc_wifi_verbose_logging">Enable Wi-Fi verbose logging</string> 1945 <!-- Title for Set Show touches in System Settings Developer options [CHAR LIMIT=50] --> 1946 <string name="system_show_touches">Show touches</string> 1947 <!-- Title for Set Pointer location in System Settings Developer options [CHAR LIMIT=50] --> 1948 <string name="system_pointer_location">Pointer location</string> 1949 <!-- Title for Set Show layout bounds in System Settings Developer options [CHAR LIMIT=50] --> 1950 <string name="system_show_layout_bounds">Show layout bounds</string> 1951 <!-- Title for Set Show GPU view updates in System Settings Developer options [CHAR LIMIT=50] --> 1952 <string name="system_show_gpu_view_updates">Show GPU view updates</string> 1953 <!-- Title for Set Show hardware layer in System Settings Developer options [CHAR LIMIT=50] --> 1954 <string name="system_show_hardware_layer">Show hardware layer</string> 1955 <!-- Title for Set Show GPU overdraw in System Settings Developer options [CHAR LIMIT=50] --> 1956 <string name="system_show_gpu_overdraw">Show GPU overdraw</string> 1957 <!-- Title for Set Show surface updates in System Settings Developer options [CHAR LIMIT=50] --> 1958 <string name="system_show_surface_updates">Show surface updates</string> 1959 <!-- Title for Set Window animation scale in System Settings Developer options [CHAR LIMIT=50] --> 1960 <string name="system_window_animation_scale">Window animation scale</string> 1961 <!-- Title for Set Transition animation scale in System Settings Developer options [CHAR LIMIT=50] --> 1962 <string name="system_transition_animation_scale">Transition animation scale</string> 1963 <!-- Title for Set Animator duration scale in System Settings Developer options [CHAR LIMIT=50] --> 1964 <string name="system_animator_duration_scale">Animator duration scale</string> 1965 <!-- Title for Set Strict mode enabled in System Settings Developer options [CHAR LIMIT=50] --> 1966 <string name="system_strict_mode_enabled">Strict mode enabled</string> 1967 <!-- Title for Set Profile GPU rendering in System Settings Developer options [CHAR LIMIT=50] --> 1968 <string name="system_profile_gpu_rendering">Profile GPU rendering</string> 1969 <!-- Title for Set Enable traces in System Settings Developer options [CHAR LIMIT=50] --> 1970 <string name="system_enable_traces">Enable traces</string> 1971 <!-- Title for Set Don't keep activities in System Settings Developer options [CHAR LIMIT=100] --> 1972 <string name="system_dont_keep_activities">Don\'t keep activities</string> 1973 <!-- Title for Set Background process limit in System Settings Developer options [CHAR LIMIT=100] --> 1974 <string name="system_background_process_limit">Background process limit</string> 1975 <!-- Title for Set Show all ANRs in System Settings Developer options [CHAR LIMIT=50] --> 1976 <string name="system_show_all_anrs">Show all ANRs</string> 1977 1978 <!-- Description for stay awake System Settings Developer options [CHAR LIMIT=100] --> 1979 <string name="system_desc_stay_awake">Disable sleep</string> 1980 <!-- Description for hdcp checking System Settings Developer options [CHAR LIMIT=100] --> 1981 <string name="system_desc_hdcp_checking">Use for DRM content only</string> 1982 <!-- Description for HDMI optimization System Settings Developer options [CHAR LIMIT=200] --> 1983 <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> 1984 <!-- Description for Bluetooth HCI Logging Developer option [CHAR LIMIT=100] --> 1985 <string name="system_desc_bt_hci_log">Enable Bluetooth HCI snoop logging</string> 1986 <!-- Description for usb debugging in System Settings Developer options [CHAR LIMIT=100] --> 1987 <string name="system_desc_usb_debugging">Debug mode when USB connected</string> 1988 <!-- Description for wait for debugger in System Settings Developer options [CHAR LIMIT=120] --> 1989 <string name="system_desc_wait_for_debugger">Debugged application waits for debugger to attach before executing</string> 1990 <!-- Description for show layout bounds in System Settings Developer options [CHAR LIMIT=100] --> 1991 <string name="system_desc_show_layout_bounds">Show clip bounds, margins, etc.</string> 1992 <!-- Description for show GPU view updates in System Settings Developer options [CHAR LIMIT=100] --> 1993 <string name="system_desc_show_gpu_view_updates">Flash views inside windows when drawn with the GPU</string> 1994 <!-- Description for show hardware layer in System Settings Developer options [CHAR LIMIT=100] --> 1995 <string name="system_desc_show_hardware_layer">Flash hardware layers green when they update</string> 1996 <!-- Description for show gpu overdraw in System Settings Developer options [CHAR LIMIT=100] --> 1997 <string name="system_desc_show_gpu_overdraw">From best to worst: blue, green, light red, red</string> 1998 <!-- Description for show surface updates in System Settings Developer options [CHAR LIMIT=100] --> 1999 <string name="system_desc_show_surface_updates">Flash entire window surfaces when they update</string> 2000 <!-- Description for strict mode enabled in System Settings Developer options [CHAR LIMIT=100] --> 2001 <string name="system_desc_strict_mode_enabled">Flash screen when apps do long operations on main thread</string> 2002 <!-- Description for profile GPU rendering in System Settings Developer options [CHAR LIMIT=100] --> 2003 <string name="system_desc_profile_gpu_rendering">Measure rendering time in adb shell dumpsys gfxinfo</string> 2004 2005 <!-- Security --> 2006 <skip /> 2007 <!-- Title for action to allow installation of applications from unknown sources [CHAR LIMIT=50]--> 2008 <string name="security_unknown_sources_title">Unknown sources</string> 2009 <!-- Description for action to allow installation of applications from unknown sources [CHAR LIMIT=NONE]--> 2010 <string name="security_unknown_sources_desc">Allow installation of apps from sources other than the Play Store</string> 2011 <!-- Title for confirmation dialog to allow installation of applications from unknown sources [CHAR LIMIT=50]--> 2012 <string name="security_unknown_sources_confirm_title">Allow unknown sources</string> 2013 <!-- Description for confirmation to allow installation of applications from unknown sources [CHAR LIMIT=NONE]--> 2014 <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> 2015 2016 <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]--> 2017 <string name="system_hdcp_checking_never">Never</string> 2018 <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]--> 2019 <string name="system_hdcp_checking_drm">For DRM content</string> 2020 <!-- Summary for HDCP checking preference. [CHAR LIMIT=100]--> 2021 <string name="system_hdcp_checking_always">Always</string> 2022 2023 <!-- Title for HDMI optimization preference value [CHAR LIMIT=60] --> 2024 <string name="system_hdmi_optimization_best_resolution">Best resolution</string> 2025 <!-- Title for HDMI optimization preference value [CHAR LIMIT=60] --> 2026 <string name="system_hdmi_optimization_best_framerate">Best framerate</string> 2027 2028 <!-- Title for debug overdraw preference. [CHAR LIMIT=35] --> 2029 <string name="system_hw_overdraw_off">Off</string> 2030 <!-- Title for debug overdraw preference. [CHAR LIMIT=35] --> 2031 <string name="system_hw_overdraw_areas">Show overdraw areas</string> 2032 <!-- Title for debug overdraw preference. [CHAR LIMIT=35] --> 2033 <string name="system_hw_overdraw_counter">Show overdraw counter</string> 2034 2035 2036 <!-- UI debug setting: label for app picker to select no application [CHAR LIMIT=50] --> 2037 <string name="no_application">Nothing</string> 2038 2039 <!-- Title for OpenGL traces preference. [CHAR LIMIT=35] --> 2040 <string name="enable_opengl_traces_none">None</string> 2041 <!-- Title for OpenGL traces preference. Do not translate "Logcat" [CHAR LIMIT=35] --> 2042 <string name="enable_opengl_traces_logcat">Logcat</string> 2043 <!-- Title for OpenGL traces preference. Do not translate "Systrace" [CHAR LIMIT=35] --> 2044 <string name="enable_opengl_traces_systrace">Systrace (Graphics)</string> 2045 <!-- Title for OpenGL traces preference. "Call stack" is a developer term. Do not translate "glGetError" [CHAR LIMIT=35] --> 2046 <string name="enable_opengl_traces_error">Call stack on glGetError</string> 2047 2048 <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> 2049 <string-array name="animation_scale_entries"> 2050 <item>Animation off</item> 2051 <item>Animation scale .5x</item> 2052 <item>Animation scale 1x</item> 2053 <item>Animation scale 1.5x</item> 2054 <item>Animation scale 2x</item> 2055 <item>Animation scale 5x</item> 2056 <item>Animation scale 10x</item> 2057 </string-array> 2058 2059 <!-- Values for window animation scale preference. --> 2060 <string-array name="animation_scale_values" translatable="false" > 2061 <item>0</item> 2062 <item>.5</item> 2063 <item>1</item> 2064 <item>1.5</item> 2065 <item>2</item> 2066 <item>5</item> 2067 <item>10</item> 2068 </string-array> 2069 2070 <!-- Title for frame time tracking preference. [CHAR LIMIT=35] --> 2071 <string name="track_frame_time_off">Off</string> 2072 <!-- Title for frame time tracking preference. [CHAR LIMIT=35] --> 2073 <string name="track_frame_time_bars">On screen as bars</string> 2074 <!-- Title for frame time tracking preference. Do not translate "adb shell dumpsys gfxinfo" [CHAR LIMIT=35] --> 2075 <string name="track_frame_time_gfxinfo">In adb shell dumpsys gfxinfo</string> 2076 2077 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2078 <string name="app_process_limit_standard">Standard limit</string> 2079 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2080 <string name="app_process_limit_zero">No background processes</string> 2081 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2082 <string name="app_process_limit_one">At most 1 process</string> 2083 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2084 <string name="app_process_limit_two">At most 2 processes</string> 2085 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2086 <string name="app_process_limit_three">At most 3 processes</string> 2087 <!-- Title for app process limit preference. [CHAR LIMIT=35] --> 2088 <string name="app_process_limit_four">At most 4 processes</string> 2089 2090 <!-- Description for the preference screen to enable the global gesture that turns on accessibility. [CHAR LIMIT=none] --> 2091 2092 <!-- TTS settings --> 2093 2094 <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] --> 2095 <string name="tts_rate_very_slow">Very slow</string> 2096 <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] --> 2097 <string name="tts_rate_slow">Slow</string> 2098 <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] --> 2099 <string name="tts_rate_normal">Normal</string> 2100 <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] --> 2101 <string name="tts_rate_fast">Fast</string> 2102 <!-- Text-to-speech speech rate choice [CHAR LIMIT=30] --> 2103 <string name="tts_rate_very_fast">Very fast</string> 2104 2105 <!-- Keyboard Settings --> 2106 <!-- Title for launch settings Intent for IME or Autofill.[CHAR LIMIT=80] --> 2107 <string name="title_settings"><xliff:g id="name" example="Gboard">%1$s</xliff:g> Settings</string> 2108 <!-- Title for Current Keyboard [CHAR LIMIT=80] --> 2109 <string name="title_current_keyboard">Current keyboard</string> 2110 <!-- Title for configure current keyboard [CHAR LIMIT=80] --> 2111 <string name="title_configure">Configure</string> 2112 <!-- Description for configure current keyboard [CHAR LIMIT=100] --> 2113 <string name="desc_configure_keyboard">Keyboard options</string> 2114 2115 <!-- Title for Current Autofill Service [CHAR LIMIT=80] --> 2116 <string name="title_current_autofill_service">Current Autofill Service</string> 2117 <!-- Dialog title for Select Autofill Service [CHAR LIMIT=80] --> 2118 <string name="title_select_autofill_service">Select Autofill Service</string> 2119 <!-- Option to select no Autofill Service [CHAR LIMIT=80] --> 2120 <string name="autofill_none">None</string> 2121 2122 <!-- Message of the warning dialog for setting the auto-fill app. [CHAR_LIMIT=NONE] --> 2123 <string name="autofill_confirmation_message"> 2124 <![CDATA[ 2125 <b>Make sure you trust this app</b> 2126 <br/> 2127 <br/> 2128 <xliff:g id="app_name" example="Password service">%1$s</xliff:g> uses what\'s on 2129 your screen to determine what can be autofilled. 2130 ]]> 2131 </string> 2132 2133 <!-- String shown when computing the total size of an application's cache or data files. [CHAR LIMIT=30] --> 2134 <string name="computing_size">Computing\u2026</string> 2135 2136 <!-- Title for selecting wifi network [CHAR LIMIT=150] --> 2137 <string name="title_select_wifi_network">Select your Wi-Fi network</string> 2138 2139 <!-- Action option which allows the change of the name this device is known by other wifi display devices [CHAR LIMIT=40] --> 2140 <string name="accessories_wifi_display_rename_device">Rename</string> 2141 2142 <!-- Action option which allows the enabling or disabling of wifi display [CHAR LIMIT=40] --> 2143 <string name="accessories_wifi_display_enable">Wi-Fi Display</string> 2144 2145 <!-- Action option which allows the enabling or disabling the PIN requirement of wifi display [CHAR LIMIT=40] --> 2146 <string name="accessories_wifi_display_pin_required">PIN required</string> 2147 2148 <!-- Disambiguation Activity--> 2149 <!-- Title of intent resolver activity when selecting an application to run. [CHAR LIMIT=50]--> 2150 <string name="whichApplication">Complete action using</string> 2151 <!-- Quetsion about always using the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 2152 <string name="alwaysUseQuestion">Always use this option for this action?</string> 2153 <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 2154 <string name="alwaysUseOption">Always use</string> 2155 <!-- Option to only use the selected option this time. See the "Complete action using" dialog title [CHAR LIMIT=50]--> 2156 <string name="justOnceOption">Just once</string> 2157 <!-- Text to display when there are no activities found to display in the activity chooser. See the whichApplication title.[CHAR LIMIT=50] --> 2158 <string name="noApplications">No apps can perform this action.</string> 2159 <!-- Action to go back to the previous screen, when no apps have been found to perform the requested action. [CHAR LIMIT=50]--> 2160 <string name="noAppsGoBack">Back</string> 2161 2162 <!-- TV input settings row --> 2163 <string name="inputs_inputs">Inputs</string> 2164 <!-- Header of HDMI CEC device control [CHAR LIMIT=50] --> 2165 <string name="inputs_header_cec">Consumer Electronic Control (CEC)</string> 2166 <!-- Title of CEC device settings [CHAR LIMIT=30] --> 2167 <string name="inputs_cec_settings">Device control settings</string> 2168 <!-- Name of predefined name for TV input (Blu-ray player) [CHAR LIMIT=30] --> 2169 <string name="inputs_blu_ray">Blu-ray</string> 2170 <!-- Name of predefined name for TV input (Cable TV) [CHAR LIMIT=30] --> 2171 <string name="inputs_cable">Cable</string> 2172 <!-- Name of predefined name for TV input (DVD player) [CHAR LIMIT=30] --> 2173 <string name="inputs_dvd">DVD</string> 2174 <!-- Name of predefined name for TV input (Gaming device) [CHAR LIMIT=30] --> 2175 <string name="inputs_game">Game console</string> 2176 <!-- Name of predefined name for TV input (Aux) [CHAR LIMIT=30] --> 2177 <string name="inputs_aux">Aux</string> 2178 <!-- Title of using customized name for a TV input [CHAR LIMIT=30] --> 2179 <string name="inputs_custom_name">Custom name</string> 2180 <!-- Description for action of setting a custom name for a TV input [CHAR LIMIT=200] --> 2181 <string name="inputs_custom_name_description_fmt">Enter a name for the <xliff:g id="input" example="HDMI">%1$s</xliff:g> input.</string> 2182 <!-- Title of option to hide. It will describe current state of the inputs instead of the action [CHAR LIMIT=30] --> 2183 <string name="inputs_hide">Hidden</string> 2184 <!-- Title of option to show this input while switching.[CHAR LIMIT=50] --> 2185 <string name="inputs_show">Show this input</string> 2186 <!-- Header for input name options [CHAR LIMIT=50] --> 2187 <string name="input_header_names">Name</string> 2188 <!-- Option to enable HDMI control [CHAR LIMIT=30] --> 2189 <string name="inputs_hdmi_control">HDMI control</string> 2190 <!-- Description of HDMI control option [CHAR LIMIT=50] --> 2191 <string name="inputs_hdmi_control_desc">Allow the TV to control HDMI devices</string> 2192 <!-- Option to enable device auto power off [CHAR LIMIT=30] --> 2193 <string name="inputs_device_auto_off">Device auto power off</string> 2194 <!-- Description of device auto power off option [CHAR LIMIT=50] --> 2195 <string name="inputs_device_auto_off_desc">Power off HDMI devices with the TV</string> 2196 <!-- Option to enable TV auto power on [CHAR LIMIT=30] --> 2197 <string name="inputs_tv_auto_on">TV auto power on</string> 2198 <!-- Description of TV auto power on [CHAR LIMIT=50] --> 2199 <string name="inputs_tv_auto_on_desc">Power on the TV with HDMI device</string> 2200 <!-- Header for connected TV input(s) [CHAR LIMIT=30] --> 2201 <string name="inputs_header_connected_input"> {count, plural, 2202 =1 {Connected Input} 2203 other {Connected Inputs} 2204 } 2205 </string> 2206 <!-- Header for standby TV input(s) [CHAR LIMIT=30] --> 2207 <string name="inputs_header_standby_input"> {count, plural, 2208 =1 {Standby Input} 2209 other {Standby Inputs} 2210 } 2211 </string> 2212 <!-- Header for disconnected TV input(s) [CHAR LIMIT=30] --> 2213 <string name="inputs_header_disconnected_input"> {count, plural, 2214 =1 {Not Connected Input} 2215 other {Not Connected Inputs} 2216 } 2217 </string> 2218 2219 <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] --> 2220 <string name="user_add_profile_item_summary">Restrict access to apps and other content in your account</string> 2221 <!-- User details new restricted profile name [CHAR LIMIT=30] --> 2222 <string name="user_new_profile_name">Restricted Profile</string> 2223 <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] --> 2224 <string name="user_restrictions_controlled_by">Controlled by <xliff:g id="app">%1$s</xliff:g></string> 2225 <!-- Summary for apps that aren't supported in limited users [CHAR LIMIT=none] --> 2226 <string name="app_not_supported_in_limited">This app is not supported in restricted profiles</string> 2227 <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] --> 2228 <string name="app_sees_restricted_accounts">This app can access your accounts</string> 2229 <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] --> 2230 <string name="restriction_location_enable_title">Location</string> 2231 <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] --> 2232 <string name="restriction_location_enable_summary" >Let apps use your location information</string> 2233 <!-- Action to switch to a restricted profile [CHAR LIMIT=100] --> 2234 <string name="restricted_profile_switch_to" >Enter restricted profile</string> 2235 <!-- Action to switch out of a restricted profile [CHAR LIMIT=100] --> 2236 <string name="restricted_profile_switch_out" >Exit restricted profile</string> 2237 <!-- Title for action to delete a restricted profile [CHAR LIMIT=100] --> 2238 <string name="restricted_profile_delete_title" >Delete restricted profile</string> 2239 <!-- Title for action to create a restricted profile [CHAR LIMIT=100] --> 2240 <string name="restricted_profile_create_title">Create restricted profile</string> 2241 <!-- Title for action to configure a restricted profile [CHAR LIMIT=100] --> 2242 <string name="restricted_profile_configure_title" >Settings</string> 2243 <!-- Title for action to configure apps for a restricted profile [CHAR LIMIT=100] --> 2244 <string name="restricted_profile_configure_apps_title" >Allowed apps</string> 2245 <!-- An action label indicating the package will be or is allowed [CHAR LIMIT=100] --> 2246 <string name="restricted_profile_allowed" >Allowed</string> 2247 <!-- An action label indicating the package will be or is not allowed [CHAR LIMIT=100] --> 2248 <string name="restricted_profile_not_allowed" >Not allowed</string> 2249 <!-- Action to customize restrictions for a package [CHAR LIMIT=100] --> 2250 <string name="restricted_profile_customize_restrictions" >Customize restrictions</string> 2251 <!-- Description for action to configure apps for a restricted profile indicating the number of allow apps [CHAR LIMIT=100] --> 2252 <string name="restricted_profile_configure_apps_description_loading" >One moment\u2026</string> 2253 <!-- Title for action to change the PIN code to use when exiting restricted profile [CHAR LIMIT=100] --> 2254 <string name="restricted_profile_change_password_title" >Change pin</string> 2255 2256 <!-- Title of preference screen to create a restricted profile. [CHAR LIMIT=30] --> 2257 <string name="restricted_profile_create_preference_screen">Create restricted profile?</string> 2258 <!-- Placeholder to indicate that restricted profile is already created. [CHAR LIMIT=30] --> 2259 <string name="restricted_profile_already_created_placeholder">Already Created</string> 2260 <!-- Action to skip creating a restricted profile. [CHAR LIMIT=30] --> 2261 <string name="restricted_profile_skip_action">Skip</string> 2262 <!-- Action to create pin for a restricted profile. [CHAR LIMIT=30] --> 2263 <string name="restricted_profile_create_pin_action">Create PIN</string> 2264 2265 <!-- Title of preference screen to create a restricted profile. [CHAR LIMIT=30] --> 2266 <string name="restricted_profile_enter_preference_screen">Enter restricted profile?</string> 2267 <!-- Placeholder to indicated restricted profile is not found. [CHAR LIMIT=30] --> 2268 <string name="restricted_profile_enter_not_found_placeholder">No restricted profile</string> 2269 <!-- Placeholder to indicated restricted profile is already entered. [CHAR LIMIT=30] --> 2270 <string name="restricted_profile_enter_already_entered_placeholder">Already entered</string> 2271 2272 <!-- Description for action to configure an application's restriction [CHAR LIMIT=200] --> 2273 <string name="restriction_description" ><xliff:g id="description">%1$s</xliff:g>\n<xliff:g id="value">%2$s</xliff:g></string> 2274 <!-- Summary for a case when app entries that are controlled by another entry and app can access user accounts [CHAR LIMIT=none] --> 2275 <string name="app_sees_restricted_accounts_and_controlled_by">This app can access your accounts. Controlled by <xliff:g id="app">%1$s</xliff:g></string> 2276 <!-- PIN UX --> 2277 <eat-comment /> 2278 <string name="font" translatable="false">sans-serif</string> 2279 <string name="light_font" translatable="false">sans-serif-light</string> 2280 <!-- Title of PIN dialog when an user is asked to enter PIN to unlock channel. 2281 [CHAR LIMIT=50] --> 2282 <string name="pin_enter_unlock_channel">Enter PIN to watch this channel</string> 2283 <!-- Title of PIN dialog when an user is asked to enter PIN to unlock program. 2284 [CHAR LIMIT=50] --> 2285 <string name="pin_enter_unlock_program">Enter PIN to watch this program</string> 2286 <!-- Title of PIN dialog when an user tries to change Parental control setting. 2287 [CHAR LIMIT=50] --> 2288 <string name="pin_enter_pin">Enter PIN</string> 2289 <!-- Title of PIN dialog when an user is asked to set a PIN for the first time. 2290 [CHAR LIMIT=50] --> 2291 <string name="pin_enter_new_pin">Set a new PIN</string> 2292 <!-- Title of PIN dialog when an user is asked to set a PIN. [CHAR LIMIT=50] --> 2293 <string name="pin_enter_again">Re-enter new PIN</string> 2294 <!-- Title of PIN dialog when an user is about to change older PIN. [CHAR LIMIT=50] --> 2295 <string name="pin_enter_old_pin">Enter old PIN</string> 2296 <!-- Message shown in the dialog when the user entered the wrong. [CHAR LIMIT=128] --> 2297 <string name="pin_enter_wrong_seconds">You entered the wrong PIN 5 times.\nTry again in <xliff:g id="relative_time_span" example="60">%1$d</xliff:g> seconds.</string> 2298 <!-- Toast message when an user entered wrong PIN. [CHAR LIMIT=128] --> 2299 <string name="pin_toast_wrong">Wrong PIN, try again</string> 2300 <!-- Toast message when an user couldn't pass the PIN confirmation. [CHAR LIMIT=128] --> 2301 <string name="pin_toast_not_match">Try again, PIN doesn\'t match</string> 2302 2303 <!-- Message displayed to prompt the user to input the network password, ^1 will be replaced with the name of the network and should be a possive form related to password [CHAR LIMIT=NONE] --> 2304 <string name="wifi_setup_input_password">Enter password for <xliff:g id="ssid">%1$s</xliff:g></string> 2305 <!-- Summary displayed to explain next steps for user to submit network password, ^1 be replaced with keyboard icon to be selected [CHAR LIMIT=NONE] --> 2306 <string name="wifi_setup_description">Select <xliff:g id="wifi_submit_icon">%1$s</xliff:g> to continue.</string> 2307 <!-- The subtitle wifi setup description presents an action done icon to match the action done keyboard icon. This string, therefore, should match the content description of action done on the keyboard [CHAR LIMIT=NONE]--> 2308 <string name="label_done_key">Done</string> 2309 <!-- Message displayed when the selected Wi-Fi network has been connected to [CHAR LIMIT=40] --> 2310 <string name="wifi_setup_connection_success">Connected successfully</string> 2311 <!-- Message displayed when the selected Wi-Fi network is already connected [CHAR LIMIT=40] --> 2312 <string name="wifi_setup_already_connected">Already connected</string> 2313 2314 <!-- Message displayed when the Wi-Fi network's configuration has been saved [CHAR LIMIT=40] --> 2315 <string name="wifi_setup_save_success">Saved successfully</string> 2316 2317 <!-- Application management application version label [CHAR LIMIT=NONE] --> 2318 <string name="device_apps_app_management_version">Version <xliff:g id="app_version">%1$s</xliff:g></string> 2319 <!-- Application management description for opening the application [CHAR LIMIT=NONE] --> 2320 <string name="device_apps_app_management_open">Open</string> 2321 <!-- Application management choice for force stopping the application [CHAR LIMIT=40] --> 2322 <string name="device_apps_app_management_force_stop">Force stop</string> 2323 <!-- Application management description for force stopping the application [CHAR LIMIT=NONE] --> 2324 <string name="device_apps_app_management_force_stop_desc">If you force stop an app, it may misbehave.</string> 2325 <!-- Application management choice for uninstalling the application [CHAR LIMIT=40] --> 2326 <string name="device_apps_app_management_uninstall">Uninstall</string> 2327 <!-- Application management choice for uninstalling updates for the application [CHAR_LIMIT=40] --> 2328 <string name="device_apps_app_management_uninstall_updates">Uninstall updates</string> 2329 <!-- Application management description for uninstalling updates for the application [CHAR_LIMIT=NONE] --> 2330 <string name="device_apps_app_management_uninstall_updates_desc">All updates to this Android system app will be uninstalled.</string> 2331 <!-- Application management choice for disabling the application [CHAR LIMIT=40] --> 2332 <string name="device_apps_app_management_disable">Disable</string> 2333 <!-- Application management description for disabling the application [CHAR LIMIT=NONE] --> 2334 <string name="device_apps_app_management_disable_desc">Do you want to disable this app?</string> 2335 <!-- Application management choice for enabling the application [CHAR LIMIT=40] --> 2336 <string name="device_apps_app_management_enable">Enable</string> 2337 <!-- Application management description for enabling the application [CHAR LIMIT=NONE] --> 2338 <string name="device_apps_app_management_enable_desc">Do you want to enable this app?</string> 2339 <!-- Application management choice for displaying the application's size [CHAR LIMIT=40] --> 2340 <string name="device_apps_app_management_storage_used">Storage used</string> 2341 <!-- Application management description for displaying the applicantion's size [CHAR_LIMIT=NONE] --> 2342 <string name="device_apps_app_management_storage_used_desc"><xliff:g id="size" example="30.2MB">%1$s</xliff:g> used in <xliff:g id="volume" example="internal storage">%2$s</xliff:g></string> 2343 <!-- Application management choice for clearing the application's data [CHAR LIMIT=40] --> 2344 <string name="device_apps_app_management_clear_data">Clear data</string> 2345 <!-- Application management description for clearing the application's data [CHAR LIMIT=NONE] --> 2346 <string name="device_apps_app_management_clear_data_desc">All this app’s data will be deleted permanently.\nThis includes all files, settings, accounts, databases, etc.</string> 2347 <!-- Application management choice for clearing the application's default actions [CHAR LIMIT=40] --> 2348 <string name="device_apps_app_management_clear_default">Clear defaults</string> 2349 <!-- Application management description for defaults are set for the application [CHAR LIMIT=40] --> 2350 <string name="device_apps_app_management_clear_default_set">Set to launch this app for some actions</string> 2351 <!-- Application management description for defaults aren't set for the application [CHAR LIMIT=40] --> 2352 <string name="device_apps_app_management_clear_default_none">No defaults set</string> 2353 <!-- Application management choice for clearing the application's cache [CHAR LIMIT=40] --> 2354 <string name="device_apps_app_management_clear_cache">Clear cache</string> 2355 <!-- Application management choice for changing the application's notifications option [CHAR LIMIT=40] --> 2356 <string name="device_apps_app_management_notifications">Notifications</string> 2357 <!-- Application management choice for displaying the application's open source licenses [CHAR LIMIT=40] --> 2358 <string name="device_apps_app_management_licenses">Third Party Source</string> 2359 <!-- Application management choice for displaying the application's permissions [CHAR LIMIT=40] --> 2360 <string name="device_apps_app_management_permissions">Permissions</string> 2361 <!-- Application management toast message when an app cannot be launched [CHAR LIMIT=100]--> 2362 <string name="device_apps_app_management_not_available">Application unavailable</string> 2363 <!-- Label for showing apps that have not been used for months. [CHAR LIMIT=40]--> 2364 <string name="unused_apps">Unused apps</string> 2365 <!-- General settings choice for agreeing to the displayed action [CHAR LIMIT=40] --> 2366 <string name="settings_ok">OK</string> 2367 <!-- General settings choice for confirming the displayed action [CHAR LIMIT=40] --> 2368 <string name="settings_confirm">Confirm</string> 2369 <!-- General settings choice for disagreeing with the displayed action [CHAR LIMIT=40] --> 2370 <string name="settings_cancel">Cancel</string> 2371 <!-- General settings choice for on [CHAR LIMIT=40] --> 2372 <string name="settings_on">On</string> 2373 <!-- General settings choice for off [CHAR LIMIT=40] --> 2374 <string name="settings_off">Off</string> 2375 <!-- Screen saver choice for not having a screen saver [CHAR LIMIT=40] --> 2376 <string name="device_daydreams_none">Turn screen off</string> 2377 <!-- Screen saver choice for selecting a different screen saver [CHAR LIMIT=40] --> 2378 <string name="device_daydreams_select">Screen saver</string> 2379 <!-- Screen saver choice for testing the selected screen saver [CHAR LIMIT=40] --> 2380 <string name="device_daydreams_test">Start now</string> 2381 <!-- Screen saver choice for configuring the time before the device goes to sleep [CHAR LIMIT=40] --> 2382 <string name="device_daydreams_sleep">When to start</string> 2383 <!-- Screen saver description for configuring the time before the device goes to sleep [CHAR LIMIT=NONE] --> 2384 <string name="device_daydreams_sleep_description">Screen saver begins after this period of inactivity. If no screen saver is selected, the display turns off.</string> 2385 <!-- Screen saver summary for displaying the time before the device goes to sleep --> 2386 <string name="device_daydreams_sleep_summary">After <xliff:g id="sleep_description" example="3 minutes">%1$s</xliff:g> of inactivity</string> 2387 <!-- Energy saver choice for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=30] --> 2388 <string name="device_energy_saver_screen_off">Turn off display</string> 2389 <!-- Energy saver summary for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=NONE] --> 2390 <string name="device_energy_saver_timeout_description"><xliff:g id="sleep_description" example="4 hours">%1$s</xliff:g></string> 2391 <!-- The title of dialog asking users to confirm long screen off delay. [CHAR LIMIT =70] --> 2392 <string name="device_energy_saver_confirmation_title">Confirm Power & Energy setting</string> 2393 <!-- The description of dialog asking users to confirm long screen off delay. [CHAR LIMIT=250] --> 2394 <string name="device_energy_saver_confirmation_message">Leaving your TV on for a long period of time may increase energy use</string> 2395 <!-- The title of dialog asking users to confirm disabling turning the screen off during media playback. [CHAR LIMIT=70] --> 2396 <string name="device_energy_saver_disable_allow_turning_screen_off_title">Disable energy saver setting</string> 2397 <!-- The description of dialog asking users to confirm disabling turning the screen off during media playback. [CHAR LIMIT=250] --> 2398 <string name="device_energy_saver_disable_allow_turning_screen_off_text">Please confirm to prevent the display from turning off while watching, which has the potential for increased energy use.</string> 2399 <!-- Energy saver choice for configuring the time before the device goes to full sleep after a period of inactivity. [CHAR LIMIT=60] --> 2400 <string name="device_energy_saver_sleep_timeout">When inactive</string> 2401 <!-- Energy saver choice for configuring the time before the device goes to full sleep due to user inattentiveness even if the system is holding wakelocks. [CHAR LIMIT=60] --> 2402 <string name="device_energy_saver_attentive_timeout">When watching</string> 2403 <!-- Energy saver settings screen category [CHAR LIMIT=100] --> 2404 <string name="device_energy_saver_category_title">Automatically turn off</string> 2405 <!-- Energy saver dialog title for configuring the time before the device goes to full sleep after a period of inactivity. [CHAR LIMIT=NONE] --> 2406 <string name="device_energy_saver_sleep_timeout_dialog_title">Automatically turn off when inactive</string> 2407 <!-- Energy saver dialog title for configuring the time before the device goes to full even if system is holding wakelocks. [CHAR LIMIT=NONE] --> 2408 <string name="device_energy_saver_attentive_timeout_dialog_title">Automatically turn off when watching</string> 2409 <!-- Energy saver dialog confirmation error message when sleep timer is longer than inattentive timer. [CHAR LIMIT=NONE] --> 2410 <string name="device_energy_saver_validation_sleep">\"When inactive\" timer must be shorter than \"When watching\" timer</string> 2411 <!-- Energy saver dialog confirmation error message when inattentive timer is shorter than sleep timer. [CHAR LIMIT=NONE] --> 2412 <string name="device_energy_saver_validation_attentive">\"When watching\" timer must be longer than \"When inactive\" timer</string> 2413 <!-- The title of the "Limit network connection in standby" toggle. [CHAR LIMIT=40] --> 2414 <string name="limit_network_in_standby_toggle_title">Limit network connection in standby</string> 2415 <!-- The subtitle of the "Limit network connection in standby" toggle. [CHAR LIMIT=60] --> 2416 <string name="limit_network_in_standby_toggle_summary">Uses less energy in standby mode</string> 2417 <!-- The info text for the "Limit network connection in standby" toggle. [CHAR LIMIT=NONE] --> 2418 <string name="limit_network_in_standby_toggle_info">Your TV will be disconnected from your network when in standby mode, except to receive automatic updates. This may decrease your TV’s energy use, though it also means you may not be able to use functions like Cast and Google Assistant while in standby.</string> 2419 <!-- The title of the confirmation dialog when disabling "Limit network connection in standby". [CHAR LIMIT=60] --> 2420 <string name="limit_network_in_standby_confirm_title">Allow network connection in standby</string> 2421 <!-- The message of the confirmation dialog when disabling "Limit network connection in standby". [CHAR LIMIT=NONE] --> 2422 <string name="limit_network_in_standby_confirm_message">Allowing network connection in standby will increase standby energy use.</string> 2423 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80] --> 2424 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string> 2425 <!-- Dialog title for confirmation to erase backup data from server --> 2426 <string name="backup_erase_dialog_title"></string> 2427 <!-- Dialog title for confirmation to erase backup data from server --> 2428 <string name="backup_erase_dialog_message">Stop backing up your Wi-Fi passwords, bookmarks, other settings, and app data, and erase all copies on Google servers?</string> 2429 <!-- Privacy choice for configuring backing up data [CHAR LIMIT=40] --> 2430 <string name="privacy_backup_data">Back up my data</string> 2431 <!-- Privacy choice for choosing which account to backup [CHAR LIMIT=40] --> 2432 <string name="privacy_backup_account">Backup account</string> 2433 <!-- Privacy choice for configuring automatic restore [CHAR LIMIT=40] --> 2434 <string name="privacy_automatic_restore">Automatic restore</string> 2435 <!-- Factory reset choice for initiating a factory reset [CHAR LIMIT=40] --> 2436 <string name="factory_reset_device">Reset device</string> 2437 <!-- Factory reset info description about what happens when 2438 you perform a factory reset [CHAR LIMIT=NONE] --> 2439 <string name="factory_reset_description">This will restore your device 2440 to default settings and erase all data, accounts, files, 2441 and downloaded apps.</string> 2442 <!-- Factory reset info description about what happens when 2443 you perform a factory reset [CHAR LIMIT=NONE] --> 2444 <string name="factory_reset_info_description">This will restore your device 2445 to default settings and erase all data, accounts, files, 2446 and downloaded apps.</string> 2447 <!-- Factory reset content description for talkback mode with 2448 comma-separated title (device_reset) and info text 2449 (factory_reset_description) [CHAR LIMIT=NONE] --> 2450 <string name="factory_reset_content_description">Factory Reset, This will 2451 restore your device to default settings and erase all data, accounts, 2452 files, and downloaded apps.</string> 2453 <!-- Factory reset screen, message on screen after user selects Reset phone button --> 2454 <string name="confirm_factory_reset_description">Erase all your personal information and downloaded apps on this device? You can\'t reverse this action!</string> 2455 <!-- Factory reset screen, button on screen after user selects Reset phone button --> 2456 <string name="confirm_factory_reset_device">Erase everything</string> 2457 2458 2459 <!-- Title for screen where user selects a name for their device [CHAR LIMIT=NONE] --> 2460 <string name="select_device_name_title">Choose a name for your <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g></string> 2461 <!-- Description for screen where user selects a name for their device [CHAR LIMIT=NONE] --> 2462 <string name="select_device_name_description">Give your device a name to help identify it when casting or connecting to it from other devices.</string> 2463 <!-- Rooms where a user's device might be placed [CHAR LIMIT=40] --> 2464 <string-array name="rooms"> 2465 <!-- [CHAR LIMIT=40] --> 2466 <item>Android TV</item> 2467 <!-- [CHAR LIMIT=40] --> 2468 <item>Living Room TV</item> 2469 <!-- [CHAR LIMIT=40] --> 2470 <item>Family Room TV</item> 2471 <!-- [CHAR LIMIT=40] --> 2472 <item>Bedroom TV</item> 2473 </string-array> 2474 <!-- String displayed for option where user will type in a room name rather than selecting from the list of defaults [CHAR LIMIT=40] --> 2475 <string name="custom_room">Enter custom name…</string> 2476 <!-- Title of settings summary/status screen [CHAR LIMIT=100] --> 2477 <string name="device_rename_title">Rename this <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g></string> 2478 <!-- Description on summary/status screen that tells you what the name of your device is [CHAR LIMIT=NONE] --> 2479 <string name="device_rename_description">This <xliff:g id="devicemodel" example="Nexus Player">%1$s</xliff:g> is currently named \"<xliff:g id="devicename" example="Living Room Player">%2$s</xliff:g>\"</string> 2480 <!-- The title of the suggestion to notify the user to name the device [CHART LIMIT = 50] --> 2481 <string name="device_name_suggestion_title">Set your device name</string> 2482 <!-- The summary of the suggestion to notify the user to name the device [CHAR LIMIT = 100] --> 2483 <string name="device_name_suggestion_summary">Use this name when casting photos, videos, and more from your phone</string> 2484 <!-- The 'yes' or 'edit' equivalent in a yes/no choice circumstance [CHAR LIMIT=30] --> 2485 <string name="change_setting">Change</string> 2486 <!-- The 'no' or 'keep the same' equivalent in a yes/no choice circumstance [CHAR LIMIT=30]--> 2487 <string name="keep_settings">Don\'t change</string> 2488 2489 <!-- Group header for app permissions [CHAR LIMIT=20] --> 2490 <string name="apps_permissions">Permissions</string> 2491 <!-- Item title for app permissions [CHAR LIMIT=20] --> 2492 <string name="device_apps_permissions">App permissions</string> 2493 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 2494 <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%1$d</xliff:g> of <xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string> 2495 2496 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode --> 2497 <string name="bluetooth_permission_request">"Bluetooth permission request"</string> 2498 2499 <!-- About phone screen, status item label [CHAR LIMIT=60] --> 2500 <string name="security_patch">Android TV OS security patch level</string> 2501 2502 <!-- App picker screen title --> 2503 <string name="choose_application">Choose application</string> 2504 2505 <!-- Summary Title for saying that the preference is experimental and will evolve over time due to User feedback. [CHAR LIMIT=NONE] --> 2506 <string name="experimental_preference">(Experimental)</string> 2507 2508 <!-- Title of button to confirm rebooting into safe mode. [CHAR LIMIT=50] --> 2509 <string name="reboot_safemode_action">Reboot to safe mode</string> 2510 2511 <!-- Shutdown Confirmation Dialog. Message in the confirmation dialog 2512 when the user asks to reboot into safe mode. [CHAR LIMIT=50] --> 2513 <string name="reboot_safemode_confirm">Do you want to reboot into safe mode?</string> 2514 <!-- Shutdown Confirmation Dialog. Detailed message in the confirmation dialog when the user asks to reboot into safe mode [CHAR LIMIT=NONE] --> 2515 <string name="reboot_safemode_desc">This will disable all third party applications you have installed. They will be restored when you reboot again.</string> 2516 2517 <!-- Toast shown when the user triggers the capture of a bugreport [CHAR LIMIT=50] --> 2518 <string name="capturing_bugreport">Capturing bug report</string> 2519 2520 <!-- Title for the 'available virtual keyboards' preference sub-screen. [CHAR LIMIT=50] --> 2521 <string name="available_virtual_keyboard_category">Available virtual keyboards</string> 2522 <!-- Title for the preference entry for managing keyboards [CHAR LIMIT=50] --> 2523 <string name="manage_keyboards">Manage keyboards</string> 2524 2525 <!-- Preference summary text for an app when it is allowed for a permission. [CHAR LIMIT=45] --> 2526 <string name="app_permission_summary_allowed">Allowed</string> 2527 <!-- Preference summary text for an app when it is disallowed for a permission. [CHAR LIMIT=45] --> 2528 <string name="app_permission_summary_not_allowed">Not allowed</string> 2529 2530 <!-- Title of usage access screen [CHAR LIMIT=30] --> 2531 <string name="usage_access">Usage access</string> 2532 <!-- Description of the usage access setting [CHAR LIMIT=NONE] --> 2533 <string name="usage_access_description">Usage access allows an app to track what other apps you\u2019re using and how often, as well as your carrier, language settings, and other details.</string> 2534 2535 <!-- Title of high power app settings page [CHAR LIMIT=30] --> 2536 <string name="high_power_apps">Energy optimization</string> 2537 <!-- Description of the high power app settings page [CHAR LIMIT=NONE] --> 2538 <string name="high_power_apps_description">Optimize energy use of apps</string> 2539 <!-- Empty state when no apps are found for optimizing --> 2540 <string name="high_power_apps_empty">No apps need optimizing</string> 2541 <!-- Summary of app allowed to use a lot of power [CHAR LIMIT=60] --> 2542 <string name="high_power_on">Not optimized</string> 2543 <!-- Summary of app not allowed to use a lot of power [CHAR LIMIT=60] --> 2544 <string name="high_power_off">Optimizing energy use</string> 2545 <!-- Summary of app which doesn't have a battery optimization setting [CHAR LIMIT=60] --> 2546 <string name="high_power_system">Energy optimization not available</string> 2547 2548 <!-- Title for managing notification listeners option. [CHAR LIMIT=30] --> 2549 <string name="manage_notification_access_title">Notification access</string> 2550 <!-- String to show in the list of notification listeners, when none is installed --> 2551 <string name="no_notification_listeners">No installed apps have requested notification access.</string> 2552 <!-- Summary for a warning message about security implications of enabling a notification 2553 listener, displayed as a dialog message. [CHAR LIMIT=NONE] --> 2554 <string name="notification_listener_security_warning_summary"> 2555 These apps will be able to read all notifications, 2556 including personal information such as contact names and the text of messages you receive. 2557 They will also be able to dismiss notifications or trigger action buttons they contain. 2558 </string> 2559 <!-- Summary to explain why the notification access setting is disabled for some apps. --> 2560 <string name="default_notification_access_package_summary">Required by system</string> 2561 2562 <!-- Title of directory access screen in settings [CHAR LIMIT=30] --> 2563 <string name="directory_access">Directory access</string> 2564 <!-- Description of the directory access setting [CHAR LIMIT=NONE] --> 2565 <string name="directory_access_description">These apps have permission to access certain directories.</string> 2566 <!-- String used to describe the name of a directory in a volume; it must show both names, with the directory name wrapped in parenthesis --> 2567 <string name="directory_on_volume"><xliff:g id="volume" example="SD Card">%1$s</xliff:g> (<xliff:g id="directory" example="Movies">%2$s</xliff:g>)</string> 2568 2569 <!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] --> 2570 <string name="system_alert_window_settings">Display over other apps</string> 2571 <!-- Label for setting which controls whether app can display over other apps [CHAR LIMIT=45] --> 2572 <string name="permit_draw_overlay">Allow display over other apps</string> 2573 <!-- Description of allowing overlay setting [CHAR LIMIT=NONE] --> 2574 <string name="allow_overlay_description">Allow an app to display on top of other apps you\u2019re using. It may interfere with your use of those apps or change the way they seem to appear or behave.</string> 2575 2576 <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=30] --> 2577 <string name="write_system_settings">Modify system settings</string> 2578 <!-- Title for the apps that are allowed to write system settings [CHAR LIMIT=60] --> 2579 <string name="write_settings_title">Can modify system settings</string> 2580 <!-- Description of the write system settings [CHAR LIMIT=NONE] --> 2581 <string name="write_settings_description">This permission allows an app to modify system settings.</string> 2582 <!-- Summary of app allowed to write system settings [CHAR LIMIT=45] --> 2583 <string name="write_settings_on">Yes</string> 2584 <!-- Summary of app not allowed to write system settings [CHAR LIMIT=45] --> 2585 <string name="write_settings_off">No</string> 2586 2587 <!-- Manage External Storage settings title [CHAR LIMIT=40] --> 2588 <string name="manage_external_storage_title">All files access</string> 2589 <!-- Label for a setting which controls whether an app can manage external storage [CHAR LIMIT=45] --> 2590 <string name="permit_manage_external_storage">Allow access to manage all files</string> 2591 <!-- Description for a setting which controls whether an app can manage external storage 2592 [CHAR LIMIT=NONE] --> 2593 <string name="allow_manage_external_storage_description">Allow this app to read, modify and delete all files on this device or any connected storage volumes. If granted, app may access files without your explicit knowledge.</string> 2594 2595 <!-- Special access > Title for managing Picture-in-picture settings. [CHAR LIMIT=50] --> 2596 <string name="picture_in_picture_title">Picture-in-picture</string> 2597 <!-- Apps > App Details > Picture-in-picture > Switch title. [CHAR LIMIT=NONE] --> 2598 <string name="picture_in_picture_app_detail_switch">Allow picture-in-picture</string> 2599 <!-- Special access > Picture-in-picture > Text to display when the list is empty. [CHAR LIMIT=NONE] --> 2600 <string name="picture_in_picture_empty_text">No installed apps support Picture-in-picture</string> 2601 <!-- Apps > App Details > Picture-in-picture > Description. [CHAR LIMIT=NONE] --> 2602 <string name="picture_in_picture_app_detail_summary">Allow apps to create a picture-in-picture window while the app is open or after you leave it (for example, to continue watching a video). This window displays on top of other apps you\'re using.</string> 2603 2604 <!-- Apps > App Details > Alarms & Reminders > Description. [CHAR LIMIT=NONE] --> 2605 <string name="alarms_and_reminders_description"> 2606 Allow apps to set alarms and schedule time-sensitive actions. 2607 This lets the apps run in the background, which may use more power.\n\nIf this permission 2608 is off, existing alarms and time-based events scheduled by the app won\u2019t work. 2609 </string> 2610 2611 <!-- Special access > Title for managing turn screen on settings. [CHAR LIMIT=50] --> 2612 <string name="turn_screen_on_title">Turn screen on</string> 2613 <!-- Label for a setting which controls whether an app can turn the screen on [CHAR LIMIT=45] --> 2614 <string name="allow_turn_screen_on">Allow turning the screen on</string> 2615 <!-- Description for a setting which controls whether an app can turn the screen on 2616 [CHAR LIMIT=NONE] --> 2617 <string name="allow_turn_screen_on_description">Allow an app to turn the screen on. If granted, the app may turn on the screen at any time without your explicit intent.</string> 2618 2619 <!-- [CHAR_LIMIT=60] Label for special access screen --> 2620 <string name="special_access">Special app access</string> 2621 2622 <!-- concat two strings, e.g. "Android Keyboard, My Pass" [CHAR LIMIT=NONE] --> 2623 <string name="string_concat"><xliff:g id="part1">%1$s</xliff:g>, <xliff:g id="part2">%2$s</xliff:g></string> 2624 2625 <!-- Group header for the audio category in developer options. [CHAR LIMIT=50] --> 2626 <string name="audio_category">Audio</string> 2627 2628 <!-- Title for the preference to toggle audio recording. [CHAR LIMIT=40] --> 2629 <string name="record_audio">Record audio</string> 2630 <!-- Summary for the preference to toggle audio recording when enabled. [CHAR LIMIT=50] --> 2631 <string name="record_audio_summary_on">Disable to stop recording audio</string> 2632 <!-- Summary for the preference to toggle audio recording when disabled. [CHAR LIMIT=50] --> 2633 <string name="record_audio_summary_off">Enable to immediately start recording audio</string> 2634 2635 <!-- Title of the preference for playing recorded audio. [CHAR LIMIT=50] --> 2636 <string name="play_recorded_audio_title">Play recorded audio</string> 2637 2638 <!-- Title of the preference for saving recorded audio. [CHAR LIMIT=50] --> 2639 <string name="save_recorded_audio_title">Save recorded audio</string> 2640 2641 <!-- Title of the preference displaying the amount of time before reading audio. [CHAR LIMIT=50] --> 2642 <string name="time_to_start_read_title">Time to start reading</string> 2643 2644 <!-- Title of the preference displaying the amount of time before recording audio. [CHAR LIMIT=50] --> 2645 <string name="time_to_valid_audio_title">Time to valid audio data</string> 2646 2647 <!-- Title of the preference displaying the duration of empty audio received. [CHAR LIMIT=50] --> 2648 <string name="empty_audio_duration_title">Duration of empty audio</string> 2649 2650 <!-- Title of the preference for reporting the recorded audio source. [CHAR LIMIT=50] --> 2651 <string name="record_audio_source_title">Recorded audio source</string> 2652 2653 <!-- Title of the preference for selecting the recorded audio source. [CHAR LIMIT=50] --> 2654 <string name="record_audio_source_dialog_title">Select recorded audio source for next recording</string> 2655 2656 <!-- Title of the preference for displaying the microphone(s) [CHAR LIMIT=50] --> 2657 <string name="recorded_microphones_title">Recorded microphone(s)</string> 2658 2659 <!-- Notification that audio recording failed to start. [CHAR LIMIT=100] --> 2660 <string name="show_audio_recording_start_failed">Failed to start recording audio.</string> 2661 2662 <!-- Notification that audio recording failed. [CHAR LIMIT=100] --> 2663 <string name="show_audio_recording_failed"> Audio recording failed.</string> 2664 2665 <!-- Title of dialog shown to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=100] --> 2666 <string name="bluetooth_ask_discovery_title">Make visible to other Bluetooth devices?</string> 2667 <!-- Message of dialog shown to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=NONE] --> 2668 <string name="bluetooth_ask_discovery_message">An app wants to make your TV visible to other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string> 2669 2670 <!-- Package name of slice rendering app --> 2671 <string name="slice_rendering_app" translatable="false"/> 2672 2673 <!-- Slice uri for "Accounts & Profiles" --> 2674 <string name="account_slice_uri" translatable="false"/> 2675 <!-- Slice uri and title for manange user services settings --> 2676 <string name="manage_user_services_slice_uri" translatable="false" /> 2677 <string name="manage_user_services_slice_title" translatable="false" /> 2678 2679 <!-- Title of preference for help center [CHAR LIMIT=60] --> 2680 <string name="help_center_title" translatable="true"/> 2681 <string name="help_center_link" translatable="false"/> 2682 2683 <!-- Slice uri for "Privacy" --> 2684 <string name="privacy_assistant_slice_uri" translatable="false"/> 2685 <string name="privacy_purchases_slice_uri" translatable="false"/> 2686 <string name="privacy_device_lock_slice_uri" translatable="false"/> 2687 2688 <!-- Slice uri and title for "Ambient mode" --> 2689 <string name="ambient_slice_uri" translatable="false" /> 2690 <string name="ambient_settings_title" translatable="false" /> 2691 2692 <!-- Slice uri for "Channels & Inputs" --> 2693 <string name="channels_and_inputs_slice_uri" translatable="false"/> 2694 2695 <!-- Slice uri for "Connected devices" --> 2696 <string name="connected_devices_slice_uri" translatable="false"/> 2697 <string name="cec_settings_slice_uri" translatable="false"/> 2698 2699 <string name="storage_summary_fragment_name" translatable="false"/> 2700 <!-- Slice uri for hdr fomat selection --> 2701 <string name="resolution_slice_uri" translatable="false"/> 2702 <!-- Slice uri for hdr and color format --> 2703 <string name="hdr_and_color_format_slice_uri" translatable="false"/> 2704 <!-- Slice uri for Color format in Advanced display settings --> 2705 <string name="advanced_color_format_slice_uri" translatable="false"/> 2706 <!-- Slice uri for Dolby Vision Mode in Advanced display settings --> 2707 <string name="advanced_dolby_vision_mode_slice_uri" translatable="false"/> 2708 <!-- Slice uri for extended audio settings in Display & Sound settings --> 2709 <string name="audio_ext_uri" translatable="false"/> 2710 2711 <!-- Slice uri for general information --> 2712 <string name="general_info_slice_uri" translatable="false"/> 2713 2714 <!-- Top level uri for settings slices --> 2715 <string name="top_level_settings_slice_uri" translatable="false"/> 2716 2717 <!-- Slice uri for update settings --> 2718 <string name="update_slice_uri" translatable="false"/> 2719 2720 <!-- Slice uri for overlay security settings --> 2721 <string name="overlay_security_slice_uri" translatable="false"/> 2722 2723 <!-- Title for dialog displayed when user selects on a setting locked by an admin [CHAR LIMIT=30 BACKUP_MESSAGE_ID:4867639270211833535] --> 2724 <string name="disabled_by_policy_title">Action not allowed</string> 2725 <!-- Title for dialog displayed to tell user that changing volume was disallowed by an admin [CHAR LIMIT=50] --> 2726 <string name="disabled_by_policy_title_adjust_volume">Can’t change volume</string> 2727 <!-- Title for dialog displayed to tell user that outgoing calls were disabled by an admin [CHAR LIMIT=50] --> 2728 <string name="disabled_by_policy_title_outgoing_calls">Calling not allowed</string> 2729 <!-- Title for dialog displayed to tell user that sending SMS were disabled by an admin [CHAR LIMIT=50] --> 2730 <string name="disabled_by_policy_title_sms">SMS not allowed</string> 2731 <!-- Title for dialog displayed to tell user that the camera was disabled by an admin [CHAR LIMIT=50] --> 2732 <string name="disabled_by_policy_title_camera">Camera not allowed</string> 2733 <!-- Title for dialog displayed to tell user that screenshots are disabled by an admin [CHAR LIMIT=50] --> 2734 <string name="disabled_by_policy_title_screen_capture">Screenshot not allowed</string> 2735 <!-- Title for dialog displayed to tell user that the app was suspended by an admin [CHAR LIMIT=50] --> 2736 <string name="disabled_by_policy_title_suspend_packages">Can’t open this app</string> 2737 2738 <string name="default_admin_support_msg">If you have questions, contact your IT admin</string> 2739 <!-- Shown in dialog to allow user to see more information about the device admin [CHAR LIMIT=30] --> 2740 <string name="admin_support_more_info">More details</string> 2741 <!-- Shown in admin details page to warn user about policies the admin can set in a work profile. [CHAR LIMIT=NONE] --> 2742 <string name="admin_profile_owner_message">Your admin can monitor and manage apps and data 2743 associated with your work profile, including settings, permissions, corporate access, 2744 network activity, and the device\'s location information.</string> 2745 <!-- Shown in admin details page to warn user about policies the admin can set on a user. [CHAR LIMIT=NONE] --> 2746 <string name="admin_profile_owner_user_message">Your admin can monitor and manage apps and data 2747 associated with this user, including settings, permissions, corporate access, 2748 network activity, and the device\'s location information.</string> 2749 <!-- Shown in admin details page to warn user about policies the admin can set on a device. [CHAR LIMIT=NONE] --> 2750 <string name="admin_device_owner_message">Your admin can monitor and manage apps and data 2751 associated with this device, including settings, permissions, corporate access, 2752 network activity, and the device\'s location information.</string> 2753 2754 <!-- Button label to remove the work profile [CHAR LIMIT=35] --> 2755 <string name="remove_managed_profile_label">Remove work profile</string> 2756 <!-- Label for screen showing the active device admin apps --> 2757 <string name="active_device_admin_msg">Device admin app</string> 2758 <!-- Label for button to remove the active device admin app [CHAR LIMIT=80] --> 2759 <string name="remove_device_admin">Deactivate this device admin app</string> 2760 <!-- Label for button to uninstall the device admin app [CHAR LIMIT=80] --> 2761 <string name="uninstall_device_admin">Uninstall app</string> 2762 <!-- Label for button to deactivate and uninstall the device admin app [CHAR_LIMIT=50]--> 2763 <string name="remove_and_uninstall_device_admin">Deactivate & uninstall</string> 2764 <!-- Label for screen showing to select device admin apps --> 2765 <string name="select_device_admin_msg">Device admin apps</string> 2766 <!-- Title for screen to add a device admin app [CHAR LIMIT=40] --> 2767 <string name="add_device_admin_msg">Activate device admin app?</string> 2768 <!-- Label for button to set the active device admin [CHAR_LIMIT=80] --> 2769 <string name="add_device_admin">Activate this device admin app</string> 2770 <!-- Device admin warning message about policies an admin can use --> 2771 <string name="device_admin_warning">Activating this admin app will allow 2772 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the 2773 following operations:</string> 2774 <!-- Simplified device admin warning message [CHAR LIMIT=NONE]--> 2775 <string name="device_admin_warning_simplified">This device will be managed and monitored by 2776 <xliff:g id="app_name" example="Example Supervisor">%1$s</xliff:g>.</string> 2777 <!-- Device admin warning message about policies an admin can use --> 2778 <string name="device_admin_status">This admin app is active and allows 2779 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the 2780 following operations:</string> 2781 <!-- Warning when trying to add a profile owner admin after setup has completed. [CHAR LIMIT=none] --> 2782 <string name="adding_profile_owner_warning">By proceeding, your user will be managed by your 2783 admin which may also be able to store associated data, in addition to your personal 2784 data.\n\nYour admin has the ability to monitor and manage settings, access, apps, 2785 and data associated with this user, including network activity and your device\'s location 2786 information.</string> 2787 2788 <!-- Title of dialog shown to ask for user consent for sharing a bugreport that was requested remotely by the IT administrator. --> 2789 <string name="share_remote_bugreport_dialog_title">Share bug report?</string> 2790 <!-- Message of a dialog shown to ask for user consent for sharing a bugreport that was requested remotely by the IT administrator. --> 2791 <string name="share_remote_bugreport_dialog_message_finished">Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared.</string> 2792 <!-- Message of a dialog shown to ask for user consent for sharing a bugreport that was requested remotely by the IT administrator and it's still being taken. --> 2793 <string name="share_remote_bugreport_dialog_message">Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down.</string> 2794 <!-- Message of a dialog shown to inform that the remote bugreport that was requested remotely by the IT administrator is still being taken and will be shared when finished. --> 2795 <string name="sharing_remote_bugreport_dialog_message">This bug report is being shared with your IT admin. Contact them for more details.</string> 2796 <!-- Acceptance label of dialog shown to ask for user consent for sharing the remote bugreport. --> 2797 <string name="share_remote_bugreport_action">Share</string> 2798 <!-- Decline label of dialog shown to ask for user consent for sharing the remote bugreport. --> 2799 <string name="decline_remote_bugreport_action">Decline</string> 2800 2801 <!-- Title for Network connection request Dialog [CHAR LIMIT=60] --> 2802 <string name="network_connection_request_dialog_title">Device to use with <xliff:g id="appName" example="ThirdPartyAppName">%1$s</xliff:g></string> 2803 <!-- Message for Network connection timeout Dialog [CHAR LIMIT=NONE] --> 2804 <string name="network_connection_timeout_dialog_message">No devices found. Make sure devices are turned on and available to connect.</string> 2805 <!-- OK button for Network connection timeout Dialog [CHAR LIMIT=30] --> 2806 <string name="network_connection_timeout_dialog_ok">Try again</string> 2807 <!-- Message for Network connection error state Dialog [CHAR LIMIT=NONE] --> 2808 <string name="network_connection_errorstate_dialog_message">Something came up. The application has cancelled the request to choose a device.</string> 2809 <!-- Toast message when connection is successful [CHAR LIMIT=30] --> 2810 <string name="network_connection_connect_successful">Connection successful</string> 2811 <!-- Neutral button for Network connection request Dialog [CHAR LIMIT=30] --> 2812 <string name="network_connection_request_dialog_showall">Show all</string> 2813 <!-- Bluetooth settings screen, text that appears in heading bar when scanning for devices --> 2814 <string name="progress_scanning">Searching</string> 2815 2816 <!-- Message of a dialog shown to inform that the account intent is not available. [CHAR LIMIT=100] --> 2817 <string name="add_account_intent_not_available_dialog_message">Failed to retrieve add account intent from authenticator.</string> 2818 <!-- Message of a dialog shown to inform that the account type is not available or failed to add account. [CHAR LIMIT=100] --> 2819 <string name="add_account_failed_dialog_message">Failed to add account or the account type is not available.</string> 2820 2821 <!-- Placeholder font for compiling. The real font will be provided by RRO. --> 2822 <string name="preference_title_text_font" translatable="false" /> 2823 2824 <!-- Start up verification --> 2825 <string name="startup_verification_action" translatable="false" /> 2826 <string name="startup_verification_package" translatable="false" /> 2827 2828 <!-- Basic mode --> 2829 <string name="basic_mode_provider_uri" translatable="false" /> 2830 <string name="basic_mode_exit_package" translatable="false" /> 2831 <string name="basic_mode_exit_component" translatable="false" /> 2832 <string name="basic_mode_exit_data" translatable="false" /> 2833 <string name="basic_mode_exit_internet" translatable="false" /> 2834 <string name="basic_mode_suggestion_category_title" translatable="false" /> 2835 <string name="basic_mode_exit_preference_title" translatable="false" /> 2836 <string name="basic_mode_exit_preference_subtitle" translatable="false" /> 2837 <string name="basic_mode_exit_info_title" translatable="false" /> 2838 <string name="basic_mode_exit_info_summary" translatable="false" /> 2839 <string name="basic_mode_accounts_and_sign_in_info_summary" translatable="false" /> 2840 2841 <!-- Vendor & Samples --> 2842 <string name="vendor_activity_title" translatable="false">Vendor sample activity</string> 2843 <string name="vendor_sample_settings_summary" translatable="false">(Subtitle is suggested to give further information)</string> 2844 <!-- Title for "Channels & Inputs" settings [CHAR LIMIT=60] --> 2845 <string name="channels_and_inputs_title">Channels & Inputs</string> 2846 <!-- Summary for "Channels & Inputs" settings [CHAR LIMIT=60] --> 2847 <string name="channels_and_inputs_summary">Channels, external inputs</string> 2848 <!-- Title for "Channels" settings [CHAR LIMIT=60] --> 2849 <string name="channels_settings_title">Channels</string> 2850 <!-- Title for "External inputs" settings [CHAR LIMIT=60] --> 2851 <string name="external_inputs_settings_title">External inputs</string> 2852 <!-- Summary for vendor sample "Display & Sound" settings [CHAR LIMIT=60] --> 2853 <string name="display_and_sound_vendor_summary">Picture, screen, sound</string> 2854 <!-- Slice uri for "Display & Sound" settings --> 2855 <string name="display_and_sound_slice_uri" translatable="false"></string> 2856 <!-- Title for "Picture" settings [CHAR LIMIT=60] --> 2857 <string name="picture_settings_title">Picture</string> 2858 <!-- Intent action for vendor picture activity --> 2859 <string name="picture_settings_vendor_action" translatable="false"/> 2860 <!-- Title for "Screen" settings [CHAR LIMIT=60] --> 2861 <string name="screen_settings_title">Screen</string> 2862 <!-- Title for "Sound" settings [CHAR LIMIT=60] --> 2863 <string name="sound_settings_title">Sound</string> 2864 <!-- Intent action for vendor sound activity --> 2865 <string name="sound_settings_vendor_action" translatable="false"/> 2866 <!-- Title of power and energy page [CHAR LIMIT=60] --> 2867 <string name="power_and_energy">Power & Energy</string> 2868 <!-- Title of power on behavior item [CHAR LIMIT=60] --> 2869 <string name="power_on_behavior">Power on behavior</string> 2870 <string name="power_boot_resume_slice_uri" translatable="false" /> 2871 <!-- Title of the Reset section, which lets user select from factory reset or other reset related operations. [CHAR LIMIT=60] --> 2872 <string name="reset_options_title">Reset</string> 2873 <!-- Slice uri for "Television" settings --> 2874 <string name="system_tv_slice_uri" translatable="false"></string> 2875 <!-- Title for "Television" settings [CHAR LIMIT=60] --> 2876 <string name="system_tv_title">Television</string> 2877 2878 <string name="font_sans_serif" translatable="false">sans-serif</string> 2879 <string name="font_sans_serif_light" translatable="false">sans-serif-light</string> 2880 <string name="font_sans_serif_thin" translatable="false">sans-serif-thin</string> 2881 <string name="font_sans_serif_condensed" translatable="false">sans-serif-condensed</string> 2882 2883 <!-- Adb wireless pairing device dialog ethernet pairing code label [CHAR LIMIT=60] --> 2884 <string name="adb_pairing_device_dialog_ethernet_pairing_code_label">Ethernet pairing code</string> 2885 2886 <!-- Title for energy modes preference --> 2887 <string name="energy_modes">Energy Modes</string> 2888 <!-- Title for energy mode selection confirmation dialog --> 2889 <string name="energy_modes_summary">These settings affect the device when not in use</string> 2890 <!-- Header for list of features enabled in the selected energy mode --> 2891 <string name="energy_mode_enables">Enables:</string> 2892 <!-- Warning that selecting a higher energy mode may increase power consumption --> 2893 <string name="energy_mode_eco_hint">Power consumption may increase with the number of TV features you enable.</string> 2894 <!-- Title for energy mode selection confirmation dialog --> 2895 <string name="energy_modes_confirmation_title">Enable \"<xliff:g id="energyModeName" example="Essential network features">%s</xliff:g>\"</string> 2896 2897 <!-- Title for find my remote preference --> 2898 <string name="settings_find_my_remote_title">Find my remote</string> 2899 <!-- Description for find my remote preference --> 2900 <string name="settings_find_my_remote_description">Play a sound to locate your Google TV remote if it\'s misplaced</string> 2901 <string name="find_my_remote_slice_description">There is a button on your Google TV that you can push to play a sound on your remote for 30 seconds. This only works with supported Google TV remote controls.\n\nTo stop the sound, press any button on your remote.</string> 2902 <string name="find_my_remote_integration_title" translatable="false">@string/settings_find_my_remote_title</string> 2903 <string name="find_my_remote_integration_hint">When on, you can use the button on your device to play a sound to locate your remote. When off, this button won\'t work. You\'ll still be able to use Find my remote via other methods.</string> 2904 <string name="find_my_remote_play_sound">Play sound</string> 2905 2906 <!-- Title for preference which when clicked lets the user configure volume change --> 2907 <string name="volume_change_settings_title">%1$s volume</string> 2908 <!-- Subtitle for volume change during unselect --> 2909 <string name="volume_change_subtitle_unselect">You can control the Assistant volume on %1$s speaker</string> 2910 <!-- Subtitle for volume change during select --> 2911 <string name="volume_change_subtitle_select">Only affects volume on %1$s device , not on TV</string> 2912 2913</resources> 2914