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"> |
Bruno Martins | b58084d | 2020-11-27 11:54:28 +0000 | [diff] [blame] | 18 | <!-- Advanced keyboard settings --> |
| 19 | <string name="keyboard_extras_title">Extras</string> |
| 20 | <string name="advanced_keyboard_settings_title">Advanced settings</string> |
| 21 | |
Luca Stefani | 7e11a02 | 2019-11-02 23:09:40 +0100 | [diff] [blame] | 22 | <!-- Android debugging as root --> |
| 23 | <string name="adb_enable_root">Rooted debugging</string> |
| 24 | <string name="adb_enable_summary_root">Allow running Android debugging as root</string> |
| 25 | |
Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 26 | <!-- Backup Transport selection settings menu and activity title --> |
| 27 | <string name="backup_transport_setting_label">Change backup provider</string> |
| 28 | <string name="backup_transport_title">Select backup provider</string> |
Bruno Martins | f89ae86 | 2018-01-15 08:44:46 +0000 | [diff] [blame] | 29 | |
Jesse Chan | 0276b23 | 2020-05-26 21:23:39 +0800 | [diff] [blame] | 30 | <!-- Black theme for dark mode --> |
| 31 | <string name="berry_black_theme_title">Pure black</string> |
| 32 | <string name="berry_black_theme_summary">Pure black background for dark theme</string> |
| 33 | |
Roman Birg | 3076e5a | 2018-02-22 15:27:46 +0100 | [diff] [blame] | 34 | <!-- Device Info screen. LineageOS legal. --> |
| 35 | <string name="lineagelicense_title">LineageOS legal</string> |
| 36 | |
Michael Bestas | 0051f7a | 2022-10-03 03:05:53 +0300 | [diff] [blame] | 37 | <!-- String for removal of sensitive info on about, depending on tap --> |
| 38 | <string name="device_info_protected_single_press">Tap to show info</string> |
| 39 | |
Chirayu Desai | 43d83e0 | 2012-12-26 11:33:38 +0530 | [diff] [blame] | 40 | <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> |
| 41 | <plurals name="show_dev_countdown_cm"> |
| 42 | <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item> |
| 43 | <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item> |
| 44 | </plurals> |
| 45 | <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled --> |
| 46 | <string name="show_dev_on_cm">You have enabled development settings!</string> |
| 47 | <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> |
| 48 | <string name="show_dev_already_cm">No need, you have already enabled development settings.</string> |
| 49 | |
Willy Gardiol | 81dbb0b | 2021-07-29 14:38:16 +0200 | [diff] [blame] | 50 | <!-- Display settings screen, peak refresh rate settings summary [CHAR LIMIT=NONE] --> |
| 51 | <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> |
| 52 | |
Rashed Abdel-Tawab | 0ef43e7 | 2017-09-26 19:15:26 -0400 | [diff] [blame] | 53 | <!-- Double tap to sleep on status bar or lockscreen --> |
| 54 | <string name="status_bar_double_tap_to_sleep_title">Tap to sleep</string> |
| 55 | <string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar or lockscreen to turn off the display</string> |
| 56 | |
Ramii Ahmed | d85c898 | 2021-07-05 07:11:53 +0000 | [diff] [blame] | 57 | <!-- High touch polling rate --> |
| 58 | <string name="high_touch_polling_rate_title">High touch polling rate</string> |
| 59 | <string name="high_touch_polling_rate_summary">Increase touchscreen polling rate</string> |
| 60 | |
Michael Bestas | b345f5d | 2015-04-22 00:37:26 +0300 | [diff] [blame] | 61 | <!-- Heads-up --> |
| 62 | <string name="heads_up_notifications_enabled_title">Heads-up</string> |
| 63 | <string name="heads_up_notifications_enabled_summary">Display priority notifications in a small floating window</string> |
| 64 | |
LuK1337 | 71fac89 | 2018-03-11 11:38:52 +0100 | [diff] [blame] | 65 | <!-- High touch sensitivity --> |
| 66 | <string name="high_touch_sensitivity_title">High touch sensitivity</string> |
| 67 | <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string> |
| 68 | |
Sam Mortimer | 6d46e29 | 2019-08-15 15:10:29 -0700 | [diff] [blame] | 69 | <!-- Hotspot extras --> |
| 70 | <string name="tethering_allow_vpn_upstreams_title">Allow clients to use VPNs</string> |
| 71 | <string name="tethering_allow_vpn_upstreams_summary">Permit hotspot clients to use this device\u2019s VPN connections for upstream connectivity</string> |
| 72 | |
Danny Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 73 | <!-- Increasing ring tone volume --> |
| 74 | <string name="increasing_ring_volume_option_title">Increasing ring volume</string> |
| 75 | <string name="increasing_ring_min_volume_title">Start volume</string> |
| 76 | <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string> |
| 77 | |
beanstown106 | d64863b | 2015-10-23 21:07:35 -0400 | [diff] [blame] | 78 | <!-- Lock screen cover art --> |
| 79 | <string name="lockscreen_media_art_title">Display media cover art</string> |
| 80 | |
Michael Bestas | b35206c | 2013-12-12 05:40:54 +0200 | [diff] [blame] | 81 | <!-- Lock screen pattern size --> |
| 82 | <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string> |
| 83 | <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string> |
| 84 | <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string> |
| 85 | <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string> |
| 86 | <string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string> |
| 87 | <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly --> |
| 88 | <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string> |
| 89 | <!-- Whether the dots will be drawn when using the lockscreen pattern --> |
| 90 | <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string> |
Danny Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 91 | |
Michael Bestas | 679e617 | 2021-06-14 03:34:06 +0300 | [diff] [blame] | 92 | <!-- Max refresh rate --> |
| 93 | <string name="max_refresh_rate_title">Peak refresh rate</string> |
| 94 | |
LuK1337 | 146e53d | 2020-11-22 03:15:07 +0100 | [diff] [blame] | 95 | <!-- Min refresh rate --> |
| 96 | <string name="min_refresh_rate_title">Minimum refresh rate</string> |
| 97 | |
Bruno Martins | 2f415af | 2022-02-03 21:03:02 +0000 | [diff] [blame] | 98 | <!-- Message shown in fingerprint enrollment dialog to locate the sensor --> |
| 99 | <string name="fingerprint_enroll_find_sensor_message_front" product="tablet">Locate the fingerprint sensor on the front of your tablet.</string> |
| 100 | <string name="fingerprint_enroll_find_sensor_message_front" product="device">Locate the fingerprint sensor on the front of your device.</string> |
| 101 | <string name="fingerprint_enroll_find_sensor_message_front" product="default">Locate the fingerprint sensor on the front of your phone.</string> |
| 102 | <string name="fingerprint_enroll_find_sensor_message_rear" product="tablet">Locate the fingerprint sensor on the back of your tablet.</string> |
| 103 | <string name="fingerprint_enroll_find_sensor_message_rear" product="device">Locate the fingerprint sensor on the back of your device.</string> |
| 104 | <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] | 105 | <string name="fingerprint_enroll_find_sensor_message_side" product="tablet">Locate the fingerprint sensor on the side of your tablet.</string> |
| 106 | <string name="fingerprint_enroll_find_sensor_message_side" product="device">Locate the fingerprint sensor on the side of your device.</string> |
| 107 | <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] | 108 | |
Bruno Martins | fd95db5 | 2022-03-17 10:30:41 +0000 | [diff] [blame] | 109 | <!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor --> |
| 110 | <string name="fingerprint_enroll_touch_dialog_message_front" product="tablet">Touch the sensor on the front of your tablet.</string> |
| 111 | <string name="fingerprint_enroll_touch_dialog_message_front" product="device">Touch the sensor on the front of your device.</string> |
| 112 | <string name="fingerprint_enroll_touch_dialog_message_front" product="default">Touch the sensor on the front of your phone.</string> |
| 113 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="tablet">Touch the sensor on the back of your tablet.</string> |
| 114 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="device">Touch the sensor on the back of your device.</string> |
| 115 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="default">Touch the sensor on the back of your phone.</string> |
| 116 | <string name="fingerprint_enroll_touch_dialog_message_side" product="tablet">Touch the sensor on the side of your tablet.</string> |
| 117 | <string name="fingerprint_enroll_touch_dialog_message_side" product="device">Touch the sensor on the side of your device.</string> |
| 118 | <string name="fingerprint_enroll_touch_dialog_message_side" product="default">Touch the sensor on the side of your phone.</string> |
| 119 | |
Jesse Chan | aa016cf | 2020-05-24 21:35:34 +0800 | [diff] [blame] | 120 | <!-- Navigation bar hint --> |
| 121 | <string name="show_navbar_hint_title">Navigation hint</string> |
| 122 | <string name="show_navbar_hint_summary">Show navigation hint bar at the bottom of the screen</string> |
| 123 | |
Danny Baumann | 56d208d | 2016-10-19 13:39:33 +0200 | [diff] [blame] | 124 | <!-- Notification sound timeout --> |
| 125 | <string name="app_notification_sound_timeout_title">Minimum time between notification sounds</string> |
| 126 | <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> |
| 127 | <string name="app_notification_sound_timeout_value_none">No restriction</string> |
| 128 | <string name="app_notification_sound_timeout_value_10_seconds">10 seconds</string> |
| 129 | <string name="app_notification_sound_timeout_value_30_seconds">30 seconds</string> |
| 130 | <string name="app_notification_sound_timeout_value_1_minute">1 minute</string> |
| 131 | <string name="app_notification_sound_timeout_value_5_minutes">5 minutes</string> |
| 132 | <string name="app_notification_sound_timeout_value_15_minutes">10 minutes</string> |
| 133 | <string name="app_notification_sound_timeout_value_30_minutes">30 minutes</string> |
| 134 | |
Cédric Bellegarde | b7b91be | 2021-05-14 00:57:09 +0200 | [diff] [blame] | 135 | <!-- One shot automatic brightness --> |
| 136 | <string name="auto_brightness_one_shot_title">One shot auto-brightness</string> |
| 137 | <string name="auto_brightness_one_shot_summary">Brightness adjustment will only occur at the moment the screen is turned on</string> |
| 138 | |
Sam Mortimer | cba7424 | 2020-05-26 20:53:59 -0700 | [diff] [blame] | 139 | <!-- Per-app data restrictions --> |
| 140 | <string name="data_usage_app_restrict_all">Allow network access</string> |
| 141 | <string name="data_usage_app_restrict_all_summary">Enable network usage</string> |
Oliver Scott | 415fa88 | 2021-11-17 22:29:39 -0500 | [diff] [blame] | 142 | <string name="data_usage_app_restrict_mobile">Mobile data</string> |
| 143 | <string name="data_usage_app_restrict_mobile_summary">Enable usage of mobile data</string> |
| 144 | <string name="data_usage_app_restrict_vpn">VPN data</string> |
| 145 | <string name="data_usage_app_restrict_vpn_summary">Enable usage of VPN data</string> |
| 146 | <string name="data_usage_app_restrict_wifi">Wi\u2011Fi data</string> |
| 147 | <string name="data_usage_app_restrict_wifi_summary">Enable usage of Wi\u2011Fi data</string> |
Sam Mortimer | cba7424 | 2020-05-26 20:53:59 -0700 | [diff] [blame] | 148 | |
Adnan | 6614a15 | 2014-08-03 15:52:05 -0700 | [diff] [blame] | 149 | <!-- PIN scramble --> |
| 150 | <string name="unlock_scramble_pin_layout_title">Scramble layout</string> |
| 151 | <string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string> |
| 152 | |
Bruno Martins | 117eba1 | 2017-12-02 12:52:18 +0000 | [diff] [blame] | 153 | <!-- Proximity wake --> |
| 154 | <string name="proximity_wake_title">Prevent accidental wake-up</string> |
| 155 | <string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string> |
| 156 | |
Bruno Martins | aa24650 | 2017-08-21 00:46:49 +0100 | [diff] [blame] | 157 | <!-- Touchscreen gesture settings --> |
| 158 | <string name="touchscreen_gesture_settings_title">Touchscreen gestures</string> |
| 159 | <string name="touchscreen_gesture_settings_summary">Perform various touchscreen gestures for quick actions</string> |
| 160 | |
LuK1337 | 71fac89 | 2018-03-11 11:38:52 +0100 | [diff] [blame] | 161 | <!-- Touchscreen hovering --> |
| 162 | <string name="touchscreen_hovering_title">Touchscreen hovering</string> |
| 163 | <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string> |
| 164 | |
Jon Evans | 922a9ad | 2014-11-30 15:29:13 -0500 | [diff] [blame] | 165 | <!-- Wake on plug --> |
| 166 | <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string> |
| 167 | <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] | 168 | |
| 169 | <!-- FastCharge feature --> |
| 170 | <string name="fast_charging_title">Fast charging</string> |
| 171 | <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] | 172 | |
| 173 | <!-- Preference and settings suggestion title text for screen off UDFPS (phone) [CHAR LIMIT=60]--> |
| 174 | <string name="ambient_display_screen_off_udfps_title" product="default">Long press on fingerprint sensor to unlock phone</string> |
| 175 | <!-- Preference and settings suggestion title text for screen off UDFPS (tablet) [CHAR LIMIT=60]--> |
| 176 | <string name="ambient_display_screen_off_udfps_title" product="tablet">Long press on fingerprint sensor to unlock tablet</string> |
| 177 | <!-- Preference and settings suggestion title text for screen off UDFPS (device) [CHAR LIMIT=60]--> |
| 178 | <string name="ambient_display_screen_off_udfps_title" product="device">Long press on fingerprint sensor to unlock device</string> |
| 179 | <!-- Summary text for screen off UDFPS [CHAR LIMIT=NONE]--> |
| 180 | <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] | 181 | |
| 182 | <!-- Warning message for the sd card setup --> |
| 183 | <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] | 184 | |
| 185 | <!-- Location settings screen, setting summary for Assisted GPS switch --> |
Chirayu Desai | d07f896 | 2023-02-25 03:03:23 +0530 | [diff] [blame^] | 186 | <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] | 187 | </resources> |