Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 1 | <?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 Harry | 15778e1 | 2015-02-11 21:26:16 +0700 | [diff] [blame] | 21 | |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 22 | <!-- 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> |
maxwen | 57f4546 | 2015-11-27 22:33:02 +0100 | [diff] [blame] | 44 | <string name="keys_action_app_switch">Default recents</string> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 45 | <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> |
maxwen | f61af95 | 2016-03-18 00:19:56 +0100 | [diff] [blame] | 60 | <string name="volume_button_music_control_title">Music control</string> |
| 61 | <string name="volume_button_music_control_summary">Long press volume buttons to switch tracks while screen off</string> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 62 | <string name="keys_action_sleep">Go to sleep</string> |
| 63 | <string name="keys_action_omniswitch">OmniSwitch recents</string> |
crondog | a1be6ec | 2015-02-01 15:10:55 +1100 | [diff] [blame] | 64 | <string name="button_home_wake_title">Button wake</string> |
| 65 | <string name="button_home_wake_summary">Pressing the home button will wake the device</string> |
Oleksandr Byelkin | da325d4 | 2015-01-25 21:18:08 +0100 | [diff] [blame] | 66 | <string name="button_home_answers_call_title">Button answers call</string> |
| 67 | <string name="button_home_answers_call_summary">Pressing the home button will answer incoming call</string> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 68 | <string name="button_other_title">Other</string> |
maxwen | 57f4546 | 2015-11-27 22:33:02 +0100 | [diff] [blame] | 69 | <string name="keys_action_app_switch_short">Default</string> |
| 70 | <string name="keys_action_omniswitch_short">OmniSwitch</string> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 71 | <string name="button_back_kill_enable_title">Kill app back button</string> |
| 72 | <string name="button_back_kill_enable_summary">Kill the foreground app by long-pressing the back button</string> |
| 73 | <string name="button_back_kill_timeout_title">Kill app timeout</string> |
| 74 | <string name="button_back_kill_timeout_500ms">500 ms</string> |
| 75 | <string name="button_back_kill_timeout_1000ms">1000 ms</string> |
| 76 | <string name="button_back_kill_timeout_1500ms">1500 ms</string> |
maxwen | c6258ba | 2015-01-16 21:08:25 +0100 | [diff] [blame] | 77 | |
Hernan Castanon Alvarez | 97f4df1 | 2015-12-10 09:38:49 -0800 | [diff] [blame] | 78 | <!-- Double tap to sleep --> |
| 79 | <string name="double_tap_to_sleep_title">Double-tap to sleep</string> |
| 80 | <string name="double_tap_to_sleep_summary">Double tap on the status bar to put the device to sleep</string> |
| 81 | |
Yanuar Harry | 15778e1 | 2015-02-11 21:26:16 +0700 | [diff] [blame] | 82 | <!-- Doze pulse (ambient display) options --> |
| 83 | <string name="doze_overwrite_value_title">Overwrite value</string> |
| 84 | <string name="doze_overwrite_value_summary">Allow to overwrite default value with user config</string> |
| 85 | |
| 86 | <string name="doze_list_mode_title">Doze mode</string> |
| 87 | <string name="doze_list_mode_summary">Option to configure doze mode</string> |
| 88 | |
| 89 | <string name="doze_pulse_title">Time settings</string> |
| 90 | <string name="doze_pulse_duration_in_title">Fade in</string> |
| 91 | <string name="doze_pulse_duration_in_summary"></string> |
| 92 | |
| 93 | <string name="doze_pulse_duration_visible_title">Visible duration</string> |
| 94 | <string name="doze_pulse_duration_visible_summary"></string> |
| 95 | |
| 96 | <string name="doze_pulse_duration_out_title">Fade out</string> |
| 97 | <string name="doze_pulse_duration_out_summary"></string> |
| 98 | |
| 99 | <string name="doze_pulse_on_notifications_title">Pulse on notifications</string> |
| 100 | <string name="doze_pulse_on_notifications_summary">Trigger activation only on pending notifications</string> |
| 101 | |
| 102 | <string name="doze_shake_title">Shake settings</string> |
| 103 | <string name="doze_shake_mode_title">Shake mode</string> |
| 104 | <string name="doze_shake_mode_summary">Use shake sensor value to trigger activation</string> |
| 105 | <string name="doze_shake_mode_test_summary">Do you want to test shake sensor?</string> |
| 106 | <string name="doze_shake_mode_test_result">Apply current value?</string> |
| 107 | <string name="doze_shake_test">Shake your device now</string> |
| 108 | <string name="doze_shake_it">Shake detected!</string> |
| 109 | |
| 110 | <string name="doze_shake_acc_threshold_title">Shake threshold</string> |
| 111 | <string name="doze_shake_acc_threshold_summary">Configure shake strength required to trigger activation</string> |
| 112 | |
| 113 | <string name="doze_time_mode_title">Show clock and date</string> |
| 114 | <string name="doze_time_mode_summary">Force showing time when there is no notification</string> |
| 115 | |
| 116 | <string name="twohundred_ms">200 ms</string> |
| 117 | <string name="fivehundred_ms">500 ms</string> |
| 118 | <string name="one_second">1 s</string> |
| 119 | <string name="one_second_default">1 s (default)</string> |
| 120 | <string name="onehalf_second">1.5 s</string> |
| 121 | <string name="two_second">2 s</string> |
| 122 | <string name="twohalf_second">2.5 s</string> |
| 123 | <string name="three_second">3 s</string> |
| 124 | <string name="three_second_default">3 s (default)</string> |
| 125 | <string name="threehalf_second">3.5 s</string> |
| 126 | <string name="four_second">4 s</string> |
| 127 | <string name="fourhalf_second">4.5 s</string> |
| 128 | <string name="five_second">5 s</string> |
| 129 | |
| 130 | <string name="veryeasy_shake">Very easy</string> |
| 131 | <string name="easy_shake">Easy</string> |
| 132 | <string name="medium_shake">Default</string> |
| 133 | <string name="hard_shake">Hard</string> |
| 134 | <string name="veryhard_shake">Very hard</string> |
| 135 | <string name="strong_shake">Strong</string> |
| 136 | |
| 137 | <string name="fully_mode">Full mode</string> |
| 138 | <string name="pocket_shake_mode">Pocket and shake</string> |
| 139 | <string name="pocket_pulse_mode">Pocket and pulse</string> |
| 140 | <string name="pocket_only_mode">Pocket</string> |
| 141 | <string name="shake_pulse_mode">Shake and pulse</string> |
| 142 | <string name="pulse_only_mode">Pulse (default)</string> |
| 143 | |
maxwen | c6258ba | 2015-01-16 21:08:25 +0100 | [diff] [blame] | 144 | <!-- Swap volume buttons when the screen is rotated --> |
| 145 | <string name="swap_volume_buttons_title">Match rotation</string> |
| 146 | <string name="swap_volume_buttons_summary">Adjust volume buttons action based on current rotation</string> |
maxwen | cf17b06 | 2015-03-21 00:22:14 +0100 | [diff] [blame] | 147 | |
| 148 | <string name="color_picker_dialog_title">Color</string> |
| 149 | |
| 150 | <!-- Battery light settings --> |
| 151 | <string name="battery_light_enable">Enable</string> |
| 152 | <string name="battery_low_pulse_title">Pulse if battery low</string> |
| 153 | <string name="battery_light_list_title">Colors</string> |
| 154 | <string name="battery_light_low_color_title">Battery low</string> |
| 155 | <string name="battery_light_medium_color_title">Charging</string> |
| 156 | <string name="battery_light_full_color_title">Charged (90%)</string> |
| 157 | <string name="battery_light_really_full_color_title">Charged (100%)</string> |
| 158 | <string name="edit_battery_settings">Edit battery settings</string> |
| 159 | <string name="notification_light_general_title">General</string> |
| 160 | <string name="led_color_green">Green</string> |
| 161 | <string name="led_color_red">Red</string> |
| 162 | <string name="led_color_blue">Blue</string> |
maxwen | 176750a | 2015-04-27 23:00:52 +0200 | [diff] [blame] | 163 | |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 164 | <string name="statusbar_title">Status bar</string> |
| 165 | <string name="battery_title">Battery display</string> |
maxwen | 8602901 | 2016-02-07 23:50:28 +0100 | [diff] [blame] | 166 | <string name="statusbar_battery_summary">Set style of status bar battery display</string> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 167 | <string name="battery_style_title">Style</string> |
| 168 | <string name="battery_percent_title">Show percent</string> |
| 169 | <string name="battery_percent_none">Never</string> |
| 170 | <string name="battery_percent_always">Always</string> |
| 171 | <string name="battery_percent_expanded">Expanded</string> |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 172 | <string name="statusbar_percent_inside_title">Percent overlay</string> |
| 173 | <string name="statusbar_percent_inside_summary">Display percent on top of the the battery image</string> |
| 174 | <string name="statusbar_charging_image_title">Charging indicator</string> |
| 175 | <string name="statusbar_category_charging_title">Charging</string> |
| 176 | <string name="statusbar_charging_image_summary">Display bolt indicator while charging. Hides percent overlay</string> |
maxwen | 8602901 | 2016-02-07 23:50:28 +0100 | [diff] [blame] | 177 | <string name="statusbar_battery_charging_color_title">Color</string> |
| 178 | <string name="statusbar_battery_charging_color_enable_title">Color while charging</string> |
| 179 | <string name="statusbar_battery_charging_color_enable_summary"></string> |
maxwen | 3dcce7f | 2016-02-26 23:11:52 +0100 | [diff] [blame] | 180 | <string name="battery_enable_title">Show battery</string> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 181 | |
maxwen | 09c94dc | 2016-03-19 22:43:51 +0100 | [diff] [blame] | 182 | <string name="button_backlight_title">Button backlight</string> |
maxwen | 176750a | 2015-04-27 23:00:52 +0200 | [diff] [blame] | 183 | <string name="button_timeout_title">Backlight timeout</string> |
| 184 | <string name="button_timeout_summary">Disabled on value 0</string> |
maxwen | 176750a | 2015-04-27 23:00:52 +0200 | [diff] [blame] | 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> |
maxwen | 176750a | 2015-04-27 23:00:52 +0200 | [diff] [blame] | 188 | <string name="unit_sec">sec</string> |
maxwen | 09c94dc | 2016-03-19 22:43:51 +0100 | [diff] [blame] | 189 | <string name="button_backlight_enable_title">Enable</string> |
maxwen | c0676fa | 2015-05-07 00:36:09 +0200 | [diff] [blame] | 190 | |
| 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> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 195 | |
| 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> |
mweninge | 81b37b0 | 2016-04-13 14:29:47 +0200 | [diff] [blame] | 199 | <string name="omniswitch_dialog_running_new">OmniSwitch is currently not enabled. Please enable it in the app settings.</string> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 200 | <string name="omniswitch_dialog_unavail">OmniSwitch is not installed.</string> |
maxwen | fd1ffe0 | 2015-11-08 23:17:16 +0100 | [diff] [blame] | 201 | <string name="omniswitch_title">Recents style</string> |
maxwen | 65df33c | 2015-08-04 02:00:59 +0200 | [diff] [blame] | 202 | |
| 203 | <string name="doze_brightness_level_title">Brightness level</string> |
maxwen | cd7421a | 2015-08-03 00:43:36 +0200 | [diff] [blame] | 204 | |
| 205 | <!-- Lock screen wallpaper --> |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 206 | <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> |
maxwen | cd7421a | 2015-08-03 00:43:36 +0200 | [diff] [blame] | 210 | |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 211 | <!-- Lock screen config --> |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 212 | <string name="lockscreen_shortcut_title">Shortcuts</string> |
| 213 | <string name="lockscreen_voice_shortcut_title">Voice assist shortcut</string> |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 214 | <string name="lockscreen_voice_shortcut_summary">Show voice assist instead of dialer</string> |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 215 | <string name="lockscreen_shortcuts_enable_title">Enable</string> |
| 216 | <string name="lockscreen_clock_display_time_title">Display time</string> |
| 217 | <string name="lockscreen_clock_display_date_title">Display date</string> |
| 218 | <string name="lockscreen_clock_display_alarm_title">Display next alarm</string> |
| 219 | <string name="lockscreen_clock">Clock</string> |
| 220 | <string name="lockscreen_clock_font_title">Time font</string> |
| 221 | <string name="lockscreen_clock_color_title">Time and date color</string> |
| 222 | <string name="lockscreen_clock_size_title">Time size</string> |
| 223 | <string name="lockscreen_clock_enable_title">Enable</string> |
| 224 | <string name="lockscreen_clock_shadow_title">Shadow</string> |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 225 | <string name="lockscreen_shortcuts_title">Custom application shortcuts</string> |
| 226 | <string name="lockscreen_shortcuts_summary">Applications shown on the lock screen for quick access. Long press to hide.</string> |
| 227 | <string name="lockscreen_shortcut_add_dialog_title">Add shortcut</string> |
| 228 | <string name="lockscreen_shortcut_apps_title">Shortcuts</string> |
| 229 | <string name="lockscreen_shortcut_add">Add\u2026</string> |
| 230 | <string name="lockscreen_indicator_display_title">Show bottom status text</string> |
| 231 | <string name="lockscreen_indicator_display_summary">Note: custom shortcuts will hide text</string> |
| 232 | <string name="lockscreen_camera_shortcut_enable_title">Show camera shortcut</string> |
| 233 | <string name="lockscreen_camera_shortcut_enable_summary">Visibility depends on system setup</string> |
| 234 | <string name="lockscreen_left_shortcut_enable_title">Show dialer or voice assist shortcut</string> |
| 235 | <string name="lockscreen_left_shortcut_enable_summary">Visibility depends on system setup</string> |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 236 | |
| 237 | <string name="notification_title">Notification panel</string> |
| 238 | <string name="status_bar_custom_header_title">Custom header image</string> |
| 239 | <string name="status_bar_custom_header_summary">Enable notification panel header image</string> |
| 240 | <string name="daylight_header_pack_title">Header image pack</string> |
maxwen | 750f72e | 2016-02-19 00:12:26 +0100 | [diff] [blame] | 241 | <string name="status_bar_custom_header_shadow_title">Header image shadow</string> |
| 242 | <string name="status_bar_custom_header_shadow_summary">For better visibility on bright images</string> |
| 243 | <string name="unit_percent">\u0025</string> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 244 | |
| 245 | <!-- Network traffic --> |
| 246 | <string name="network_traffic_title">Network traffic</string> |
| 247 | <string name="show_network_traffic_state">Status bar traffic monitor</string> |
| 248 | <string name="show_network_traffic_unit">Display unit</string> |
| 249 | <string name="show_network_traffic_frequency">Update interval</string> |
| 250 | <string name="show_network_traffic_disable">Disabled</string> |
| 251 | <string name="show_network_traffic_up">Outgoing</string> |
| 252 | <string name="show_network_traffic_down">Incoming</string> |
| 253 | <string name="show_network_traffic_all">Outgoing and incoming</string> |
| 254 | <string name="show_network_traffic_bit">Bits per second</string> |
| 255 | <string name="show_network_traffic_byte">Bytes per second</string> |
| 256 | <string name="show_network_traffic_500">500 ms</string> |
| 257 | <string name="show_network_traffic_1000">1000 ms</string> |
| 258 | <string name="show_network_traffic_1500">1500 ms</string> |
| 259 | <string name="show_network_traffic_2000">2000 ms</string> |
| 260 | <string name="network_traffic_autohide_title">Auto hide</string> |
| 261 | <string name="network_traffic_autohide_summary">Hide the traffic monitor when there is no activity</string> |
| 262 | <string name="network_traffic_autohide_threshold">Inactivity threshold</string> |
| 263 | |
maxwen | cff9438 | 2015-09-26 01:27:14 +0200 | [diff] [blame] | 264 | <!-- statusbar brightness --> |
| 265 | <string name="status_bar_brightness_control_title">Brightness control</string> |
| 266 | <string name="status_bar_brightness_control_summary">Adjust brightness by sliding across status bar</string> |
maxwen | 416c0cc | 2015-09-26 22:42:29 +0200 | [diff] [blame] | 267 | |
| 268 | <!-- Status Bar Activity Indicators --> |
| 269 | <string name="status_bar_network_activity_title">Activity indicators</string> |
| 270 | <string name="status_bar_network_activity_summary">Show indicators in signal bars</string> |
| 271 | |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame] | 272 | <string name="quick_settings_title">Quick Settings</string> |
| 273 | <string name="quick_settings_summary">Configure quick settings tiles</string> |
| 274 | <string name="status_bar_icon_blacklist_title">Status bar icons</string> |
| 275 | <string name="status_bar_icon_blacklist_summary">Configure what icons are shown on status bar</string> |
maxwen | 831d7a8 | 2015-12-06 15:57:43 +0100 | [diff] [blame] | 276 | |
| 277 | <string name="recents_category">Recents</string> |
| 278 | <string name="recents_search_bar_title">Show search bar</string> |
| 279 | <string name="recents_search_bar_summary"></string> |
| 280 | <string name="recents_fullscreen_title">Fullscreen</string> |
| 281 | <string name="recents_fullscreen_summary"></string> |
maxwen | 8c1b4fc | 2015-12-24 18:32:43 +0100 | [diff] [blame] | 282 | |
| 283 | <string name="weather_title">Weather</string> |
| 284 | <string name="weather_config_title">Service settings</string> |
| 285 | <string name="weather_config_summary"></string> |
| 286 | <string name="header_weather_title">Header view weather</string> |
| 287 | <string name="header_weather_summary">Enable notification panel header weather display</string> |
| 288 | <string name="weather_icon_pack_title">Condition icon pack</string> |
Menno van Grinsven | adebab4 | 2016-01-09 21:47:53 +0100 | [diff] [blame] | 289 | |
| 290 | <!-- Navigationbar settings --> |
| 291 | <string name="navigationbar_title">Navigation bar</string> |
| 292 | |
| 293 | <!-- Enable Tablet Style navigation bar --> |
| 294 | <string name="enable_tablet_navigation_title">Use tablet layout</string> |
| 295 | <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> |
maxwen | 6482395 | 2016-01-22 23:16:58 +0100 | [diff] [blame] | 296 | |
| 297 | <string name="other_category">Other</string> |
| 298 | |
| 299 | <!-- Dashboard columns --> |
| 300 | <string name="dashboard_columns_title">Settings columns</string> |
| 301 | <string name="dashboard_columns_phone_default">Default</string> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 302 | <string name="dashboard_columns_two">2</string> |
maxwen | 6482395 | 2016-01-22 23:16:58 +0100 | [diff] [blame] | 303 | <string name="dashboard_columns_tablet_default">Default</string> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 304 | <string name="dashboard_columns_three">3</string> |
| 305 | <string name="dashboard_columns_four">4</string> |
Menno van Grinsven | 390a0e0 | 2016-02-05 22:15:23 +0100 | [diff] [blame] | 306 | |
| 307 | <string name="dashboard_colums_resize_title">Orientation adjustment</string> |
| 308 | <string name="dashboard_colums_resize_summary">Automatically adjust settings columns based on orientation.</string> |
maxwen | 992ed33 | 2016-03-10 01:34:11 +0100 | [diff] [blame] | 309 | <string name="dashboard_divider_show_title">Show columns divider</string> |
| 310 | <string name="dashboard_divider_show_summary"></string> |
Menno van Grinsven | 390a0e0 | 2016-02-05 22:15:23 +0100 | [diff] [blame] | 311 | |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 312 | <!-- global acions config --> |
| 313 | <string name="global_actions_power_title">Power</string> |
| 314 | <string name="global_actions_reboot_title">Reboot</string> |
| 315 | <string name="global_actions_lockdown_title">Lock</string> |
| 316 | <string name="global_actions_settings_title">Settings</string> |
| 317 | <string name="global_actions_airplane_title">Airplane mode</string> |
Philipp Vogel | 2a0e34a | 2016-02-23 19:21:16 +0100 | [diff] [blame] | 318 | <string name="global_actions_screenshot_title">Screenshot</string> |
| 319 | <string name="global_actions_screenrecord_title">Screenrecord</string> |
Philipp Vogel | 1f67c68 | 2016-03-15 16:24:01 +0100 | [diff] [blame] | 320 | <string name="global_actions_torch_title">Flashlight</string> |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 321 | <string name="global_actions_users_title">Users</string> |
| 322 | <string name="global_actions_voiceassist_title">Voiceassist</string> |
| 323 | <string name="global_actions_silent_title">Silent mode</string> |
| 324 | <string name="global_actions_dnd_title">Do not disturb</string> |
| 325 | <string name="global_actions_title">Power menu</string> |
| 326 | <string name="global_actions_summary">Actions shown in power menu</string> |
| 327 | <string name="global_actions_header">Some actions are only visible depending on the setup or only if the device is unlocked</string> |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 328 | |
maxwen | 58b7b54 | 2016-06-03 17:52:10 +0200 | [diff] [blame] | 329 | <string name="font_sample_text">11:57</string> |
| 330 | |
| 331 | <string name="screenshot_crop_and_share_title">Screenshot crop & share</string> |
| 332 | <string name="screenshot_crop_and_share_summary">Show an editor window after taking a screenshot in order to do some operations like cropping, saving or sharing it</string> |
| 333 | <!--<string name="screenshot_crop_behavior_title"></string> |
| 334 | <string name="screenshot_crop_behavior_summary"></string>--> |
maxwen | f427b5c | 2016-06-12 00:14:53 +0200 | [diff] [blame^] | 335 | |
| 336 | <string name="lockscreen_qs_disabled_title">Disable quick settings when locked</string> |
| 337 | <string name="lockscreen_qs_disabled_summary">Disable expanding quick settings on secure lock screens</string> |
| 338 | |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 339 | </resources> |