blob: b773338f368367d083b327cb79a42f53ca18fba7 [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>
0xD34Da07d7c52013-09-21 17:35:01 +010025 <string name="active_display_settings">ActiveDisplay</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>
121 <string name="button_brightness_category">Buttons</string>
122 <string name="button_no_brightness">Dark mode</string>
123 <string name="button_no_brightness_summary">Don\'t set button brightness</string>
124 <string name="button_link_brightness">Link to screen</string>
125 <string name="button_link_brightness_summary">Buttons brightness will use the same value as the screen</string>
126 <string name="button_manual_brightness">Manual level</string>
127 <string name="button_manual_brightness_summary">Button brightness level for manual mode</string>
maxwenf69337b2013-11-14 11:59:29 +0100128 <string name="dialog_manual_brightness_title">Manual button brightness</string>
maxwenc52eda62013-10-02 02:02:56 +0200129 <!-- Automatic brightness customization -->
130 <string name="auto_brightness_setup_title">Automatic brightness</string>
131 <string name="light_sensor_current_value">Current light sensor value: <xliff:g id="light_level">%d</xliff:g> lux</string>
132 <string name="auto_brightness_dialog_title">Automatic brightness levels</string>
133 <string name="auto_brightness_level_format"><xliff:g id="level">%1$d</xliff:g></string>
134 <string name="auto_brightness_last_level_format"><xliff:g id="level">%1$d</xliff:g>+</string>
135 <string name="auto_brightness_adjust_button">Adjust</string>
136 <string name="auto_brightness_close_button">Close</string>
137 <string name="auto_brightness_reset_button">Reset</string>
138 <string name="auto_brightness_split_dialog_title">Split brightness level</string>
139 <string name="auto_brightness_level_dialog_title">Brightness level</string>
140 <string name="auto_brightness_lux">Ambient brightness (lux)</string>
141 <string name="auto_brightness_backlight">Brightness</string>
142 <string name="auto_brightness_reset_dialog_title">Reset levels?</string>
143 <string name="auto_brightness_reset_confirmation">All brightness levels will be reset to their default settings.</string>
144 <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>
145 <string name="auto_brightness_level_options">Light level options</string>
146 <string name="auto_brightness_menu_edit">Edit</string>
147 <string name="auto_brightness_menu_split">Split</string>
148 <string name="auto_brightness_menu_remove">Remove</string>
149 <string name="sensor_category">Sensor</string>
maxwenf69337b2013-11-14 11:59:29 +0100150 <string name="button_timeout_title">Timeout</string>
maxwen1c0a1632014-02-14 22:00:08 +0100151 <string name="button_timeout_summary">Disabled on value 0</string>
maxwenc52eda62013-10-02 02:02:56 +0200152
maxwen32cd9a62013-10-03 22:34:05 +0200153 <!-- button settings -->
154 <string name="button_volume_keys_title">Volume</string>
maxwenba174fd2013-12-19 03:14:20 +0100155 <string name="button_volume_wake_title">Button wake</string>
156 <string name="button_volume_wake_summary">Pressing a volume button will wake the device</string>
157 <string name="button_volume_music_control_title">Music control</string>
158 <string name="button_volume_music_control_summary">Long press volume buttons to switch tracks while screen off</string>
crondogba543152013-11-14 19:48:46 +1100159 <string name="button_headsethook_title">Headset</string>
160 <string name="button_headsethook_launch_voice_title">Headset launches voice</string>
161 <string name="button_headsethook_launch_voice_summary">Pressing the headset button will launch voice controls</string>
maxwen32cd9a62013-10-03 22:34:05 +0200162
Jon Haus391eadd2014-01-21 14:39:28 -0500163 <!-- Network traffic -->
164 <string name="network_traffic_title">Network traffic</string>
165 <string name="show_network_traffic_state">Status bar traffic monitor</string>
166 <string name="show_network_traffic_unit">Display unit</string>
167 <string name="show_network_traffic_frequency">Update interval</string>
168 <string name="show_network_traffic_disable">Disabled</string>
169 <string name="show_network_traffic_up">Outgoing</string>
170 <string name="show_network_traffic_down">Incoming</string>
171 <string name="show_network_traffic_all">Outgoing and incoming</string>
172 <string name="show_network_traffic_bit">Bits per second</string>
173 <string name="show_network_traffic_byte">Bytes per second</string>
174 <string name="show_network_traffic_500">500 ms</string>
175 <string name="show_network_traffic_1000">1000 ms</string>
176 <string name="show_network_traffic_1500">1500 ms</string>
177 <string name="show_network_traffic_2000">2000 ms</string>
tectas2dc86742013-10-26 21:32:38 +0200178
herna3c33f8c2013-11-22 02:50:54 -0800179 <!-- Status Bar Activity Indicators -->
Jon Haus391eadd2014-01-21 14:39:28 -0500180 <string name="show_activity_indicators_on_status_bar_title">Activity indicators</string>
181 <string name="show_activity_indicators_on_status_bar_summary">Show indicators in signal bars</string>
herna3c33f8c2013-11-22 02:50:54 -0800182
maxwen800a2e22013-11-17 02:49:27 +0100183 <!-- Hardware keys -->
184 <string name="button_keys_title">Keys</string>
185 <string name="keys_bindings_title">Key actions</string>
186 <string name="button_keys_back_title" >Back key</string>
187 <string name="button_keys_home_title" >Home key</string>
188 <string name="button_keys_menu_title" >Menu key</string>
189 <string name="button_keys_assist_title" >Search key</string>
190 <string name="button_keys_appSwitch_title" >App switch key</string>
191 <string name="keys_enable_custom_title">Custom actions</string>
192 <string name="keys_back_press_title">Back key</string>
193 <string name="keys_back_long_press_title">Back key (long press)</string>
194 <string name="keys_home_press_title">Home key</string>
195 <string name="keys_home_long_press_title">Home key (long press)</string>
196 <string name="keys_home_double_tap_title">Home key (double tap)</string>
197 <string name="keys_menu_press_title">Menu key</string>
198 <string name="keys_menu_long_press_title">Menu key (long press)</string>
199 <string name="keys_assist_press_title">Search key</string>
200 <string name="keys_assist_long_press_title">Search key (long press)</string>
201 <string name="keys_app_switch_press_title">App switch key</string>
202 <string name="keys_app_switch_long_press_title">App switch key (long press)</string>
203 <string name="keys_action_nothing">No action</string>
204 <string name="keys_action_menu">Open/close menu</string>
205 <string name="keys_action_app_switch">Recent apps switcher</string>
206 <string name="keys_action_search">Search assistant</string>
207 <string name="keys_action_voice_search">Voice search</string>
208 <string name="keys_action_in_app_search">In-app search</string>
209 <string name="keys_action_home">Home button</string>
210 <string name="keys_action_back">Back button</string>
211 <string name="keys_action_last_app">Switch to last app</string>
212 <string name="keys_action_kill_app">Kill app</string>
maxwenf9fe5bd2014-01-07 16:07:30 +0100213 <string name="keys_action_sleep">Go to sleep</string>
maxwen800a2e22013-11-17 02:49:27 +0100214 <string name="keys_action_normal">Normal press</string>
215 <string name="keys_action_long">Long press</string>
216 <string name="keys_action_double">Double tap</string>
217 <string name="dialog_no_home_key_title">No home action</string>
218 <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 +0100219 <string name="virtual_key_haptic_feedback_title">Vibrate on touch</string>
220 <string name="virtual_key_haptic_feedback_summary">Enable depends on \"Vibrate on touch\" in sound settings</string>
Tectas89818412013-11-21 13:56:10 +0100221
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530222 <!-- Power Menu Options-->
223 <string name="bars_and_menus_category_power_menu_title">Power menu</string>
maxwencd04a632013-11-29 03:06:22 +0100224 <string name="power_menu_toggle_screenshot_title">Screenshot</string>
ragesossa69863a2014-01-27 00:10:18 -0500225 <string name="power_menu_toggle_screenshot_summary">Show screenshot option in power menu</string>
226 <string name="power_menu_toggle_screenrecord_title">Screen record</string>
227 <string name="power_menu_toggle_screenrecord_summary">Show screen record option in power menu</string>
228 <string name="power_menu_toggle_mobile_data_title">Mobile data</string>
229 <string name="power_menu_toggle_mobile_data_summary">Show mobile data option in power menu</string>
Sergiu Sandorcab521f2013-12-14 13:03:21 +0200230 <string name="power_menu_toggle_airplane_mode_title">Airplane mode</string>
ragesossa69863a2014-01-27 00:10:18 -0500231 <string name="power_menu_toggle_airplane_mode_summary">Show airplane option in power menu</string>
Sergiu Sandorcab521f2013-12-14 13:03:21 +0200232 <string name="power_menu_toggle_sound_toggles_title">Sound toggles</string>
ragesossa69863a2014-01-27 00:10:18 -0500233 <string name="power_menu_toggle_sound_toggles_summary">Show sound toggles in power menu</string>
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530234
0xD34Da07d7c52013-09-21 17:35:01 +0100235 <!-- Active Display Notifications -->
236 <string name="ad_settings_title">Active display</string>
237 <string name="ad_settings_summary">Change active display settings</string>
238 <string name="ad_enable_title">Enable</string>
239 <string name="ad_enable_summary_on">Active display enabled</string>
240 <string name="ad_enable_summary_off">Active display disabled</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700241 <string name="ad_bypass_title">Bypass active display</string>
242 <string name="ad_bypass_summary">When no notifications exist, pocket mode will launch the lockscreen</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100243 <string name="ad_text_title">Notification text</string>
ragesossa69863a2014-01-27 00:10:18 -0500244 <string name="ad_text_summary">Show the notification text around the ring</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700245 <string name="ad_content_title">Use custom notification view</string>
246 <string name="ad_content_summary">Use Active display style for showing notification details, rather than system style</string>
247 <string name="ad_all_notifications_title">Ongoing notifications</string>
248 <string name="ad_all_notifications_summary">Show ongoing, non-clearable notifications</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100249 <string name="ad_hide_low_priority_title">Hide low priority</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700250 <string name="ad_hide_low_priority_summary">Hide notifications marked as low priority</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100251 <string name="ad_pocket_mode_title">Pocket mode</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700252 <string name="ad_pocket_mode_summary">Show pending notifications after taking the device out of your pocket</string>
253 <string name="ad_redisplay_title">Re-display notifications</string>
Schubifbf72842013-11-26 14:11:05 +0100254 <string name="ad_timeout_title">Display timeout</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700255 <string name="ad_threshold_title">Proximity time threshold</string>
256 <string name="ad_threshold_summary">Duration the proximity sensor must be covered before Active display is shown</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100257 <string name="ad_brightness_title">Notification brightness</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700258 <string name="ad_customizations_title">Advanced settings</string>
259 <string name="ad_excluded_apps_title">Excluded apps</string>
260 <string name="ad_excluded_apps_summary">No notifications will be shown for these apps</string>
261 <string name="ad_privacy_apps_title">Privacy mode</string>
262 <string name="ad_privacy_apps_summary">No details will be shown for notifications belonging to these apps</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100263 <string name="ad_show_date_title">Show date</string>
264 <string name="ad_show_ampm_title">Show AM/PM</string>
265 <string name="ad_sunlight_mode_title">Sunlight mode</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700266 <string name="ad_brightness_summary">Active display brightness (Only applies when automatic brightness is disabled)</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100267 <string name="ad_show_date_summary">Show the date above the clock</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700268 <string name="ad_show_ampm_summary">Show AM/PM indicator when using the 12-hour time format</string>
269 <string name="ad_sunlight_mode_summary">Invert colors when in bright areas such as under direct sunlight</string>
270 <string name="ad_turnoff_mode_title">Auto-sleep display</string>
271 <string name="ad_turnoff_mode_summary">Put device to sleep again if it was woken by Pocket mode, and is returned to the pocket</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100272 <string name="ad_redisplay_never">Never</string>
273 <string name="ad_redisplay_1m">1 minute</string>
274 <string name="ad_redisplay_5m">5 minutes</string>
275 <string name="ad_redisplay_15m">15 minutes</string>
276 <string name="ad_redisplay_30m">30 minutes</string>
277 <string name="ad_redisplay_1h">1 hour</string>
278 <string name="ad_redisplay_2h">2 hours</string>
279 <string name="ad_redisplay_5h">5 hours</string>
Schubifbf72842013-11-26 14:11:05 +0100280 <string name="ad_timeout_3s">3 seconds</string>
281 <string name="ad_timeout_5s">5 seconds</string>
282 <string name="ad_timeout_8s">8 seconds</string>
283 <string name="ad_timeout_10s">10 seconds</string>
284 <string name="ad_timeout_15s">15 seconds</string>
285 <string name="ad_timeout_25s">25 seconds</string>
Sergiu Sandorb882fb72013-12-07 18:21:24 +0200286 <string name="ad_threshold_0s">Instant</string>
287 <string name="ad_threshold_1s">1 second</string>
288 <string name="ad_threshold_2s">2 seconds</string>
289 <string name="ad_threshold_3s">3 seconds</string>
290 <string name="ad_threshold_4s">4 seconds</string>
291 <string name="ad_threshold_5s">5 seconds</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100292 <string name="ad_pocket_mode_off">Off</string>
293 <string name="ad_pocket_mode_notifications">Notifications only</string>
294 <string name="ad_pocket_mode_always">Always</string>
Yanuar Harryb8daa6f2014-02-17 22:56:39 +0700295
296 <string name="bars_and_menus_category_recent_panel_title">Recents view</string>
Tectas89818412013-11-21 13:56:10 +0100297
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100298 <!-- Recents clear all -->
maxwencd04a632013-11-29 03:06:22 +0100299 <string name="show_recent_clear_all_button_title">Clear all button</string>
300 <string name="show_recent_clear_all_button_summary">Show clear all button within the recent applications view</string>
Tectas89818412013-11-21 13:56:10 +0100301 <string name="recent_clear_all_button_location_title">Clear all button position</string>
maxwencd04a632013-11-29 03:06:22 +0100302 <string name="recent_clear_all_button_location_summary">Choose position of the clear all button</string>
Tectas89818412013-11-21 13:56:10 +0100303 <string name="recent_clear_all_button_location_top_left">Top left</string>
304 <string name="recent_clear_all_button_location_top_right">Top right</string>
305 <string name="recent_clear_all_button_location_bottom_left">Bottom left</string>
306 <string name="recent_clear_all_button_location_bottom_right">Bottom right</string>
307
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100308 <!-- Memory Indicator -->
309 <string name="show_recents_memory_indicator_title">Memory indicator</string>
310 <string name="show_recents_memory_indicator_summary">Show a memory indicator within the recent applications view</string>
311 <string name="recents_memory_indicator_location_title">Memory indicator position</string>
312 <string name="recents_memory_indicator_location_summary">Choose position of the memory indicator</string>
313
Tectas1ab01222013-11-15 14:13:41 +0100314 <!-- Contextual Notification Panel Header -->
xplodwilde24175e2013-11-27 11:58:11 +0100315 <string name="notification_drawer_category_title">Notification drawer</string>
316 <string name="custom_statusbar_header_title">Contextual notification panel header</string>
317 <string name="custom_statusbar_header_summary">Sets the background of the notification panel header to an image based on the current date and time</string>
318
Tectas1ab01222013-11-15 14:13:41 +0100319 <!-- Volume default -->
320 <string name="button_volume_default_none">None</string>
321 <string name="button_volume_default_ringer">Ringer</string>
322 <string name="button_volume_default_media">Media</string>
323 <string name="button_volume_default_title">Volume default</string>
324 <string name="button_volume_default_summary">Choose which volume gets changed by default</string>
325
Schubi4a08a132013-12-03 18:40:31 +0100326 <!-- Navigation Bar customization-->
327 <string name="navigation_bar_title">Buttons and layout</string>
328 <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>
329 <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>
330 <string name="navigation_bar_tips_title">Quick tips</string>
331 <string name="navigation_bar_reset_message">Delete current settings and restore to default?</string>
332 <string name="navigation_bar_save_message">Navigation bar settings saved</string>
333 <string name="navigation_bar_reset_toast">Navigation bar reset to default</string>
334 <string name="navigation_bar_menu_editable">Editable</string>
335 <string name="navigation_bar_menu_locked">Locked</string>
336
Danny Baumannbc00afe2013-12-12 15:22:27 +0100337 <!-- Navigation ring shortcuts -->
338 <string name="navigation_ring_title">Quick launch shortcuts</string>
339 <string name="navring_target_reset_message">Delete all user created navigation bar shortcuts and restore to default?</string>
340 <string name="navring_target_reset">Navigation bar shortcuts reset to default</string>
341 <string name="navring_action_open_ime_switcher">Open IME Switcher</string>
342 <string name="navring_action_kill_app">Kill app</string>
343 <string name="navring_action_none">None</string>
344 <string name="navring_action_take_screenshot">Take screenshot</string>
345 <string name="navring_action_ring_vibrate">Ring/Vibration</string>
346 <string name="navring_action_ring_silent">Ring/Silent</string>
347 <string name="navring_action_ring_vibrate_silent">Ring/Vibration/Silent</string>
348 <string name="navring_action_screen_off">Screen off</string>
349 <string name="navring_action_torch">Toggle torch</string>
350 <string name="navring_action_google_now">Google Now</string>
351 <string name="navring_choose_action_title">Choose action</string>
maxwen8b834492014-01-15 21:33:16 +0100352 <string name="navring_action_last_app">Switch to last app</string>
Danny Baumannbc00afe2013-12-12 15:22:27 +0100353
Danny Baumannbc00afe2013-12-12 15:22:27 +0100354 <!-- Lock Screen Shortcuts -->
355 <string name="lockscreen_target_info">Drag the slider to targets to assign shortcuts</string>
356 <string name="lockscreen_target_title">Slider shortcuts</string>
357 <string name="lockscreen_target_summary">View or change custom lock screen shortcuts</string>
358 <string name="lockscreen_target_reset">Lock screen shortcuts reset to default</string>
359 <string name="lockscreen_target_reset_title">Reset</string>
360 <string name="lockscreen_target_reset_message">Delete all user created lock screen shortcuts and restore to default?</string>
361 <string name="lockscreen_target_empty">Empty</string>
362 <string name="lockscreen_target_edit_title">Edit shortcut and icon</string>
363 <string name="lockscreen_target_edit_msg">Select or change the desired application or activity and the associated icon</string>
364
365 <!-- Lock screen shortcuts -->
366 <string name="picker_activities">Activities</string>
367 <string name="select_custom_app_title">Select custom app</string>
368 <string name="select_custom_activity_title">Select custom activity</string>
369 <string name="icon_picker_choose_icon_title">Choose icon</string>
370 <string name="icon_picker_alarm">Alarm</string>
371 <string name="icon_picker_browser">Browser</string>
372 <string name="icon_picker_calendar">Calendar</string>
373 <string name="icon_picker_camera">Camera</string>
374 <string name="icon_picker_chrome">Chrome</string>
375 <string name="icon_picker_contacts">Contacts</string>
376 <string name="icon_picker_email">Email</string>
377 <string name="icon_picker_email2">Email Holo</string>
378 <string name="icon_picker_facebook">Facebook</string>
379 <string name="icon_picker_gallery">Gallery</string>
380 <string name="icon_picker_google_small">Google (small)</string>
381 <string name="icon_picker_googleplus">Google Plus</string>
382 <string name="icon_picker_googletalk">Hangouts</string>
383 <string name="icon_picker_maps">Maps</string>
384 <string name="icon_picker_movie">Movie</string>
385 <string name="icon_picker_music">Music</string>
386 <string name="icon_picker_nav_normal">Navigation</string>
387 <string name="icon_picker_phone">Phone</string>
388 <string name="icon_picker_podcast">Podcast</string>
389 <string name="icon_picker_rss">Rss</string>
390 <string name="icon_picker_search">Search</string>
391 <string name="icon_picker_sms">Messaging</string>
392 <string name="icon_picker_twitter">Twitter</string>
393
Jon Haus391eadd2014-01-21 14:39:28 -0500394 <string name="quick_settings_category_title">Quick settings</string>
395
Yanuar Harryb79648c2014-01-03 21:42:37 +0700396 <!-- QuickSettings: Dynamic Row -->
Jon Haus391eadd2014-01-21 14:39:28 -0500397 <string name="qs_configurable_title">Quick settings configurable</string>
Yanuar Harryb79648c2014-01-03 21:42:37 +0700398 <string name="qs_configurable_summary">Enable/disable dynamic row changes</string>
399
UtkarshGupta5ea9bc62013-12-31 14:00:18 +0530400 <!-- QuickSettings: Quick Pulldown -->
401 <string name="title_quick_pulldown">Quick pulldown</string>
Jon Haus391eadd2014-01-21 14:39:28 -0500402 <string name="summary_quick_pulldown">Quickly pulldown quick settings with one finger</string>
403 <string name="quick_pulldown_off">Disabled</string>
UtkarshGupta5ea9bc62013-12-31 14:00:18 +0530404 <string name="quick_pulldown_centre">Centre</string>
405 <string name="quick_pulldown_left">Left</string>
406 <string name="quick_pulldown_right">Right</string>
407
UtkarshGupta6d9f6592014-01-20 16:27:29 +0530408 <!-- QuickSettings: Smart Pulldown -->
409 <string name="smart_pulldown_title">Smart pulldown</string>
Jon Haus391eadd2014-01-21 14:39:28 -0500410 <string name="smart_pulldown_summary">Open quick settings when there are no notifications present</string>
411 <string name="smart_pulldown_off">Disabled</string>
412 <string name="smart_pulldown_dismissable">If no cleareable notifications</string>
413 <string name="smart_pulldown_persistent">If no notifications</string>
UtkarshGupta6d9f6592014-01-20 16:27:29 +0530414
Lars Greiss311b8132013-12-30 21:51:14 +0530415 <!-- Cursor control -->
416 <string name="volume_key_cursor_control_title">Cursor control</string>
417 <string name="volume_key_cursor_control_on">Left/right</string>
418 <string name="volume_key_cursor_control_on_reverse">Right/left</string>
419
Lars Greiss915b85f2014-01-04 20:46:40 +0530420 <!-- Quick Swipe -->
421 <string name="quick_swipe_title">Quick swipe</string>
422 <string name="quick_swipe_summary">Quickly swipe between quick settings and notification drawer</string>
423
maxwen8b834492014-01-15 21:33:16 +0100424 <!-- navigation bar -->
425 <string name="soft_back_kill_app_title">Long press back to kill app</string>
426 <string name="soft_back_kill_app_summary">Long pressing back button will kill foreground app</string>
xplodwilda2e01412014-01-30 13:09:44 +0100427
428 <!-- Sound themes -->
429 <string name="sound_packages_title">Sound packs</string>
430 <string name="install_sound_pack_title">Install sound pack</string>
431 <string name="install_sound_pack_summary">Install new sound packs added in SoundPacks folder on the internal storage</string>
432 <string name="select_sound_pack_title">Select sound pack</string>
433 <string name="select_sound_pack_summary">Select the active sound pack</string>
434 <string name="default_sound_pack">Default (System)</string>
435 <string name="error_pack_install">Error while installing the sound pack</string>
maxwen3d50f6f2014-02-04 00:59:57 +0100436
437 <string name="omniswitch_category">OmniSwitch</string>
438 <string name="recents_use_omniswitch_title">Use for recents</string>
439 <string name="recents_use_omniswitch_summary">Use OmniSwitch instead of default recents view</string>
440 <string name="omniswitch_start_settings_title">Settings</string>
441 <string name="omniswitch_start_settings_summary">Open OmniSwitch settings</string>
442 <string name="omniswitch_not_installed_title">Warning</string>
443 <string name="omniswitch_not_installed_summary">OmniSwitch is not installed</string>
444 <string name="omniswitch_not_installed_message">OmniSwitch is not installed</string>
445 <string name="omniswitch_first_time_title">Information</string>
446 <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 +1100447
448 <string name="emulate_menu_key_title">Emulate hardware menu key</string>
449 <string name="emulate_menu_key_summary">Force hide the three-dot overflow menu in applications. Require restart of application</string>
450
451 <string name="force_show_overflow_menu_title">Show overflow menu</string>
452 <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 +0530453
454 <!-- Clock -->
455 <string name="status_bar_clock">Clock and date</string>
456 <string name="status_bar_clock_title">Clock and date style</string>
457 <string name="clock_title_enable">Alignment</string>
458 <string name="clock_enabled">Enabled</string>
459 <string name="clock_disabled">Disabled</string>
460 <string name="clock_color_title">Color</string>
461 <string name="status_bar_clock_style_reset">Reset color</string>
462 <string name="status_bar_show_clock_title">Show clock and date</string>
463 <string name="status_bar_am_pm_title">AM/PM</string>
464 <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
465 <string name="enable_clock_weekday">Day of the week</string>
466 <string name="enable_clock_weekday_summary">Abbreviated day of the week before the time</string>
467 <string name="right_clock">Right clock</string>
468 <string name="center_clock">Center clock</string>
469 <string name="dont_show">Don\'t show</string>
470 <string name="clock_date_display">Date</string>
471 <string name="clock_date_display_summary">Display custom date before the clock</string>
472 <string name="clock_date_style">Date style</string>
473 <string name="clock_date_format">Date format</string>
474 <string name="am_pm_clock_normal">Normal font size</string>
475 <string name="am_pm_clock_small">Small font size</string>
476 <string name="am_pm_clock_none">Don\'t show</string>
477 <string name="clock_date_display_none">Don\'t show</string>
478 <string name="clock_date_display_small">Small font size</string>
479 <string name="clock_date_display_normal">Normal font size</string>
480 <string name="clock_date_style_normal">Normal</string>
481 <string name="clock_date_style_lowercase">Lowercase</string>
482 <string name="clock_date_style_uppercase">Uppercase</string>
Schubi2e5a64d2014-01-05 13:05:14 +0100483
xplodwildc5d09ba2013-09-12 21:34:16 +0100484</resources>