blob: 33cbf5ecb49edf2393d1d9dbe8d7ad654e1d83a9 [file] [log] [blame]
xplodwildc5d09ba2013-09-12 21:34:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The OmniROM Project
3
4 Parts Copyright (C) 2012-2013 The CyanogenMod Project
5
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
xplodwild0578cac2013-09-27 01:49:47 +01008 the Free Software Foundation, either version 3 of the License, or
xplodwildc5d09ba2013-09-12 21:34:16 +01009 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 -->
19
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
xplodwild7d026f22013-11-08 23:52:21 +010021 <string name="ok">OK</string>
22 <string name="reset">Reset</string>
23
xplodwildc5d09ba2013-09-12 21:34:16 +010024 <string name="bars_and_menus_settings">Bars and menus</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +070025 <string name="active_display_settings">Active display</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010026 <string name="bars_and_menus_category_status_bar_title">Status bar</string>
Danny Baumannbc00afe2013-12-12 15:22:27 +010027 <string name="bars_and_menus_category_navigation_bar_title">Navigation bar</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010028 <string name="status_bar_battery_title">Battery style</string>
Andrew Dodd82f795a2013-09-28 17:39:23 -040029 <string name="status_bar_toggle_brightness">Brightness control</string>
30 <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across status bar</string>
31 <string name="status_bar_toggle_info">Automatic brightness is enabled</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010032 <string name="status_bar_signal_text_title">Signal status style</string>
33 <string name="status_bar_style_icon">Icon</string>
34 <string name="status_bar_style_hidden">Hidden</string>
35 <string name="status_bar_signal_text_show_text">Text</string>
36 <string name="status_bar_battery_status_percentage">Percentage</string>
37 <string name="status_bar_battery_status_circle">Circle</string>
38 <string name="status_bar_battery_status_circle_percentage">Circle with percentage</string>
maxwencd04a632013-11-29 03:06:22 +010039 <string name="status_bar_notif_count_title">Notification count</string>
40 <string name="status_bar_notif_count_summary">Show number of pending notifications</string>
xplodwild724c7862013-09-13 15:40:02 +010041
xplodwild724c7862013-09-13 15:40:02 +010042 <!-- String for IconPicker -->
43 <string name="icon_picker_title">Choose icon source</string>
44 <string name="icon_picker_system_icons_title">System icons</string>
45 <string name="icon_picker_gallery_title">Gallery</string>
46 <string name="icon_picker_pack_title">Icon pack</string>
47
48 <string name="profile_applist_title">Apps</string>
xplodwild0578cac2013-09-27 01:49:47 +010049 <string name="profile_choose_app">Choose app</string>
50 <string name="profiles_add">Add</string>
51
52 <!-- Notification light dialogs -->
53 <string name="edit_light_settings">Edit light settings</string>
54 <string name="pulse_speed_title">Pulse length and speed</string>
maxwen4c92f182013-10-21 00:13:06 +020055 <string name="color_list_title">Color</string>
xplodwild0578cac2013-09-27 01:49:47 +010056 <string name="default_time">Normal</string>
57 <string name="custom_time">Custom</string>
58 <string name="dialog_test">Test</string>
59 <string name="dialog_delete_title">Delete</string>
60 <string name="dialog_delete_message">Remove selected item?</string>
61 <string name="dialog_test_message">Turn the screen off to see the selected notification in action or dismiss this dialog to stop the test</string>
62 <string name="dialog_test_button">Dismiss</string>
63
64 <!-- Lights settings screen, notification light settings -->
maxwenee838e52013-11-26 03:15:35 +010065 <string name="notification_light_enable">Enable</string>
xplodwild0578cac2013-09-27 01:49:47 +010066 <string name="notification_light_general_title">General</string>
67 <string name="notification_light_applist_title">Applications</string>
68 <string name="notification_light_phonelist_title">Phone</string>
69 <string name="notification_light_use_custom">Use custom values</string>
70 <string name="notification_light_enabled">Enabled</string>
71 <string name="notification_light_disabled">Disabled</string>
72 <string name="notification_light_default_value">Default</string>
73 <string name="notification_light_missed_call_title">Missed call</string>
74 <string name="notification_light_voicemail_title">Voicemail</string>
Schubi2e5a64d2014-01-05 13:05:14 +010075 <string name="notification_light_screen_on_title">Show when screen is on</string>
xplodwild0578cac2013-09-27 01:49:47 +010076
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
maxwen4c92f182013-10-21 00:13:06 +020090 <string name="led_color_green">Green</string>
91 <string name="led_color_red">Red</string>
92
xplodwild0578cac2013-09-27 01:49:47 +010093 <!-- Battery light settings -->
maxwenee838e52013-11-26 03:15:35 +010094 <string name="battery_light_enable">Enable</string>
xplodwild0578cac2013-09-27 01:49:47 +010095 <string name="battery_low_pulse_title">Pulse if battery low</string>
96 <string name="battery_light_list_title">Colors</string>
97 <string name="battery_light_low_color_title">Battery low</string>
98 <string name="battery_light_medium_color_title">Charging</string>
maxwenee838e52013-11-26 03:15:35 +010099 <string name="battery_light_full_color_title">Charged (90%)</string>
100 <string name="battery_light_really_full_color_title">Charged (100%)</string>
101 <string name="edit_battery_settings">Edit battery settings</string>
xplodwild0578cac2013-09-27 01:49:47 +0100102
maxwenc52eda62013-10-02 02:02:56 +0200103 <!-- brightness settings -->
104 <string name="brightness_settings_title">Brightness setup</string>
105 <string name="screen_current_value">Current screen value: <xliff:g id="screen_level">%d</xliff:g></string>
106 <string name="button_current_value">Current button value: <xliff:g id="button_level">%d</xliff:g></string>
107
108 <string name="auto_brightness_sensitivity_title">Adjustment sensitivity</string>
109 <string name="auto_brightness_sensitivity_summary">Medium</string>
110 <string name="auto_brightness_sensitivity_verylow">Very low</string>
111 <string name="auto_brightness_sensitivity_low">Low</string>
112 <string name="auto_brightness_sensitivity_medium">Medium</string>
113 <string name="auto_brightness_sensitivity_high">High</string>
114 <string name="auto_brightness_sensitivity_veryhigh">Very high</string>
115
116 <string name="screen_brightness_category">Screen</string>
117 <string name="screen_auto_brightness">Automatic levels</string>
118 <string name="screen_auto_brighness_summary">Screen brightness levels for automatic mode</string>
119 <string name="button_auto_brightness">Automatic levels</string>
120 <string name="button_auto_brighness_summary">Button brightness levels for automatic mode</string>
maxwenc52eda62013-10-02 02:02:56 +0200121 <string name="button_no_brightness">Dark mode</string>
122 <string name="button_no_brightness_summary">Don\'t set button brightness</string>
123 <string name="button_link_brightness">Link to screen</string>
124 <string name="button_link_brightness_summary">Buttons brightness will use the same value as the screen</string>
125 <string name="button_manual_brightness">Manual level</string>
126 <string name="button_manual_brightness_summary">Button brightness level for manual mode</string>
maxwenf69337b2013-11-14 11:59:29 +0100127 <string name="dialog_manual_brightness_title">Manual button brightness</string>
maxwenc52eda62013-10-02 02:02:56 +0200128 <!-- Automatic brightness customization -->
129 <string name="auto_brightness_setup_title">Automatic brightness</string>
130 <string name="light_sensor_current_value">Current light sensor value: <xliff:g id="light_level">%d</xliff:g> lux</string>
131 <string name="auto_brightness_dialog_title">Automatic brightness levels</string>
132 <string name="auto_brightness_level_format"><xliff:g id="level">%1$d</xliff:g></string>
133 <string name="auto_brightness_last_level_format"><xliff:g id="level">%1$d</xliff:g>+</string>
134 <string name="auto_brightness_adjust_button">Adjust</string>
135 <string name="auto_brightness_close_button">Close</string>
136 <string name="auto_brightness_reset_button">Reset</string>
137 <string name="auto_brightness_split_dialog_title">Split brightness level</string>
138 <string name="auto_brightness_level_dialog_title">Brightness level</string>
139 <string name="auto_brightness_lux">Ambient brightness (lux)</string>
140 <string name="auto_brightness_backlight">Brightness</string>
141 <string name="auto_brightness_reset_dialog_title">Reset levels?</string>
142 <string name="auto_brightness_reset_confirmation">All brightness levels will be reset to their default settings.</string>
143 <string name="auto_brightness_split_lux_format">Split position (between <xliff:g id="min">%1$d</xliff:g> and <xliff:g id="max">%2$d</xliff:g> lux)</string>
144 <string name="auto_brightness_level_options">Light level options</string>
145 <string name="auto_brightness_menu_edit">Edit</string>
146 <string name="auto_brightness_menu_split">Split</string>
147 <string name="auto_brightness_menu_remove">Remove</string>
148 <string name="sensor_category">Sensor</string>
maxwenf69337b2013-11-14 11:59:29 +0100149 <string name="button_timeout_title">Timeout</string>
maxwen1c0a1632014-02-14 22:00:08 +0100150 <string name="button_timeout_summary">Disabled on value 0</string>
maxwenccbc9532014-05-15 02:11:18 +0200151 <string name="button_brightness_title">Button brightness</string>
152 <string name="button_brightness_summary">Button brightness settings</string>
maxwenc52eda62013-10-02 02:02:56 +0200153
maxwen32cd9a62013-10-03 22:34:05 +0200154 <!-- button settings -->
155 <string name="button_volume_keys_title">Volume</string>
maxwenba174fd2013-12-19 03:14:20 +0100156 <string name="button_volume_wake_title">Button wake</string>
157 <string name="button_volume_wake_summary">Pressing a volume button will wake the device</string>
158 <string name="button_volume_music_control_title">Music control</string>
159 <string name="button_volume_music_control_summary">Long press volume buttons to switch tracks while screen off</string>
crondogba543152013-11-14 19:48:46 +1100160 <string name="button_headsethook_title">Headset</string>
161 <string name="button_headsethook_launch_voice_title">Headset launches voice</string>
162 <string name="button_headsethook_launch_voice_summary">Pressing the headset button will launch voice controls</string>
maxwen32cd9a62013-10-03 22:34:05 +0200163
Jon Haus391eadd2014-01-21 14:39:28 -0500164 <!-- Network traffic -->
165 <string name="network_traffic_title">Network traffic</string>
166 <string name="show_network_traffic_state">Status bar traffic monitor</string>
167 <string name="show_network_traffic_unit">Display unit</string>
168 <string name="show_network_traffic_frequency">Update interval</string>
169 <string name="show_network_traffic_disable">Disabled</string>
170 <string name="show_network_traffic_up">Outgoing</string>
171 <string name="show_network_traffic_down">Incoming</string>
172 <string name="show_network_traffic_all">Outgoing and incoming</string>
173 <string name="show_network_traffic_bit">Bits per second</string>
174 <string name="show_network_traffic_byte">Bytes per second</string>
175 <string name="show_network_traffic_500">500 ms</string>
176 <string name="show_network_traffic_1000">1000 ms</string>
177 <string name="show_network_traffic_1500">1500 ms</string>
178 <string name="show_network_traffic_2000">2000 ms</string>
tectas2dc86742013-10-26 21:32:38 +0200179
herna3c33f8c2013-11-22 02:50:54 -0800180 <!-- Status Bar Activity Indicators -->
Jon Haus391eadd2014-01-21 14:39:28 -0500181 <string name="show_activity_indicators_on_status_bar_title">Activity indicators</string>
182 <string name="show_activity_indicators_on_status_bar_summary">Show indicators in signal bars</string>
herna3c33f8c2013-11-22 02:50:54 -0800183
maxwen800a2e22013-11-17 02:49:27 +0100184 <!-- Hardware keys -->
185 <string name="button_keys_title">Keys</string>
186 <string name="keys_bindings_title">Key actions</string>
187 <string name="button_keys_back_title" >Back key</string>
188 <string name="button_keys_home_title" >Home key</string>
189 <string name="button_keys_menu_title" >Menu key</string>
190 <string name="button_keys_assist_title" >Search key</string>
191 <string name="button_keys_appSwitch_title" >App switch key</string>
192 <string name="keys_enable_custom_title">Custom actions</string>
193 <string name="keys_back_press_title">Back key</string>
194 <string name="keys_back_long_press_title">Back key (long press)</string>
195 <string name="keys_home_press_title">Home key</string>
196 <string name="keys_home_long_press_title">Home key (long press)</string>
197 <string name="keys_home_double_tap_title">Home key (double tap)</string>
198 <string name="keys_menu_press_title">Menu key</string>
199 <string name="keys_menu_long_press_title">Menu key (long press)</string>
200 <string name="keys_assist_press_title">Search key</string>
201 <string name="keys_assist_long_press_title">Search key (long press)</string>
202 <string name="keys_app_switch_press_title">App switch key</string>
203 <string name="keys_app_switch_long_press_title">App switch key (long press)</string>
204 <string name="keys_action_nothing">No action</string>
205 <string name="keys_action_menu">Open/close menu</string>
206 <string name="keys_action_app_switch">Recent apps switcher</string>
207 <string name="keys_action_search">Search assistant</string>
208 <string name="keys_action_voice_search">Voice search</string>
209 <string name="keys_action_in_app_search">In-app search</string>
210 <string name="keys_action_home">Home button</string>
211 <string name="keys_action_back">Back button</string>
212 <string name="keys_action_last_app">Switch to last app</string>
213 <string name="keys_action_kill_app">Kill app</string>
maxwenf9fe5bd2014-01-07 16:07:30 +0100214 <string name="keys_action_sleep">Go to sleep</string>
maxwen800a2e22013-11-17 02:49:27 +0100215 <string name="keys_action_normal">Normal press</string>
216 <string name="keys_action_long">Long press</string>
217 <string name="keys_action_double">Double tap</string>
218 <string name="dialog_no_home_key_title">No home action</string>
219 <string name="no_home_key">You have no button assigned to the \"Home\" action! This can make your device unusable!</string>
maxwen2bcaba02013-12-17 02:44:07 +0100220 <string name="virtual_key_haptic_feedback_title">Vibrate on touch</string>
221 <string name="virtual_key_haptic_feedback_summary">Enable depends on \"Vibrate on touch\" in sound settings</string>
maxwenccbc9532014-05-15 02:11:18 +0200222 <string name="navigation_bar_show_title">Show navigation bar</string>
223 <string name="navigation_bar_show_summary">Force enable navigation bar</string>
224 <string name="hardware_keys_disable_title">Disable keys</string>
225 <string name="hardware_keys_disable_summary">Force disable keys</string>
Tectas89818412013-11-21 13:56:10 +0100226
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530227 <!-- Power Menu Options-->
228 <string name="bars_and_menus_category_power_menu_title">Power menu</string>
maxwencd04a632013-11-29 03:06:22 +0100229 <string name="power_menu_toggle_screenshot_title">Screenshot</string>
ragesossa69863a2014-01-27 00:10:18 -0500230 <string name="power_menu_toggle_screenshot_summary">Show screenshot option in power menu</string>
231 <string name="power_menu_toggle_screenrecord_title">Screen record</string>
232 <string name="power_menu_toggle_screenrecord_summary">Show screen record option in power menu</string>
233 <string name="power_menu_toggle_mobile_data_title">Mobile data</string>
234 <string name="power_menu_toggle_mobile_data_summary">Show mobile data option in power menu</string>
Sergiu Sandorcab521f2013-12-14 13:03:21 +0200235 <string name="power_menu_toggle_airplane_mode_title">Airplane mode</string>
ragesossa69863a2014-01-27 00:10:18 -0500236 <string name="power_menu_toggle_airplane_mode_summary">Show airplane option in power menu</string>
Sergiu Sandorcab521f2013-12-14 13:03:21 +0200237 <string name="power_menu_toggle_sound_toggles_title">Sound toggles</string>
ragesossa69863a2014-01-27 00:10:18 -0500238 <string name="power_menu_toggle_sound_toggles_summary">Show sound toggles in power menu</string>
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530239
0xD34Da07d7c52013-09-21 17:35:01 +0100240 <!-- Active Display Notifications -->
241 <string name="ad_settings_title">Active display</string>
242 <string name="ad_settings_summary">Change active display settings</string>
243 <string name="ad_enable_title">Enable</string>
244 <string name="ad_enable_summary_on">Active display enabled</string>
245 <string name="ad_enable_summary_off">Active display disabled</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700246 <string name="ad_bypass_title">Bypass mode</string>
Juan Ezquerro LLanes54f911b2014-03-14 01:39:09 +0100247 <string name="ad_bypass_summary">Pocket mode will launch the lockscreen when no notifications exist and lockscreen secure enabled</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100248 <string name="ad_text_title">Notification text</string>
ragesossa69863a2014-01-27 00:10:18 -0500249 <string name="ad_text_summary">Show the notification text around the ring</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700250 <string name="ad_content_title">Custom notification view</string>
251 <string name="ad_content_summary">Use active display style for notification details</string>
252 <string name="ad_annoying_title">Less frequent notification</string>
253 <string name="ad_annoying_summary">Limit the notification to once per time period</string>
254 <string name="ad_double_tap_title">Double tap to sleep</string>
255 <string name="ad_double_tap_summary">Turn screen off with double tap</string>
Juan Ezquerro LLanes54f911b2014-03-14 01:39:09 +0100256 <string name="ad_shake_event_settings_title">Shake settings</string>
257 <string name="ad_shake_event_title">Shake to redisplay</string>
258 <string name="ad_shake_event_summary">Shake device to redisplay notifications</string>
259 <string name="ad_shake_force_title">Default event</string>
260 <string name="ad_shake_force_summary">After receive a notification won\'t run active display until user shakes</string>
261 <string name="ad_shake_threshold_title">Intensity</string>
262 <string name="ad_shake_threshold_summary">Intensity of shake needed to display notifications</string>
263 <string name="ad_shake_timeout_title">Timeout</string>
264 <string name="ad_shake_timeout_summary">Seconds that shake is active after receiving a notification, 0 means always active.</string>
265 <string name="ad_shake_quiet_hours_title">Bypass Quiet Hours</string>
266 <string name="ad_shake_quiet_hours_summary">Allow shake during Quiet Hours</string>
267 <string name="ad_shake_long_threshold_title">Interval</string>
268 <string name="ad_shake_long_threshold_summary">Minimum time between consecutive shakes</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700269 <string name="ad_all_notifications_title">Show ongoing</string>
270 <string name="ad_all_notifications_summary">Show non-clearable notifications</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100271 <string name="ad_hide_low_priority_title">Hide low priority</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700272 <string name="ad_hide_low_priority_summary">Hide notifications marked as low priority</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100273 <string name="ad_pocket_mode_title">Pocket mode</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700274 <string name="ad_pocket_mode_summary">Show pending notifications after taking the device out of your pocket</string>
275 <string name="ad_redisplay_title">Re-display notifications</string>
Schubifbf72842013-11-26 14:11:05 +0100276 <string name="ad_timeout_title">Display timeout</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700277 <string name="ad_threshold_title">Proximity time threshold</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700278 <string name="ad_threshold_summary">Time the proximity sensor must be covered before active display is shown</string>
279 <string name="ad_brightness_title">Display brightness</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700280 <string name="ad_customizations_title">Advanced settings</string>
281 <string name="ad_excluded_apps_title">Excluded apps</string>
282 <string name="ad_excluded_apps_summary">No notifications will be shown for these apps</string>
283 <string name="ad_privacy_apps_title">Privacy mode</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700284 <string name="ad_privacy_apps_summary">No details will be shown for notifications from these apps</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100285 <string name="ad_show_date_title">Show date</string>
286 <string name="ad_show_ampm_title">Show AM/PM</string>
287 <string name="ad_sunlight_mode_title">Sunlight mode</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700288 <string name="ad_brightness_summary">Used on manual brightness control</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100289 <string name="ad_show_date_summary">Show the date above the clock</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700290 <string name="ad_show_ampm_summary">Show AM/PM indicator when using the 12-hour time format</string>
Yanuar Harry39a9e702014-02-27 02:11:40 +0700291 <string name="ad_sunlight_mode_summary">Invert colors in bright environment</string>
292 <string name="ad_turnoff_mode_title">Auto-sleep</string>
293 <string name="ad_turnoff_mode_summary">Put to sleep after woken by pocket mode and returned to the pocket</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100294 <string name="ad_redisplay_never">Never</string>
295 <string name="ad_redisplay_1m">1 minute</string>
296 <string name="ad_redisplay_5m">5 minutes</string>
297 <string name="ad_redisplay_15m">15 minutes</string>
298 <string name="ad_redisplay_30m">30 minutes</string>
299 <string name="ad_redisplay_1h">1 hour</string>
300 <string name="ad_redisplay_2h">2 hours</string>
301 <string name="ad_redisplay_5h">5 hours</string>
Schubifbf72842013-11-26 14:11:05 +0100302 <string name="ad_timeout_3s">3 seconds</string>
303 <string name="ad_timeout_5s">5 seconds</string>
304 <string name="ad_timeout_8s">8 seconds</string>
305 <string name="ad_timeout_10s">10 seconds</string>
306 <string name="ad_timeout_15s">15 seconds</string>
307 <string name="ad_timeout_25s">25 seconds</string>
Sergiu Sandorb882fb72013-12-07 18:21:24 +0200308 <string name="ad_threshold_0s">Instant</string>
309 <string name="ad_threshold_1s">1 second</string>
310 <string name="ad_threshold_2s">2 seconds</string>
311 <string name="ad_threshold_3s">3 seconds</string>
312 <string name="ad_threshold_4s">4 seconds</string>
313 <string name="ad_threshold_5s">5 seconds</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100314 <string name="ad_pocket_mode_off">Off</string>
315 <string name="ad_pocket_mode_notifications">Notifications only</string>
316 <string name="ad_pocket_mode_always">Always</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700317
318 <string name="bars_and_menus_category_recent_panel_title">Recents view</string>
Tectas89818412013-11-21 13:56:10 +0100319
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100320 <!-- Recents clear all -->
maxwencd04a632013-11-29 03:06:22 +0100321 <string name="show_recent_clear_all_button_title">Clear all button</string>
322 <string name="show_recent_clear_all_button_summary">Show clear all button within the recent applications view</string>
Tectas89818412013-11-21 13:56:10 +0100323 <string name="recent_clear_all_button_location_title">Clear all button position</string>
maxwencd04a632013-11-29 03:06:22 +0100324 <string name="recent_clear_all_button_location_summary">Choose position of the clear all button</string>
Tectas89818412013-11-21 13:56:10 +0100325 <string name="recent_clear_all_button_location_top_left">Top left</string>
326 <string name="recent_clear_all_button_location_top_right">Top right</string>
327 <string name="recent_clear_all_button_location_bottom_left">Bottom left</string>
328 <string name="recent_clear_all_button_location_bottom_right">Bottom right</string>
329
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100330 <!-- Memory Indicator -->
331 <string name="show_recents_memory_indicator_title">Memory indicator</string>
332 <string name="show_recents_memory_indicator_summary">Show a memory indicator within the recent applications view</string>
333 <string name="recents_memory_indicator_location_title">Memory indicator position</string>
334 <string name="recents_memory_indicator_location_summary">Choose position of the memory indicator</string>
335
Tectas1ab01222013-11-15 14:13:41 +0100336 <!-- Contextual Notification Panel Header -->
xplodwilde24175e2013-11-27 11:58:11 +0100337 <string name="notification_drawer_category_title">Notification drawer</string>
Pierre Gros83af1e72014-01-12 14:30:38 +0100338 <string name="custom_statusbar_header_title">Contextual header</string>
339 <string name="custom_statusbar_header_summary">Sets the background of the header to an image based on the current date and time</string>
xplodwilde24175e2013-11-27 11:58:11 +0100340
Tectas1ab01222013-11-15 14:13:41 +0100341 <!-- Volume default -->
342 <string name="button_volume_default_none">None</string>
343 <string name="button_volume_default_ringer">Ringer</string>
344 <string name="button_volume_default_media">Media</string>
345 <string name="button_volume_default_title">Volume default</string>
346 <string name="button_volume_default_summary">Choose which volume gets changed by default</string>
347
Schubi4a08a132013-12-03 18:40:31 +0100348 <!-- Navigation Bar customization-->
349 <string name="navigation_bar_title">Buttons and layout</string>
maxwenccbc9532014-05-15 02:11:18 +0200350 <string name="navigation_bar_summary">Configure navigation bar buttons</string>
Schubi4a08a132013-12-03 18:40:31 +0100351 <string name="navigation_bar_help_text">1 - To begin editing, tap the lock icon\n\n2 - Tap any button to assign or change functionality\n\n3 - Long press any button to rearrange the order\n\n4 - To save, tap the lock icon again\n\n5 - To restore system default, tap the reset button\n\n</string>
352 <string name="navigation_bar_tips">\u2022 Actions can only be assigned to one button at a time\n\n\u2022 The home button cannot be re-assigned\n\n\u2022 Side buttons cannot be rearranged</string>
353 <string name="navigation_bar_tips_title">Quick tips</string>
354 <string name="navigation_bar_reset_message">Delete current settings and restore to default?</string>
355 <string name="navigation_bar_save_message">Navigation bar settings saved</string>
356 <string name="navigation_bar_reset_toast">Navigation bar reset to default</string>
357 <string name="navigation_bar_menu_editable">Editable</string>
358 <string name="navigation_bar_menu_locked">Locked</string>
359
Danny Baumannbc00afe2013-12-12 15:22:27 +0100360 <!-- Navigation ring shortcuts -->
361 <string name="navigation_ring_title">Quick launch shortcuts</string>
maxwenccbc9532014-05-15 02:11:18 +0200362 <string name="navigation_ring_summary">Configure custom navigation bar shortcuts</string>
Danny Baumannbc00afe2013-12-12 15:22:27 +0100363 <string name="navring_target_reset_message">Delete all user created navigation bar shortcuts and restore to default?</string>
364 <string name="navring_target_reset">Navigation bar shortcuts reset to default</string>
365 <string name="navring_action_open_ime_switcher">Open IME Switcher</string>
366 <string name="navring_action_kill_app">Kill app</string>
367 <string name="navring_action_none">None</string>
368 <string name="navring_action_take_screenshot">Take screenshot</string>
369 <string name="navring_action_ring_vibrate">Ring/Vibration</string>
370 <string name="navring_action_ring_silent">Ring/Silent</string>
371 <string name="navring_action_ring_vibrate_silent">Ring/Vibration/Silent</string>
372 <string name="navring_action_screen_off">Screen off</string>
373 <string name="navring_action_torch">Toggle torch</string>
374 <string name="navring_action_google_now">Google Now</string>
375 <string name="navring_choose_action_title">Choose action</string>
maxwen8b834492014-01-15 21:33:16 +0100376 <string name="navring_action_last_app">Switch to last app</string>
Danny Baumannbc00afe2013-12-12 15:22:27 +0100377
Danny Baumannbc00afe2013-12-12 15:22:27 +0100378 <!-- Lock Screen Shortcuts -->
379 <string name="lockscreen_target_info">Drag the slider to targets to assign shortcuts</string>
380 <string name="lockscreen_target_title">Slider shortcuts</string>
381 <string name="lockscreen_target_summary">View or change custom lock screen shortcuts</string>
382 <string name="lockscreen_target_reset">Lock screen shortcuts reset to default</string>
383 <string name="lockscreen_target_reset_title">Reset</string>
384 <string name="lockscreen_target_reset_message">Delete all user created lock screen shortcuts and restore to default?</string>
385 <string name="lockscreen_target_empty">Empty</string>
386 <string name="lockscreen_target_edit_title">Edit shortcut and icon</string>
387 <string name="lockscreen_target_edit_msg">Select or change the desired application or activity and the associated icon</string>
388
389 <!-- Lock screen shortcuts -->
390 <string name="picker_activities">Activities</string>
391 <string name="select_custom_app_title">Select custom app</string>
392 <string name="select_custom_activity_title">Select custom activity</string>
393 <string name="icon_picker_choose_icon_title">Choose icon</string>
394 <string name="icon_picker_alarm">Alarm</string>
395 <string name="icon_picker_browser">Browser</string>
396 <string name="icon_picker_calendar">Calendar</string>
397 <string name="icon_picker_camera">Camera</string>
398 <string name="icon_picker_chrome">Chrome</string>
399 <string name="icon_picker_contacts">Contacts</string>
400 <string name="icon_picker_email">Email</string>
401 <string name="icon_picker_email2">Email Holo</string>
402 <string name="icon_picker_facebook">Facebook</string>
403 <string name="icon_picker_gallery">Gallery</string>
404 <string name="icon_picker_google_small">Google (small)</string>
405 <string name="icon_picker_googleplus">Google Plus</string>
406 <string name="icon_picker_googletalk">Hangouts</string>
407 <string name="icon_picker_maps">Maps</string>
408 <string name="icon_picker_movie">Movie</string>
409 <string name="icon_picker_music">Music</string>
410 <string name="icon_picker_nav_normal">Navigation</string>
411 <string name="icon_picker_phone">Phone</string>
412 <string name="icon_picker_podcast">Podcast</string>
413 <string name="icon_picker_rss">Rss</string>
414 <string name="icon_picker_search">Search</string>
415 <string name="icon_picker_sms">Messaging</string>
416 <string name="icon_picker_twitter">Twitter</string>
417
Jon Haus391eadd2014-01-21 14:39:28 -0500418 <string name="quick_settings_category_title">Quick settings</string>
419
Yanuar Harryb79648c2014-01-03 21:42:37 +0700420 <!-- QuickSettings: Dynamic Row -->
Jon Haus391eadd2014-01-21 14:39:28 -0500421 <string name="qs_configurable_title">Quick settings configurable</string>
Yanuar Harryb79648c2014-01-03 21:42:37 +0700422 <string name="qs_configurable_summary">Enable/disable dynamic row changes</string>
423
UtkarshGupta5ea9bc62013-12-31 14:00:18 +0530424 <!-- QuickSettings: Quick Pulldown -->
425 <string name="title_quick_pulldown">Quick pulldown</string>
Jon Haus391eadd2014-01-21 14:39:28 -0500426 <string name="summary_quick_pulldown">Quickly pulldown quick settings with one finger</string>
427 <string name="quick_pulldown_off">Disabled</string>
UtkarshGupta5ea9bc62013-12-31 14:00:18 +0530428 <string name="quick_pulldown_centre">Centre</string>
429 <string name="quick_pulldown_left">Left</string>
430 <string name="quick_pulldown_right">Right</string>
431
UtkarshGupta6d9f6592014-01-20 16:27:29 +0530432 <!-- QuickSettings: Smart Pulldown -->
433 <string name="smart_pulldown_title">Smart pulldown</string>
Jon Haus391eadd2014-01-21 14:39:28 -0500434 <string name="smart_pulldown_summary">Open quick settings when there are no notifications present</string>
435 <string name="smart_pulldown_off">Disabled</string>
Juan Ezquerro LLanes7ad84362014-04-28 00:17:05 +0200436 <string name="smart_pulldown_dismissable">If no clearable notifications</string>
Jon Haus391eadd2014-01-21 14:39:28 -0500437 <string name="smart_pulldown_persistent">If no notifications</string>
UtkarshGupta6d9f6592014-01-20 16:27:29 +0530438
Lars Greiss311b8132013-12-30 21:51:14 +0530439 <!-- Cursor control -->
440 <string name="volume_key_cursor_control_title">Cursor control</string>
441 <string name="volume_key_cursor_control_on">Left/right</string>
442 <string name="volume_key_cursor_control_on_reverse">Right/left</string>
443
Lars Greiss915b85f2014-01-04 20:46:40 +0530444 <!-- Quick Swipe -->
445 <string name="quick_swipe_title">Quick swipe</string>
446 <string name="quick_swipe_summary">Quickly swipe between quick settings and notification drawer</string>
447
maxwen8b834492014-01-15 21:33:16 +0100448 <!-- navigation bar -->
449 <string name="soft_back_kill_app_title">Long press back to kill app</string>
450 <string name="soft_back_kill_app_summary">Long pressing back button will kill foreground app</string>
xplodwilda2e01412014-01-30 13:09:44 +0100451
452 <!-- Sound themes -->
453 <string name="sound_packages_title">Sound packs</string>
454 <string name="install_sound_pack_title">Install sound pack</string>
455 <string name="install_sound_pack_summary">Install new sound packs added in SoundPacks folder on the internal storage</string>
456 <string name="select_sound_pack_title">Select sound pack</string>
457 <string name="select_sound_pack_summary">Select the active sound pack</string>
458 <string name="default_sound_pack">Default (System)</string>
459 <string name="error_pack_install">Error while installing the sound pack</string>
maxwen3d50f6f2014-02-04 00:59:57 +0100460
461 <string name="omniswitch_category">OmniSwitch</string>
462 <string name="recents_use_omniswitch_title">Use for recents</string>
463 <string name="recents_use_omniswitch_summary">Use OmniSwitch instead of default recents view</string>
464 <string name="omniswitch_start_settings_title">Settings</string>
465 <string name="omniswitch_start_settings_summary">Open OmniSwitch settings</string>
466 <string name="omniswitch_not_installed_title">Warning</string>
467 <string name="omniswitch_not_installed_summary">OmniSwitch is not installed</string>
468 <string name="omniswitch_not_installed_message">OmniSwitch is not installed</string>
469 <string name="omniswitch_first_time_title">Information</string>
470 <string name="omniswitch_first_time_message">Make sure you have enabled OmniSwitch. You can do this by using \"Settings\" below</string>
crondog58c36802014-01-21 14:17:07 +1100471
472 <string name="emulate_menu_key_title">Emulate hardware menu key</string>
473 <string name="emulate_menu_key_summary">Force hide the three-dot overflow menu in applications. Require restart of application</string>
474
475 <string name="force_show_overflow_menu_title">Show overflow menu</string>
476 <string name="force_show_overflow_menu_summary">Force show the three-dot overflow menu in applications. Require restart of application</string>
Lars Greiss5c154b42014-01-17 22:24:15 +0530477
478 <!-- Clock -->
479 <string name="status_bar_clock">Clock and date</string>
480 <string name="status_bar_clock_title">Clock and date style</string>
481 <string name="clock_title_enable">Alignment</string>
482 <string name="clock_enabled">Enabled</string>
483 <string name="clock_disabled">Disabled</string>
484 <string name="clock_color_title">Color</string>
485 <string name="status_bar_clock_style_reset">Reset color</string>
486 <string name="status_bar_show_clock_title">Show clock and date</string>
487 <string name="status_bar_am_pm_title">AM/PM</string>
488 <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
489 <string name="enable_clock_weekday">Day of the week</string>
490 <string name="enable_clock_weekday_summary">Abbreviated day of the week before the time</string>
491 <string name="right_clock">Right clock</string>
492 <string name="center_clock">Center clock</string>
493 <string name="dont_show">Don\'t show</string>
494 <string name="clock_date_display">Date</string>
495 <string name="clock_date_display_summary">Display custom date before the clock</string>
496 <string name="clock_date_style">Date style</string>
497 <string name="clock_date_format">Date format</string>
498 <string name="am_pm_clock_normal">Normal font size</string>
499 <string name="am_pm_clock_small">Small font size</string>
500 <string name="am_pm_clock_none">Don\'t show</string>
501 <string name="clock_date_display_none">Don\'t show</string>
502 <string name="clock_date_display_small">Small font size</string>
503 <string name="clock_date_display_normal">Normal font size</string>
504 <string name="clock_date_style_normal">Normal</string>
505 <string name="clock_date_style_lowercase">Lowercase</string>
506 <string name="clock_date_style_uppercase">Uppercase</string>
Schubi2e5a64d2014-01-05 13:05:14 +0100507
UtkarshGupta9d108f72014-02-24 19:07:13 +0530508 <!-- Lockscreen battery ring -->
509 <string name="battery_around_lockscreen_ring">Battery around unlock ring</string>
510
511 <!-- Lockscreen -->
512 <string name="category_widgets_title">Widgets</string>
513 <string name="category_privacy_title">Privacy</string>
514 <string name="category_background_title">Background</string>
515 <string name="more_settings_title">More</string>
516
517 <!-- Widgets-->
518 <string name="maximize_widgets_title">Maximize</string>
519 <string name="enable_camera_title">Camera</string>
520 <string name="enable_camera_summary">Enable camera widget</string>
521
522 <!-- Privacy -->
523 <string name="enable_power_menu_title">Power menu</string>
524 <string name="enable_power_menu_summary">Enable power menu</string>
525
526 <!-- Background -->
527 <string name="see_through_title">See through</string>
UtkarshGuptacdf51112014-03-08 12:31:41 +0530528 <string name="see_through_summary">Your data may be visible to those around you</string>
529 <string name="blur_radius_title">Blur content</string>
530 <string name="blur_radius_summary">Intensity for the blur effect</string>
UtkarshGuptabad9f302014-03-31 15:59:53 +0530531 <string name="lockscreen_wallpaper">Wallpaper</string>
532 <string name="lockscreen_wallpaper_disabled">See through needs to be disabled</string>
UtkarshGupta9d108f72014-02-24 19:07:13 +0530533
Lars Greissd4571a22013-12-16 16:25:21 +0100534 <!-- Navigation bar height/width -->
535 <string name="navbar_dimen_title">Dimensions</string>
maxwenccbc9532014-05-15 02:11:18 +0200536 <string name="navbar_dimen_summary">Configure width and height of navigation bar</string>
Lars Greissd4571a22013-12-16 16:25:21 +0100537 <string name="navbar_dimensions_reset_message">Reset all dimensions entries to default?</string>
538 <string name="navigation_bar_height_title">Navigation bar height</string>
539 <string name="navigation_bar_height_summary">Navigation bar height while in portrait.</string>
540 <string name="navigation_bar_height_landscape_title">Navigation bar height landscape</string>
541 <string name="navigation_bar_height_landscape_summary">Navigation bar height while in landscape.</string>
542 <string name="navigation_bar_width_title">Navigation bar width</string>
543 <string name="navigation_bar_width_summary">Navigation bar height if the bar is along a side</string>
544 <string name="navigation_bar_size_42_dp_default">42 dp (default)</string>
545 <string name="navigation_bar_size_36_dp">36 dp</string>
546 <string name="navigation_bar_size_30_dp">30 dp</string>
547 <string name="navigation_bar_size_24_dp">24 dp</string>
548 <string name="navigation_bar_size_48_dp_default">48 dp (default)</string>
549 <string name="navigation_bar_size_44_dp">44 dp</string>
550 <string name="navigation_bar_size_40_dp">40 dp</string>
551 <string name="navigation_bar_size_42_dp">42 dp</string>
552 <string name="navigation_bar_size_0_dp">0 dp (off)</string>
Pierre Gros83af1e72014-01-12 14:30:38 +0100553
554 <!-- Notification Panel Shortcuts -->
555 <string name="notification_bar_shortcuts">Header shortcuts</string>
556 <string name="clock_shortcut_title">Time</string>
557 <string name="calendar_shortcut_title">Date</string>
558 <string name="default_shortcut">Default</string>
559
maxwend46f0442014-05-11 17:39:08 +0200560 <string name="color_picker_dialog_title">Color</string>
xplodwildc5d09ba2013-09-12 21:34:16 +0100561</resources>