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