Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The CyanogenMod Project |
Joey | 5ff7c28 | 2019-01-09 22:23:34 +0100 | [diff] [blame] | 4 | Copyright (C) 2017-2019 The LineageOS Project |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | --> |
| 18 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 19 | |
Sam Mortimer | 32a2abb | 2017-09-18 21:40:24 -0700 | [diff] [blame] | 20 | <string name="lineageparts_title">LineageOS Settings</string> |
Steve Kondik | 362d0d6 | 2016-09-25 23:53:46 -0700 | [diff] [blame] | 21 | |
| 22 | <!-- Generic stuff used everywhere --> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 23 | <string name="loading">Loading\u2026</string> |
| 24 | <string name="dlg_ok">OK</string> |
| 25 | <string name="cancel">Cancel</string> |
Steve Kondik | 02f90a6 | 2016-09-03 16:23:35 -0700 | [diff] [blame] | 26 | <string name="add">Add</string> |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 27 | <string name="choose_app">Choose app</string> |
| 28 | <string name="reset">Reset</string> |
Steve Kondik | 02f90a6 | 2016-09-03 16:23:35 -0700 | [diff] [blame] | 29 | <string name="advanced">Advanced</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 30 | <string name="settings">Settings</string> |
| 31 | <string name="name">Name</string> |
| 32 | <string name="back">Back</string> |
| 33 | <string name="finish">Finish</string> |
| 34 | <string name="next">Next</string> |
| 35 | <string name="on">On</string> |
| 36 | <string name="off">Off</string> |
| 37 | <string name="yes">Yes</string> |
| 38 | <string name="no">No</string> |
Steve Kondik | 362d0d6 | 2016-09-25 23:53:46 -0700 | [diff] [blame] | 39 | <string name="search">Search</string> |
Bruno Martins | c3e6d38 | 2019-09-06 11:36:08 +0100 | [diff] [blame] | 40 | <string name="search_menu">Search settings</string> |
Steve Kondik | 1827c85 | 2016-10-10 01:34:08 -0700 | [diff] [blame] | 41 | <string name="disabled">Disabled</string> |
| 42 | <string name="enabled">Enabled</string> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 43 | |
Alberto97 | 4069ed4 | 2017-09-05 14:03:00 +0100 | [diff] [blame] | 44 | <!-- DO NOT TRANSLATE Empty summary for dynamic preferences --> |
| 45 | <string name="summary_empty" translatable="false"></string> |
| 46 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 47 | <!-- Privacy Settings Header item --> |
| 48 | <string name="privacy_settings_title">Privacy</string> |
Simon Shields | ae1f124 | 2016-12-27 21:29:31 +1100 | [diff] [blame] | 49 | <string name="privacy_settings_category" translatable="false">LineageOS</string> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 50 | |
| 51 | <!-- Privacy Guard --> |
| 52 | <string name="privacy_guard_switch_label">Enable Privacy Guard</string> |
| 53 | <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string> |
| 54 | <string name="privacy_guard_dlg_text">When Privacy Guard is enabled, the app will not be able to access personal data such as contacts, messages or call logs.</string> |
| 55 | <string name="privacy_guard_dlg_system_app_text">When enabling Privacy Guard for a built-in app, the app will not be able to access or provide personal data. This may cause other apps to misbehave.</string> |
| 56 | <string name="privacy_guard_default_title">Enabled by default</string> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 57 | <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string> |
| 58 | <string name="privacy_guard_no_user_apps">No apps are installed</string> |
| 59 | <string name="privacy_guard_help_title">Help</string> |
| 60 | <string name="privacy_guard_reset_title">Reset</string> |
| 61 | <string name="privacy_guard_reset_text">Reset permissions?</string> |
| 62 | <string name="privacy_guard_help_text">In this screen you can choose which apps Privacy Guard should be active for by simply tapping on them. Selected apps will not be able to access your personal data such as contacts, messages or call logs. Long pressing an app\'s entry opens its app details screen.\n\nBuilt-in apps are not shown by default but can be revealed by selecting the respective menu option.</string> |
| 63 | <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string> |
| 64 | <string name="privacy_guard_advanced_settings_title">Advanced</string> |
| 65 | <string name="privacy_guard_notification_title">Show notification</string> |
| 66 | |
Alexander Martinz | b6e35a5 | 2019-03-06 19:37:48 +0100 | [diff] [blame] | 67 | <!-- Notification channels --> |
| 68 | <string name="channel_light_settings_id" translatable="false">light_settings</string> |
| 69 | <string name="channel_light_settings_name">Light settings preview</string> |
| 70 | |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 71 | <!-- Notification light dialogs --> |
| 72 | <string name="edit_light_settings">Edit light settings</string> |
| 73 | <string name="pulse_speed_title">Pulse length and speed</string> |
| 74 | <string name="default_time">Normal</string> |
| 75 | <string name="custom_time">Custom</string> |
| 76 | <string name="dialog_delete_title">Delete</string> |
| 77 | <string name="dialog_delete_message">Remove selected item?</string> |
| 78 | <string name="brightness">Brightness level</string> |
| 79 | |
| 80 | <!-- Values for the notification light pulse spinners --> |
| 81 | <string name="pulse_length_always_on">Always on</string> |
| 82 | <string name="pulse_length_very_short">Very short</string> |
| 83 | <string name="pulse_length_short">Short</string> |
| 84 | <string name="pulse_length_normal">Normal</string> |
| 85 | <string name="pulse_length_long">Long</string> |
| 86 | <string name="pulse_length_very_long">Very long</string> |
| 87 | <string name="pulse_speed_very_fast">Very fast</string> |
| 88 | <string name="pulse_speed_fast">Fast</string> |
| 89 | <string name="pulse_speed_normal">Normal</string> |
| 90 | <string name="pulse_speed_slow">Slow</string> |
| 91 | <string name="pulse_speed_very_slow">Very slow</string> |
| 92 | |
Sam Mortimer | e33f56f | 2017-11-25 00:46:31 -0800 | [diff] [blame] | 93 | <!-- Common light settings strings --> |
| 94 | <string name="light_brightness_title">Brightness levels</string> |
| 95 | <string name="light_brightness_normal">Normal</string> |
| 96 | <string name="light_brightness_zen">Do Not Disturb</string> |
| 97 | |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 98 | <!-- Battery light settings --> |
Steve Kondik | c7d7dc0 | 2016-09-13 03:59:09 -0700 | [diff] [blame] | 99 | <string name="battery_light_title">Battery light</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 100 | <string name="battery_low_pulse_title">Pulse if battery low</string> |
| 101 | <string name="battery_light_list_title">Colors</string> |
| 102 | <string name="battery_light_low_color_title">Battery low</string> |
| 103 | <string name="battery_light_medium_color_title">Charging</string> |
| 104 | <string name="battery_light_full_color_title">Fully charged</string> |
Sam Mortimer | e33f56f | 2017-11-25 00:46:31 -0800 | [diff] [blame] | 105 | <string name="battery_light_brightness_normal" translatable="false">@string/light_brightness_normal</string> |
| 106 | <string name="battery_light_brightness_zen" translatable="false">@string/light_brightness_zen</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 107 | |
| 108 | <!-- Lights settings screen, notification light settings --> |
Steve Kondik | c7d7dc0 | 2016-09-13 03:59:09 -0700 | [diff] [blame] | 109 | <string name="notification_light_title">Notification light</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 110 | <string name="notification_light_general_title">General</string> |
| 111 | <string name="notification_light_advanced_title">Advanced</string> |
| 112 | <string name="notification_light_applist_title">Apps</string> |
| 113 | <string name="notification_light_phonelist_title">Phone</string> |
| 114 | <string name="notification_light_use_custom">Use custom values</string> |
| 115 | <string name="notification_light_default_value">Default</string> |
| 116 | <string name="notification_light_missed_call_title">Missed call</string> |
| 117 | <string name="notification_light_voicemail_title">Voicemail</string> |
Sam Mortimer | e33f56f | 2017-11-25 00:46:31 -0800 | [diff] [blame] | 118 | <string name="notification_light_brightness_normal" translatable="false">@string/light_brightness_normal</string> |
| 119 | <string name="notification_light_brightness_zen" translatable="false">@string/light_brightness_zen</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 120 | <string name="notification_light_screen_on">Lights with screen on</string> |
| 121 | <string name="notification_light_zen_mode">Lights in Do Not Disturb mode</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 122 | <string name="keywords_lights_brightness_level">dim leds brightness</string> |
| 123 | <string name="notification_light_automagic">Choose colors automatically</string> |
Steve Kondik | 1827c85 | 2016-10-10 01:34:08 -0700 | [diff] [blame] | 124 | <string name="notification_light_automagic_summary">Choosing colors automatically</string> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 125 | |
| 126 | <!-- Lights settings, LED notification --> |
| 127 | <string name="led_notification_title">Light settings</string> |
| 128 | <string name="led_notification_text">LED light enabled by settings</string> |
| 129 | <string name="notification_light_no_apps_summary">To add per app control, activate \'%1$s\' and press \'\u002b\' on the menu bar</string> |
| 130 | |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 131 | <!-- LiveDisplay --> |
| 132 | <string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string> |
| 133 | <string name="live_display_mode">Display mode</string> |
| 134 | <string name="live_display_color_temperature_title">Color temperature</string> |
| 135 | <string name="live_display_color_temperature_summary">Day: <xliff:g id="day_temperature">%1$d</xliff:g>K Night: <xliff:g id="night_temperature">%2$d</xliff:g>K</string> |
| 136 | <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string> |
| 137 | <string name="live_display_day">Day</string> |
| 138 | <string name="live_display_night">Night</string> |
| 139 | <string name="live_display_outdoor_mode_title">Automatic outdoor mode</string> |
| 140 | <string name="live_display_outdoor_mode_summary">Increase brightness and saturation automatically under bright sunlight</string> |
| 141 | <string name="live_display_low_power_title">Reduce power consumption</string> |
| 142 | <string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string> |
| 143 | <string name="live_display_enhance_color_title">Enhance colors</string> |
| 144 | <string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string> |
| 145 | <string name="live_display_color_profile_title">Color profile</string> |
| 146 | <string name="live_display_color_profile_standard_title">Standard</string> |
dianlujitao | 9e4fe06 | 2017-02-13 16:39:54 +0800 | [diff] [blame] | 147 | <string name="live_display_color_profile_standard_summary">Accurate colors and bright whites</string> |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 148 | <string name="live_display_color_profile_natural_title">Natural</string> |
| 149 | <string name="live_display_color_profile_natural_summary">Realistic colors and flesh tones</string> |
| 150 | <string name="live_display_color_profile_dynamic_title">Dynamic</string> |
| 151 | <string name="live_display_color_profile_dynamic_summary">Enhanced colors and bright whites</string> |
| 152 | <string name="live_display_color_profile_cinema_title">Cinema</string> |
| 153 | <string name="live_display_color_profile_cinema_summary">Perfect color reproduction for video</string> |
| 154 | <string name="live_display_color_profile_astronomy_title">Astronomy</string> |
| 155 | <string name="live_display_color_profile_astronomy_summary">Deep red for preserving night vision</string> |
| 156 | <string name="live_display_color_profile_photography_title">Photography</string> |
| 157 | <string name="live_display_color_profile_photography_summary">Perfect color reproduction for photos</string> |
| 158 | <string name="live_display_color_profile_basic_title">Basic</string> |
| 159 | <string name="live_display_color_profile_basic_summary">Use the display uncalibrated</string> |
| 160 | <string name="live_display_color_profile_adaptive_title">Adaptive</string> |
| 161 | <string name="live_display_color_profile_adaptive_summary">Colors adapt to ambient conditions</string> |
Luca Stefani | 7a47290 | 2017-01-22 15:14:01 +0100 | [diff] [blame] | 162 | <string name="live_display_color_profile_reading_title">Reading</string> |
| 163 | <string name="live_display_color_profile_reading_summary">Warmer colors for less eye strain</string> |
dianlujitao | 280d420 | 2017-02-13 14:11:09 +0800 | [diff] [blame] | 164 | <string name="live_display_color_profile_srgb_title">sRGB</string> |
| 165 | <string name="live_display_color_profile_srgb_summary">Colors accurate to the sRGB color space</string> |
dianlujitao | c604da8 | 2017-08-15 22:05:25 +0800 | [diff] [blame] | 166 | <string name="live_display_color_profile_dci_p3_title">DCI-P3</string> |
| 167 | <string name="live_display_color_profile_dci_p3_summary">Colors accurate to the DCI-P3 color space</string> |
Rashed Abdel-Tawab | 4ae3fab | 2018-05-14 14:35:32 -0700 | [diff] [blame] | 168 | <string name="live_display_reading_mode_title">Reading mode</string> |
| 169 | <string name="live_display_reading_mode_summary">Grayscale mode for long-term reading</string> |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 170 | <string name="color_calibration_title">Color calibration</string> |
| 171 | <string name="color_calibration_summary">Calibrate on-screen colors</string> |
| 172 | <string name="color_red_title">Red</string> |
| 173 | <string name="color_green_title">Green</string> |
| 174 | <string name="color_blue_title">Blue</string> |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 175 | |
| 176 | <!-- LiveDisplay : Picture Adjustment --> |
| 177 | <string name="picture_adjustment_title">Picture adjustment</string> |
| 178 | <string name="picture_adjustment_summary">Adjust hue, saturation, intensity, and contrast</string> |
| 179 | <string name="adj_hue_title">Hue</string> |
| 180 | <string name="adj_saturation_title">Saturation</string> |
| 181 | <string name="adj_intensity_title">Intensity</string> |
| 182 | <string name="adj_contrast_title">Contrast</string> |
| 183 | |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 184 | <!-- Button settings --> |
| 185 | <string name="button_pref_title">Buttons</string> |
| 186 | <string name="hardware_keys_power_key_title">Power button</string> |
| 187 | <string name="hardware_keys_home_key_title">Home button</string> |
| 188 | <string name="hardware_keys_back_key_title">Back button</string> |
| 189 | <string name="hardware_keys_menu_key_title">Menu button</string> |
| 190 | <string name="hardware_keys_assist_key_title">Search button</string> |
| 191 | <string name="hardware_keys_appswitch_key_title">Recents button</string> |
| 192 | <string name="hardware_keys_camera_key_title">Camera button</string> |
| 193 | <string name="hardware_keys_volume_keys_title">Volume buttons</string> |
| 194 | <string name="hardware_keys_short_press_title">Short press action</string> |
| 195 | <string name="hardware_keys_long_press_title">Long press action</string> |
| 196 | <string name="hardware_keys_double_tap_title">Double tap action</string> |
| 197 | <string name="hardware_keys_action_nothing">No action</string> |
| 198 | <string name="hardware_keys_action_menu">Open/close menu</string> |
| 199 | <string name="hardware_keys_action_app_switch">Recent apps switcher</string> |
| 200 | <string name="hardware_keys_action_search">Search assistant</string> |
| 201 | <string name="hardware_keys_action_voice_search">Voice search</string> |
| 202 | <string name="hardware_keys_action_in_app_search">In-app search</string> |
| 203 | <string name="hardware_keys_action_launch_camera">Launch camera</string> |
| 204 | <string name="hardware_keys_action_sleep">Turn screen off</string> |
| 205 | <string name="hardware_keys_action_last_app">Last app</string> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame] | 206 | <string name="hardware_keys_action_split_screen">Split screen</string> |
Joey Rizzoli | 3d5ba1e | 2017-02-18 17:38:56 +0100 | [diff] [blame] | 207 | <string name="hardware_keys_action_single_handed_left">Single hand mode (left)</string> |
| 208 | <string name="hardware_keys_action_single_handed_right">Single hand mode (right)</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 209 | <string name="camera_sleep_on_release_title">Screen peek</string> |
| 210 | <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string> |
| 211 | <string name="camera_launch_title">Launch camera</string> |
| 212 | <string name="camera_launch_summary">A longpress and release will launch camera</string> |
Zhao Wei Liew | 02d96f3 | 2016-12-09 23:09:31 +0800 | [diff] [blame] | 213 | <string name="volbtn_music_controls_title">Control playback</string> |
Bruno Martins | 910ff32 | 2017-02-04 13:40:41 +0000 | [diff] [blame] | 214 | <string name="volbtn_music_controls_summary">Seek music tracks by long pressing the volume keys while the display is off</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 215 | <string name="volbtn_cursor_control_title">Keyboard cursor control</string> |
| 216 | <string name="volbtn_cursor_control_off">Disabled</string> |
| 217 | <string name="volbtn_cursor_control_on">Volume up/down moves cursor left/right</string> |
| 218 | <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string> |
| 219 | <string name="power_end_call_title">End call</string> |
Zhao Wei Liew | 02d96f3 | 2016-12-09 23:09:31 +0800 | [diff] [blame] | 220 | <string name="power_end_call_summary">End the current call by pressing the power button</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 221 | <string name="swap_volume_buttons_title">Reorient</string> |
| 222 | <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string> |
Sam Mortimer | d725293 | 2019-06-06 00:39:17 -0700 | [diff] [blame] | 223 | <string name="volume_panel_on_left_title">Show panel on left</string> |
| 224 | <string name="volume_panel_on_left_summary">Display volume panel on the left side of the screen</string> |
Zhao Wei Liew | 02d96f3 | 2016-12-09 23:09:31 +0800 | [diff] [blame] | 225 | <string name="button_wake_title">Wake device</string> |
martincz | b35adf0 | 2015-04-03 03:15:41 +0800 | [diff] [blame] | 226 | <string name="volume_answer_call_title">Answer call</string> |
| 227 | <string name="volume_answer_call_summary">Answer incoming calls by pressing the volume buttons</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 228 | <string name="home_answer_call_title">Answer call</string> |
Zhao Wei Liew | 02d96f3 | 2016-12-09 23:09:31 +0800 | [diff] [blame] | 229 | <string name="home_answer_call_summary">Answer incoming calls by pressing the home button</string> |
Bruno Martins | 9df2a41 | 2017-10-25 11:43:13 +0100 | [diff] [blame] | 230 | <string name="extras_title">Extras</string> |
| 231 | <string name="additional_buttons_title">Additional buttons</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 232 | |
| 233 | <!-- Key backlight --> |
| 234 | <string name="button_backlight_title">Backlight</string> |
| 235 | <string name="button_backlight_enabled">Illuminate buttons</string> |
Bruno Martins | d9e613b | 2018-02-23 22:34:44 +0000 | [diff] [blame] | 236 | <string name="button_backlight_only_when_pressed_title">Illuminate buttons only when pressed</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 237 | <string name="keyboard_backlight_enabled">Illuminate keyboard</string> |
| 238 | <string name="button_backlight_seekbar_title">Button brightness</string> |
| 239 | <string name="keyboard_backlight_seekbar_title">Keyboard brightness</string> |
| 240 | <string name="backlight_timeout_title">Illumination timeout</string> |
| 241 | <string name="backlight_timeout_unlimited">Don\'t turn off</string> |
| 242 | <string name="backlight_summary_disabled">Disabled</string> |
| 243 | <string name="backlight_summary_enabled_with_timeout">Enabled for <xliff:g id="timeout">%s</xliff:g></string> |
| 244 | <string name="backlight_summary_enabled">Enabled</string> |
| 245 | |
| 246 | <!-- Buttons - Enable navbar --> |
| 247 | <string name="disable_navkeys_title">Enable on-screen nav bar</string> |
| 248 | <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string> |
| 249 | |
| 250 | <!-- Navigation Bar --> |
| 251 | <string name="navigation_bar_category">Navigation bar</string> |
| 252 | <string name="navigation_bar_title">Buttons and layout</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 253 | <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</string> |
| 254 | <string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string> |
| 255 | <string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons while typing. Overrides IME switcher.</string> |
Sam Mortimer | c1be604 | 2016-10-29 12:25:19 -0700 | [diff] [blame] | 256 | <string name="navigation_bar_home_long_press_title">Home long press action</string> |
| 257 | <string name="navigation_bar_home_double_tap_title">Home double tap action</string> |
Sam Mortimer | 88288e0 | 2018-01-25 19:15:06 -0800 | [diff] [blame] | 258 | <string name="navigation_bar_app_switch_long_press_title">Recents long press action</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 259 | |
| 260 | <!-- Power menu --> |
| 261 | <string name="power_menu_title">Power menu</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 262 | <string name="power_menu_screenshot_title">Screenshot</string> |
Rashed Abdel-Tawab | 3427dba | 2017-10-08 21:41:34 -0400 | [diff] [blame] | 263 | <string name="power_menu_screenshot_summary">Long-press for partial screenshot</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 264 | <string name="power_menu_airplane_title">Airplane mode</string> |
| 265 | <string name="power_menu_users_title">User switcher</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 266 | <string name="power_menu_bug_report_title">Bug report</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 267 | <string name="power_menu_bug_report_disabled">Bug reporting is disabled in development settings</string> |
Joey | 7c655e4 | 2018-03-09 15:48:49 +0100 | [diff] [blame] | 268 | <string name="power_menu_lockdown_title">Lockdown</string> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 269 | |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 270 | <string name="camera_double_tap_power_gesture_title">Press power button twice for camera</string> |
| 271 | |
| 272 | <!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] --> |
| 273 | <string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string> |
| 274 | |
Bruno Martins | 910ff32 | 2017-02-04 13:40:41 +0000 | [diff] [blame] | 275 | <string name="torch_long_press_power_gesture_title">Long press for torch</string> |
| 276 | <string name="torch_long_press_power_gesture_desc">Activate the torch by long pressing the power button while the display is off</string> |
Sam Mortimer | eab1c5d | 2016-12-24 21:43:47 -0800 | [diff] [blame] | 277 | <string name="torch_long_press_power_timeout_title">Automatically turn torch off</string> |
beanstown106 | f1ccf80 | 2016-01-17 14:32:33 -0500 | [diff] [blame] | 278 | |
Michael W | e1423b0 | 2017-07-08 16:25:09 +0200 | [diff] [blame] | 279 | <string name="torch_long_press_power_timeout_never">Never</string> |
| 280 | <string name="torch_long_press_power_timeout_1min">1 minute</string> |
| 281 | <string name="torch_long_press_power_timeout_2min">2 minutes</string> |
| 282 | <string name="torch_long_press_power_timeout_5min">5 minutes</string> |
| 283 | <string name="torch_long_press_power_timeout_10min">10 minutes</string> |
| 284 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 285 | <!-- Profiles --> |
| 286 | <string name="profile_menu_delete_title">Delete</string> |
| 287 | <string name="profile_action_none">Leave unchanged</string> |
| 288 | <string name="profile_action_system">System default</string> |
| 289 | <string name="profile_action_disable">Turn off</string> |
| 290 | <string name="profile_action_enable">Turn on</string> |
| 291 | |
| 292 | <string name="profile_trigger_a2dp_connect">On A2DP connect</string> |
| 293 | <string name="profile_trigger_a2dp_disconnect">On A2DP disconnect</string> |
| 294 | |
| 295 | <string name="profile_tabs_wifi">Wi\u2011Fi</string> |
| 296 | <string name="profile_tabs_bluetooth">Bluetooth</string> |
| 297 | <string name="profile_tabs_nfc">NFC</string> |
| 298 | |
| 299 | <string name="profile_triggers_header">Triggers which will activate this profile</string> |
| 300 | |
| 301 | <string name="profile_setup_setup_triggers_title">Step 1: Add triggers</string> |
| 302 | <string name="profile_setup_setup_triggers_title_config">Modify triggers: <xliff:g id="profile_name">%1$s</xliff:g></string> |
| 303 | |
| 304 | <string name="profile_setup_actions_title">Step 2: Setup actions</string> |
| 305 | <string name="profile_setup_actions_title_config">Reconfigure actions</string> |
| 306 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 307 | <string name="wireless_networks_settings_title">Wireless & networks</string> |
| 308 | |
Steve Kondik | f096465 | 2016-09-19 23:01:42 -0700 | [diff] [blame] | 309 | <!-- Profile triggers --> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 310 | <string name="no_bluetooth_triggers">No Bluetooth devices paired.\nTap to pair Bluetooth device before configuring triggers.</string> |
| 311 | <string name="no_wifi_triggers">No Wi\u2011Fi access points configured.\nTap to connect Wi\u2011Fi before configuring triggers.</string> |
| 312 | <string name="no_triggers_configured">No triggers configured. Tap to add more.</string> |
| 313 | <string name="no_triggers_configured_nfc">Tap to setup a new NFC trigger.</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 314 | <string name="profile_setup_setup_triggers_description">Please select triggers which will activate this profile</string> |
| 315 | <string name="profile_setup_actions_description">Now configure what happens when the profile is activated</string> |
| 316 | |
| 317 | <!-- Profiles settings --> |
| 318 | <string name="profiles_settings_title">System profiles</string> |
| 319 | <string name="profiles_add">Add</string> |
| 320 | <string name="profile_menu_delete">Delete</string> |
| 321 | <string name="profile_settings_title">Profile</string> |
| 322 | <string name="profile_empty_list_profiles_off">To configure and use system profiles, turn profiles on.</string> |
Steve Kondik | 63d9c6d | 2016-10-11 02:34:02 -0700 | [diff] [blame] | 323 | <string name="profile_settings_summary_off">Profiles are disabled</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 324 | <string name="profile_trigger_configure">Configure trigger</string> |
| 325 | <string name="profile_write_nfc_tag">Write to NFC tag</string> |
| 326 | <string name="profile_write_touch_tag">Touch tag to write</string> |
| 327 | <string name="profile_write_success">Tag successfully written</string> |
| 328 | <string name="profile_write_failed">Tag writing failed!</string> |
| 329 | <string name="profile_selected">Profile selected: %1$s</string> |
| 330 | <string name="profile_nfc_text">Writing a profile to a NFC tag allows for tapping the tag to select the profile. Tapping a second time will select the previously selected profile.</string> |
| 331 | <string name="profile_unknown_nfc_tag">Unknown profile</string> |
| 332 | <string name="profile_add_nfc_text">This NFC tag refers to an unknown profile. Attaching this NFC tag to an existing profile will allow for selecting the profile in the future.</string> |
| 333 | <string name="profile_select">Select profile</string> |
| 334 | <string name="profile_remove_dialog_message">Remove profile %1$s?</string> |
| 335 | <string name="profile_populate_profile_from_state">Configure profile using current device settings?</string> |
| 336 | <string name="profile_menu_fill_from_state">Import current device settings</string> |
| 337 | <string name="profile_remove_current_profile">Cannot delete current profile!</string> |
| 338 | <string name="profile_app_group_category_title">Notification overrides</string> |
| 339 | <string name="profile_app_group_item_instructions">Add or remove groups</string> |
| 340 | <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string> |
| 341 | |
| 342 | <!-- Profile mode options. --> |
| 343 | <string name="profile_entries_on">On</string> |
| 344 | <string name="profile_entries_off">Off</string> |
| 345 | <string name="profile_entries_no_override">No override</string> |
| 346 | |
| 347 | <!-- Add Profile --> |
| 348 | <string name="profile_name_title">Name</string> |
| 349 | <string name="new_profile_name"><new profile></string> |
| 350 | |
| 351 | <!-- Rename Dialog --> |
| 352 | <string name="rename_dialog_title">Rename</string> |
| 353 | <string name="rename_dialog_message">Enter a new name</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 354 | <string name="rename_dialog_hint">Enter profile name</string> |
| 355 | |
| 356 | <!-- Reset Profiles --> |
| 357 | <string name="profile_reset_title">Reset</string> |
| 358 | <string name="profile_reset_message">Delete all user created profiles and app groups and restore them to default?</string> |
| 359 | |
| 360 | <!-- Delete confimation messages --> |
| 361 | <string name="profile_app_delete_confirm">Remove this app?</string> |
| 362 | |
| 363 | <!-- Profile network mode --> |
| 364 | <string name="profile_networkmode_2g">2G</string> |
| 365 | <string name="profile_networkmode_3g">3G</string> |
| 366 | <string name="profile_networkmode_4g">LTE</string> |
| 367 | <string name="profile_networkmode_2g3g">2G/3G</string> |
| 368 | <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string> |
| 369 | |
| 370 | <!-- Profile Config screen PreferenceGroup titles --> |
| 371 | <string name="profile_volumeoverrides_title">Volume overrides</string> |
| 372 | <string name="connection_state_enabled">Enable</string> |
| 373 | <string name="volume_override_summary">Set to %1$s/%2$s</string> |
| 374 | <string name="profile_volume_override_checkbox_label">Override volume</string> |
| 375 | |
| 376 | <!-- Menu item for managing profiles --> |
| 377 | <string name="profile_profiles_manage">Profiles</string> |
| 378 | <string name="profile_profile_manage">Manage profile</string> |
| 379 | <string name="profile_appgroups_manage">App groups</string> |
| 380 | <string name="profile_appgroup_manage">Manage app group</string> |
| 381 | |
| 382 | <!-- Profile settings screen, section header for settings related to notification profiles --> |
| 383 | <string name="profile_settings">Profile settings</string> |
| 384 | <string name="profile_trigger_connect">On connect</string> |
| 385 | <string name="profile_trigger_disconnect">On disconnect</string> |
| 386 | <string name="profile_trigger_notrigger">No trigger</string> |
| 387 | |
| 388 | <!-- Profile Settings sound modes labels --> |
| 389 | <string name="sound_mode">Notification mode</string> |
| 390 | <string name="ringer_mode">Ring mode</string> |
| 391 | <string name="lights_mode">Lights mode</string> |
| 392 | <string name="vibrate_mode">Vibrate mode</string> |
| 393 | <string name="choose_soundtone">Choose notification tone</string> |
| 394 | <string name="choose_ringtone">Choose ringtone</string> |
| 395 | <string name="ringtone_title">Phone ringtone</string> |
| 396 | <string name="ringtone_summary">""</string> |
| 397 | |
| 398 | <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)--> |
| 399 | <string name="soundtone_title">Notification tone</string> |
| 400 | <string name="soundtone_summary" translatable="false">""</string> |
| 401 | |
| 402 | <!-- Title for application group setting screen --> |
| 403 | <string name="profile_appgroups_title">App groups</string> |
| 404 | <string name="profile_applist_title">Apps</string> |
| 405 | <string name="profile_new_appgroup">New app group</string> |
| 406 | <string name="profile_delete_appgroup">Delete this app group?</string> |
| 407 | <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string> |
| 408 | <string name="profile_appgroup_name_title">Name</string> |
Steve Kondik | f096465 | 2016-09-19 23:01:42 -0700 | [diff] [blame] | 409 | <string name="duplicate_appgroup_name">Duplicate app group name!</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 410 | |
| 411 | <!-- Add application dialog box title --> |
| 412 | <string name="profile_choose_app">Choose app</string> |
| 413 | |
dianlujitao | 9e4fe06 | 2017-02-13 16:39:54 +0800 | [diff] [blame] | 414 | <!-- Profiles - system settings --> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 415 | <string name="profile_system_settings_title">System settings</string> |
| 416 | <string name="profile_lockmode_title">Lock screen mode</string> |
| 417 | <string name="profile_lockmode_policy_disabled_summary">This profile option is disabled by a device administrator policy</string> |
| 418 | <string name="profile_lockmode_insecure_summary">Don\'t ask for PIN or password</string> |
| 419 | <string name="profile_lockmode_disabled_summary">Disable lock screen</string> |
| 420 | <string name="profile_airplanemode_title">Airplane mode</string> |
| 421 | |
| 422 | <string name="profile_brightness_title">Screen brightness</string> |
| 423 | |
| 424 | <string name="profile_brightness_override_summary">Set to %1$d%%</string> |
| 425 | <string name="profile_brightness_override_checkbox_label">Override brightness</string> |
| 426 | |
| 427 | <!-- Connection override toggles (not all are used at this time ) --> |
| 428 | <string name="toggleWifi">Wi\u2011Fi</string> |
| 429 | <string name="toggleWifiAp">Portable Wi\u2011Fi hotspot</string> |
| 430 | <string name="toggleBluetooth">Bluetooth</string> |
| 431 | <string name="toggleGPS">GPS</string> |
| 432 | <string name="toggleData">Data connection</string> |
| 433 | <string name="toggleSync">Auto-sync data</string> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 434 | <string name="toggleNfc">NFC</string> |
| 435 | |
| 436 | <!-- Sound settings screen --> |
| 437 | <string name="ring_mode_title">Ring mode</string> |
| 438 | <string name="ring_mode_normal">Normal</string> |
| 439 | <string name="ring_mode_vibrate">Vibrate</string> |
| 440 | <string name="ring_mode_mute">Mute</string> |
| 441 | <string name="ring_volume_title">Ringer volume</string> |
| 442 | <string name="incoming_call_volume_title">Ringtone</string> |
| 443 | <string name="notification_volume_title">Notification</string> |
| 444 | <string name="media_volume_title">Media</string> |
| 445 | <string name="alarm_volume_title">Alarm</string> |
| 446 | <string name="doze_title">Ambient display</string> |
| 447 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 448 | <!-- Status bar --> |
| 449 | <string name="status_bar_title">Status bar</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 450 | <string name="status_bar_quick_qs_pulldown_title">Quick pulldown</string> |
| 451 | <string name="status_bar_quick_qs_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string> |
Elektroschmock | 9198d84 | 2017-03-21 18:41:58 +0100 | [diff] [blame] | 452 | <string name="status_bar_quick_qs_pulldown_summary_left">Left</string> |
| 453 | <string name="status_bar_quick_qs_pulldown_summary_right">Right</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 454 | <string name="status_bar_quick_qs_pulldown_off">Off</string> |
| 455 | <string name="status_bar_quick_qs_pulldown_left">Left</string> |
| 456 | <string name="status_bar_quick_qs_pulldown_right">Right</string> |
Hendrik Hagendorn | e22fd0a | 2017-01-15 10:15:13 +0100 | [diff] [blame] | 457 | <string name="status_bar_double_tap_to_sleep_title">Double-tap to sleep</string> |
| 458 | <string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string> |
| 459 | |
| 460 | <!-- Status bar - icons --> |
| 461 | <string name="status_bar_icons_title">Status bar icons</string> |
| 462 | <string name="status_bar_notif_count_title">Show notification count</string> |
| 463 | <string name="status_bar_notif_count_summary">Display the number of pending notifications</string> |
| 464 | <string name="status_bar_system_icons_title">System icons</string> |
| 465 | <string name="status_bar_system_icons_summary">Control which status bar icons are shown</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 466 | |
| 467 | <!-- Status bar - Clock --> |
Hendrik Hagendorn | e22fd0a | 2017-01-15 10:15:13 +0100 | [diff] [blame] | 468 | <string name="status_bar_clock_title">Clock</string> |
Hendrik Hagendorn | e629815 | 2017-01-15 09:55:00 +0100 | [diff] [blame] | 469 | |
| 470 | <string name="status_bar_clock_show_seconds_title">Show seconds</string> |
| 471 | <string name="status_bar_clock_show_seconds_summary">Show hours, minutes, and seconds</string> |
| 472 | |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 473 | <string name="status_bar_clock_position_title">Clock position</string> |
| 474 | <string name="status_bar_clock_position_right">Right</string> |
| 475 | <string name="status_bar_clock_position_left">Left</string> |
| 476 | <string name="status_bar_clock_position_center">Center</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 477 | |
| 478 | <string name="status_bar_am_pm_title">AM/PM style</string> |
| 479 | <string name="status_bar_am_pm_info">24-hour clock is enabled</string> |
| 480 | <string name="status_bar_am_pm_normal">Normal</string> |
| 481 | <string name="status_bar_am_pm_small">Small</string> |
| 482 | <string name="status_bar_am_pm_hidden">Hidden</string> |
| 483 | |
| 484 | <!-- Status bar - Battery --> |
Hendrik Hagendorn | e22fd0a | 2017-01-15 10:15:13 +0100 | [diff] [blame] | 485 | <string name="status_bar_battery_title">Battery indicator</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 486 | <string name="status_bar_battery_style_title">Battery status style</string> |
| 487 | <string name="status_bar_battery_style_icon_portrait">Icon portrait</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 488 | <string name="status_bar_battery_style_circle">Circle</string> |
| 489 | <string name="status_bar_battery_style_text">Text</string> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 490 | |
| 491 | <!-- Status bar - Battery percentage --> |
| 492 | <string name="status_bar_battery_percentage_title">Battery percentage</string> |
| 493 | <string name="status_bar_battery_percentage_default">Hidden</string> |
| 494 | <string name="status_bar_battery_percentage_text_inside">Inside the icon</string> |
| 495 | <string name="status_bar_battery_percentage_text_next">Next to the icon</string> |
| 496 | |
Joey Rizzoli | 58e24bd | 2017-04-30 17:05:46 +0200 | [diff] [blame] | 497 | <!-- Status bar - Brightness --> |
| 498 | <string name="status_bar_brightness_category">Brightness</string> |
| 499 | <string name="status_bar_brightness_slider_title">Brightness slider</string> |
| 500 | <string name="status_bar_brightness_slider_summary">Adjust brightness from the Quick Settings</string> |
| 501 | <string name="status_bar_brightness_slider_auto_title">Auto brightness</string> |
| 502 | <string name="status_bar_brightness_slider_auto_summary">Show toggle for adaptive brightness near the slider</string> |
| 503 | <string name="status_bar_toggle_brightness">Brightness control</string> |
| 504 | <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string> |
| 505 | |
Jon Haus | 1e9e2f7 | 2015-11-02 05:47:01 -0500 | [diff] [blame] | 506 | <!-- Status bar - Network Traffic --> |
| 507 | <string name="network_traffic_settings_title">Network traffic monitor</string> |
| 508 | <string name="network_traffic_settings_summary">Show current network traffic levels in the status bar</string> |
| 509 | <string name="network_traffic_mode_title">Display mode</string> |
| 510 | <string name="network_traffic_mode_disable">Disabled</string> |
| 511 | <string name="network_traffic_mode_up">Upload only</string> |
| 512 | <string name="network_traffic_mode_down">Download only</string> |
| 513 | <string name="network_traffic_mode_all">Upload and download</string> |
| 514 | <string name="network_traffic_autohide">Auto hide</string> |
| 515 | <string name="network_traffic_autohide_summary">Hide the traffic monitor when there is no activity</string> |
| 516 | <string name="network_traffic_units_title">Traffic measurement units</string> |
| 517 | <string name="network_traffic_units_kilobits">Kilobits per second (kb/s)</string> |
| 518 | <string name="network_traffic_units_megabits">Megabits per second (Mb/s)</string> |
| 519 | <string name="network_traffic_units_kilobytes">Kilobytes per second (kB/s)</string> |
| 520 | <string name="network_traffic_units_megabytes">Megabytes per second (MB/s)</string> |
| 521 | <string name="network_traffic_show_units">Show units</string> |
| 522 | <string name="network_traffic_show_units_summary">Whether to show traffic measurement units in the statusbar</string> |
Joey | 18e997c | 2019-02-11 17:02:09 +0100 | [diff] [blame] | 523 | <string name="network_traffic_disabled_clock">Network traffic disabled due to clock position</string> |
Jon Haus | 1e9e2f7 | 2015-11-02 05:47:01 -0500 | [diff] [blame] | 524 | |
Steve Kondik | ee83354 | 2016-09-20 00:44:09 -0700 | [diff] [blame] | 525 | <!-- Protected apps --> |
| 526 | <string name="protected_apps_manager_title">Protected apps</string> |
| 527 | <string name="protected_apps_manager_summary">Manage which apps are hidden behind a secure lock</string> |
| 528 | |
Steve Kondik | 362d0d6 | 2016-09-25 23:53:46 -0700 | [diff] [blame] | 529 | <!-- Contributors cloud activity --> |
| 530 | <string name="contributors_cloud_fragment_title">Contributors</string> |
| 531 | <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string> |
| 532 | <string name="contributors_cloud_failed_message">Cannot load contributors data</string> |
| 533 | <string name="contributor_info_menu">Contributor info</string> |
| 534 | <string name="contributor_info_msg"> |
| 535 | <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/> |
| 536 | <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/> |
| 537 | <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string> |
| 538 | <string name="contributions_info_menu">Contributions info</string> |
| 539 | <string name="contributions_info_msg"> |
| 540 | <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/> |
| 541 | <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/> |
| 542 | <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string> |
| 543 | |
Sam Mortimer | 32a2abb | 2017-09-18 21:40:24 -0700 | [diff] [blame] | 544 | <!-- Anonymous Statistics #Lineage --> |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 545 | <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. --> |
Simon Shields | ae1f124 | 2016-12-27 21:29:31 +1100 | [diff] [blame] | 546 | <string name="anonymous_statistics_title">LineageOS statistics</string> |
| 547 | <string name="anonymous_statistics_summary">Help make LineageOS better by opting into anonymous statistics reporting</string> |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 548 | <string name="anonymous_statistics_warning_title">About</string> |
Simon Shields | ae1f124 | 2016-12-27 21:29:31 +1100 | [diff] [blame] | 549 | <string name="anonymous_statistics_warning">Opting into LineageOS Statistics will allow non-personal data to be submitted to the |
| 550 | developers of LineageOS to track unique installations across devices. The information submitted includes an unique identifier, |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 551 | which does not compromise your privacy or personal data. The data is submitted during each boot.\n\nFor an example of the data that is submitted, tap on Preview Data.</string> |
| 552 | <string name="enable_reporting_title">Enable reporting</string> |
| 553 | <string name="preview_data_title">Preview data</string> |
| 554 | <string name="view_stats_title">View stats</string> |
| 555 | <string name="anonymous_learn_more">Learn more</string> |
| 556 | |
| 557 | <!-- Anonymous Statistics - Preview --> |
| 558 | <string name="preview_id_title">Unique ID</string> |
| 559 | <string name="preview_device_title">Device</string> |
| 560 | <string name="preview_version_title">Version</string> |
| 561 | <string name="preview_country_title">Country</string> |
| 562 | <string name="preview_carrier_title">Carrier</string> |
| 563 | <string name="stats_collection_title">Stats collection</string> |
Zhao Wei Liew | 3111720 | 2017-01-22 22:57:18 +0800 | [diff] [blame] | 564 | <string name="stats_collection_summary">Allow installation metrics and device statistics to be collected</string> |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 565 | |
Steve Kondik | 04518a5 | 2016-09-26 02:48:04 -0700 | [diff] [blame] | 566 | <!-- Display : Rotation --> |
| 567 | <string name="accelerometer_title">Auto-rotate screen</string> |
| 568 | <string name="display_rotation_title">Rotation settings</string> |
Steve Kondik | 1827c85 | 2016-10-10 01:34:08 -0700 | [diff] [blame] | 569 | <string name="display_rotation_enabled">Auto-rotation is enabled</string> |
| 570 | <string name="display_rotation_disabled">Auto-rotation is disabled</string> |
Steve Kondik | 04518a5 | 2016-09-26 02:48:04 -0700 | [diff] [blame] | 571 | <string name="display_rotation_unit">degrees</string> |
| 572 | <string name="display_lockscreen_rotation_title">Rotate lock screen</string> |
| 573 | <string name="display_rotation_category_title">Rotation modes</string> |
| 574 | <string name="display_rotation_0_title">0 degrees</string> |
| 575 | <string name="display_rotation_90_title">90 degrees</string> |
| 576 | <string name="display_rotation_180_title">180 degrees</string> |
| 577 | <string name="display_rotation_270_title">270 degrees</string> |
| 578 | |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 579 | <!-- Weather --> |
| 580 | <string name="weather_settings_title">Weather</string> |
| 581 | <string name="weather_settings_no_services_prompt">No weather provider services installed</string> |
Steve Kondik | 1827c85 | 2016-10-10 01:34:08 -0700 | [diff] [blame] | 582 | <string name="weather_settings_no_services_summary">Install a weather provider to receive weather updates</string> |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 583 | <string name="weather_settings_button">Provider settings</string> |
| 584 | <string name="weather_settings_activity_not_found">Unable to launch the settings menu of this provider</string> |
| 585 | <string name="weather_settings_add_weather_provider">Add weather provider</string> |
razorloves | 5538e1c | 2019-08-15 23:06:46 -0500 | [diff] [blame] | 586 | <string name="weather_settings_provider_url" translatable="false">https://download.lineageos.org/extras</string> |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 587 | <string name="weather_settings_general_settings_title">General</string> |
| 588 | <string name="weather_settings_providers_title">Providers</string> |
| 589 | <string name="weather_settings_temp_units_title">Temperature unit</string> |
| 590 | <string name="weather_settings_temp_celsius">Celsius</string> |
| 591 | <string name="weather_settings_temp_fahrenheit">Fahrenheit</string> |
| 592 | <string name="weather_settings_keyword">weather</string> |
| 593 | <string name="status_bar_show_weather_title">Show weather</string> |
| 594 | <string name="status_bar_show_weather_summary">Display the current temperature on the status bar</string> |
| 595 | |
Zhao Wei Liew | be40850 | 2016-10-02 08:21:59 +0800 | [diff] [blame] | 596 | <!-- Power: Performance profiles --> |
Steve Kondik | 01fc9e6 | 2016-10-13 03:58:39 -0700 | [diff] [blame] | 597 | <string name="perf_profile_settings_title">Battery saver and performance</string> |
| 598 | <string name="perf_profile_settings_summary">Adjust power saving features and device performance</string> |
| 599 | <string name="perf_profile_overview_summary">Current profile: <xliff:g id="perf_profile_name">%1$s</xliff:g></string> |
| 600 | <string name="perf_profile_category_title">Device performance</string> |
| 601 | <string name="perf_profile_title">Performance profile: <xliff:g id="perf_profile_name">%1$s</xliff:g></string> |
| 602 | <string name="perf_profile_fail_toast">The performance profile is currently unavailable</string> |
| 603 | <string name="power_save_category_title">Battery saving</string> |
| 604 | <string name="power_save_title">Extreme power saver</string> |
Zhao Wei Liew | be40850 | 2016-10-02 08:21:59 +0800 | [diff] [blame] | 605 | <string name="power_save_summary">Restrict device performance and background activity to save power</string> |
Steve Kondik | 01fc9e6 | 2016-10-13 03:58:39 -0700 | [diff] [blame] | 606 | <string name="auto_power_save_title">Automatic power saver</string> |
Zhao Wei Liew | a34d3e5 | 2016-12-24 10:47:38 +0800 | [diff] [blame] | 607 | <string name="auto_power_save_summary_on">Automatically enable power save mode at %s battery</string> |
Steve Kondik | 01fc9e6 | 2016-10-13 03:58:39 -0700 | [diff] [blame] | 608 | <string name="auto_power_save_summary_off">Do not enable power save mode automatically</string> |
Joey Rizzoli | e479a62 | 2016-12-22 13:52:29 +0100 | [diff] [blame] | 609 | <string name="auto_power_save_never">Never</string> |
Zhao Wei Liew | 71981e9 | 2016-10-14 18:44:12 +0800 | [diff] [blame] | 610 | |
| 611 | <!-- Applications: Expanded desktop --> |
| 612 | <string name="expanded_desktop_settings_title">Expanded desktop</string> |
| 613 | <string name="expanded_desktop_settings_summary">Expand your available desktop space by hiding the status bar, navigation bar, or both</string> |
| 614 | <string name="expanded_desktop_options_title">Customization options</string> |
| 615 | <string name="expanded_desktop_style_title">Expanded desktop style</string> |
| 616 | <string name="expanded_desktop_style_hide_nothing">Hide nothing</string> |
| 617 | <string name="expanded_desktop_style_hide_status">Hide status bar</string> |
| 618 | <string name="expanded_desktop_style_hide_navigation">Hide navigation bar</string> |
| 619 | <string name="expanded_desktop_style_hide_both">Hide both</string> |
| 620 | <string name="expanded_desktop_nothing_to_show_text">Turn the switch off to customize your expanded desktop on a per-app basis</string> |
Sam Mortimer | 1c422c5 | 2016-11-08 13:26:19 -0800 | [diff] [blame] | 621 | |
LuK1337 | 1b921f4 | 2018-06-04 16:01:00 +0200 | [diff] [blame] | 622 | <!-- Applications: Long screen --> |
| 623 | <string name="long_screen_settings_title">Full screen apps</string> |
| 624 | <string name="long_screen_settings_summary">Force legacy apps to use full screen aspect ratio</string> |
| 625 | |
Sam Mortimer | 1c422c5 | 2016-11-08 13:26:19 -0800 | [diff] [blame] | 626 | <!-- Sounds: Charging sounds --> |
| 627 | <string name="charging_sounds_settings_title">Charging sounds</string> |
| 628 | <string name="charging_sounds_enabled_title">Enable</string> |
| 629 | <string name="charging_sounds_enabled_summary">Play a sound when connecting or disconnecting a power source</string> |
| 630 | <string name="power_notifications_vibrate_title">Vibrate</string> |
| 631 | <string name="charging_sounds_ringtone_title">Notification sound</string> |
| 632 | <string name="charging_sounds_ringtone_silent">Silent</string> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 633 | |
| 634 | <!-- Gestures: Touchscreen gestures --> |
| 635 | <string name="touchscreen_gesture_settings_title">Touchscreen gestures</string> |
| 636 | <string name="touchscreen_gesture_settings_summary">Perform various touchscreen gestures for quick actions</string> |
| 637 | |
| 638 | <string name="touchscreen_gestures_haptic_feedback_title">Haptic feedback</string> |
| 639 | <string name="touchscreen_gestures_haptic_feedback_summary">Vibrate when a touchscreen gesture is detected</string> |
| 640 | |
| 641 | <string name="touchscreen_gesture_two_finger_down_swipe_title">Swipe down with two fingers</string> |
| 642 | <string name="touchscreen_gesture_one_finger_up_swipe_title">Swipe up with one finger</string> |
Simon Shields | 5fd45d9 | 2018-02-09 14:18:06 +1100 | [diff] [blame] | 643 | <string name="touchscreen_gesture_one_finger_up_swipe_home_title">Swipe up from the home button</string> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 644 | <string name="touchscreen_gesture_one_finger_down_swipe_title">Swipe down with one finger</string> |
| 645 | <string name="touchscreen_gesture_one_finger_left_swipe_title">Swipe left with one finger</string> |
| 646 | <string name="touchscreen_gesture_one_finger_right_swipe_title">Swipe right with one finger</string> |
| 647 | <string name="touchscreen_gesture_up_arrow_title">Draw a \"Λ\"</string> |
| 648 | <string name="touchscreen_gesture_down_arrow_title">Draw a \"V\"</string> |
| 649 | <string name="touchscreen_gesture_left_arrow_title">Draw a \"<\"</string> |
| 650 | <string name="touchscreen_gesture_right_arrow_title">Draw a \">\"</string> |
| 651 | <string name="touchscreen_gesture_letter_c_title">Draw the letter \"C\"</string> |
| 652 | <string name="touchscreen_gesture_letter_e_title">Draw the letter \"e\"</string> |
| 653 | <string name="touchscreen_gesture_letter_o_title">Draw the letter \"O\"</string> |
| 654 | <string name="touchscreen_gesture_letter_m_title">Draw the letter \"M\"</string> |
| 655 | <string name="touchscreen_gesture_letter_s_title">Draw the letter \"S\"</string> |
LuK1337 | 03d2f8e | 2017-02-09 19:22:00 +0100 | [diff] [blame] | 656 | <string name="touchscreen_gesture_letter_v_title">Draw the letter \"V\"</string> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 657 | <string name="touchscreen_gesture_letter_w_title">Draw the letter \"W\"</string> |
| 658 | <string name="touchscreen_gesture_letter_z_title">Draw the letter \"Z\"</string> |
| 659 | |
Paul Keith | 9547ee5 | 2017-11-23 01:47:14 +0100 | [diff] [blame] | 660 | <!-- Gesture: Stylus gestures --> |
| 661 | <string name="touchscreen_gesture_swipe_up_stylus_title">Swipe up with the stylus</string> |
| 662 | <string name="touchscreen_gesture_swipe_down_stylus_title">Swipe down with the stylus</string> |
| 663 | <string name="touchscreen_gesture_swipe_left_stylus_title">Swipe left with the stylus</string> |
| 664 | <string name="touchscreen_gesture_swipe_right_stylus_title">Swipe right with the stylus</string> |
| 665 | <string name="touchscreen_gesture_long_press_stylus_title">Long press with the stylus</string> |
| 666 | |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 667 | <string name="touchscreen_gesture_action_dialog_title">Gesture action</string> |
| 668 | <string name="touchscreen_gesture_action_do_nothing">Do nothing</string> |
| 669 | <string name="touchscreen_gesture_action_flashlight">Toggle the flashlight</string> |
| 670 | <string name="touchscreen_gesture_action_camera">Open the camera</string> |
| 671 | <string name="touchscreen_gesture_action_browser">Open the browser</string> |
| 672 | <string name="touchscreen_gesture_action_dialer">Open the dialer</string> |
| 673 | <string name="touchscreen_gesture_action_email">View your emails</string> |
| 674 | <string name="touchscreen_gesture_action_messages">View your messages</string> |
| 675 | <string name="touchscreen_gesture_action_play_pause_music">Play/pause music playback</string> |
| 676 | <string name="touchscreen_gesture_action_previous_track">Navigate to the previous music track</string> |
| 677 | <string name="touchscreen_gesture_action_next_track">Skip to the next music track</string> |
Paul Keith | b064096 | 2017-11-25 21:33:30 +0100 | [diff] [blame] | 678 | <string name="touchscreen_gesture_action_volume_down">Lower media volume</string> |
| 679 | <string name="touchscreen_gesture_action_volume_up">Raise media volume</string> |
meganukebmp | 9a6ac45 | 2017-12-29 19:45:22 +0200 | [diff] [blame] | 680 | |
| 681 | <!-- Egg: Title for the easter egg activity --> |
Michael Bestas | 7dac656 | 2018-02-04 14:02:11 +0200 | [diff] [blame] | 682 | <string name="egg_title" translatable="false">LineageOS Easter Egg</string> |
Joey | 90af02f | 2018-01-20 13:54:57 +0100 | [diff] [blame] | 683 | |
| 684 | <!-- Berry Lite --> |
| 685 | <string name="style_title">Style</string> |
| 686 | <string name="style_summary">Choose system colors</string> |
| 687 | <string name="style_global_title">Style</string> |
| 688 | <string name="style_global_entry_automatic">Automatic (wallpaper)</string> |
| 689 | <string name="style_global_entry_light">Light</string> |
| 690 | <string name="style_global_entry_dark">Dark</string> |
| 691 | <string name="style_global_entry_time">Automatic (time of the day)</string> |
Joey | 5788c8d | 2018-03-06 20:03:17 +0100 | [diff] [blame] | 692 | <string name="style_global_entry_app">Managed by %1$s</string> |
Joey | 90af02f | 2018-01-20 13:54:57 +0100 | [diff] [blame] | 693 | <string name="style_accent_title">Accent color</string> |
| 694 | <string name="style_accent_configuration_not_supported">The current accent isn\'t compatible with the selected style. In order to proceed another accent has to be selected, do you want to continue?</string> |
| 695 | <string name="style_accent_configuration_positive">Proceed</string> |
| 696 | <string name="style_automagic_title">Automagic</string> |
| 697 | <string name="style_automagic_description">Tune the style to match your wallpaper</string> |
| 698 | <string name="style_automagic_dialog_content">Suggested style: <b>%1$s</b> with <b>%2$s</b> accent.\nDo you want to apply it?</string> |
| 699 | <string name="style_automagic_dialog_positive">Apply</string> |
| 700 | <string name="style_accent_default_name">Default</string> |
Joey | 41f89c7 | 2018-07-05 21:17:02 +0200 | [diff] [blame] | 701 | <string name="style_dark_overlay_title">Dark mode</string> |
| 702 | <string name="style_dark_overlay_default">Default</string> |
| 703 | <string name="style_dark_overlay_black">Black</string> |
Joey | 90af02f | 2018-01-20 13:54:57 +0100 | [diff] [blame] | 704 | <string name="style_permission_error">Storage access permission is needed to analyze your wallpaper, please grant it to use this feature</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 705 | |
| 706 | <!-- Trust interface --> |
| 707 | <string name="trust_title" translatable="false">@*lineageos.platform:string/trust_feature_name</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 708 | <string name="trust_category_features">Status</string> |
| 709 | <string name="trust_feature_selinux">SELinux</string> |
| 710 | <string name="trust_feature_selinux_value_enforcing">Enforcing</string> |
| 711 | <string name="trust_feature_selinux_value_disabled">Disabled</string> |
Nolen Johnson | 44beefa | 2018-07-17 15:45:09 -0400 | [diff] [blame] | 712 | <string name="trust_feature_selinux_explain">SELinux dictates what processes have access to which files/paths on your device.\nThis prevents apps and services from accessing files that they are not supposed to: this way a potential malicious process is limited, and your security preserved.</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 713 | <string name="trust_feature_root">Root access</string> |
| 714 | <string name="trust_feature_root_value_disabled">Disabled</string> |
| 715 | <string name="trust_feature_root_value_adb">ADB only</string> |
| 716 | <string name="trust_feature_root_value_apps">Apps and ADB</string> |
Nolen Johnson | 44beefa | 2018-07-17 15:45:09 -0400 | [diff] [blame] | 717 | <string name="trust_feature_root_explain">Root access allows apps and services you choose to bypass security restrictions, allowing them to make modifications to the system, which can cause damage to your device or OS.</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 718 | <string name="trust_feature_security_patches">Android security patches</string> |
| 719 | <string name="trust_feature_security_patches_value_base">Platform: %1$s\nVendor: %2$s</string> |
Michael Bestas | 14c053e | 2018-08-21 18:54:42 +0300 | [diff] [blame] | 720 | <!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base --> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 721 | <string name="trust_feature_security_patches_value_new">up to date</string> |
Michael Bestas | 14c053e | 2018-08-21 18:54:42 +0300 | [diff] [blame] | 722 | <!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base --> |
| 723 | <string name="trust_feature_security_patches_value_medium">a few months out of date</string> |
| 724 | <!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base --> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 725 | <string name="trust_feature_security_patches_value_old">out of date</string> |
Sam Mortimer | b327d96 | 2018-08-20 11:23:58 -0700 | [diff] [blame] | 726 | <string name="trust_feature_security_patches_explain">Security patches are released monthly by Google in cooperation with SoC vendors to address flaws which could be exploited by malicious apps to bypass security restrictions and cause permanent damage to your device. Patches made available by Google are applied every month on all supported devices, but patches to proprietary code can only be applied by your device\'s manufacturer. To keep your device safe make sure your LineageOS build is always up-to-date, and (if applicable) ensure your vendor image is updated to the latest one recommended by LineageOS.</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 727 | <string name="trust_feature_encryption">Encryption</string> |
| 728 | <string name="trust_feature_encryption_value_enabled">Enabled</string> |
| 729 | <string name="trust_feature_encryption_value_nolock">Needs a secure lock screen</string> |
| 730 | <string name="trust_feature_encryption_value_disabled">Disabled</string> |
Nolen Johnson | 44beefa | 2018-07-17 15:45:09 -0400 | [diff] [blame] | 731 | <string name="trust_feature_encryption_explain">Encrypting your device prevents access to your data when your phone is not booted into Android. This is particularly important if your phone is stolen, as it prevents people from reading your messages, contacts, and other private information without your password.\nTo make the encryption more effective you need to set a secure lock screen password.</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 732 | <string name="trust_category_tools">Privacy</string> |
Joey | 0c89e3d | 2018-06-13 11:20:44 +0200 | [diff] [blame] | 733 | <string name="trust_notification_alerts_title">Security alerts</string> |
Joey | 289d9e8 | 2018-06-30 22:50:45 +0200 | [diff] [blame] | 734 | <string name="trust_warnings_alerts_intro">You can select the security issues you want to be warned about. For your safety, it is recommended to enable all alerts</string> |
| 735 | <string name="trust_warnings_selinux">SELinux status</string> |
| 736 | <string name="trust_warnings_keys">Build signature</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 737 | <string name="trust_onboarding_title">Say hello to Trust</string> |
Michael Bestas | 14c053e | 2018-08-21 18:54:42 +0300 | [diff] [blame] | 738 | <string name="trust_onboarding_description">Trust helps you keep your device secure and protect your privacy.\nThe Trust icon will only show when the contents of the page have been verified.</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 739 | <string name="trust_onboarding_learn_more">Learn more</string> |
| 740 | <string name="trust_onboarding_done">Got it</string> |
Joey | 5ff7c28 | 2019-01-09 22:23:34 +0100 | [diff] [blame] | 741 | <string name="trust_restrict_usb_title">Restrict USB</string> |
| 742 | <string name="trust_restrict_usb_summary">Disable new USB gadgets when the device is locked</string> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 743 | |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 744 | <!-- Sms limit --> |
| 745 | <string name="sms_security_check_limit_title">SMS message limit</string> |
Michael Bestas | bc45a13 | 2018-06-12 21:17:33 +0300 | [diff] [blame] | 746 | <string name="sms_security_check_limit_summary">Apps can send %s messages in 1 minute before requiring confirmation</string> |
| 747 | <string name="sms_security_check_limit_summary_none">Apps are not allowed to send any messages without confirmation</string> |
| 748 | <string name="sms_security_check_limit_always_confirm">Always confirm</string> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 749 | </resources> |