Some apps like PokemonGo & some dating apps uses isFromMockProvider() API to restrict the Mock Location usage. This change will allow to override the Mock Location usage restriction. Change-Id: I288f6c0b8f9c0f91f1d1b609eda154b1b7588120 Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
440 lines
27 KiB
XML
440 lines
27 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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- 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>
|
|
<string name="hdr_max_brightness_percent_title">HDR Display intensity</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>
|
|
|
|
<!-- Force dark mode -->
|
|
<string name="force_dark_title">Dark mode for third-party apps</string>
|
|
<string name="force_dark_summary">Forces darker colors in apps lacking dark mode. Some screens may appear off.</string>
|
|
|
|
<!-- Data Usage Cycle -->
|
|
<string name="billing_cycle_type_title">Mobile data usage cycle type</string>
|
|
<string name="billing_cycle_type_monthly">Monthly</string>
|
|
<string name="billing_cycle_type_weekly">Weekly</string>
|
|
<string name="billing_cycle_type_daily">Daily</string>
|
|
<string name="billing_cycle_less_than_one_hour_left">Less than 1 hour left</string>
|
|
<string name="billing_cycle_hours_left">{count, plural,
|
|
=1 {# hour left}
|
|
other {# hours left}
|
|
}</string>
|
|
<string name="cycle_type_weekly_title">Usage cycle reset day</string>
|
|
<string name="cycle_type_weekly_sub">Day of each week:\n1 = Monday</string>
|
|
<string name="cycle_type_daily_title">Usage cycle reset hour</string>
|
|
<string name="cycle_type_daily_sub">Hour of each day:</string>
|
|
|
|
<!-- Wake gestures haptics -->
|
|
<string name="doze_gesture_vibrate_title">Haptic feedback</string>
|
|
<string name="doze_gesture_vibrate_summary">Vibrate when this gesture is invoked</string>
|
|
|
|
<!-- Button settings -->
|
|
<string name="touchscreen_gesture_action_play_pause_music">Play/pause music playback</string>
|
|
<string name="hardware_keys_action_nothing">No action</string>
|
|
<string name="hardware_keys_action_menu">Open/close menu</string>
|
|
<string name="hardware_keys_action_app_switch">Recent apps switcher</string>
|
|
<string name="hardware_keys_action_search">Search assistant</string>
|
|
<string name="hardware_keys_action_voice_search">Voice search</string>
|
|
<string name="hardware_keys_action_in_app_search">In-app search</string>
|
|
<string name="hardware_keys_action_launch_camera">Launch camera</string>
|
|
<string name="hardware_keys_action_sleep">Turn screen off</string>
|
|
<string name="hardware_keys_action_last_app">Last app</string>
|
|
<string name="hardware_keys_action_split_screen">Split screen</string>
|
|
<string name="hardware_keys_action_close_app">Kill app</string>
|
|
<string name="hardware_keys_action_play_pause_music" translatable="false">@string/touchscreen_gesture_action_play_pause_music</string>
|
|
<string name="hardware_keys_action_torch">Toggle torch</string>
|
|
<string name="hardware_keys_action_screenshot">Take screenshot</string>
|
|
<string name="hardware_keys_action_volume_panel">Toggle volume panel</string>
|
|
<string name="hardware_keys_action_clear_all_notifications">Clear all notifications</string>
|
|
<string name="hardware_keys_action_notifications_panel">Toggle notifications panel</string>
|
|
<string name="hardware_keys_action_expand_qs_panel">Expand QS panel</string>
|
|
<string name="hardware_keys_action_ringer_modes">Change ringer mode</string>
|
|
|
|
<!-- Three Finger Gestures -->
|
|
<string name="three_finger_gesture_action_title">Three Finger Swipe Gestures</string>
|
|
<string name="three_finger_gesture_action_dialog_title">Swipe Three Finger Gestures Actions</string>
|
|
<string name="three_finger_long_press_action_title">Three Finger Long Press Gestures</string>
|
|
<string name="three_finger_long_press_action_dialog_title">Swipe Three Finger Gestures Actions</string>
|
|
|
|
<!-- NT Three finger -->
|
|
<string name="nt_gesture_three_finger_swipe">Three finger swipe</string>
|
|
<string name="nt_gesture_three_finger_swipe_summary">Swipe down with three fingers to perform actions.</string>
|
|
<string name="nt_gesture_three_finger_long_press">Three finger long press</string>
|
|
<string name="nt_gesture_three_finger_long_press_summary">Press and hold with three fingers and then swipe down to take an area screenshot.</string>
|
|
<string name="nt_combination_power_volume_click">Disable power button & volume down button</string>
|
|
<string name="nt_combination_power_volume_click_summary">Disable the function of taking a screenshot by pressing and holding the power button and the volume down button.</string>
|
|
|
|
<!-- Power off verify -->
|
|
<string name="power_off_verify_footer">Power off verification protects your device by preventing others from turning it off immediately after it\'s lost, increasing the chances of recovery. You only need to enter your lock screen password when powering off or restarting the phone from the lock screen.</string>
|
|
<string name="power_off_verify_summary">When your device is locked, you\'ll need to use your password to power off or restart.</string>
|
|
<string name="power_off_verify_title">Power off verify</string>
|
|
|
|
<!-- IME button space -->
|
|
<string name="show_ime_space_title">Show IME button space</string>
|
|
<string name="show_ime_space_summary">Enable the input method quick switch feature to switch input methods or hide the on-screen keyboard from the feature bar at the bottom of the screen when typing</string>
|
|
|
|
<!-- Pulse on music track change -->
|
|
<string name="pulse_on_new_tracks_title">Music ticker</string>
|
|
<string name="pulse_on_new_tracks_summary">Show Ambient Display when a new music track is played</string>
|
|
|
|
<!-- Per-app configs -->
|
|
<string name="per_app_config_empty_text">No installed apps support current settings</string>
|
|
|
|
<!-- Per-app refresh rate -->
|
|
<string name="per_app_refresh_rate_title">Per-app refresh rate config</string>
|
|
<string name="per_app_refresh_rate_summary">Configure refresh rate individually for each apps</string>
|
|
<string name="per_app_refresh_rate_default">Follow system</string>
|
|
|
|
<!-- Screen refresh rate -->
|
|
<string name="screen_refresh_rate_title">Screen refresh rate</string>
|
|
<string name="min_refresh_rate_title">Minimum refresh rate</string>
|
|
<string name="max_refresh_rate_title">Maximum refresh rate</string>
|
|
<string name="battery_saver_refresh_rate_title">Reduce refresh rate</string>
|
|
<string name="battery_saver_refresh_rate_summary">Use 60 Hz screen refresh rate to save power when Battery Saver is on</string>
|
|
<string name="battery_saver_refresh_rate_disabled_summary">Extreme refresh rate is on</string>
|
|
|
|
<!-- Extreme refresh rate -->
|
|
<string name="extreme_refresh_rate_title">Extreme refresh rate</string>
|
|
<string name="extreme_refresh_rate_summary">Force highest refresh rate for all apps</string>
|
|
<string name="extreme_refresh_rate_warning">This will ensure system select highest refresh rate, ignoring user selected and app preferred options. Apps that require specific refresh rate may run abnormally.</string>
|
|
|
|
<!-- Confirm dialog -->
|
|
<string name="confirm_before_enable_title">Continue to enable?</string>
|
|
|
|
<!-- Override Mock Location restriction -->
|
|
<string name="override_mock_location_title">Override MockLocation restriction</string>
|
|
<string name="override_mock_location_summary">When enabled, apps cannot detect mock locations</string>
|
|
</resources>
|