Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Bruno Martins | b1540f2 | 2023-04-18 16:16:34 +0100 | [diff] [blame] | 3 | Copyright (C) 2017-2023 The LineageOS Project |
Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Chirayu Desai | 41b4ed3 | 2019-06-24 21:27:26 +0530 | [diff] [blame] | 18 | <!-- Private DNS --> |
| 19 | <string name="private_dns_mode_cloudflare" translatable="false">Cloudflare DNS</string> |
| 20 | <!-- Alternative: 1dot1dot1dot1.cloudflare-dns.com --> |
| 21 | <string name="private_dns_hostname_cloudflare" translatable="false">one.one.one.one</string> |
| 22 | |
Bruno Martins | b58084d | 2020-11-27 11:54:28 +0000 | [diff] [blame] | 23 | <!-- Advanced keyboard settings --> |
| 24 | <string name="keyboard_extras_title">Extras</string> |
| 25 | <string name="advanced_keyboard_settings_title">Advanced settings</string> |
| 26 | |
Luca Stefani | 7e11a02 | 2019-11-02 23:09:40 +0100 | [diff] [blame] | 27 | <!-- Android debugging as root --> |
| 28 | <string name="adb_enable_root">Rooted debugging</string> |
| 29 | <string name="adb_enable_summary_root">Allow running Android debugging as root</string> |
| 30 | |
Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 31 | <!-- Backup Transport selection settings menu and activity title --> |
| 32 | <string name="backup_transport_setting_label">Change backup provider</string> |
| 33 | <string name="backup_transport_title">Select backup provider</string> |
Bruno Martins | f89ae86 | 2018-01-15 08:44:46 +0000 | [diff] [blame] | 34 | |
Jesse Chan | 0276b23 | 2020-05-26 21:23:39 +0800 | [diff] [blame] | 35 | <!-- Black theme for dark mode --> |
| 36 | <string name="berry_black_theme_title">Pure black</string> |
| 37 | <string name="berry_black_theme_summary">Pure black background for dark theme</string> |
| 38 | |
Roman Birg | 3076e5a | 2018-02-22 15:27:46 +0100 | [diff] [blame] | 39 | <!-- Device Info screen. LineageOS legal. --> |
| 40 | <string name="lineagelicense_title">LineageOS legal</string> |
| 41 | |
Michael Bestas | 0051f7a | 2022-10-03 03:05:53 +0300 | [diff] [blame] | 42 | <!-- String for removal of sensitive info on about, depending on tap --> |
| 43 | <string name="device_info_protected_single_press">Tap to show info</string> |
| 44 | |
Chirayu Desai | 43d83e0 | 2012-12-26 11:33:38 +0530 | [diff] [blame] | 45 | <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> |
| 46 | <plurals name="show_dev_countdown_cm"> |
| 47 | <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item> |
| 48 | <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item> |
| 49 | </plurals> |
| 50 | <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled --> |
| 51 | <string name="show_dev_on_cm">You have enabled development settings!</string> |
| 52 | <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> |
| 53 | <string name="show_dev_already_cm">No need, you have already enabled development settings.</string> |
| 54 | |
Willy Gardiol | 81dbb0b | 2021-07-29 14:38:16 +0200 | [diff] [blame] | 55 | <!-- Display settings screen, peak refresh rate settings summary [CHAR LIMIT=NONE] --> |
| 56 | <string name="peak_refresh_rate_summary_custom">Automatically raises the refresh rate from 60 to %1$d Hz for some content. Increases battery usage.</string> |
| 57 | |
Rashed Abdel-Tawab | 0ef43e7 | 2017-09-26 19:15:26 -0400 | [diff] [blame] | 58 | <!-- Double tap to sleep on status bar or lockscreen --> |
| 59 | <string name="status_bar_double_tap_to_sleep_title">Tap to sleep</string> |
| 60 | <string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar or lockscreen to turn off the display</string> |
| 61 | |
Ramii Ahmed | d85c898 | 2021-07-05 07:11:53 +0000 | [diff] [blame] | 62 | <!-- High touch polling rate --> |
| 63 | <string name="high_touch_polling_rate_title">High touch polling rate</string> |
| 64 | <string name="high_touch_polling_rate_summary">Increase touchscreen polling rate</string> |
| 65 | |
Michael Bestas | b345f5d | 2015-04-22 00:37:26 +0300 | [diff] [blame] | 66 | <!-- Heads-up --> |
| 67 | <string name="heads_up_notifications_enabled_title">Heads-up</string> |
| 68 | <string name="heads_up_notifications_enabled_summary">Display priority notifications in a small floating window</string> |
| 69 | |
LuK1337 | 71fac89 | 2018-03-11 11:38:52 +0100 | [diff] [blame] | 70 | <!-- High touch sensitivity --> |
| 71 | <string name="high_touch_sensitivity_title">High touch sensitivity</string> |
| 72 | <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string> |
| 73 | |
Sam Mortimer | 6d46e29 | 2019-08-15 15:10:29 -0700 | [diff] [blame] | 74 | <!-- Hotspot extras --> |
| 75 | <string name="tethering_allow_vpn_upstreams_title">Allow clients to use VPNs</string> |
| 76 | <string name="tethering_allow_vpn_upstreams_summary">Permit hotspot clients to use this device\u2019s VPN connections for upstream connectivity</string> |
| 77 | |
Danny Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 78 | <!-- Increasing ring tone volume --> |
| 79 | <string name="increasing_ring_volume_option_title">Increasing ring volume</string> |
| 80 | <string name="increasing_ring_min_volume_title">Start volume</string> |
| 81 | <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string> |
| 82 | |
beanstown106 | d64863b | 2015-10-23 21:07:35 -0400 | [diff] [blame] | 83 | <!-- Lock screen cover art --> |
| 84 | <string name="lockscreen_media_art_title">Display media cover art</string> |
| 85 | |
Michael Bestas | b35206c | 2013-12-12 05:40:54 +0200 | [diff] [blame] | 86 | <!-- Lock screen pattern size --> |
| 87 | <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string> |
| 88 | <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string> |
| 89 | <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string> |
| 90 | <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string> |
| 91 | <string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string> |
| 92 | <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly --> |
| 93 | <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string> |
| 94 | <!-- Whether the dots will be drawn when using the lockscreen pattern --> |
| 95 | <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string> |
Danny Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 96 | |
Michael Bestas | 679e617 | 2021-06-14 03:34:06 +0300 | [diff] [blame] | 97 | <!-- Max refresh rate --> |
| 98 | <string name="max_refresh_rate_title">Peak refresh rate</string> |
| 99 | |
LuK1337 | 146e53d | 2020-11-22 03:15:07 +0100 | [diff] [blame] | 100 | <!-- Min refresh rate --> |
| 101 | <string name="min_refresh_rate_title">Minimum refresh rate</string> |
| 102 | |
Bruno Martins | 2f415af | 2022-02-03 21:03:02 +0000 | [diff] [blame] | 103 | <!-- Message shown in fingerprint enrollment dialog to locate the sensor --> |
| 104 | <string name="fingerprint_enroll_find_sensor_message_front" product="tablet">Locate the fingerprint sensor on the front of your tablet.</string> |
| 105 | <string name="fingerprint_enroll_find_sensor_message_front" product="device">Locate the fingerprint sensor on the front of your device.</string> |
| 106 | <string name="fingerprint_enroll_find_sensor_message_front" product="default">Locate the fingerprint sensor on the front of your phone.</string> |
| 107 | <string name="fingerprint_enroll_find_sensor_message_rear" product="tablet">Locate the fingerprint sensor on the back of your tablet.</string> |
| 108 | <string name="fingerprint_enroll_find_sensor_message_rear" product="device">Locate the fingerprint sensor on the back of your device.</string> |
| 109 | <string name="fingerprint_enroll_find_sensor_message_rear" product="default">Locate the fingerprint sensor on the back of your phone.</string> |
Bruno Martins | b1540f2 | 2023-04-18 16:16:34 +0100 | [diff] [blame] | 110 | <string name="fingerprint_enroll_find_sensor_message_side" product="tablet">Locate the fingerprint sensor on the side of your tablet.</string> |
| 111 | <string name="fingerprint_enroll_find_sensor_message_side" product="device">Locate the fingerprint sensor on the side of your device.</string> |
| 112 | <string name="fingerprint_enroll_find_sensor_message_side" product="default">Locate the fingerprint sensor on the side of your phone.</string> |
Bruno Martins | 2f415af | 2022-02-03 21:03:02 +0000 | [diff] [blame] | 113 | |
Bruno Martins | fd95db5 | 2022-03-17 10:30:41 +0000 | [diff] [blame] | 114 | <!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor --> |
| 115 | <string name="fingerprint_enroll_touch_dialog_message_front" product="tablet">Touch the sensor on the front of your tablet.</string> |
| 116 | <string name="fingerprint_enroll_touch_dialog_message_front" product="device">Touch the sensor on the front of your device.</string> |
| 117 | <string name="fingerprint_enroll_touch_dialog_message_front" product="default">Touch the sensor on the front of your phone.</string> |
| 118 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="tablet">Touch the sensor on the back of your tablet.</string> |
| 119 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="device">Touch the sensor on the back of your device.</string> |
| 120 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="default">Touch the sensor on the back of your phone.</string> |
| 121 | <string name="fingerprint_enroll_touch_dialog_message_side" product="tablet">Touch the sensor on the side of your tablet.</string> |
| 122 | <string name="fingerprint_enroll_touch_dialog_message_side" product="device">Touch the sensor on the side of your device.</string> |
| 123 | <string name="fingerprint_enroll_touch_dialog_message_side" product="default">Touch the sensor on the side of your phone.</string> |
| 124 | |
Jesse Chan | aa016cf | 2020-05-24 21:35:34 +0800 | [diff] [blame] | 125 | <!-- Navigation bar hint --> |
| 126 | <string name="show_navbar_hint_title">Navigation hint</string> |
| 127 | <string name="show_navbar_hint_summary">Show navigation hint bar at the bottom of the screen</string> |
| 128 | |
Danny Baumann | 56d208d | 2016-10-19 13:39:33 +0200 | [diff] [blame] | 129 | <!-- Notification sound timeout --> |
| 130 | <string name="app_notification_sound_timeout_title">Minimum time between notification sounds</string> |
| 131 | <string name="app_notification_sound_timeout_summary_template">Allow sounds or vibration no more than once every <xliff:g id="duration">%1$s</xliff:g></string> |
| 132 | <string name="app_notification_sound_timeout_value_none">No restriction</string> |
| 133 | <string name="app_notification_sound_timeout_value_10_seconds">10 seconds</string> |
| 134 | <string name="app_notification_sound_timeout_value_30_seconds">30 seconds</string> |
| 135 | <string name="app_notification_sound_timeout_value_1_minute">1 minute</string> |
| 136 | <string name="app_notification_sound_timeout_value_5_minutes">5 minutes</string> |
LuK1337 | df7822f | 2024-08-15 18:48:49 +0200 | [diff] [blame] | 137 | <string name="app_notification_sound_timeout_value_15_minutes">15 minutes</string> |
Danny Baumann | 56d208d | 2016-10-19 13:39:33 +0200 | [diff] [blame] | 138 | <string name="app_notification_sound_timeout_value_30_minutes">30 minutes</string> |
| 139 | |
Cédric Bellegarde | b7b91be | 2021-05-14 00:57:09 +0200 | [diff] [blame] | 140 | <!-- One shot automatic brightness --> |
| 141 | <string name="auto_brightness_one_shot_title">One shot auto-brightness</string> |
| 142 | <string name="auto_brightness_one_shot_summary">Brightness adjustment will only occur at the moment the screen is turned on</string> |
| 143 | |
Sam Mortimer | cba7424 | 2020-05-26 20:53:59 -0700 | [diff] [blame] | 144 | <!-- Per-app data restrictions --> |
| 145 | <string name="data_usage_app_restrict_all">Allow network access</string> |
| 146 | <string name="data_usage_app_restrict_all_summary">Enable network usage</string> |
| 147 | |
Adnan | 6614a15 | 2014-08-03 15:52:05 -0700 | [diff] [blame] | 148 | <!-- PIN scramble --> |
| 149 | <string name="unlock_scramble_pin_layout_title">Scramble layout</string> |
| 150 | <string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string> |
| 151 | |
Bruno Martins | 117eba1 | 2017-12-02 12:52:18 +0000 | [diff] [blame] | 152 | <!-- Proximity wake --> |
| 153 | <string name="proximity_wake_title">Prevent accidental wake-up</string> |
| 154 | <string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string> |
| 155 | |
Bruno Martins | aa24650 | 2017-08-21 00:46:49 +0100 | [diff] [blame] | 156 | <!-- Touchscreen gesture settings --> |
| 157 | <string name="touchscreen_gesture_settings_title">Touchscreen gestures</string> |
| 158 | <string name="touchscreen_gesture_settings_summary">Perform various touchscreen gestures for quick actions</string> |
| 159 | |
LuK1337 | 71fac89 | 2018-03-11 11:38:52 +0100 | [diff] [blame] | 160 | <!-- Touchscreen hovering --> |
| 161 | <string name="touchscreen_hovering_title">Touchscreen hovering</string> |
| 162 | <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string> |
| 163 | |
Jon Evans | 922a9ad | 2014-11-30 15:29:13 -0500 | [diff] [blame] | 164 | <!-- Wake on plug --> |
| 165 | <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string> |
| 166 | <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string> |
Bruno Martins | 898c7ac | 2021-01-18 23:47:54 +0000 | [diff] [blame] | 167 | |
| 168 | <!-- FastCharge feature --> |
| 169 | <string name="fast_charging_title">Fast charging</string> |
| 170 | <string name="fast_charging_summary">Disable to reduce the heat produced by the device while charging or to extend the lifespan of the battery</string> |
Cosmin Tanislav | a1c9541 | 2022-06-23 01:44:32 +0300 | [diff] [blame] | 171 | |
| 172 | <!-- Preference and settings suggestion title text for screen off UDFPS (phone) [CHAR LIMIT=60]--> |
| 173 | <string name="ambient_display_screen_off_udfps_title" product="default">Long press on fingerprint sensor to unlock phone</string> |
| 174 | <!-- Preference and settings suggestion title text for screen off UDFPS (tablet) [CHAR LIMIT=60]--> |
| 175 | <string name="ambient_display_screen_off_udfps_title" product="tablet">Long press on fingerprint sensor to unlock tablet</string> |
| 176 | <!-- Preference and settings suggestion title text for screen off UDFPS (device) [CHAR LIMIT=60]--> |
| 177 | <string name="ambient_display_screen_off_udfps_title" product="device">Long press on fingerprint sensor to unlock device</string> |
| 178 | <!-- Summary text for screen off UDFPS [CHAR LIMIT=NONE]--> |
| 179 | <string name="ambient_display_screen_off_udfps_summary">To wake up your screen and unlock, long press your under-display fingerprint sensor.</string> |
Michael W | c57f814 | 2022-12-08 14:43:55 +0100 | [diff] [blame] | 180 | |
| 181 | <!-- Warning message for the sd card setup --> |
| 182 | <string name="storage_warning_internal">Warning: This option may not work properly or lead to data loss and is therefore not recommended!</string> |
juwei | edd4545 | 2018-05-07 13:31:50 +0800 | [diff] [blame] | 183 | |
| 184 | <!-- Location settings screen, setting summary for Assisted GPS switch --> |
Chirayu Desai | d07f896 | 2023-02-25 03:03:23 +0530 | [diff] [blame] | 185 | <string name="assisted_gps_summary">Download satellite assistance data from the internet which can greatly improve the GPS startup performance. For emergency calls, assisted GPS is always allowed.</string> |
Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 186 | </resources> |