Files
packages_apps_Settings/res/values/evolution_strings.xml
LibXZR 344fcbbe73 Settings: Add preference for resetting auto brightness adjustment
Change-Id: Iec214a30b1cfe3885b94cfd7c69fe60bc93372a1
Signed-off-by: LibXZR <i@xzr.moe>
2025-12-10 00:41:33 +09:00

369 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2024 The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Device Info screen. Evolution X legal. -->
<string name="evolution_license_title">Evolution X legal</string>
<!-- Android version screen, build maintainer -->
<string name="build_maintainer">Build maintainer</string>
<string name="build_maintainer_summary" translatable="false">Unknown</string>
<string name="build_maintainer_donate_url" translatable="false">https://linktr.ee/joeyhuab</string>
<!-- Screenshot shutter -->
<string name="screenshot_shutter_sound_title">Screenshot sound</string>
<!-- Deep Sleep percentage in device info -->
<string name="status_sleep_time">Deep sleep</string>
<!-- Show clipboard overlay -->
<string name="show_clipboard_overlay_title">Show clipboard overlay</string>
<string name="show_clipboard_overlay_summary">Show an overlay in the left bottom corner of the screen when something is copied to the clipboard</string>
<!-- Force LTE_CA -->
<string name="force_lte_ca">Force LTE CA</string>
<string name="force_lte_ca_summary">Force LTE carrier aggregation to work</string>
<!-- Cloudflare Block Malware DNS Option -->
<string name="private_dns_mode_cloudflare_block_malware" translatable="false">Cloudflare Block Malware DNS</string>
<!-- Cloudflare Block Malware DNS hostname -->
<string name="private_dns_hostname_cloudflare_block_malware" translatable="false">security.cloudflare-dns.com</string>
<!-- Cloudflare Block Malware and Adult Content DNS Option -->
<string name="private_dns_mode_cloudflare_block_malware_and_adult_content" translatable="false">Cloudflare Block Malware and Adult Content DNS</string>
<!-- Cloudflare Block Malware and Adult Content DNS hostname -->
<string name="private_dns_hostname_cloudflare_block_malware_and_adult_content" translatable="false">family.cloudflare-dns.com</string>
<!-- AdGuard DNS Option -->
<string name="private_dns_mode_adguard" translatable="false">AdGuard DNS</string>
<!-- AdGuard DNS hostname -->
<string name="private_dns_hostname_adguard" translatable="false">dns.adguard.com</string>
<!-- Open DNS Option -->
<string name="private_dns_mode_open_dns" translatable="false">Open DNS</string>
<!-- Open DNS hostname -->
<string name="private_dns_hostname_open_dns" translatable="false">dns.opendns.com</string>
<!-- Cleanbrowsing DNS Option -->
<string name="private_dns_mode_cleanbrowsing" translatable="false">Cleanbrowsing DNS</string>
<!-- Cleanbrowsing DNS hostname -->
<string name="private_dns_hostname_cleanbrowsing" translatable="false">security-filter-dns.cleanbrowsing.org</string>
<!-- Quad9 DNS Option -->
<string name="private_dns_mode_quad9" translatable="false">Quad9 DNS</string>
<!-- Quad9 DNS hostname -->
<string name="private_dns_hostname_quad9" translatable="false">dns.quad9.net</string>
<!-- Quad9 Unsecured DNS Option -->
<string name="private_dns_mode_quad9_unsecured" translatable="false">Quad9 Unsecured DNS</string>
<!-- Quad9 Unsecured DNS hostname -->
<string name="private_dns_hostname_quad9_unsecured" translatable="false">dns10.quad9.net</string>
<!-- Quad9 ECS DNS Option -->
<string name="private_dns_mode_quad9_ecs" translatable="false">Quad9 with ECS DNS</string>
<!-- Quad9 ECS DNS hostname -->
<string name="private_dns_hostname_quad9_ecs" translatable="false">dns11.quad9.net</string>
<!-- Quad9 Unsecured ECS DNS Option -->
<string name="private_dns_mode_quad9_unsecured_ecs" translatable="false">Quad9 Unsecured with ECS DNS</string>
<!-- Quad9 Unsecured ECS DNS hostname -->
<string name="private_dns_hostname_quad9_unsecured_ecs" translatable="false">dns12.quad9.net</string>
<!-- Comss DNS Option -->
<string name="private_dns_mode_comss" translatable="false">Comss DNS</string>
<!-- Comss DNS hostname -->
<string name="private_dns_hostname_comss" translatable="false">dns.comss.one</string>
<!-- Per-app volume -->
<string name="app_volume">App volume</string>
<string name="app_volume_title">Per-app volume control</string>
<string name="app_volume_summary">Show per-app volume button into volume dialog</string>
<!-- Wi-Fi MAC address randomization -->
<string name="wifi_per_connection_random_mac_addr">Use per-connection randomized MAC (default)</string>
<string name="wifi_per_network_random_mac_addr">Use per-network randomized MAC</string>
<string name="wifi_device_mac_addr">Use device MAC</string>
<!-- Hardware info -->
<string name="device_market_name">Market Name</string>
<string name="soc_model">SoC Model</string>
<string name="total_ram">Total RAM</string>
<!-- Wifi/Bluetooth auto timeout -->
<string name="wifi_timeout">WiFi timeout</string>
<string name="wifi_timeout_summary">Do not automatically turn off WiFi</string>
<string name="wifi_timeout_summary_auto">WiFi will turn off after <xliff:g id="timeout_description">%1$s</xliff:g> if no network connected</string>
<string name="bluetooth_timeout">Bluetooth timeout</string>
<string name="bluetooth_timeout_summary">Do not automatically turn off Bluetooth</string>
<string name="bluetooth_timeout_summary_auto">Bluetooth will turn off after <xliff:g id="timeout_description">%1$s</xliff:g> if no devices connected</string>
<string name="custom_timeout_summary_never">Never</string>
<string name="custom_timeout_summary_5secs">5 seconds</string>
<string name="custom_timeout_summary_10secs">10 seconds</string>
<string name="custom_timeout_summary_15secs">15 seconds</string>
<string name="custom_timeout_summary_30secs">30 seconds</string>
<string name="custom_timeout_summary_1min">1 minute</string>
<string name="custom_timeout_summary_2mins">2 minutes</string>
<string name="custom_timeout_summary_5mins">5 minutes</string>
<string name="custom_timeout_summary_10mins">10 minutes</string>
<string name="custom_timeout_summary_20mins">20 minutes</string>
<string name="custom_timeout_summary_30mins">30 minutes</string>
<string name="custom_timeout_summary_1hour">1 hour</string>
<string name="custom_timeout_summary_2hours">2 hours</string>
<string name="custom_timeout_summary_4hours">4 hours</string>
<string name="custom_timeout_summary_8hours">8 hours</string>
<string name="custom_timeout_summary_12hours">12 hours</string>
<string name="custom_timeout_summary_24hours">24 hours</string>
<string name="custom_timeout_summary_36hours">36 hours</string>
<string name="custom_timeout_summary_48hours">48 hours</string>
<string name="custom_timeout_summary_72hours">72 hours</string>
<!-- Default Timeouts -->
<string name="custom_timeout_summary_1hour_def">1 hour (Default)</string>
<!-- Default getTimeSpentInApp string for Wellbeing to display. [CHAR LIMIT=NONE] -->
<string name="duration_less_than_one_minute">Less than 1 Minute</string>
<!-- Summary for Wellbeing screen time usage. [CHAR LIMIT=NONE] -->
<string name="screen_time_summary_usage_today">%1$s today</string>
<!-- Auto pin confirm -->
<string name="lock_screen_auto_pin_confirm_summary_custom">Unlock automatically if you input a correct PIN. This is slightly less secure than tapping Enter to confirm.</string>
<!-- Radio Info -->
<string name="radio_info_title">Radio info</string>
<!-- USB configuration -->
<string name="usb_default_config_title">USB configuration</string>
<string name="usb_default_config_summary">Choose the default behavior when connected to a device via USB</string>
<!-- App details: open play store link if app is user installed -->
<string name="app_play_store">Google Play</string>
<!-- Menu option for not validating the EAP server -->
<string name="wifi_do_not_validate_eap_server">Do not validate</string>
<!-- Warning message displayed if user choses not to validate the EAP server -->
<string name="wifi_do_not_validate_eap_server_warning">No certificate specified. Your connection will not be private.</string>
<!-- Clipboard -->
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="longpress_to_clipboard">Long-press to copy</string>
<!-- WiFi Hotspot -->
<string name="wifi_hotspot_hidden_ssid_title">Hidden network</string>
<string name="wifi_hotspot_hidden_ssid_summary">Your mobile hotspot\'s name won\'t appear in the list of available WLAN networks.</string>
<string name="wifi_hotspot_client_manager_title">Connected devices</string>
<string name="wifi_hotspot_client_manager_summary">List and manage devices connected to the hotspot</string>
<string name="wifi_hotspot_client_manager_list_only_summary">List devices connected to the hotspot</string>
<string name="wifi_hotspot_client_limit_title">Limit of connected devices</string>
<string name="wifi_hotspot_blocked_clients_list_title">Blocked Devices</string>
<string name="wifi_hotspot_connected_clients_list_title">Connected Devices</string>
<string name="wifi_hotspot_block_client_dialog_title">Block device</string>
<string name="wifi_hotspot_block_client_dialog_text">This action will disconnect \"<xliff:g id="device_name">%1$s</xliff:g>\" from this device and add it to blocklist</string>
<string name="wifi_hotspot_unblock_client_dialog_title">Unblock device</string>
<string name="wifi_hotspot_unblock_client_dialog_text">The device \"<xliff:g id="device_name">%1$s</xliff:g>\" will be able to connect to this hotspot</string>
<string name="wifi_hotspot_client_manager_footer_text">No clients are currently available. Connected and blocked devices will be listed here when available.</string>
<plurals name="wifi_hotspot_client_limit_summary">
<item quantity="other">Up to <xliff:g id="device_num">%1$d</xliff:g> devices can connect to this hotspot</item>
<item quantity="one">Up to <xliff:g id="device_num">%1$d</xliff:g> device can connect to this hotspot</item>
</plurals>
<!-- Smart 5G -->
<string name="smart_5g_title">Smart 5G</string>
<string name="smart_5g_summary">Automatically switch between 5G and 4G to reduce battery consumption</string>
<!-- Doze on double tap -->
<string name="double_tap_title">Double tap</string>
<string name="doze_double_tap_title">Double tap to check phone</string>
<string name="doze_double_tap_summary">Pulse notifications by a double tap</string>
<!-- Clipboard auto clear -->
<string name="clipboard_auto_clear_timeout_title">Clipboard auto clear timeout</string>
<string name="clipboard_auto_clear_title">Clipboard auto clear</string>
<string name="clipboard_auto_clear_summary">Automatically clear clipboard at the scheduled time</string>
<string name="clipboard_auto_clear_enabled_title">Use clipboard auto clear</string>
<string name="clipboard_auto_clear_timeout_disable_clipboard">Disable clipboard</string>
<!-- Game space -->
<string name="game_space_title">Game space</string>
<string name="game_space_summary">Enhance your gaming experience</string>
<!-- Unlimit screenrecord -->
<string name="unlimit_screenrecord_title">Unlimit screenrecord</string>
<string name="unlimit_screenrecord_summary">Remove the 15GiB file size limit\nMay result in a larger than needed output file</string>
<!-- Hide screen capture status -->
<string name="hide_screen_capture_status_title">Hide screen capture status</string>
<string name="hide_screen_capture_status_summary">Hide screen capture/record status from apps. Useful but may risk privacy. Restart apps to apply.</string>
<!-- No storage restrict -->
<string name="no_storage_restrict_title">No storage restrict</string>
<string name="no_storage_restrict_summary">Remove the restriction when selecting folders through Storage Access Framework. Can be convenient in some cases but may lead to privacy leaks.</string>
<!-- Wifi Display settings. The title of a menu item to disable mirroring confimration [CHAR LIMIT=40] -->
<string name="mirroring_confirmation_disable_menu_item">Disable mirroring confirmation</string>
<!-- Hide developer status -->
<string name="hide_developer_status_title">Hide developer status</string>
<string name="hide_developer_status_summary">Hide developer status from apps</string>
<!-- App search preference -->
<string name="search">Search</string>
<string name="search_apps">Search apps</string>
<!-- App lock -->
<string name="app_lock_title">App lock</string>
<plurals name="app_lock_summary">
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
</plurals>
<string name="app_lock_authentication_dialog_title">Unlock</string>
<string name="enable_debugging">Enable debugging</string>
<string name="disable_debugging">Disable debugging</string>
<string name="app_lock_packages_title">Protected apps</string>
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
<string name="app_lock_timeout_title">Auto lock timeout</string>
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
<string name="app_lock_notifications_title">Redact notifications</string>
<string name="app_lock_notifications_summary">Notification content will be hidden and collapsed for selected apps when they are locked. Heads up notifications will be automatically disabled.</string>
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
<string name="enable_protection">Enable protection</string>
<string name="hide_from_launcher_title">Hide from launcher</string>
<string name="hide_from_launcher_summary">Prevent this application from showing up in any launcher. Requires a launcher restart for changes to take effect.</string>
<!-- Doze on charge -->
<string name="doze_on_charge_title">Always show when charging</string>
<string name="doze_on_charge_summary">Display info when device is charging</string>
<!-- Incall vibrate options -->
<string name="incall_vibration_category">In-call vibration options</string>
<string name="incall_vibrate_connect_title">Vibrate on connect</string>
<string name="incall_vibrate_call_wait_title">Vibrate on call waiting</string>
<string name="incall_vibrate_disconnect_title">Vibrate on disconnect</string>
<!-- Label for a numbered SIM card. [CHAR LIMIT=40] -->
<string name="sim_card_number_title" translatable="false">SIM <xliff:g id="card_number">%1$d</xliff:g></string>
<!-- Increasing ring tone volume -->
<string name="increasing_ring_volume_option_title">Increasing ring volume</string>
<string name="increasing_ring_min_volume_title">Start volume</string>
<string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>
<!-- Back gesture height -->
<string name="back_height_low_label">Full</string>
<string name="back_height_high_label">Bottom</string>
<string name="back_height_title">Back gesture height</string>
<string name="back_height_summary">Screen height valid for back gesture</string>
<!-- Back gesture animation -->
<string name="back_gesture_arrow_title">Back gesture animation</string>
<string name="back_gesture_arrow_summary">Show an animated arrow for back gesture</string>
<!-- Enforce DNS for VPN -->
<string name="vpn_enforce_dns_title">Disable for VPN</string>
<string name="vpn_enforce_dns_summary">Disable the private DNS when connected to a VPN\nWill restore upon disconnecting</string>
<!-- Cycle through ringer modes gesture -->
<string name="prevent_ringing_option_cycle">Cycle through modes</string>
<string name="prevent_ringing_option_cycle_summary">On (cycle through modes)</string>
<!-- Volume Steps -->
<string name="volume_steps_title">Volume Steps</string>
<string name="volume_steps_summary">Control the granularity of each stream</string>
<string name="max_music_volume_title">Media</string>
<string name="max_call_volume_title">Calls</string>
<string name="max_alarm_volume_title">Alarms</string>
<string name="steps_unit">steps</string>
<!-- AOD/Extra dim schedule -->
<string name="extra_dim_schedule_title">Extra dim schedule</string>
<string name="string_disabled">Disabled</string>
<string name="always_on_display_schedule_title">Always on display schedule</string>
<string name="always_on_display_schedule_sunset">Sunset</string>
<string name="always_on_display_schedule_sunrise">Sunrise</string>
<string name="always_on_display_schedule_mixed_sunset">Turns on from sunset till a time</string>
<string name="always_on_display_schedule_mixed_sunrise">Turns on from a time till sunrise</string>
<!-- Vibration patterns -->
<string name="vibration_pattern_title">Ringtone vibration pattern</string>
<string name="pattern_dzzz_dzzz" translatable="false">dzzz-dzzz</string>
<string name="pattern_dzzz_da" translatable="false">dzzz-da</string>
<string name="pattern_mm_mm_mm" translatable="false">mm-mm-mm</string>
<string name="pattern_da_da_dzzz" translatable="false">da-da-dzzz</string>
<string name="pattern_da_dzzz_da" translatable="false">da-dzzz-da</string>
<string name="pattern_custom">Custom</string>
<string name="custom_vibration_pattern_title">Custom pattern</string>
<string name="custom_vibration_pattern_summary">Set a custom vibration pattern</string>
<!-- Idle manager -->
<string name="idle_manager_title">Idle manager</string>
<string name="idle_manager_summary">Stop all non-essential background processes when the device is idle</string>
<!-- fingerprint lockout -->
<string name="fingerprint_lockout_title">Disable fingerprint lockout</string>
<string name="fingerprint_lockout_summary">Deactivates 30 second timeout as well as permanent lockout after multiple failed fingerprint unlock attempts</string>
<!-- Long press navbar to search -->
<string name="navbar_long_press_gesture_title">Long press to search</string>
<string name="navbar_long_press_gesture_summary">Touch and hold the Home button or the navigation handle to search using the content on your screen</string>
<!-- Circle to search -->
<string name="search_all_entrypoints_enabled_title">Circle to Search</string>
<string name="search_all_entrypoints_enabled_summary">Use CTS instead of Google Lens for navbar long press</string>
<!-- Running services - Background processes tab -->
<string name="background_processes_settings_title">Background processes</string>
<!-- Reality Display Engine -->
<string name="display_engine_category">Display engine</string>
<string name="display_engine_mode_title">Reality display engine</string>
<string name="x_reality_engine_mode_title">X-Reality engine</string>
<string name="vivid_engine_mode_title">Vivid display</string>
<string name="triluminos_engine_mode_title">Triluminos display</string>
<string name="display_engine_default">Default</string>
<string name="display_engine_mode_footer_text">Inspired by Sony\'s Bravia/X-Reality engine, the Display Engine features Vivid mode for enhanced brightness and color saturation, X-Reality mode for improved detail and color accuracy, and Triluminos mode for notorious display color accuracy.</string>
<!-- HDR Display -->
<string name="hdr_display_title">Enhanced HDR brightness</string>
<string name="hdr_display_summary">Brighten and expand the color range and clarity in High Dynamic Range (HDR) images and videos. HDR content will appear brighter. This will increase battery usage</string>
<!-- Ambient wake toggles -->
<string name="doze_gesture_ambient_title">Show Ambient</string>
<string name="doze_gesture_ambient_summary">Show Ambient Display instead of fully waking the screen up</string>
<string name="gesture_wake_ambient">Show Ambient</string>
<string name="gesture_wake">Fully wake</string>
<!-- Pocket mode -->
<string name="proximity_wake_title">Pocket mode</string>
<string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string>
<!-- Adaptive Playback -->
<string name="adaptive_playback_screen_title">Smart Pause</string>
<string name="adaptive_playback_enabled">Use smart pause</string>
<string name="adaptive_playback_disabled_summary">Off</string>
<string name="adaptive_playback_intro_text">Automatically pauses media when the volume is muted and will resume automatically when volume is restored within the set time.</string>
<string name="adaptive_playback_timeout_title">Use a timeout of</string>
<string name="adaptive_playback_timeout_none">No timeout</string>
<string name="adaptive_playback_timeout_none_summary">On (no timeout)</string>
<string name="adaptive_playback_timeout_30_secs">30 seconds</string>
<string name="adaptive_playback_timeout_30_secs_summary">On (30 seconds)</string>
<string name="adaptive_playback_timeout_1_min">1 minute</string>
<string name="adaptive_playback_timeout_1_min_summary">On (1 minute)</string>
<string name="adaptive_playback_timeout_2_min">2 minutes</string>
<string name="adaptive_playback_timeout_2_min_summary">On (2 minutes)</string>
<string name="adaptive_playback_timeout_5_min">5 minutes</string>
<string name="adaptive_playback_timeout_5_min_summary">On (5 minutes)</string>
<string name="adaptive_playback_timeout_10_min">10 minutes</string>
<string name="adaptive_playback_timeout_10_min_summary">On (10 minutes)</string>
<!-- Reset auto brightness adjustment -->
<string name="reset_auto_brightness_adjustment_title">Reset preference</string>
<string name="reset_auto_brightness_adjustment_summary">Let the system forget your brightness preference and reset it to the default one</string>
<string name="reset_auto_brightness_adjustment_done">Auto brightness preference has been reset</string>
</resources>