blob: 5f4dcd7dd7941a08178295a16403265f8a5f5c46 [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
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19 <string name="cmparts_title">CyanogenMod Settings</string>
Steve Kondik362d0d62016-09-25 23:53:46 -070020
21 <!-- Generic stuff used everywhere -->
Steve Kondik66dbbd52016-09-03 05:15:27 -070022 <string name="loading">Loading\u2026</string>
23 <string name="dlg_ok">OK</string>
24 <string name="cancel">Cancel</string>
Steve Kondik02f90a62016-09-03 16:23:35 -070025 <string name="add">Add</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -070026 <string name="choose_app">Choose app</string>
27 <string name="reset">Reset</string>
Steve Kondik02f90a62016-09-03 16:23:35 -070028 <string name="advanced">Advanced</string>
Steve Kondik03b56502016-09-10 17:17:25 -070029 <string name="settings">Settings</string>
30 <string name="name">Name</string>
31 <string name="back">Back</string>
32 <string name="finish">Finish</string>
33 <string name="next">Next</string>
34 <string name="on">On</string>
35 <string name="off">Off</string>
36 <string name="yes">Yes</string>
37 <string name="no">No</string>
Steve Kondik362d0d62016-09-25 23:53:46 -070038 <string name="search">Search</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070039
40 <!-- Privacy Settings Header item -->
41 <string name="privacy_settings_title">Privacy</string>
42 <string name="privacy_settings_category" translatable="false">CyanogenMod</string>
43
44 <!-- Privacy Guard -->
45 <string name="privacy_guard_switch_label">Enable Privacy Guard</string>
46 <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string>
47 <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>
48 <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>
49 <string name="privacy_guard_default_title">Enabled by default</string>
50 <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string>
Steve Kondik66dbbd52016-09-03 05:15:27 -070051 <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string>
52 <string name="privacy_guard_no_user_apps">No apps are installed</string>
53 <string name="privacy_guard_help_title">Help</string>
54 <string name="privacy_guard_reset_title">Reset</string>
55 <string name="privacy_guard_reset_text">Reset permissions?</string>
56 <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>
57 <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
58 <string name="privacy_guard_advanced_settings_title">Advanced</string>
59 <string name="privacy_guard_notification_title">Show notification</string>
60
Steve Kondik66ac5d72016-09-03 16:24:26 -070061 <!-- Notification light dialogs -->
62 <string name="edit_light_settings">Edit light settings</string>
63 <string name="pulse_speed_title">Pulse length and speed</string>
64 <string name="default_time">Normal</string>
65 <string name="custom_time">Custom</string>
66 <string name="dialog_delete_title">Delete</string>
67 <string name="dialog_delete_message">Remove selected item?</string>
68 <string name="brightness">Brightness level</string>
69
70 <!-- Values for the notification light pulse spinners -->
71 <string name="pulse_length_always_on">Always on</string>
72 <string name="pulse_length_very_short">Very short</string>
73 <string name="pulse_length_short">Short</string>
74 <string name="pulse_length_normal">Normal</string>
75 <string name="pulse_length_long">Long</string>
76 <string name="pulse_length_very_long">Very long</string>
77 <string name="pulse_speed_very_fast">Very fast</string>
78 <string name="pulse_speed_fast">Fast</string>
79 <string name="pulse_speed_normal">Normal</string>
80 <string name="pulse_speed_slow">Slow</string>
81 <string name="pulse_speed_very_slow">Very slow</string>
82
83 <!-- Battery light settings -->
Steve Kondikc7d7dc02016-09-13 03:59:09 -070084 <string name="battery_light_title">Battery light</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -070085 <string name="battery_low_pulse_title">Pulse if battery low</string>
86 <string name="battery_light_list_title">Colors</string>
87 <string name="battery_light_low_color_title">Battery low</string>
88 <string name="battery_light_medium_color_title">Charging</string>
89 <string name="battery_light_full_color_title">Fully charged</string>
90
91 <!-- Lights settings screen, notification light settings -->
Steve Kondikc7d7dc02016-09-13 03:59:09 -070092 <string name="notification_light_title">Notification light</string>
Steve Kondik66ac5d72016-09-03 16:24:26 -070093 <string name="notification_light_general_title">General</string>
94 <string name="notification_light_advanced_title">Advanced</string>
95 <string name="notification_light_applist_title">Apps</string>
96 <string name="notification_light_phonelist_title">Phone</string>
97 <string name="notification_light_use_custom">Use custom values</string>
98 <string name="notification_light_default_value">Default</string>
99 <string name="notification_light_missed_call_title">Missed call</string>
100 <string name="notification_light_voicemail_title">Voicemail</string>
101 <string name="notification_light_brightness" translatable="false">@string/brightness</string>
102 <string name="notification_light_screen_on">Lights with screen on</string>
103 <string name="notification_light_zen_mode">Lights in Do Not Disturb mode</string>
104 <string name="notification_light_use_multiple_leds">Multiple LEDs</string>
105 <string name="keywords_lights_brightness_level">dim leds brightness</string>
106 <string name="notification_light_automagic">Choose colors automatically</string>
107
108 <!-- Lights settings, LED notification -->
109 <string name="led_notification_title">Light settings</string>
110 <string name="led_notification_text">LED light enabled by settings</string>
111 <string name="notification_light_no_apps_summary">To add per app control, activate \'%1$s\' and press \'\u002b\' on the menu bar</string>
112
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700113 <!-- LiveDisplay -->
114 <string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string>
115 <string name="live_display_mode">Display mode</string>
116 <string name="live_display_color_temperature_title">Color temperature</string>
117 <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>
118 <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
119 <string name="live_display_day">Day</string>
120 <string name="live_display_night">Night</string>
121 <string name="live_display_outdoor_mode_title">Automatic outdoor mode</string>
122 <string name="live_display_outdoor_mode_summary">Increase brightness and saturation automatically under bright sunlight</string>
123 <string name="live_display_low_power_title">Reduce power consumption</string>
124 <string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string>
125 <string name="live_display_enhance_color_title">Enhance colors</string>
126 <string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string>
127 <string name="live_display_color_profile_title">Color profile</string>
128 <string name="live_display_color_profile_standard_title">Standard</string>
129 <string name="live_display_color_profile_standard_summary">Accurate colors and bright whites</string>
130 <string name="live_display_color_profile_natural_title">Natural</string>
131 <string name="live_display_color_profile_natural_summary">Realistic colors and flesh tones</string>
132 <string name="live_display_color_profile_dynamic_title">Dynamic</string>
133 <string name="live_display_color_profile_dynamic_summary">Enhanced colors and bright whites</string>
134 <string name="live_display_color_profile_cinema_title">Cinema</string>
135 <string name="live_display_color_profile_cinema_summary">Perfect color reproduction for video</string>
136 <string name="live_display_color_profile_astronomy_title">Astronomy</string>
137 <string name="live_display_color_profile_astronomy_summary">Deep red for preserving night vision</string>
138 <string name="live_display_color_profile_photography_title">Photography</string>
139 <string name="live_display_color_profile_photography_summary">Perfect color reproduction for photos</string>
140 <string name="live_display_color_profile_basic_title">Basic</string>
141 <string name="live_display_color_profile_basic_summary">Use the display uncalibrated</string>
142 <string name="live_display_color_profile_adaptive_title">Adaptive</string>
143 <string name="live_display_color_profile_adaptive_summary">Colors adapt to ambient conditions</string>
144 <string name="color_calibration_title">Color calibration</string>
145 <string name="color_calibration_summary">Calibrate on-screen colors</string>
146 <string name="color_red_title">Red</string>
147 <string name="color_green_title">Green</string>
148 <string name="color_blue_title">Blue</string>
Steve Kondik4ecd7e52016-09-08 14:47:47 -0700149
150 <!-- LiveDisplay : Picture Adjustment -->
151 <string name="picture_adjustment_title">Picture adjustment</string>
152 <string name="picture_adjustment_summary">Adjust hue, saturation, intensity, and contrast</string>
153 <string name="adj_hue_title">Hue</string>
154 <string name="adj_saturation_title">Saturation</string>
155 <string name="adj_intensity_title">Intensity</string>
156 <string name="adj_contrast_title">Contrast</string>
157
Steve Kondik3281bd62016-09-09 23:55:11 -0700158 <!-- Button settings -->
159 <string name="button_pref_title">Buttons</string>
160 <string name="hardware_keys_power_key_title">Power button</string>
161 <string name="hardware_keys_home_key_title">Home button</string>
162 <string name="hardware_keys_back_key_title">Back button</string>
163 <string name="hardware_keys_menu_key_title">Menu button</string>
164 <string name="hardware_keys_assist_key_title">Search button</string>
165 <string name="hardware_keys_appswitch_key_title">Recents button</string>
166 <string name="hardware_keys_camera_key_title">Camera button</string>
167 <string name="hardware_keys_volume_keys_title">Volume buttons</string>
168 <string name="hardware_keys_short_press_title">Short press action</string>
169 <string name="hardware_keys_long_press_title">Long press action</string>
170 <string name="hardware_keys_double_tap_title">Double tap action</string>
171 <string name="hardware_keys_action_nothing">No action</string>
172 <string name="hardware_keys_action_menu">Open/close menu</string>
173 <string name="hardware_keys_action_app_switch">Recent apps switcher</string>
174 <string name="hardware_keys_action_search">Search assistant</string>
175 <string name="hardware_keys_action_voice_search">Voice search</string>
176 <string name="hardware_keys_action_in_app_search">In-app search</string>
177 <string name="hardware_keys_action_launch_camera">Launch camera</string>
178 <string name="hardware_keys_action_sleep">Turn screen off</string>
179 <string name="hardware_keys_action_last_app">Last app</string>
180 <string name="camera_sleep_on_release_title">Screen peek</string>
181 <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string>
182 <string name="camera_launch_title">Launch camera</string>
183 <string name="camera_launch_summary">A longpress and release will launch camera</string>
184 <string name="volbtn_music_controls_title">Playback control</string>
185 <string name="volbtn_music_controls_summary">When the screen is off, long pressing the volume keys will seek music tracks</string>
186 <string name="volbtn_cursor_control_title">Keyboard cursor control</string>
187 <string name="volbtn_cursor_control_off">Disabled</string>
188 <string name="volbtn_cursor_control_on">Volume up/down moves cursor left/right</string>
189 <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
190 <string name="power_end_call_title">End call</string>
191 <string name="power_end_call_summary">Pressing the power button will end the current call</string>
192 <string name="swap_volume_buttons_title">Reorient</string>
193 <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
194 <string name="button_wake_title">Wake up device</string>
195 <string name="home_answer_call_title">Answer call</string>
196 <string name="home_answer_call_summary">Pressing the home button will answer the current incoming call</string>
197
198 <!-- Key backlight -->
199 <string name="button_backlight_title">Backlight</string>
200 <string name="button_backlight_enabled">Illuminate buttons</string>
201 <string name="keyboard_backlight_enabled">Illuminate keyboard</string>
202 <string name="button_backlight_seekbar_title">Button brightness</string>
203 <string name="keyboard_backlight_seekbar_title">Keyboard brightness</string>
204 <string name="backlight_timeout_title">Illumination timeout</string>
205 <string name="backlight_timeout_unlimited">Don\'t turn off</string>
206 <string name="backlight_summary_disabled">Disabled</string>
207 <string name="backlight_summary_enabled_with_timeout">Enabled for <xliff:g id="timeout">%s</xliff:g></string>
208 <string name="backlight_summary_enabled">Enabled</string>
209
210 <!-- Buttons - Enable navbar -->
211 <string name="disable_navkeys_title">Enable on-screen nav bar</string>
212 <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string>
213
214 <!-- Navigation Bar -->
215 <string name="navigation_bar_category">Navigation bar</string>
216 <string name="navigation_bar_title">Buttons and layout</string>
217 <string name="navigation_bar_left_title">Left-handed mode</string>
218 <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</string>
219 <string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string>
220 <string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons while typing. Overrides IME switcher.</string>
221 <string name="navigation_bar_recents_title">Recents long press action</string>
222
223 <!-- Power menu -->
224 <string name="power_menu_title">Power menu</string>
225 <string name="power_menu_reboot_title">Reboot menu</string>
226 <string name="power_menu_screenshot_title">Screenshot</string>
227 <string name="power_menu_airplane_title">Airplane mode</string>
228 <string name="power_menu_users_title">User switcher</string>
229 <string name="power_menu_settings_title">Settings shortcut</string>
230 <string name="power_menu_lockdown_title">Device lockdown</string>
231 <string name="power_menu_bug_report_title">Bug report</string>
232 <string name="power_menu_sound_title">Sound panel</string>
233 <string name="power_menu_bug_report_disabled">Bug reporting is disabled in development settings</string>
234
235 <string name="volume_keys_control_ring_stream_title">Control ringtone volume</string>
236 <string name="volume_keys_control_ring_stream_summary_on">Volume keys control ringtone volume</string>
237 <string name="volume_keys_control_ring_stream_summary_off">Volume keys control media volume</string>
238
Steve Kondik3281bd62016-09-09 23:55:11 -0700239 <string name="camera_double_tap_power_gesture_title">Press power button twice for camera</string>
240
241 <!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] -->
242 <string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string>
243
Steve Kondik03b56502016-09-10 17:17:25 -0700244 <!-- Profiles -->
245 <string name="profile_menu_delete_title">Delete</string>
246 <string name="profile_action_none">Leave unchanged</string>
247 <string name="profile_action_system">System default</string>
248 <string name="profile_action_disable">Turn off</string>
249 <string name="profile_action_enable">Turn on</string>
250
251 <string name="profile_trigger_a2dp_connect">On A2DP connect</string>
252 <string name="profile_trigger_a2dp_disconnect">On A2DP disconnect</string>
253
254 <string name="profile_tabs_wifi">Wi\u2011Fi</string>
255 <string name="profile_tabs_bluetooth">Bluetooth</string>
256 <string name="profile_tabs_nfc">NFC</string>
257
258 <string name="profile_triggers_header">Triggers which will activate this profile</string>
259
260 <string name="profile_setup_setup_triggers_title">Step 1: Add triggers</string>
261 <string name="profile_setup_setup_triggers_title_config">Modify triggers: <xliff:g id="profile_name">%1$s</xliff:g></string>
262
263 <string name="profile_setup_actions_title">Step 2: Setup actions</string>
264 <string name="profile_setup_actions_title_config">Reconfigure actions</string>
265
Steve Kondik03b56502016-09-10 17:17:25 -0700266 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
267
Steve Kondikf0964652016-09-19 23:01:42 -0700268 <!-- Profile triggers -->
Steve Kondik03b56502016-09-10 17:17:25 -0700269 <string name="no_bluetooth_triggers">No Bluetooth devices paired.\nTap to pair Bluetooth device before configuring triggers.</string>
270 <string name="no_wifi_triggers">No Wi\u2011Fi access points configured.\nTap to connect Wi\u2011Fi before configuring triggers.</string>
271 <string name="no_triggers_configured">No triggers configured. Tap to add more.</string>
272 <string name="no_triggers_configured_nfc">Tap to setup a new NFC trigger.</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700273 <string name="profile_setup_setup_triggers_description">Please select triggers which will activate this profile</string>
274 <string name="profile_setup_actions_description">Now configure what happens when the profile is activated</string>
275
276 <!-- Profiles settings -->
277 <string name="profiles_settings_title">System profiles</string>
278 <string name="profiles_add">Add</string>
279 <string name="profile_menu_delete">Delete</string>
280 <string name="profile_settings_title">Profile</string>
281 <string name="profile_empty_list_profiles_off">To configure and use system profiles, turn profiles on.</string>
282 <string name="profile_trigger_configure">Configure trigger</string>
283 <string name="profile_write_nfc_tag">Write to NFC tag</string>
284 <string name="profile_write_touch_tag">Touch tag to write</string>
285 <string name="profile_write_success">Tag successfully written</string>
286 <string name="profile_write_failed">Tag writing failed!</string>
287 <string name="profile_selected">Profile selected: %1$s</string>
288 <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>
289 <string name="profile_unknown_nfc_tag">Unknown profile</string>
290 <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>
291 <string name="profile_select">Select profile</string>
292 <string name="profile_remove_dialog_message">Remove profile %1$s?</string>
293 <string name="profile_populate_profile_from_state">Configure profile using current device settings?</string>
294 <string name="profile_menu_fill_from_state">Import current device settings</string>
295 <string name="profile_remove_current_profile">Cannot delete current profile!</string>
296 <string name="profile_app_group_category_title">Notification overrides</string>
297 <string name="profile_app_group_item_instructions">Add or remove groups</string>
298 <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string>
299
300 <!-- Profile mode options. -->
301 <string name="profile_entries_on">On</string>
302 <string name="profile_entries_off">Off</string>
303 <string name="profile_entries_no_override">No override</string>
304
305 <!-- Add Profile -->
306 <string name="profile_name_title">Name</string>
307 <string name="new_profile_name">&lt;new profile&gt;</string>
308
309 <!-- Rename Dialog -->
310 <string name="rename_dialog_title">Rename</string>
311 <string name="rename_dialog_message">Enter a new name</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700312 <string name="rename_dialog_hint">Enter profile name</string>
313
314 <!-- Reset Profiles -->
315 <string name="profile_reset_title">Reset</string>
316 <string name="profile_reset_message">Delete all user created profiles and app groups and restore them to default?</string>
317
318 <!-- Delete confimation messages -->
319 <string name="profile_app_delete_confirm">Remove this app?</string>
320
321 <!-- Profile network mode -->
322 <string name="profile_networkmode_2g">2G</string>
323 <string name="profile_networkmode_3g">3G</string>
324 <string name="profile_networkmode_4g">LTE</string>
325 <string name="profile_networkmode_2g3g">2G/3G</string>
326 <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
327
328 <!-- Profile Config screen PreferenceGroup titles -->
329 <string name="profile_volumeoverrides_title">Volume overrides</string>
330 <string name="connection_state_enabled">Enable</string>
331 <string name="volume_override_summary">Set to %1$s/%2$s</string>
332 <string name="profile_volume_override_checkbox_label">Override volume</string>
333
334 <!-- Menu item for managing profiles -->
335 <string name="profile_profiles_manage">Profiles</string>
336 <string name="profile_profile_manage">Manage profile</string>
337 <string name="profile_appgroups_manage">App groups</string>
338 <string name="profile_appgroup_manage">Manage app group</string>
339
340 <!-- Profile settings screen, section header for settings related to notification profiles -->
341 <string name="profile_settings">Profile settings</string>
342 <string name="profile_trigger_connect">On connect</string>
343 <string name="profile_trigger_disconnect">On disconnect</string>
344 <string name="profile_trigger_notrigger">No trigger</string>
345
346 <!-- Profile Settings sound modes labels -->
347 <string name="sound_mode">Notification mode</string>
348 <string name="ringer_mode">Ring mode</string>
349 <string name="lights_mode">Lights mode</string>
350 <string name="vibrate_mode">Vibrate mode</string>
351 <string name="choose_soundtone">Choose notification tone</string>
352 <string name="choose_ringtone">Choose ringtone</string>
353 <string name="ringtone_title">Phone ringtone</string>
354 <string name="ringtone_summary">""</string>
355
356 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
357 <string name="soundtone_title">Notification tone</string>
358 <string name="soundtone_summary" translatable="false">""</string>
359
360 <!-- Title for application group setting screen -->
361 <string name="profile_appgroups_title">App groups</string>
362 <string name="profile_applist_title">Apps</string>
363 <string name="profile_new_appgroup">New app group</string>
364 <string name="profile_delete_appgroup">Delete this app group?</string>
365 <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string>
366 <string name="profile_appgroup_name_title">Name</string>
Steve Kondikf0964652016-09-19 23:01:42 -0700367 <string name="duplicate_appgroup_name">Duplicate app group name!</string>
Steve Kondik03b56502016-09-10 17:17:25 -0700368
369 <!-- Add application dialog box title -->
370 <string name="profile_choose_app">Choose app</string>
371
372 <!-- Profiles - system settings -->
373 <string name="profile_system_settings_title">System settings</string>
374 <string name="profile_lockmode_title">Lock screen mode</string>
375 <string name="profile_lockmode_policy_disabled_summary">This profile option is disabled by a device administrator policy</string>
376 <string name="profile_lockmode_insecure_summary">Don\'t ask for PIN or password</string>
377 <string name="profile_lockmode_disabled_summary">Disable lock screen</string>
378 <string name="profile_airplanemode_title">Airplane mode</string>
379
380 <string name="profile_brightness_title">Screen brightness</string>
381
382 <string name="profile_brightness_override_summary">Set to %1$d%%</string>
383 <string name="profile_brightness_override_checkbox_label">Override brightness</string>
384
385 <!-- Connection override toggles (not all are used at this time ) -->
386 <string name="toggleWifi">Wi\u2011Fi</string>
387 <string name="toggleWifiAp">Portable Wi\u2011Fi hotspot</string>
388 <string name="toggleBluetooth">Bluetooth</string>
389 <string name="toggleGPS">GPS</string>
390 <string name="toggleData">Data connection</string>
391 <string name="toggleSync">Auto-sync data</string>
392 <string name="toggle2g3g4g">Preferred network type</string>
393 <string name="toggle2g3g4g_msim">Preferred network type (%1$s)</string>
394 <string name="toggleNfc">NFC</string>
395
396 <!-- Sound settings screen -->
397 <string name="ring_mode_title">Ring mode</string>
398 <string name="ring_mode_normal">Normal</string>
399 <string name="ring_mode_vibrate">Vibrate</string>
400 <string name="ring_mode_mute">Mute</string>
401 <string name="ring_volume_title">Ringer volume</string>
402 <string name="incoming_call_volume_title">Ringtone</string>
403 <string name="notification_volume_title">Notification</string>
404 <string name="media_volume_title">Media</string>
405 <string name="alarm_volume_title">Alarm</string>
406 <string name="doze_title">Ambient display</string>
407
Steve Kondik50c9fe62016-09-14 01:36:48 -0700408 <!-- Status bar -->
409 <string name="status_bar_title">Status bar</string>
410 <string name="status_bar_toggle_brightness">Brightness control</string>
411 <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
412 <string name="status_bar_notif_count_title">Show notification count</string>
413 <string name="status_bar_notif_count_summary">Display the number of pending notifications</string>
414 <string name="status_bar_quick_qs_pulldown_title">Quick pulldown</string>
415 <string name="status_bar_quick_qs_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string>
416 <string name="status_bar_quick_qs_pulldown_summary_left">Left</string>
417 <string name="status_bar_quick_qs_pulldown_summary_right">Right</string>
418 <string name="status_bar_quick_qs_pulldown_off">Off</string>
419 <string name="status_bar_quick_qs_pulldown_left">Left</string>
420 <string name="status_bar_quick_qs_pulldown_right">Right</string>
421
422 <!-- Status bar - Clock -->
423 <string name="status_bar_clock_style_title">Clock style</string>
424 <string name="status_bar_clock_style_right">Right</string>
425 <string name="status_bar_clock_style_left">Left</string>
426 <string name="status_bar_clock_style_center">Center</string>
427 <string name="status_bar_clock_style_hidden">Hidden</string>
428
429 <string name="status_bar_am_pm_title">AM/PM style</string>
430 <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
431 <string name="status_bar_am_pm_normal">Normal</string>
432 <string name="status_bar_am_pm_small">Small</string>
433 <string name="status_bar_am_pm_hidden">Hidden</string>
434
435 <!-- Status bar - Battery -->
436 <string name="status_bar_battery_style_title">Battery status style</string>
437 <string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
438 <string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
439 <string name="status_bar_battery_style_circle">Circle</string>
440 <string name="status_bar_battery_style_text">Text</string>
441 <string name="status_bar_battery_style_hidden">Hidden</string>
442
443 <!-- Status bar - Battery percentage -->
444 <string name="status_bar_battery_percentage_title">Battery percentage</string>
445 <string name="status_bar_battery_percentage_default">Hidden</string>
446 <string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
447 <string name="status_bar_battery_percentage_text_next">Next to the icon</string>
448
449 <!-- Status bar - icon blacklist -->
450 <string name="status_bar_icons_title">Status bar icons</string>
451 <string name="status_bar_icons_summary">Control which status bar icons are shown</string>
452
Steve Kondikee833542016-09-20 00:44:09 -0700453 <!-- Protected apps -->
454 <string name="protected_apps_manager_title">Protected apps</string>
455 <string name="protected_apps_manager_summary">Manage which apps are hidden behind a secure lock</string>
456
Steve Kondik362d0d62016-09-25 23:53:46 -0700457 <!-- Contributors cloud activity -->
458 <string name="contributors_cloud_fragment_title">Contributors</string>
459 <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string>
460 <string name="contributors_cloud_failed_message">Cannot load contributors data</string>
461 <string name="contributor_info_menu">Contributor info</string>
462 <string name="contributor_info_msg">
463 <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
464 <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
465 <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
466 <string name="contributions_info_menu">Contributions info</string>
467 <string name="contributions_info_msg">
468 <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
469 <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
470 <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
471
Steve Kondikcd4f0ee2016-09-26 00:23:57 -0700472 <!-- Anonymous Statistics #CM -->
473 <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
474 <string name="anonymous_statistics_title">CyanogenMod statistics</string>
475 <string name="anonymous_statistics_summary">Help make CyanogenMod better by opting into anonymous statistics reporting</string>
476 <string name="anonymous_statistics_warning_title">About</string>
477 <string name="anonymous_statistics_warning">Opting into CyanogenMod Statistics will allow non-personal data to be submitted to the
478 developers of CyanogenMod to track unique installations across devices. The information submitted includes an unique identifier,
479 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>
480 <string name="enable_reporting_title">Enable reporting</string>
481 <string name="preview_data_title">Preview data</string>
482 <string name="view_stats_title">View stats</string>
483 <string name="anonymous_learn_more">Learn more</string>
484
485 <!-- Anonymous Statistics - Preview -->
486 <string name="preview_id_title">Unique ID</string>
487 <string name="preview_device_title">Device</string>
488 <string name="preview_version_title">Version</string>
489 <string name="preview_country_title">Country</string>
490 <string name="preview_carrier_title">Carrier</string>
491 <string name="stats_collection_title">Stats collection</string>
492 <string name="stats_collection_summary">When enabled, allows metrics collection</string>
493
Steve Kondik04518a52016-09-26 02:48:04 -0700494 <!-- Display : Rotation -->
495 <string name="accelerometer_title">Auto-rotate screen</string>
496 <string name="display_rotation_title">Rotation settings</string>
497 <string name="display_rotation_disabled">Disabled</string>
498 <string name="display_rotation_unit">degrees</string>
499 <string name="display_lockscreen_rotation_title">Rotate lock screen</string>
500 <string name="display_rotation_category_title">Rotation modes</string>
501 <string name="display_rotation_0_title">0 degrees</string>
502 <string name="display_rotation_90_title">90 degrees</string>
503 <string name="display_rotation_180_title">180 degrees</string>
504 <string name="display_rotation_270_title">270 degrees</string>
505
Steve Kondik66dbbd52016-09-03 05:15:27 -0700506</resources>