blob: 7d1958231398882ce00f9ca53841654c934a824f [file] [log] [blame]
Steve Kondik66dbbd52016-09-03 05:15:27 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The CyanogenMod Project
Simon Shieldsae1f1242016-12-27 21:29:31 +11004 (C) 2017 The LineageOS Project
Steve Kondik66dbbd52016-09-03 05:15:27 -07005
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 Mortimer32a2abb2017-09-18 21:40:24 -070020 <string name="lineageparts_title">LineageOS Settings</string>
Steve Kondik362d0d62016-09-25 23:53:46 -070021
22 <!-- Generic stuff used everywhere -->
Steve Kondik66dbbd52016-09-03 05:15:27 -070023 <string name="loading">Loading\u2026</string>
24 <string name="dlg_ok">OK</string>
25 <string name="cancel">Cancel</string>
Steve Kondik02f90a62016-09-03 16:23:35 -070026 <string name="add">Add</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -070027 <string name="choose_app">Choose app</string>
28 <string name="reset">Reset</string>
Steve Kondik02f90a62016-09-03 16:23:35 -070029 <string name="advanced">Advanced</string>
Steve Kondik03b56502016-09-10 17:17:25 -070030 <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 Kondik362d0d62016-09-25 23:53:46 -070039 <string name="search">Search</string>
Steve Kondik1827c852016-10-10 01:34:08 -070040 <string name="disabled">Disabled</string>
41 <string name="enabled">Enabled</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070042
Alberto974069ed42017-09-05 14:03:00 +010043 <!-- DO NOT TRANSLATE Empty summary for dynamic preferences -->
44 <string name="summary_empty" translatable="false"></string>
45
Steve Kondik66dbbd52016-09-03 05:15:27 -070046 <!-- Privacy Settings Header item -->
47 <string name="privacy_settings_title">Privacy</string>
Simon Shieldsae1f1242016-12-27 21:29:31 +110048 <string name="privacy_settings_category" translatable="false">LineageOS</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070049
50 <!-- Privacy Guard -->
51 <string name="privacy_guard_switch_label">Enable Privacy Guard</string>
52 <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string>
53 <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>
54 <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>
55 <string name="privacy_guard_default_title">Enabled by default</string>
Steve Kondik63d9c6d2016-10-11 02:34:02 -070056 <string name="privacy_guard_default_summary_on">Privacy Guard is enabled</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070057 <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070058 <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string>
59 <string name="privacy_guard_no_user_apps">No apps are installed</string>
60 <string name="privacy_guard_help_title">Help</string>
61 <string name="privacy_guard_reset_title">Reset</string>
62 <string name="privacy_guard_reset_text">Reset permissions?</string>
63 <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>
64 <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
65 <string name="privacy_guard_advanced_settings_title">Advanced</string>
66 <string name="privacy_guard_notification_title">Show notification</string>
67
Steve Kondik66ac5d72016-09-03 16:24:26 -070068 <!-- Notification light dialogs -->
69 <string name="edit_light_settings">Edit light settings</string>
70 <string name="pulse_speed_title">Pulse length and speed</string>
71 <string name="default_time">Normal</string>
72 <string name="custom_time">Custom</string>
73 <string name="dialog_delete_title">Delete</string>
74 <string name="dialog_delete_message">Remove selected item?</string>
75 <string name="brightness">Brightness level</string>
76
77 <!-- Values for the notification light pulse spinners -->
78 <string name="pulse_length_always_on">Always on</string>
79 <string name="pulse_length_very_short">Very short</string>
80 <string name="pulse_length_short">Short</string>
81 <string name="pulse_length_normal">Normal</string>
82 <string name="pulse_length_long">Long</string>
83 <string name="pulse_length_very_long">Very long</string>
84 <string name="pulse_speed_very_fast">Very fast</string>
85 <string name="pulse_speed_fast">Fast</string>
86 <string name="pulse_speed_normal">Normal</string>
87 <string name="pulse_speed_slow">Slow</string>
88 <string name="pulse_speed_very_slow">Very slow</string>
89
90 <!-- Battery light settings -->
Steve Kondikc7d7dc02016-09-13 03:59:09 -070091 <string name="battery_light_title">Battery light</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -070092 <string name="battery_low_pulse_title">Pulse if battery low</string>
93 <string name="battery_light_list_title">Colors</string>
94 <string name="battery_light_low_color_title">Battery low</string>
95 <string name="battery_light_medium_color_title">Charging</string>
96 <string name="battery_light_full_color_title">Fully charged</string>
97
98 <!-- Lights settings screen, notification light settings -->
Steve Kondikc7d7dc02016-09-13 03:59:09 -070099 <string name="notification_light_title">Notification light</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -0700100 <string name="notification_light_general_title">General</string>
101 <string name="notification_light_advanced_title">Advanced</string>
102 <string name="notification_light_applist_title">Apps</string>
103 <string name="notification_light_phonelist_title">Phone</string>
104 <string name="notification_light_use_custom">Use custom values</string>
105 <string name="notification_light_default_value">Default</string>
106 <string name="notification_light_missed_call_title">Missed call</string>
107 <string name="notification_light_voicemail_title">Voicemail</string>
108 <string name="notification_light_brightness" translatable="false">@string/brightness</string>
109 <string name="notification_light_screen_on">Lights with screen on</string>
110 <string name="notification_light_zen_mode">Lights in Do Not Disturb mode</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -0700111 <string name="keywords_lights_brightness_level">dim leds brightness</string>
112 <string name="notification_light_automagic">Choose colors automatically</string>
Steve Kondik1827c852016-10-10 01:34:08 -0700113 <string name="notification_light_automagic_summary">Choosing colors automatically</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -0700114
115 <!-- Lights settings, LED notification -->
116 <string name="led_notification_title">Light settings</string>
117 <string name="led_notification_text">LED light enabled by settings</string>
118 <string name="notification_light_no_apps_summary">To add per app control, activate \'%1$s\' and press \'\u002b\' on the menu bar</string>
119
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700120 <!-- LiveDisplay -->
121 <string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string>
122 <string name="live_display_mode">Display mode</string>
123 <string name="live_display_color_temperature_title">Color temperature</string>
124 <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>
125 <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
126 <string name="live_display_day">Day</string>
127 <string name="live_display_night">Night</string>
128 <string name="live_display_outdoor_mode_title">Automatic outdoor mode</string>
129 <string name="live_display_outdoor_mode_summary">Increase brightness and saturation automatically under bright sunlight</string>
130 <string name="live_display_low_power_title">Reduce power consumption</string>
131 <string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string>
132 <string name="live_display_enhance_color_title">Enhance colors</string>
133 <string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string>
134 <string name="live_display_color_profile_title">Color profile</string>
135 <string name="live_display_color_profile_standard_title">Standard</string>
dianlujitao9e4fe062017-02-13 16:39:54 +0800136 <string name="live_display_color_profile_standard_summary">Accurate colors and bright whites</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700137 <string name="live_display_color_profile_natural_title">Natural</string>
138 <string name="live_display_color_profile_natural_summary">Realistic colors and flesh tones</string>
139 <string name="live_display_color_profile_dynamic_title">Dynamic</string>
140 <string name="live_display_color_profile_dynamic_summary">Enhanced colors and bright whites</string>
141 <string name="live_display_color_profile_cinema_title">Cinema</string>
142 <string name="live_display_color_profile_cinema_summary">Perfect color reproduction for video</string>
143 <string name="live_display_color_profile_astronomy_title">Astronomy</string>
144 <string name="live_display_color_profile_astronomy_summary">Deep red for preserving night vision</string>
145 <string name="live_display_color_profile_photography_title">Photography</string>
146 <string name="live_display_color_profile_photography_summary">Perfect color reproduction for photos</string>
147 <string name="live_display_color_profile_basic_title">Basic</string>
148 <string name="live_display_color_profile_basic_summary">Use the display uncalibrated</string>
149 <string name="live_display_color_profile_adaptive_title">Adaptive</string>
150 <string name="live_display_color_profile_adaptive_summary">Colors adapt to ambient conditions</string>
Luca Stefani7a472902017-01-22 15:14:01 +0100151 <string name="live_display_color_profile_reading_title">Reading</string>
152 <string name="live_display_color_profile_reading_summary">Warmer colors for less eye strain</string>
dianlujitao280d4202017-02-13 14:11:09 +0800153 <string name="live_display_color_profile_srgb_title">sRGB</string>
154 <string name="live_display_color_profile_srgb_summary">Colors accurate to the sRGB color space</string>
dianlujitaoc604da82017-08-15 22:05:25 +0800155 <string name="live_display_color_profile_dci_p3_title">DCI-P3</string>
156 <string name="live_display_color_profile_dci_p3_summary">Colors accurate to the DCI-P3 color space</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700157 <string name="color_calibration_title">Color calibration</string>
158 <string name="color_calibration_summary">Calibrate on-screen colors</string>
159 <string name="color_red_title">Red</string>
160 <string name="color_green_title">Green</string>
161 <string name="color_blue_title">Blue</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700162
163 <!-- LiveDisplay : Picture Adjustment -->
164 <string name="picture_adjustment_title">Picture adjustment</string>
165 <string name="picture_adjustment_summary">Adjust hue, saturation, intensity, and contrast</string>
166 <string name="adj_hue_title">Hue</string>
167 <string name="adj_saturation_title">Saturation</string>
168 <string name="adj_intensity_title">Intensity</string>
169 <string name="adj_contrast_title">Contrast</string>
170
Steve Kondik3281bd62016-09-09 23:55:11 -0700171 <!-- Button settings -->
172 <string name="button_pref_title">Buttons</string>
173 <string name="hardware_keys_power_key_title">Power button</string>
174 <string name="hardware_keys_home_key_title">Home button</string>
175 <string name="hardware_keys_back_key_title">Back button</string>
176 <string name="hardware_keys_menu_key_title">Menu button</string>
177 <string name="hardware_keys_assist_key_title">Search button</string>
178 <string name="hardware_keys_appswitch_key_title">Recents button</string>
179 <string name="hardware_keys_camera_key_title">Camera button</string>
180 <string name="hardware_keys_volume_keys_title">Volume buttons</string>
181 <string name="hardware_keys_short_press_title">Short press action</string>
182 <string name="hardware_keys_long_press_title">Long press action</string>
183 <string name="hardware_keys_double_tap_title">Double tap action</string>
184 <string name="hardware_keys_action_nothing">No action</string>
185 <string name="hardware_keys_action_menu">Open/close menu</string>
186 <string name="hardware_keys_action_app_switch">Recent apps switcher</string>
187 <string name="hardware_keys_action_search">Search assistant</string>
188 <string name="hardware_keys_action_voice_search">Voice search</string>
189 <string name="hardware_keys_action_in_app_search">In-app search</string>
190 <string name="hardware_keys_action_launch_camera">Launch camera</string>
191 <string name="hardware_keys_action_sleep">Turn screen off</string>
192 <string name="hardware_keys_action_last_app">Last app</string>
Steve Kondik25055542016-10-18 23:32:30 -0700193 <string name="hardware_keys_action_split_screen">Split screen</string>
Joey Rizzoli3d5ba1e2017-02-18 17:38:56 +0100194 <string name="hardware_keys_action_single_handed_left">Single hand mode (left)</string>
195 <string name="hardware_keys_action_single_handed_right">Single hand mode (right)</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700196 <string name="camera_sleep_on_release_title">Screen peek</string>
197 <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string>
198 <string name="camera_launch_title">Launch camera</string>
199 <string name="camera_launch_summary">A longpress and release will launch camera</string>
Zhao Wei Liew02d96f32016-12-09 23:09:31 +0800200 <string name="volbtn_music_controls_title">Control playback</string>
Bruno Martins910ff322017-02-04 13:40:41 +0000201 <string name="volbtn_music_controls_summary">Seek music tracks by long pressing the volume keys while the display is off</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700202 <string name="volbtn_cursor_control_title">Keyboard cursor control</string>
203 <string name="volbtn_cursor_control_off">Disabled</string>
204 <string name="volbtn_cursor_control_on">Volume up/down moves cursor left/right</string>
205 <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
206 <string name="power_end_call_title">End call</string>
Zhao Wei Liew02d96f32016-12-09 23:09:31 +0800207 <string name="power_end_call_summary">End the current call by pressing the power button</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700208 <string name="swap_volume_buttons_title">Reorient</string>
209 <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
Zhao Wei Liew02d96f32016-12-09 23:09:31 +0800210 <string name="button_wake_title">Wake device</string>
martinczb35adf02015-04-03 03:15:41 +0800211 <string name="volume_answer_call_title">Answer call</string>
212 <string name="volume_answer_call_summary">Answer incoming calls by pressing the volume buttons</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700213 <string name="home_answer_call_title">Answer call</string>
Zhao Wei Liew02d96f32016-12-09 23:09:31 +0800214 <string name="home_answer_call_summary">Answer incoming calls by pressing the home button</string>
Bruno Martins9df2a412017-10-25 11:43:13 +0100215 <string name="extras_title">Extras</string>
216 <string name="additional_buttons_title">Additional buttons</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700217
218 <!-- Key backlight -->
219 <string name="button_backlight_title">Backlight</string>
220 <string name="button_backlight_enabled">Illuminate buttons</string>
221 <string name="keyboard_backlight_enabled">Illuminate keyboard</string>
222 <string name="button_backlight_seekbar_title">Button brightness</string>
223 <string name="keyboard_backlight_seekbar_title">Keyboard brightness</string>
224 <string name="backlight_timeout_title">Illumination timeout</string>
225 <string name="backlight_timeout_unlimited">Don\'t turn off</string>
226 <string name="backlight_summary_disabled">Disabled</string>
227 <string name="backlight_summary_enabled_with_timeout">Enabled for <xliff:g id="timeout">%s</xliff:g></string>
228 <string name="backlight_summary_enabled">Enabled</string>
229
230 <!-- Buttons - Enable navbar -->
231 <string name="disable_navkeys_title">Enable on-screen nav bar</string>
232 <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string>
233
234 <!-- Navigation Bar -->
235 <string name="navigation_bar_category">Navigation bar</string>
236 <string name="navigation_bar_title">Buttons and layout</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700237 <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</string>
238 <string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string>
239 <string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons while typing. Overrides IME switcher.</string>
Sam Mortimerc1be6042016-10-29 12:25:19 -0700240 <string name="navigation_bar_home_long_press_title">Home long press action</string>
241 <string name="navigation_bar_home_double_tap_title">Home double tap action</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700242
243 <!-- Power menu -->
244 <string name="power_menu_title">Power menu</string>
Arne Coucheron9869b8c2016-11-09 01:35:58 +0100245 <string name="power_menu_reboot_title">Restart menu</string>
Steve Kondik3281bd62016-09-09 23:55:11 -0700246 <string name="power_menu_screenshot_title">Screenshot</string>
247 <string name="power_menu_airplane_title">Airplane mode</string>
248 <string name="power_menu_users_title">User switcher</string>
249 <string name="power_menu_settings_title">Settings shortcut</string>
250 <string name="power_menu_lockdown_title">Device lockdown</string>
251 <string name="power_menu_bug_report_title">Bug report</string>
252 <string name="power_menu_sound_title">Sound panel</string>
253 <string name="power_menu_bug_report_disabled">Bug reporting is disabled in development settings</string>
254
255 <string name="volume_keys_control_ring_stream_title">Control ringtone volume</string>
256 <string name="volume_keys_control_ring_stream_summary_on">Volume keys control ringtone volume</string>
257 <string name="volume_keys_control_ring_stream_summary_off">Volume keys control media volume</string>
258
Steve Kondik3281bd62016-09-09 23:55:11 -0700259 <string name="camera_double_tap_power_gesture_title">Press power button twice for camera</string>
260
261 <!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] -->
262 <string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string>
263
Bruno Martins910ff322017-02-04 13:40:41 +0000264 <string name="torch_long_press_power_gesture_title">Long press for torch</string>
265 <string name="torch_long_press_power_gesture_desc">Activate the torch by long pressing the power button while the display is off</string>
Sam Mortimereab1c5d2016-12-24 21:43:47 -0800266 <string name="torch_long_press_power_timeout_title">Automatically turn torch off</string>
beanstown106f1ccf802016-01-17 14:32:33 -0500267
Michael We1423b02017-07-08 16:25:09 +0200268 <string name="torch_long_press_power_timeout_never">Never</string>
269 <string name="torch_long_press_power_timeout_1min">1 minute</string>
270 <string name="torch_long_press_power_timeout_2min">2 minutes</string>
271 <string name="torch_long_press_power_timeout_5min">5 minutes</string>
272 <string name="torch_long_press_power_timeout_10min">10 minutes</string>
273
Steve Kondik03b56502016-09-10 17:17:25 -0700274 <!-- Profiles -->
275 <string name="profile_menu_delete_title">Delete</string>
276 <string name="profile_action_none">Leave unchanged</string>
277 <string name="profile_action_system">System default</string>
278 <string name="profile_action_disable">Turn off</string>
279 <string name="profile_action_enable">Turn on</string>
280
281 <string name="profile_trigger_a2dp_connect">On A2DP connect</string>
282 <string name="profile_trigger_a2dp_disconnect">On A2DP disconnect</string>
283
284 <string name="profile_tabs_wifi">Wi\u2011Fi</string>
285 <string name="profile_tabs_bluetooth">Bluetooth</string>
286 <string name="profile_tabs_nfc">NFC</string>
287
288 <string name="profile_triggers_header">Triggers which will activate this profile</string>
289
290 <string name="profile_setup_setup_triggers_title">Step 1: Add triggers</string>
291 <string name="profile_setup_setup_triggers_title_config">Modify triggers: <xliff:g id="profile_name">%1$s</xliff:g></string>
292
293 <string name="profile_setup_actions_title">Step 2: Setup actions</string>
294 <string name="profile_setup_actions_title_config">Reconfigure actions</string>
295
Steve Kondik03b56502016-09-10 17:17:25 -0700296 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
297
Steve Kondikf0964652016-09-19 23:01:42 -0700298 <!-- Profile triggers -->
Steve Kondik03b56502016-09-10 17:17:25 -0700299 <string name="no_bluetooth_triggers">No Bluetooth devices paired.\nTap to pair Bluetooth device before configuring triggers.</string>
300 <string name="no_wifi_triggers">No Wi\u2011Fi access points configured.\nTap to connect Wi\u2011Fi before configuring triggers.</string>
301 <string name="no_triggers_configured">No triggers configured. Tap to add more.</string>
302 <string name="no_triggers_configured_nfc">Tap to setup a new NFC trigger.</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700303 <string name="profile_setup_setup_triggers_description">Please select triggers which will activate this profile</string>
304 <string name="profile_setup_actions_description">Now configure what happens when the profile is activated</string>
305
306 <!-- Profiles settings -->
307 <string name="profiles_settings_title">System profiles</string>
308 <string name="profiles_add">Add</string>
309 <string name="profile_menu_delete">Delete</string>
310 <string name="profile_settings_title">Profile</string>
311 <string name="profile_empty_list_profiles_off">To configure and use system profiles, turn profiles on.</string>
Steve Kondik63d9c6d2016-10-11 02:34:02 -0700312 <string name="profile_settings_summary_off">Profiles are disabled</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700313 <string name="profile_trigger_configure">Configure trigger</string>
314 <string name="profile_write_nfc_tag">Write to NFC tag</string>
315 <string name="profile_write_touch_tag">Touch tag to write</string>
316 <string name="profile_write_success">Tag successfully written</string>
317 <string name="profile_write_failed">Tag writing failed!</string>
318 <string name="profile_selected">Profile selected: %1$s</string>
319 <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>
320 <string name="profile_unknown_nfc_tag">Unknown profile</string>
321 <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>
322 <string name="profile_select">Select profile</string>
323 <string name="profile_remove_dialog_message">Remove profile %1$s?</string>
324 <string name="profile_populate_profile_from_state">Configure profile using current device settings?</string>
325 <string name="profile_menu_fill_from_state">Import current device settings</string>
326 <string name="profile_remove_current_profile">Cannot delete current profile!</string>
327 <string name="profile_app_group_category_title">Notification overrides</string>
328 <string name="profile_app_group_item_instructions">Add or remove groups</string>
329 <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string>
330
331 <!-- Profile mode options. -->
332 <string name="profile_entries_on">On</string>
333 <string name="profile_entries_off">Off</string>
334 <string name="profile_entries_no_override">No override</string>
335
336 <!-- Add Profile -->
337 <string name="profile_name_title">Name</string>
338 <string name="new_profile_name">&lt;new profile&gt;</string>
339
340 <!-- Rename Dialog -->
341 <string name="rename_dialog_title">Rename</string>
342 <string name="rename_dialog_message">Enter a new name</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700343 <string name="rename_dialog_hint">Enter profile name</string>
344
345 <!-- Reset Profiles -->
346 <string name="profile_reset_title">Reset</string>
347 <string name="profile_reset_message">Delete all user created profiles and app groups and restore them to default?</string>
348
349 <!-- Delete confimation messages -->
350 <string name="profile_app_delete_confirm">Remove this app?</string>
351
352 <!-- Profile network mode -->
353 <string name="profile_networkmode_2g">2G</string>
354 <string name="profile_networkmode_3g">3G</string>
355 <string name="profile_networkmode_4g">LTE</string>
356 <string name="profile_networkmode_2g3g">2G/3G</string>
357 <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
358
359 <!-- Profile Config screen PreferenceGroup titles -->
360 <string name="profile_volumeoverrides_title">Volume overrides</string>
361 <string name="connection_state_enabled">Enable</string>
362 <string name="volume_override_summary">Set to %1$s/%2$s</string>
363 <string name="profile_volume_override_checkbox_label">Override volume</string>
364
365 <!-- Menu item for managing profiles -->
366 <string name="profile_profiles_manage">Profiles</string>
367 <string name="profile_profile_manage">Manage profile</string>
368 <string name="profile_appgroups_manage">App groups</string>
369 <string name="profile_appgroup_manage">Manage app group</string>
370
371 <!-- Profile settings screen, section header for settings related to notification profiles -->
372 <string name="profile_settings">Profile settings</string>
373 <string name="profile_trigger_connect">On connect</string>
374 <string name="profile_trigger_disconnect">On disconnect</string>
375 <string name="profile_trigger_notrigger">No trigger</string>
376
377 <!-- Profile Settings sound modes labels -->
378 <string name="sound_mode">Notification mode</string>
379 <string name="ringer_mode">Ring mode</string>
380 <string name="lights_mode">Lights mode</string>
381 <string name="vibrate_mode">Vibrate mode</string>
382 <string name="choose_soundtone">Choose notification tone</string>
383 <string name="choose_ringtone">Choose ringtone</string>
384 <string name="ringtone_title">Phone ringtone</string>
385 <string name="ringtone_summary">""</string>
386
387 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
388 <string name="soundtone_title">Notification tone</string>
389 <string name="soundtone_summary" translatable="false">""</string>
390
391 <!-- Title for application group setting screen -->
392 <string name="profile_appgroups_title">App groups</string>
393 <string name="profile_applist_title">Apps</string>
394 <string name="profile_new_appgroup">New app group</string>
395 <string name="profile_delete_appgroup">Delete this app group?</string>
396 <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string>
397 <string name="profile_appgroup_name_title">Name</string>
Steve Kondikf0964652016-09-19 23:01:42 -0700398 <string name="duplicate_appgroup_name">Duplicate app group name!</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700399
400 <!-- Add application dialog box title -->
401 <string name="profile_choose_app">Choose app</string>
402
dianlujitao9e4fe062017-02-13 16:39:54 +0800403 <!-- Profiles - system settings -->
Steve Kondik03b56502016-09-10 17:17:25 -0700404 <string name="profile_system_settings_title">System settings</string>
405 <string name="profile_lockmode_title">Lock screen mode</string>
406 <string name="profile_lockmode_policy_disabled_summary">This profile option is disabled by a device administrator policy</string>
407 <string name="profile_lockmode_insecure_summary">Don\'t ask for PIN or password</string>
408 <string name="profile_lockmode_disabled_summary">Disable lock screen</string>
409 <string name="profile_airplanemode_title">Airplane mode</string>
410
411 <string name="profile_brightness_title">Screen brightness</string>
412
413 <string name="profile_brightness_override_summary">Set to %1$d%%</string>
414 <string name="profile_brightness_override_checkbox_label">Override brightness</string>
415
416 <!-- Connection override toggles (not all are used at this time ) -->
417 <string name="toggleWifi">Wi\u2011Fi</string>
418 <string name="toggleWifiAp">Portable Wi\u2011Fi hotspot</string>
419 <string name="toggleBluetooth">Bluetooth</string>
420 <string name="toggleGPS">GPS</string>
421 <string name="toggleData">Data connection</string>
422 <string name="toggleSync">Auto-sync data</string>
423 <string name="toggle2g3g4g">Preferred network type</string>
424 <string name="toggle2g3g4g_msim">Preferred network type (%1$s)</string>
425 <string name="toggleNfc">NFC</string>
426
427 <!-- Sound settings screen -->
428 <string name="ring_mode_title">Ring mode</string>
429 <string name="ring_mode_normal">Normal</string>
430 <string name="ring_mode_vibrate">Vibrate</string>
431 <string name="ring_mode_mute">Mute</string>
432 <string name="ring_volume_title">Ringer volume</string>
433 <string name="incoming_call_volume_title">Ringtone</string>
434 <string name="notification_volume_title">Notification</string>
435 <string name="media_volume_title">Media</string>
436 <string name="alarm_volume_title">Alarm</string>
437 <string name="doze_title">Ambient display</string>
438
Steve Kondik50c9fe62016-09-14 01:36:48 -0700439 <!-- Status bar -->
440 <string name="status_bar_title">Status bar</string>
Steve Kondik50c9fe62016-09-14 01:36:48 -0700441 <string name="status_bar_quick_qs_pulldown_title">Quick pulldown</string>
442 <string name="status_bar_quick_qs_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string>
Elektroschmock9198d842017-03-21 18:41:58 +0100443 <string name="status_bar_quick_qs_pulldown_summary_left">Left</string>
444 <string name="status_bar_quick_qs_pulldown_summary_right">Right</string>
Steve Kondik50c9fe62016-09-14 01:36:48 -0700445 <string name="status_bar_quick_qs_pulldown_off">Off</string>
446 <string name="status_bar_quick_qs_pulldown_left">Left</string>
447 <string name="status_bar_quick_qs_pulldown_right">Right</string>
Hendrik Hagendorne22fd0a2017-01-15 10:15:13 +0100448 <string name="status_bar_double_tap_to_sleep_title">Double-tap to sleep</string>
449 <string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string>
450
451 <!-- Status bar - icons -->
452 <string name="status_bar_icons_title">Status bar icons</string>
453 <string name="status_bar_notif_count_title">Show notification count</string>
454 <string name="status_bar_notif_count_summary">Display the number of pending notifications</string>
455 <string name="status_bar_system_icons_title">System icons</string>
456 <string name="status_bar_system_icons_summary">Control which status bar icons are shown</string>
Steve Kondik50c9fe62016-09-14 01:36:48 -0700457
458 <!-- Status bar - Clock -->
Hendrik Hagendorne22fd0a2017-01-15 10:15:13 +0100459 <string name="status_bar_clock_title">Clock</string>
Hendrik Hagendornaf5108f2016-12-13 18:31:35 +0100460 <string name="status_bar_clock_position_title">Clock position</string>
461 <string name="status_bar_clock_position_right">Right</string>
462 <string name="status_bar_clock_position_left">Left</string>
463 <string name="status_bar_clock_position_center">Center</string>
Steve Kondik50c9fe62016-09-14 01:36:48 -0700464
465 <string name="status_bar_am_pm_title">AM/PM style</string>
466 <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
467 <string name="status_bar_am_pm_normal">Normal</string>
468 <string name="status_bar_am_pm_small">Small</string>
469 <string name="status_bar_am_pm_hidden">Hidden</string>
470
471 <!-- Status bar - Battery -->
Hendrik Hagendorne22fd0a2017-01-15 10:15:13 +0100472 <string name="status_bar_battery_title">Battery indicator</string>
Steve Kondik50c9fe62016-09-14 01:36:48 -0700473 <string name="status_bar_battery_style_title">Battery status style</string>
474 <string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
475 <string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
476 <string name="status_bar_battery_style_circle">Circle</string>
477 <string name="status_bar_battery_style_text">Text</string>
478 <string name="status_bar_battery_style_hidden">Hidden</string>
479
480 <!-- Status bar - Battery percentage -->
481 <string name="status_bar_battery_percentage_title">Battery percentage</string>
482 <string name="status_bar_battery_percentage_default">Hidden</string>
483 <string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
484 <string name="status_bar_battery_percentage_text_next">Next to the icon</string>
485
Joey Rizzoli58e24bd2017-04-30 17:05:46 +0200486 <!-- Status bar - Brightness -->
487 <string name="status_bar_brightness_category">Brightness</string>
488 <string name="status_bar_brightness_slider_title">Brightness slider</string>
489 <string name="status_bar_brightness_slider_summary">Adjust brightness from the Quick Settings</string>
490 <string name="status_bar_brightness_slider_auto_title">Auto brightness</string>
491 <string name="status_bar_brightness_slider_auto_summary">Show toggle for adaptive brightness near the slider</string>
492 <string name="status_bar_toggle_brightness">Brightness control</string>
493 <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
494
Steve Kondik50c9fe62016-09-14 01:36:48 -0700495 <!-- Status bar - icon blacklist -->
496 <string name="status_bar_icons_title">Status bar icons</string>
497 <string name="status_bar_icons_summary">Control which status bar icons are shown</string>
498
Steve Kondikee833542016-09-20 00:44:09 -0700499 <!-- Protected apps -->
500 <string name="protected_apps_manager_title">Protected apps</string>
501 <string name="protected_apps_manager_summary">Manage which apps are hidden behind a secure lock</string>
502
Steve Kondik362d0d62016-09-25 23:53:46 -0700503 <!-- Contributors cloud activity -->
504 <string name="contributors_cloud_fragment_title">Contributors</string>
505 <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string>
506 <string name="contributors_cloud_failed_message">Cannot load contributors data</string>
507 <string name="contributor_info_menu">Contributor info</string>
508 <string name="contributor_info_msg">
509 <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
510 <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
511 <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
512 <string name="contributions_info_menu">Contributions info</string>
513 <string name="contributions_info_msg">
514 <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
515 <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
516 <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
517
Sam Mortimer32a2abb2017-09-18 21:40:24 -0700518 <!-- Anonymous Statistics #Lineage -->
Steve Kondikcd4f0ee2016-09-26 00:23:57 -0700519 <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
Simon Shieldsae1f1242016-12-27 21:29:31 +1100520 <string name="anonymous_statistics_title">LineageOS statistics</string>
521 <string name="anonymous_statistics_summary">Help make LineageOS better by opting into anonymous statistics reporting</string>
Steve Kondikcd4f0ee2016-09-26 00:23:57 -0700522 <string name="anonymous_statistics_warning_title">About</string>
Simon Shieldsae1f1242016-12-27 21:29:31 +1100523 <string name="anonymous_statistics_warning">Opting into LineageOS Statistics will allow non-personal data to be submitted to the
524 developers of LineageOS to track unique installations across devices. The information submitted includes an unique identifier,
Steve Kondikcd4f0ee2016-09-26 00:23:57 -0700525 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>
526 <string name="enable_reporting_title">Enable reporting</string>
527 <string name="preview_data_title">Preview data</string>
528 <string name="view_stats_title">View stats</string>
529 <string name="anonymous_learn_more">Learn more</string>
530
531 <!-- Anonymous Statistics - Preview -->
532 <string name="preview_id_title">Unique ID</string>
533 <string name="preview_device_title">Device</string>
534 <string name="preview_version_title">Version</string>
535 <string name="preview_country_title">Country</string>
536 <string name="preview_carrier_title">Carrier</string>
537 <string name="stats_collection_title">Stats collection</string>
Zhao Wei Liew31117202017-01-22 22:57:18 +0800538 <string name="stats_collection_summary">Allow installation metrics and device statistics to be collected</string>
Steve Kondikcd4f0ee2016-09-26 00:23:57 -0700539
Steve Kondik04518a52016-09-26 02:48:04 -0700540 <!-- Display : Rotation -->
541 <string name="accelerometer_title">Auto-rotate screen</string>
542 <string name="display_rotation_title">Rotation settings</string>
Steve Kondik1827c852016-10-10 01:34:08 -0700543 <string name="display_rotation_enabled">Auto-rotation is enabled</string>
544 <string name="display_rotation_disabled">Auto-rotation is disabled</string>
Steve Kondik04518a52016-09-26 02:48:04 -0700545 <string name="display_rotation_unit">degrees</string>
546 <string name="display_lockscreen_rotation_title">Rotate lock screen</string>
547 <string name="display_rotation_category_title">Rotation modes</string>
548 <string name="display_rotation_0_title">0 degrees</string>
549 <string name="display_rotation_90_title">90 degrees</string>
550 <string name="display_rotation_180_title">180 degrees</string>
551 <string name="display_rotation_270_title">270 degrees</string>
552
Steve Kondik3b9691d2016-10-08 21:42:35 -0700553 <!-- Weather -->
554 <string name="weather_settings_title">Weather</string>
555 <string name="weather_settings_no_services_prompt">No weather provider services installed</string>
Steve Kondik1827c852016-10-10 01:34:08 -0700556 <string name="weather_settings_no_services_summary">Install a weather provider to receive weather updates</string>
Steve Kondik3b9691d2016-10-08 21:42:35 -0700557 <string name="weather_settings_button">Provider settings</string>
558 <string name="weather_settings_activity_not_found">Unable to launch the settings menu of this provider</string>
559 <string name="weather_settings_add_weather_provider">Add weather provider</string>
Michael Bestas20514f72017-12-28 01:03:31 +0200560 <string name="weather_settings_play_store_market_url" translatable="false">market://search?q=lineageosweatherprovider&amp;c=apps</string>
561 <string name="weather_settings_play_store_http_url" translatable="false">http://play.google.com/store/search?q=lineageosweatherprovider&amp;c=apps</string>
Steve Kondik3b9691d2016-10-08 21:42:35 -0700562 <string name="weather_settings_general_settings_title">General</string>
563 <string name="weather_settings_providers_title">Providers</string>
564 <string name="weather_settings_temp_units_title">Temperature unit</string>
565 <string name="weather_settings_temp_celsius">Celsius</string>
566 <string name="weather_settings_temp_fahrenheit">Fahrenheit</string>
567 <string name="weather_settings_keyword">weather</string>
568 <string name="status_bar_show_weather_title">Show weather</string>
569 <string name="status_bar_show_weather_summary">Display the current temperature on the status bar</string>
570
Zhao Wei Liewbe408502016-10-02 08:21:59 +0800571 <!-- Power: Performance profiles -->
Steve Kondik01fc9e62016-10-13 03:58:39 -0700572 <string name="perf_profile_settings_title">Battery saver and performance</string>
573 <string name="perf_profile_settings_summary">Adjust power saving features and device performance</string>
574 <string name="perf_profile_overview_summary">Current profile: <xliff:g id="perf_profile_name">%1$s</xliff:g></string>
575 <string name="perf_profile_category_title">Device performance</string>
576 <string name="perf_profile_title">Performance profile: <xliff:g id="perf_profile_name">%1$s</xliff:g></string>
577 <string name="perf_profile_fail_toast">The performance profile is currently unavailable</string>
578 <string name="power_save_category_title">Battery saving</string>
579 <string name="power_save_title">Extreme power saver</string>
Zhao Wei Liewbe408502016-10-02 08:21:59 +0800580 <string name="power_save_summary">Restrict device performance and background activity to save power</string>
Steve Kondik01fc9e62016-10-13 03:58:39 -0700581 <string name="auto_power_save_title">Automatic power saver</string>
Zhao Wei Liewa34d3e52016-12-24 10:47:38 +0800582 <string name="auto_power_save_summary_on">Automatically enable power save mode at %s battery</string>
Steve Kondik01fc9e62016-10-13 03:58:39 -0700583 <string name="auto_power_save_summary_off">Do not enable power save mode automatically</string>
584 <string name="app_perf_profiles_title">Automatic optimization</string>
585 <string name="app_perf_profiles_summary">Automatically choose an appropriate performance profile for applications and usage patterns</string>
Joey Rizzolie479a622016-12-22 13:52:29 +0100586 <string name="auto_power_save_never">Never</string>
Zhao Wei Liew71981e92016-10-14 18:44:12 +0800587
588 <!-- Applications: Expanded desktop -->
589 <string name="expanded_desktop_settings_title">Expanded desktop</string>
590 <string name="expanded_desktop_settings_summary">Expand your available desktop space by hiding the status bar, navigation bar, or both</string>
591 <string name="expanded_desktop_options_title">Customization options</string>
592 <string name="expanded_desktop_style_title">Expanded desktop style</string>
593 <string name="expanded_desktop_style_hide_nothing">Hide nothing</string>
594 <string name="expanded_desktop_style_hide_status">Hide status bar</string>
595 <string name="expanded_desktop_style_hide_navigation">Hide navigation bar</string>
596 <string name="expanded_desktop_style_hide_both">Hide both</string>
597 <string name="expanded_desktop_nothing_to_show_text">Turn the switch off to customize your expanded desktop on a per-app basis</string>
Sam Mortimer1c422c52016-11-08 13:26:19 -0800598
599 <!-- Sounds: Charging sounds -->
600 <string name="charging_sounds_settings_title">Charging sounds</string>
601 <string name="charging_sounds_enabled_title">Enable</string>
602 <string name="charging_sounds_enabled_summary">Play a sound when connecting or disconnecting a power source</string>
603 <string name="power_notifications_vibrate_title">Vibrate</string>
604 <string name="charging_sounds_ringtone_title">Notification sound</string>
605 <string name="charging_sounds_ringtone_silent">Silent</string>
Zhao Wei Liew2ccca732017-01-21 00:51:22 +0800606
607 <!-- Gestures: Touchscreen gestures -->
608 <string name="touchscreen_gesture_settings_title">Touchscreen gestures</string>
609 <string name="touchscreen_gesture_settings_summary">Perform various touchscreen gestures for quick actions</string>
610
611 <string name="touchscreen_gestures_haptic_feedback_title">Haptic feedback</string>
612 <string name="touchscreen_gestures_haptic_feedback_summary">Vibrate when a touchscreen gesture is detected</string>
613
614 <string name="touchscreen_gesture_two_finger_down_swipe_title">Swipe down with two fingers</string>
615 <string name="touchscreen_gesture_one_finger_up_swipe_title">Swipe up with one finger</string>
616 <string name="touchscreen_gesture_one_finger_down_swipe_title">Swipe down with one finger</string>
617 <string name="touchscreen_gesture_one_finger_left_swipe_title">Swipe left with one finger</string>
618 <string name="touchscreen_gesture_one_finger_right_swipe_title">Swipe right with one finger</string>
619 <string name="touchscreen_gesture_up_arrow_title">Draw a \"Λ\"</string>
620 <string name="touchscreen_gesture_down_arrow_title">Draw a \"V\"</string>
621 <string name="touchscreen_gesture_left_arrow_title">Draw a \"&lt;\"</string>
622 <string name="touchscreen_gesture_right_arrow_title">Draw a \"&gt;\"</string>
623 <string name="touchscreen_gesture_letter_c_title">Draw the letter \"C\"</string>
624 <string name="touchscreen_gesture_letter_e_title">Draw the letter \"e\"</string>
625 <string name="touchscreen_gesture_letter_o_title">Draw the letter \"O\"</string>
626 <string name="touchscreen_gesture_letter_m_title">Draw the letter \"M\"</string>
627 <string name="touchscreen_gesture_letter_s_title">Draw the letter \"S\"</string>
LuK133703d2f8e2017-02-09 19:22:00 +0100628 <string name="touchscreen_gesture_letter_v_title">Draw the letter \"V\"</string>
Zhao Wei Liew2ccca732017-01-21 00:51:22 +0800629 <string name="touchscreen_gesture_letter_w_title">Draw the letter \"W\"</string>
630 <string name="touchscreen_gesture_letter_z_title">Draw the letter \"Z\"</string>
631
Paul Keith9547ee52017-11-23 01:47:14 +0100632 <!-- Gesture: Stylus gestures -->
633 <string name="touchscreen_gesture_swipe_up_stylus_title">Swipe up with the stylus</string>
634 <string name="touchscreen_gesture_swipe_down_stylus_title">Swipe down with the stylus</string>
635 <string name="touchscreen_gesture_swipe_left_stylus_title">Swipe left with the stylus</string>
636 <string name="touchscreen_gesture_swipe_right_stylus_title">Swipe right with the stylus</string>
637 <string name="touchscreen_gesture_long_press_stylus_title">Long press with the stylus</string>
638
Zhao Wei Liew2ccca732017-01-21 00:51:22 +0800639 <string name="touchscreen_gesture_action_dialog_title">Gesture action</string>
640 <string name="touchscreen_gesture_action_do_nothing">Do nothing</string>
641 <string name="touchscreen_gesture_action_flashlight">Toggle the flashlight</string>
642 <string name="touchscreen_gesture_action_camera">Open the camera</string>
643 <string name="touchscreen_gesture_action_browser">Open the browser</string>
644 <string name="touchscreen_gesture_action_dialer">Open the dialer</string>
645 <string name="touchscreen_gesture_action_email">View your emails</string>
646 <string name="touchscreen_gesture_action_messages">View your messages</string>
647 <string name="touchscreen_gesture_action_play_pause_music">Play/pause music playback</string>
648 <string name="touchscreen_gesture_action_previous_track">Navigate to the previous music track</string>
649 <string name="touchscreen_gesture_action_next_track">Skip to the next music track</string>
Paul Keithb0640962017-11-25 21:33:30 +0100650 <string name="touchscreen_gesture_action_volume_down">Lower media volume</string>
651 <string name="touchscreen_gesture_action_volume_up">Raise media volume</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -0700652</resources>