blob: e7fe4004ae23670b73580b09eb5439265dccf18f [file] [log] [blame]
Benjamin Chenga5882a02014-12-28 13:48:36 -05001<?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
8 the Free Software Foundation, either version 3 of the License, or
9 (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">
Yanuar Harry15778e12015-02-11 21:26:16 +070021
Benjamin Chenga5882a02014-12-28 13:48:36 -050022 <!-- Hardware keys -->
23 <string name="button_keys_title">Keys</string>
24 <string name="keys_bindings_title">Key actions</string>
25 <string name="button_keys_back_title" >Back key</string>
26 <string name="button_keys_home_title" >Home key</string>
27 <string name="button_keys_menu_title" >Menu key</string>
28 <string name="button_keys_assist_title" >Search key</string>
29 <string name="button_keys_appSwitch_title" >App switch key</string>
30 <string name="keys_enable_custom_title">Custom actions</string>
31 <string name="keys_back_press_title">Back key</string>
32 <string name="keys_back_long_press_title">Back key (long press)</string>
33 <string name="keys_home_press_title">Home key</string>
34 <string name="keys_home_long_press_title">Home key (long press)</string>
35 <string name="keys_home_double_tap_title">Home key (double tap)</string>
36 <string name="keys_menu_press_title">Menu key</string>
37 <string name="keys_menu_long_press_title">Menu key (long press)</string>
38 <string name="keys_assist_press_title">Search key</string>
39 <string name="keys_assist_long_press_title">Search key (long press)</string>
40 <string name="keys_app_switch_press_title">App switch key</string>
41 <string name="keys_app_switch_long_press_title">App switch key (long press)</string>
42 <string name="keys_action_nothing">No action</string>
43 <string name="keys_action_menu">Open/close menu</string>
maxwen57f45462015-11-27 22:33:02 +010044 <string name="keys_action_app_switch">Default recents</string>
Benjamin Chenga5882a02014-12-28 13:48:36 -050045 <string name="keys_action_search">Search assistant</string>
46 <string name="keys_action_voice_search">Voice search</string>
47 <string name="keys_action_in_app_search">In-app search</string>
48 <string name="keys_action_home">Home button</string>
49 <string name="keys_action_back">Back button</string>
50 <string name="keys_action_last_app">Switch to last app</string>
51 <string name="keys_action_kill_app">Kill app</string>
52 <string name="keys_action_normal">Normal press</string>
53 <string name="keys_action_long">Long press</string>
54 <string name="keys_action_double">Double tap</string>
55 <string name="dialog_no_home_key_title">No home action</string>
56 <string name="no_home_key">You have no button assigned to the \"Home\" action! This can make your device unusable!</string>
57 <string name="button_volume_keys_title">Volume</string>
58 <string name="button_volume_wake_title">Button wake</string>
59 <string name="button_volume_wake_summary">Pressing a volume button will wake the device</string>
maxwenf2ac0c82015-01-01 22:36:59 +010060 <string name="keys_action_sleep">Go to sleep</string>
61 <string name="keys_action_omniswitch">OmniSwitch recents</string>
crondoga1be6ec2015-02-01 15:10:55 +110062 <string name="button_home_wake_title">Button wake</string>
63 <string name="button_home_wake_summary">Pressing the home button will wake the device</string>
Oleksandr Byelkinda325d42015-01-25 21:18:08 +010064 <string name="button_home_answers_call_title">Button answers call</string>
65 <string name="button_home_answers_call_summary">Pressing the home button will answer incoming call</string>
maxwen2d1c1812016-01-29 15:55:03 +010066 <string name="button_other_title">Other</string>
maxwen57f45462015-11-27 22:33:02 +010067 <string name="keys_action_app_switch_short">Default</string>
68 <string name="keys_action_omniswitch_short">OmniSwitch</string>
maxwen2d1c1812016-01-29 15:55:03 +010069 <string name="button_back_kill_enable_title">Kill app back button</string>
70 <string name="button_back_kill_enable_summary">Kill the foreground app by long-pressing the back button</string>
71 <string name="button_back_kill_timeout_title">Kill app timeout</string>
72 <string name="button_back_kill_timeout_500ms">500 ms</string>
73 <string name="button_back_kill_timeout_1000ms">1000 ms</string>
74 <string name="button_back_kill_timeout_1500ms">1500 ms</string>
maxwenc6258ba2015-01-16 21:08:25 +010075
Hernan Castanon Alvarez97f4df12015-12-10 09:38:49 -080076 <!-- Double tap to sleep -->
77 <string name="double_tap_to_sleep_title">Double-tap to sleep</string>
78 <string name="double_tap_to_sleep_summary">Double tap on the status bar to put the device to sleep</string>
79
Yanuar Harry15778e12015-02-11 21:26:16 +070080 <!-- Doze pulse (ambient display) options -->
81 <string name="doze_overwrite_value_title">Overwrite value</string>
82 <string name="doze_overwrite_value_summary">Allow to overwrite default value with user config</string>
83
84 <string name="doze_list_mode_title">Doze mode</string>
85 <string name="doze_list_mode_summary">Option to configure doze mode</string>
86
87 <string name="doze_pulse_title">Time settings</string>
88 <string name="doze_pulse_duration_in_title">Fade in</string>
89 <string name="doze_pulse_duration_in_summary"></string>
90
91 <string name="doze_pulse_duration_visible_title">Visible duration</string>
92 <string name="doze_pulse_duration_visible_summary"></string>
93
94 <string name="doze_pulse_duration_out_title">Fade out</string>
95 <string name="doze_pulse_duration_out_summary"></string>
96
97 <string name="doze_pulse_on_notifications_title">Pulse on notifications</string>
98 <string name="doze_pulse_on_notifications_summary">Trigger activation only on pending notifications</string>
99
100 <string name="doze_shake_title">Shake settings</string>
101 <string name="doze_shake_mode_title">Shake mode</string>
102 <string name="doze_shake_mode_summary">Use shake sensor value to trigger activation</string>
103 <string name="doze_shake_mode_test_summary">Do you want to test shake sensor?</string>
104 <string name="doze_shake_mode_test_result">Apply current value?</string>
105 <string name="doze_shake_test">Shake your device now</string>
106 <string name="doze_shake_it">Shake detected!</string>
107
108 <string name="doze_shake_acc_threshold_title">Shake threshold</string>
109 <string name="doze_shake_acc_threshold_summary">Configure shake strength required to trigger activation</string>
110
111 <string name="doze_time_mode_title">Show clock and date</string>
112 <string name="doze_time_mode_summary">Force showing time when there is no notification</string>
113
114 <string name="twohundred_ms">200 ms</string>
115 <string name="fivehundred_ms">500 ms</string>
116 <string name="one_second">1 s</string>
117 <string name="one_second_default">1 s (default)</string>
118 <string name="onehalf_second">1.5 s</string>
119 <string name="two_second">2 s</string>
120 <string name="twohalf_second">2.5 s</string>
121 <string name="three_second">3 s</string>
122 <string name="three_second_default">3 s (default)</string>
123 <string name="threehalf_second">3.5 s</string>
124 <string name="four_second">4 s</string>
125 <string name="fourhalf_second">4.5 s</string>
126 <string name="five_second">5 s</string>
127
128 <string name="veryeasy_shake">Very easy</string>
129 <string name="easy_shake">Easy</string>
130 <string name="medium_shake">Default</string>
131 <string name="hard_shake">Hard</string>
132 <string name="veryhard_shake">Very hard</string>
133 <string name="strong_shake">Strong</string>
134
135 <string name="fully_mode">Full mode</string>
136 <string name="pocket_shake_mode">Pocket and shake</string>
137 <string name="pocket_pulse_mode">Pocket and pulse</string>
138 <string name="pocket_only_mode">Pocket</string>
139 <string name="shake_pulse_mode">Shake and pulse</string>
140 <string name="pulse_only_mode">Pulse (default)</string>
141
maxwenc6258ba2015-01-16 21:08:25 +0100142 <!-- Swap volume buttons when the screen is rotated -->
143 <string name="swap_volume_buttons_title">Match rotation</string>
144 <string name="swap_volume_buttons_summary">Adjust volume buttons action based on current rotation</string>
maxwencf17b062015-03-21 00:22:14 +0100145
146 <string name="color_picker_dialog_title">Color</string>
147
148 <!-- Battery light settings -->
149 <string name="battery_light_enable">Enable</string>
150 <string name="battery_low_pulse_title">Pulse if battery low</string>
151 <string name="battery_light_list_title">Colors</string>
152 <string name="battery_light_low_color_title">Battery low</string>
153 <string name="battery_light_medium_color_title">Charging</string>
154 <string name="battery_light_full_color_title">Charged (90%)</string>
155 <string name="battery_light_really_full_color_title">Charged (100%)</string>
156 <string name="edit_battery_settings">Edit battery settings</string>
157 <string name="notification_light_general_title">General</string>
158 <string name="led_color_green">Green</string>
159 <string name="led_color_red">Red</string>
160 <string name="led_color_blue">Blue</string>
maxwen176750a2015-04-27 23:00:52 +0200161
maxwen7b0889d2015-10-03 01:21:09 +0200162 <string name="statusbar_title">Status bar</string>
163 <string name="battery_title">Battery display</string>
maxwen86029012016-02-07 23:50:28 +0100164 <string name="statusbar_battery_summary">Set style of status bar battery display</string>
maxwen70e478f2015-04-20 01:26:36 +0200165 <string name="battery_style_title">Style</string>
166 <string name="battery_percent_title">Show percent</string>
167 <string name="battery_percent_none">Never</string>
168 <string name="battery_percent_always">Always</string>
169 <string name="battery_percent_expanded">Expanded</string>
maxwen7b0889d2015-10-03 01:21:09 +0200170 <string name="statusbar_percent_inside_title">Percent overlay</string>
171 <string name="statusbar_percent_inside_summary">Display percent on top of the the battery image</string>
172 <string name="statusbar_charging_image_title">Charging indicator</string>
173 <string name="statusbar_category_charging_title">Charging</string>
174 <string name="statusbar_charging_image_summary">Display bolt indicator while charging. Hides percent overlay</string>
maxwen86029012016-02-07 23:50:28 +0100175 <string name="statusbar_battery_charging_color_title">Color</string>
176 <string name="statusbar_battery_charging_color_enable_title">Color while charging</string>
177 <string name="statusbar_battery_charging_color_enable_summary"></string>
maxwen70e478f2015-04-20 01:26:36 +0200178
maxwen176750a2015-04-27 23:00:52 +0200179 <string name="button_brightness_title">Brightness</string>
180 <string name="button_brightness_summary">Button backlight brightness</string>
181 <string name="button_timeout_title">Backlight timeout</string>
182 <string name="button_timeout_summary">Disabled on value 0</string>
183 <string name="button_no_brightness">Dark mode</string>
184 <string name="button_no_brightness_summary">Don\'t set button brightness</string>
185 <string name="button_link_brightness">Link to screen</string>
186 <string name="button_link_brightness_summary">Use screen brightness level</string>
187 <string name="button_manual_brightness">Brightness level</string>
188 <string name="dialog_manual_brightness_title">Brightness level</string>
189 <string name="unit_sec">sec</string>
maxwenc0676fa2015-05-07 00:36:09 +0200190
191 <string name="navigation_bar_show_title">Show navigation bar</string>
192 <string name="navigation_bar_show_summary">Force enable navigation bar</string>
193 <string name="hardware_keys_disable_title">Disable keys</string>
194 <string name="hardware_keys_disable_summary">Force disable hardware keys</string>
maxwena2af5572015-07-04 00:36:51 +0200195
196 <string name="navbar_title">Navigation bar</string>
197 <string name="navbar_recents_style_title">Recents style</string>
198 <string name="omniswitch_settings">Settings</string>
maxwenfd1ffe02015-11-08 23:17:16 +0100199 <string name="omniswitch_dialog_running">OmniSwitch is currently not enabled. Please enable it and tick the \u2019Start on boot\u2019 option in the settings.</string>
maxwena2af5572015-07-04 00:36:51 +0200200 <string name="omniswitch_dialog_unavail">OmniSwitch is not installed.</string>
maxwenfd1ffe02015-11-08 23:17:16 +0100201 <string name="omniswitch_title">Recents style</string>
maxwen65df33c2015-08-04 02:00:59 +0200202
203 <string name="doze_brightness_level_title">Brightness level</string>
maxwencd7421a2015-08-03 00:43:36 +0200204
205 <!-- Lock screen wallpaper -->
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +0100206 <string name="lockscreen_wallpaper_title">Wallpaper</string>
207 <string name="lockscreen_wallpaper_set_title">Set lock screen wallpaper</string>
208 <string name="lockscreen_wallpaper_clear_title">Clear lock screen wallpaper</string>
209 <string name="reset_lockscreen_wallpaper">Set to default</string>
maxwencd7421a2015-08-03 00:43:36 +0200210
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +0100211 <!-- Lock screen shortcut -->
212 <string name="lockscreen_shortcut_title">Shortcuts</string>
213 <string name="lockscreen_voice_shortcut_title">Voice assist shortcut</string>
214 <string name="lockscreen_voice_shortcut_summary">Show voice assist instead of dialer shortcut</string>
215
216 <string name="notification_title">Notification panel</string>
217 <string name="status_bar_custom_header_title">Custom header image</string>
218 <string name="status_bar_custom_header_summary">Enable notification panel header image</string>
219 <string name="daylight_header_pack_title">Header image pack</string>
maxwen03a36512015-09-25 23:35:44 +0200220
221 <!-- Network traffic -->
222 <string name="network_traffic_title">Network traffic</string>
223 <string name="show_network_traffic_state">Status bar traffic monitor</string>
224 <string name="show_network_traffic_unit">Display unit</string>
225 <string name="show_network_traffic_frequency">Update interval</string>
226 <string name="show_network_traffic_disable">Disabled</string>
227 <string name="show_network_traffic_up">Outgoing</string>
228 <string name="show_network_traffic_down">Incoming</string>
229 <string name="show_network_traffic_all">Outgoing and incoming</string>
230 <string name="show_network_traffic_bit">Bits per second</string>
231 <string name="show_network_traffic_byte">Bytes per second</string>
232 <string name="show_network_traffic_500">500 ms</string>
233 <string name="show_network_traffic_1000">1000 ms</string>
234 <string name="show_network_traffic_1500">1500 ms</string>
235 <string name="show_network_traffic_2000">2000 ms</string>
236 <string name="network_traffic_autohide_title">Auto hide</string>
237 <string name="network_traffic_autohide_summary">Hide the traffic monitor when there is no activity</string>
238 <string name="network_traffic_autohide_threshold">Inactivity threshold</string>
239
maxwencff94382015-09-26 01:27:14 +0200240 <!-- statusbar brightness -->
241 <string name="status_bar_brightness_control_title">Brightness control</string>
242 <string name="status_bar_brightness_control_summary">Adjust brightness by sliding across status bar</string>
maxwen416c0cc2015-09-26 22:42:29 +0200243
244 <!-- Status Bar Activity Indicators -->
245 <string name="status_bar_network_activity_title">Activity indicators</string>
246 <string name="status_bar_network_activity_summary">Show indicators in signal bars</string>
247
maxwend7917092015-11-25 21:34:35 +0100248 <string name="quick_settings_title">Quick Settings</string>
249 <string name="quick_settings_summary">Configure quick settings tiles</string>
250 <string name="status_bar_icon_blacklist_title">Status bar icons</string>
251 <string name="status_bar_icon_blacklist_summary">Configure what icons are shown on status bar</string>
maxwen831d7a82015-12-06 15:57:43 +0100252
253 <string name="recents_category">Recents</string>
254 <string name="recents_search_bar_title">Show search bar</string>
255 <string name="recents_search_bar_summary"></string>
256 <string name="recents_fullscreen_title">Fullscreen</string>
257 <string name="recents_fullscreen_summary"></string>
maxwen8c1b4fc2015-12-24 18:32:43 +0100258
259 <string name="weather_title">Weather</string>
260 <string name="weather_config_title">Service settings</string>
261 <string name="weather_config_summary"></string>
262 <string name="header_weather_title">Header view weather</string>
263 <string name="header_weather_summary">Enable notification panel header weather display</string>
264 <string name="weather_icon_pack_title">Condition icon pack</string>
Menno van Grinsvenadebab42016-01-09 21:47:53 +0100265
266 <!-- Navigationbar settings -->
267 <string name="navigationbar_title">Navigation bar</string>
268
269 <!-- Enable Tablet Style navigation bar -->
270 <string name="enable_tablet_navigation_title">Use tablet layout</string>
271 <string name="enable_tablet_navigation_summary">Tablet layout shows back and home on the left side and overview on the right side of the navigation bar</string>
maxwen64823952016-01-22 23:16:58 +0100272
273 <string name="other_category">Other</string>
274
275 <!-- Dashboard columns -->
276 <string name="dashboard_columns_title">Settings columns</string>
277 <string name="dashboard_columns_phone_default">Default</string>
maxwen2d1c1812016-01-29 15:55:03 +0100278 <string name="dashboard_columns_two">2</string>
maxwen64823952016-01-22 23:16:58 +0100279 <string name="dashboard_columns_tablet_default">Default</string>
maxwen2d1c1812016-01-29 15:55:03 +0100280 <string name="dashboard_columns_three">3</string>
281 <string name="dashboard_columns_four">4</string>
Menno van Grinsven390a0e02016-02-05 22:15:23 +0100282
283 <string name="dashboard_colums_resize_title">Orientation adjustment</string>
284 <string name="dashboard_colums_resize_summary">Automatically adjust settings columns based on orientation.</string>
285
maxwen082e1092016-02-12 22:57:23 +0100286 <!-- global acions config -->
287 <string name="global_actions_power_title">Power</string>
288 <string name="global_actions_reboot_title">Reboot</string>
289 <string name="global_actions_lockdown_title">Lock</string>
290 <string name="global_actions_settings_title">Settings</string>
291 <string name="global_actions_airplane_title">Airplane mode</string>
292 <string name="global_actions_users_title">Users</string>
293 <string name="global_actions_voiceassist_title">Voiceassist</string>
294 <string name="global_actions_silent_title">Silent mode</string>
295 <string name="global_actions_dnd_title">Do not disturb</string>
296 <string name="global_actions_title">Power menu</string>
297 <string name="global_actions_summary">Actions shown in power menu</string>
298 <string name="global_actions_header">Some actions are only visible depending on the setup or only if the device is unlocked</string>
Benjamin Chenga5882a02014-12-28 13:48:36 -0500299</resources>