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 2 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"> |
| 21 | <string-array name="keys_action_entries" translatable="false"> |
| 22 | <item>@string/keys_action_nothing</item> |
| 23 | <item>@string/keys_action_home</item> |
| 24 | <item>@string/keys_action_back</item> |
| 25 | <item>@string/keys_action_menu</item> |
| 26 | <item>@string/keys_action_app_switch</item> |
| 27 | <item>@string/keys_action_search</item> |
| 28 | <item>@string/keys_action_voice_search</item> |
| 29 | <item>@string/keys_action_in_app_search</item> |
| 30 | <item>@string/keys_action_last_app</item> |
| 31 | <item>@string/keys_action_kill_app</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 32 | <item>@string/keys_action_sleep</item> |
| 33 | <item>@string/keys_action_omniswitch</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 34 | </string-array> |
| 35 | |
| 36 | <string-array name="keys_action_values" translatable="false"> |
| 37 | <item>0</item> |
| 38 | <item>6</item> |
| 39 | <item>7</item> |
| 40 | <item>1</item> |
| 41 | <item>2</item> |
| 42 | <item>3</item> |
| 43 | <item>4</item> |
| 44 | <item>5</item> |
| 45 | <item>8</item> |
| 46 | <item>9</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 47 | <item>10</item> |
| 48 | <item>11</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 49 | </string-array> |
Yanuar Harry | 15778e1 | 2015-02-11 21:26:16 +0700 | [diff] [blame] | 50 | |
| 51 | <string-array name="doze_pulse_duration_in_entries" translatable="false"> |
| 52 | <item>@string/twohundred_ms</item> |
| 53 | <item>@string/fivehundred_ms</item> |
| 54 | <item>@string/one_second_default</item> |
| 55 | <item>@string/onehalf_second</item> |
| 56 | <item>@string/two_second</item> |
| 57 | </string-array> |
| 58 | |
| 59 | <string-array name="doze_pulse_duration_in_values" translatable="false"> |
| 60 | <item>200</item> |
| 61 | <item>500</item> |
| 62 | <item>1000</item> |
| 63 | <item>1500</item> |
| 64 | <item>2000</item> |
| 65 | </string-array> |
| 66 | |
| 67 | <string-array name="doze_pulse_duration_visible_entries" translatable="false"> |
| 68 | <item>@string/one_second</item> |
| 69 | <item>@string/onehalf_second</item> |
| 70 | <item>@string/two_second</item> |
| 71 | <item>@string/twohalf_second</item> |
| 72 | <item>@string/three_second_default</item> |
| 73 | <item>@string/threehalf_second</item> |
| 74 | <item>@string/four_second</item> |
| 75 | <item>@string/fourhalf_second</item> |
| 76 | <item>@string/five_second</item> |
| 77 | </string-array> |
| 78 | |
| 79 | <string-array name="doze_pulse_duration_visible_values" translatable="false"> |
| 80 | <item>1000</item> |
| 81 | <item>1500</item> |
| 82 | <item>2000</item> |
| 83 | <item>2500</item> |
| 84 | <item>3000</item> |
| 85 | <item>3500</item> |
| 86 | <item>4000</item> |
| 87 | <item>4500</item> |
| 88 | <item>5000</item> |
| 89 | </string-array> |
| 90 | |
| 91 | <string-array name="doze_shake_acc_threshold_entries" translatable="false"> |
| 92 | <item>@string/veryeasy_shake</item> |
| 93 | <item>@string/easy_shake</item> |
| 94 | <item>@string/medium_shake</item> |
| 95 | <item>@string/hard_shake</item> |
| 96 | <item>@string/veryhard_shake</item> |
| 97 | <item>@string/strong_shake</item> |
| 98 | </string-array> |
| 99 | |
| 100 | <string-array name="doze_shake_acc_threshold_values" translatable="false"> |
| 101 | <item>2</item> |
| 102 | <item>5</item> |
| 103 | <item>10</item> |
| 104 | <item>13</item> |
| 105 | <item>16</item> |
| 106 | <item>20</item> |
| 107 | </string-array> |
| 108 | |
| 109 | <string-array name="doze_list_mode_entries" translatable="false"> |
| 110 | <item>@string/fully_mode</item> |
| 111 | <item>@string/pocket_shake_mode</item> |
| 112 | <item>@string/pocket_pulse_mode</item> |
| 113 | <item>@string/pocket_only_mode</item> |
| 114 | <item>@string/shake_pulse_mode</item> |
| 115 | <item>@string/pulse_only_mode</item> |
| 116 | </string-array> |
| 117 | |
| 118 | <string-array name="doze_list_mode_values" translatable="false"> |
| 119 | <item>1</item> |
| 120 | <item>2</item> |
| 121 | <item>3</item> |
| 122 | <item>4</item> |
| 123 | <item>5</item> |
| 124 | <item>6</item> |
| 125 | </string-array> |
maxwen | cf17b06 | 2015-03-21 00:22:14 +0100 | [diff] [blame] | 126 | |
| 127 | <!-- led color list --> |
| 128 | <string-array name="entries_led_colors" translatable="false"> |
| 129 | <item>@string/led_color_green</item> |
| 130 | <item>@string/led_color_red</item> |
| 131 | </string-array> |
| 132 | |
| 133 | <string-array name="values_led_colors" translatable="false"> |
| 134 | <item>#FF00FF00</item> |
| 135 | <item>#FFFF0000</item> |
| 136 | </string-array> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 137 | |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 138 | <string-array name="navbar_recents_style_entries" translatable="false"> |
maxwen | bf8e197 | 2017-04-09 16:41:38 +0200 | [diff] [blame] | 139 | <item>@string/keys_action_app_switch_card</item> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 140 | <!--<item>@string/keys_action_app_switch_grid</item>--> |
maxwen | 57f4546 | 2015-11-27 22:33:02 +0100 | [diff] [blame] | 141 | <item>@string/keys_action_omniswitch_short</item> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 142 | </string-array> |
| 143 | |
| 144 | <string-array name="navbar_recents_style_values" translatable="false"> |
| 145 | <item>0</item> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 146 | <!--<item>2</item>--> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 147 | <item>1</item> |
| 148 | </string-array> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 149 | |
| 150 | <!-- Network Traffic Display States --> |
| 151 | <string-array name="show_network_traffic_state_entries" translatable="false"> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 152 | <item>@string/show_network_traffic_up</item> |
| 153 | <item>@string/show_network_traffic_down</item> |
| 154 | <item>@string/show_network_traffic_all</item> |
| 155 | </string-array> |
| 156 | |
| 157 | <string-array name="show_network_traffic_state_values" translatable="false"> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 158 | <item>1</item> |
| 159 | <item>2</item> |
| 160 | <item>3</item> |
| 161 | </string-array> |
| 162 | |
| 163 | <!-- Network Traffic Display Unit --> |
| 164 | <string-array name="show_network_traffic_unit_entries" translatable="false"> |
| 165 | <item>@string/show_network_traffic_bit</item> |
| 166 | <item>@string/show_network_traffic_byte</item> |
| 167 | </string-array> |
| 168 | |
| 169 | <string-array name="show_network_traffic_unit_values" translatable="false"> |
| 170 | <item>0</item> |
| 171 | <item>1</item> |
| 172 | </string-array> |
| 173 | |
| 174 | <!-- Network Traffic Period --> |
| 175 | <string-array name="show_network_traffic_frequency_entries" translatable="false"> |
| 176 | <item>@string/show_network_traffic_500</item> |
| 177 | <item>@string/show_network_traffic_1000</item> |
| 178 | <item>@string/show_network_traffic_1500</item> |
| 179 | <item>@string/show_network_traffic_2000</item> |
| 180 | </string-array> |
| 181 | |
| 182 | <string-array name="show_network_traffic_frequency_values" translatable="false"> |
| 183 | <item>500</item> |
| 184 | <item>1000</item> |
| 185 | <item>1500</item> |
| 186 | <item>2000</item> |
| 187 | </string-array> |
maxwen | 6482395 | 2016-01-22 23:16:58 +0100 | [diff] [blame] | 188 | |
| 189 | <!-- Dashboard columns --> |
| 190 | <string-array name="dashboard_columns_phone_entries"> |
| 191 | <item>@string/dashboard_columns_phone_default</item> |
| 192 | <item>@string/dashboard_columns_two</item> |
| 193 | <item>@string/dashboard_columns_three</item> |
| 194 | </string-array> |
| 195 | |
| 196 | <string-array name="dashboard_columns_phone_values" translatable="false"> |
| 197 | <item>1</item> |
| 198 | <item>2</item> |
| 199 | <item>3</item> |
| 200 | </string-array> |
| 201 | |
| 202 | <string-array name="dashboard_columns_tablet_entries"> |
| 203 | <item>@string/dashboard_columns_tablet_default</item> |
| 204 | <item>@string/dashboard_columns_three</item> |
| 205 | <item>@string/dashboard_columns_four</item> |
| 206 | </string-array> |
| 207 | |
| 208 | <string-array name="dashboard_columns_tablet_values" translatable="false"> |
| 209 | <item>2</item> |
| 210 | <item>3</item> |
| 211 | <item>4</item> |
| 212 | </string-array> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 213 | |
| 214 | <string-array name="button_back_kill_timeout_entries" translatable="false"> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 215 | <item>@string/button_back_kill_timeout_1000ms</item> |
| 216 | <item>@string/button_back_kill_timeout_1500ms</item> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 217 | <item>@string/button_back_kill_timeout_2000ms</item> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 218 | </string-array> |
| 219 | |
| 220 | <string-array name="button_back_kill_timeout_values" translatable="false"> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 221 | <item>1000</item> |
| 222 | <item>1500</item> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 223 | <item>2000</item> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 224 | </string-array> |
maxwen | eb0305d | 2016-06-12 19:45:07 +0200 | [diff] [blame] | 225 | |
| 226 | <!-- Quick pulldown --> |
| 227 | <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false"> |
| 228 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 229 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 230 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 231 | </string-array> |
| 232 | |
| 233 | <string-array name="status_bar_quick_qs_pulldown_values" translatable="false"> |
| 234 | <item>0</item> |
| 235 | <item>1</item> |
| 236 | <item>2</item> |
| 237 | </string-array> |
Alex | d2254bb | 2016-09-23 20:59:08 +0200 | [diff] [blame] | 238 | |
Marko Man | d2140f6 | 2016-09-16 01:26:05 +0200 | [diff] [blame] | 239 | <!-- Values for the notification light pulse spinners --> |
| 240 | <string-array name="notification_pulse_length_entries" translatable="false"> |
| 241 | <item>@string/pulse_length_always_on</item> |
| 242 | <item>@string/pulse_length_very_short</item> |
| 243 | <item>@string/pulse_length_short</item> |
| 244 | <item>@string/pulse_length_normal</item> |
| 245 | <item>@string/pulse_length_long</item> |
| 246 | <item>@string/pulse_length_very_long</item> |
| 247 | </string-array> |
| 248 | |
| 249 | <string-array name="notification_pulse_length_values" translatable="false"> |
| 250 | <item>1</item> |
| 251 | <item>250</item> |
| 252 | <item>500</item> |
| 253 | <item>1000</item> |
| 254 | <item>2000</item> |
| 255 | <item>5000</item> |
| 256 | </string-array> |
| 257 | |
| 258 | <string-array name="notification_pulse_speed_entries" translatable="false"> |
| 259 | <item>@string/pulse_speed_very_fast</item> |
| 260 | <item>@string/pulse_speed_fast</item> |
| 261 | <item>@string/pulse_speed_normal</item> |
| 262 | <item>@string/pulse_speed_slow</item> |
| 263 | <item>@string/pulse_speed_very_slow</item> |
| 264 | </string-array> |
| 265 | |
| 266 | <string-array name="notification_pulse_speed_values" translatable="false"> |
| 267 | <item>250</item> |
| 268 | <item>500</item> |
| 269 | <item>1000</item> |
| 270 | <item>2000</item> |
| 271 | <item>5000</item> |
| 272 | </string-array> |
maxwen | c6ae7f9 | 2017-01-08 20:47:12 +0100 | [diff] [blame] | 273 | |
| 274 | <string-array name="custom_header_provider_entries" translatable="false"> |
| 275 | <item>@string/daylight_header_provider_title</item> |
maxwen | c169ddb | 2018-01-22 04:15:04 +0100 | [diff] [blame] | 276 | <item>@string/file_header_provider_title</item> |
maxwen | c6ae7f9 | 2017-01-08 20:47:12 +0100 | [diff] [blame] | 277 | </string-array> |
| 278 | |
| 279 | <string-array name="custom_header_provider_values" translatable="false"> |
| 280 | <item>@string/daylight_header_provider</item> |
maxwen | c169ddb | 2018-01-22 04:15:04 +0100 | [diff] [blame] | 281 | <item>@string/file_header_provider</item> |
maxwen | c6ae7f9 | 2017-01-08 20:47:12 +0100 | [diff] [blame] | 282 | </string-array> |
maxwen | 6bcb5c5 | 2017-01-21 17:21:33 +0100 | [diff] [blame] | 283 | |
| 284 | <!-- Possible values for user theme in Display Settings. |
| 285 | Do not translate. --> |
| 286 | <string-array name="night_mode_entries" translatable="false"> |
| 287 | <!-- Do not translate. --> |
| 288 | <item>@string/night_mode_no</item> |
| 289 | <!-- Do not translate. --> |
| 290 | <item>@string/night_mode_yes</item> |
| 291 | </string-array> |
| 292 | |
| 293 | <!-- These values should match up with the MODE_NIGHT constants in UiModeManager. |
| 294 | Do not translate. --> |
| 295 | <string-array name="night_mode_values" translatable="false"> |
| 296 | <!-- Do not translate. --> |
| 297 | <item>1</item> |
| 298 | <!-- Do not translate. --> |
| 299 | <item>2</item> |
| 300 | </string-array> |
maxwen | cbe9ed7 | 2017-01-23 02:17:43 +0100 | [diff] [blame] | 301 | |
| 302 | <string-array name="period_type_entries"> |
| 303 | <item>@string/since_reset</item> |
| 304 | <item>@string/since_boot</item> |
| 305 | </string-array> |
| 306 | <string-array name="wakelock_period_type_entries"> |
| 307 | <item>@string/since_reset</item> |
| 308 | <item>@string/since_unplug</item> |
| 309 | </string-array> |
| 310 | <string-array name="list_type_entries"> |
| 311 | <item>@string/other</item> |
| 312 | <item>@string/kernel_wakelocks</item> |
| 313 | <item>@string/partial_wakelocks</item> |
| 314 | <item>@string/app_wakelocks</item> |
| 315 | </string-array> |
| 316 | <string-array name="state_time_entries"> |
| 317 | <item>@string/total_time</item> |
| 318 | <item>@string/wakelock_time</item> |
| 319 | </string-array> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 320 | |
| 321 | <!-- Doze settings editor --> |
| 322 | <string-array name="idle_config_keys" translatable="false"> |
| 323 | <item>light_after_inactive_to</item> |
| 324 | <item>light_pre_idle_to</item> |
| 325 | <item>light_idle_to</item> |
| 326 | <item>light_idle_factor</item> |
| 327 | <item>light_max_idle_to</item> |
| 328 | <item>light_idle_maintenance_min_budget</item> |
| 329 | <item>light_idle_maintenance_max_budget</item> |
| 330 | <item>min_light_maintenance_time</item> |
| 331 | <item>min_deep_maintenance_time</item> |
| 332 | <item>inactive_to</item> |
| 333 | <item>sensing_to</item> |
| 334 | <item>locating_to</item> |
| 335 | <item>location_accuracy</item> |
| 336 | <item>motion_inactive_to</item> |
| 337 | <item>idle_after_inactive_to</item> |
| 338 | <item>idle_pending_to</item> |
| 339 | <item>max_idle_pending_to</item> |
| 340 | <item>idle_pending_factor</item> |
| 341 | <item>idle_to</item> |
| 342 | <item>max_idle_to</item> |
| 343 | <item>idle_factor</item> |
| 344 | <item>min_time_to_alarm</item> |
| 345 | <item>max_temp_app_whitelist_duration</item> |
| 346 | <item>mms_temp_app_whitelist_duration</item> |
| 347 | <item>sms_temp_app_whitelist_duration</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 348 | <item>notification_whitelist_duration</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 349 | </string-array> |
| 350 | |
| 351 | <string-array name="idle_config_keys_basic" translatable="false"> |
| 352 | <item>light_after_inactive_to</item> |
| 353 | <item>light_pre_idle_to</item> |
| 354 | <item>light_idle_to</item> |
| 355 | <item>inactive_to</item> |
| 356 | <item>sensing_to</item> |
| 357 | <item>locating_to</item> |
| 358 | <item>motion_inactive_to</item> |
| 359 | <item>idle_after_inactive_to</item> |
| 360 | <item>idle_pending_to</item> |
| 361 | <item>idle_to</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 362 | </string-array> |
| 363 | |
| 364 | <string-array name="idle_config_desc" translatable="false"> |
| 365 | <item>@string/DESC_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 366 | <item>@string/DESC_LIGHT_PRE_IDLE_TIMEOUT</item> |
| 367 | <item>@string/DESC_LIGHT_IDLE_TIMEOUT</item> |
| 368 | <item>@string/DESC_LIGHT_IDLE_FACTOR</item> |
| 369 | <item>@string/DESC_LIGHT_MAX_IDLE_TIMEOUT</item> |
| 370 | <item>@string/DESC_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET</item> |
| 371 | <item>@string/DESC_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET</item> |
| 372 | <item>@string/DESC_MIN_LIGHT_MAINTENANCE_TIME</item> |
| 373 | <item>@string/DESC_MIN_DEEP_MAINTENANCE_TIME</item> |
| 374 | <item>@string/DESC_INACTIVE_TIMEOUT</item> |
| 375 | <item>@string/DESC_SENSING_TIMEOUT</item> |
| 376 | <item>@string/DESC_LOCATING_TIMEOUT</item> |
| 377 | <item>@string/DESC_LOCATION_ACCURACY</item> |
| 378 | <item>@string/DESC_MOTION_INACTIVE_TIMEOUT</item> |
| 379 | <item>@string/DESC_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 380 | <item>@string/DESC_IDLE_PENDING_TIMEOUT</item> |
| 381 | <item>@string/DESC_MAX_IDLE_PENDING_TIMEOUT</item> |
| 382 | <item>@string/DESC_IDLE_PENDING_FACTOR</item> |
| 383 | <item>@string/DESC_IDLE_TIMEOUT</item> |
| 384 | <item>@string/DESC_MAX_IDLE_TIMEOUT</item> |
| 385 | <item>@string/DESC_IDLE_FACTOR</item> |
| 386 | <item>@string/DESC_MIN_TIME_TO_ALARM</item> |
| 387 | <item>@string/DESC_MAX_TEMP_APP_WHITELIST_DURATION</item> |
| 388 | <item>@string/DESC_MMS_TEMP_APP_WHITELIST_DURATION</item> |
| 389 | <item>@string/DESC_SMS_TEMP_APP_WHITELIST_DURATION</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 390 | <item>@string/DESC_KEY_NOTIFICATION_WHITELIST_DURATION</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 391 | </string-array> |
| 392 | |
| 393 | <string-array name="idle_config_short" translatable="false"> |
| 394 | <item>@string/SHORT_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 395 | <item>@string/SHORT_LIGHT_PRE_IDLE_TIMEOUT</item> |
| 396 | <item>@string/SHORT_LIGHT_IDLE_TIMEOUT</item> |
| 397 | <item>@string/SHORT_LIGHT_IDLE_FACTOR</item> |
| 398 | <item>@string/SHORT_LIGHT_MAX_IDLE_TIMEOUT</item> |
| 399 | <item>@string/SHORT_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET</item> |
| 400 | <item>@string/SHORT_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET</item> |
| 401 | <item>@string/SHORT_MIN_LIGHT_MAINTENANCE_TIME</item> |
| 402 | <item>@string/SHORT_MIN_DEEP_MAINTENANCE_TIME</item> |
| 403 | <item>@string/SHORT_INACTIVE_TIMEOUT</item> |
| 404 | <item>@string/SHORT_SENSING_TIMEOUT</item> |
| 405 | <item>@string/SHORT_LOCATING_TIMEOUT</item> |
| 406 | <item>@string/SHORT_LOCATION_ACCURACY</item> |
| 407 | <item>@string/SHORT_MOTION_INACTIVE_TIMEOUT</item> |
| 408 | <item>@string/SHORT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 409 | <item>@string/SHORT_IDLE_PENDING_TIMEOUT</item> |
| 410 | <item>@string/SHORT_MAX_IDLE_PENDING_TIMEOUT</item> |
| 411 | <item>@string/SHORT_IDLE_PENDING_FACTOR</item> |
| 412 | <item>@string/SHORT_IDLE_TIMEOUT</item> |
| 413 | <item>@string/SHORT_MAX_IDLE_TIMEOUT</item> |
| 414 | <item>@string/SHORT_IDLE_FACTOR</item> |
| 415 | <item>@string/SHORT_MIN_TIME_TO_ALARM</item> |
| 416 | <item>@string/SHORT_MAX_TEMP_APP_WHITELIST_DURATION</item> |
| 417 | <item>@string/SHORT_MMS_TEMP_APP_WHITELIST_DURATION</item> |
| 418 | <item>@string/SHORT_SMS_TEMP_APP_WHITELIST_DURATION</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 419 | <item>@string/SHORT_KEY_NOTIFICATION_WHITELIST_DURATION</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 420 | </string-array> |
maxwen | 30fbdc2 | 2017-07-03 17:37:01 +0200 | [diff] [blame] | 421 | |
| 422 | <string-array name="long_press_recents_action_entries" translatable="false"> |
| 423 | <item>@string/long_press_recents_action_split</item> |
maxwen | ef49caa | 2017-07-18 00:14:42 +0200 | [diff] [blame] | 424 | <item>@string/keys_action_last_app</item> |
maxwen | 30fbdc2 | 2017-07-03 17:37:01 +0200 | [diff] [blame] | 425 | </string-array> |
| 426 | |
| 427 | <string-array name="long_press_recents_action_values" translatable="false"> |
| 428 | <item>0</item> |
| 429 | <item>1</item> |
| 430 | </string-array> |
maxwen | ef49caa | 2017-07-18 00:14:42 +0200 | [diff] [blame] | 431 | |
| 432 | <string-array name="long_press_home_action_entries" translatable="false"> |
| 433 | <item>@string/keys_action_nothing</item> |
| 434 | <item>@string/keys_action_recents</item> |
| 435 | <item>@string/keys_action_assist</item> |
| 436 | <item>@string/keys_action_menu</item> |
| 437 | <item>@string/long_press_recents_action_split</item> |
| 438 | <item>@string/keys_action_last_app</item> |
| 439 | <item>@string/keys_action_sleep</item> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 440 | <!--<item>@string/keys_action_all_apps</item>--> |
maxwen | 0341cc2 | 2018-02-07 19:03:59 +0100 | [diff] [blame] | 441 | <item>@string/keys_action_notifications</item> |
maxwen | ef49caa | 2017-07-18 00:14:42 +0200 | [diff] [blame] | 442 | </string-array> |
| 443 | |
| 444 | <string-array name="long_press_home_action_values" translatable="false"> |
| 445 | <item>0</item> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 446 | <item>7</item> |
maxwen | ef49caa | 2017-07-18 00:14:42 +0200 | [diff] [blame] | 447 | <item>2</item> |
| 448 | <item>3</item> |
| 449 | <item>4</item> |
| 450 | <item>5</item> |
| 451 | <item>6</item> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 452 | <!--<item>1</item>--> |
maxwen | 0341cc2 | 2018-02-07 19:03:59 +0100 | [diff] [blame] | 453 | <item>8</item> |
maxwen | ef49caa | 2017-07-18 00:14:42 +0200 | [diff] [blame] | 454 | </string-array> |
maxwen | 2f40c28 | 2017-12-15 19:54:31 +0100 | [diff] [blame] | 455 | |
| 456 | <string-array name="systemui_theme_style_entries" translatable="false"> |
| 457 | <item>@string/systemui_theme_style_auto</item> |
| 458 | <item>@string/systemui_theme_style_light</item> |
| 459 | <item>@string/systemui_theme_style_dark</item> |
| 460 | </string-array> |
| 461 | |
| 462 | <string-array name="systemui_theme_style_values" translatable="false"> |
| 463 | <item>0</item> |
| 464 | <item>1</item> |
| 465 | <item>2</item> |
| 466 | </string-array> |
Meticulus | 9f27ea2 | 2017-12-28 13:18:09 +0100 | [diff] [blame] | 467 | |
| 468 | <!-- Volume step options. --> |
| 469 | <string-array name="volume_steps_entries" translatable="false"> |
| 470 | <item>@string/volume_steps_30</item> |
| 471 | <item>@string/volume_steps_15</item> |
| 472 | <item>@string/volume_steps_7</item> |
| 473 | <item>@string/volume_steps_5</item> |
| 474 | </string-array> |
| 475 | |
| 476 | <string-array name="volume_steps_values" translatable="false"> |
| 477 | <item>30</item> |
| 478 | <item>15</item> |
| 479 | <item>7</item> |
| 480 | <item>5</item> |
| 481 | </string-array> |
maxwen | 27a73c4 | 2018-01-23 01:31:07 +0100 | [diff] [blame] | 482 | |
| 483 | <string-array name="screen_off_animation_entries"> |
maxwen | 3650e18 | 2018-02-21 15:01:17 +0100 | [diff] [blame] | 484 | <item>@string/screen_off_animation_fade</item> |
| 485 | <item>@string/screen_off_animation_color</item> |
maxwen | 27a73c4 | 2018-01-23 01:31:07 +0100 | [diff] [blame] | 486 | <item>@string/screen_off_animation_crt</item> |
| 487 | <item>@string/screen_off_animation_scale</item> |
| 488 | </string-array> |
| 489 | |
| 490 | <string-array name="screen_off_animation_values" translatable="false"> |
| 491 | <item>0</item> |
maxwen | 3650e18 | 2018-02-21 15:01:17 +0100 | [diff] [blame] | 492 | <item>1</item> |
maxwen | 27a73c4 | 2018-01-23 01:31:07 +0100 | [diff] [blame] | 493 | <item>2</item> |
| 494 | <item>3</item> |
| 495 | </string-array> |
maxwen | 638778c | 2018-02-12 00:13:55 +0100 | [diff] [blame] | 496 | |
maxwen | 384aaaa | 2018-02-17 17:38:25 +0100 | [diff] [blame] | 497 | <string-array name="battery_styles_entries" translatable="false"> |
maxwen | 638778c | 2018-02-12 00:13:55 +0100 | [diff] [blame] | 498 | <item>@string/battery_style_default</item> |
| 499 | <item>@string/battery_style_meter_horizontal</item> |
| 500 | <item>@string/battery_style_circle</item> |
| 501 | <item>@string/battery_style_text</item> |
| 502 | <item>@string/battery_style_round_rect</item> |
| 503 | <item>@string/battery_style_droid</item> |
| 504 | </string-array> |
| 505 | |
maxwen | 384aaaa | 2018-02-17 17:38:25 +0100 | [diff] [blame] | 506 | <string-array name="battery_styles_values" translatable="false"> |
maxwen | 638778c | 2018-02-12 00:13:55 +0100 | [diff] [blame] | 507 | <item>0</item> |
| 508 | <item>1</item> |
| 509 | <item>2</item> |
| 510 | <item>3</item> |
| 511 | <item>4</item> |
| 512 | <item>5</item> |
| 513 | </string-array> |
maxwen | 384aaaa | 2018-02-17 17:38:25 +0100 | [diff] [blame] | 514 | |
| 515 | <string-array name="battery_percent_enable_entries" translatable="false"> |
| 516 | <item>@string/battery_percent_none</item> |
| 517 | <item>@string/battery_percent_always</item> |
| 518 | <item>@string/battery_percent_expanded</item> |
| 519 | </string-array> |
| 520 | |
| 521 | <string-array name="battery_percent_enable_values" translatable="false"> |
| 522 | <item>0</item> |
| 523 | <item>1</item> |
| 524 | <item>2</item> |
| 525 | </string-array> |
Lars Greiss | afa7e4e | 2015-11-04 07:53:55 +0000 | [diff] [blame] | 526 | |
| 527 | <!-- Statusbar Clock options --> |
| 528 | <string-array name="clock_style_entries" translatable="false"> |
| 529 | <item>@string/right_clock</item> |
| 530 | <item>@string/left_clock</item> |
| 531 | </string-array> |
| 532 | |
| 533 | <string-array name="clock_style_values" translatable="false"> |
| 534 | <item>0</item> |
| 535 | <item>1</item> |
| 536 | </string-array> |
| 537 | |
yank555-lu | 613650c | 2018-02-13 10:10:34 -0800 | [diff] [blame] | 538 | <string-array name="clock_date_position_entries" translatable="false"> |
| 539 | <item>@string/clock_date_left</item> |
| 540 | <item>@string/clock_date_right</item> |
| 541 | </string-array> |
| 542 | |
| 543 | <string-array name="clock_date_position_values" translatable="false"> |
| 544 | <item>0</item> |
| 545 | <item>1</item> |
| 546 | </string-array> |
| 547 | |
Lars Greiss | afa7e4e | 2015-11-04 07:53:55 +0000 | [diff] [blame] | 548 | <string-array name="entries_status_bar_am_pm"> |
| 549 | <item>@string/am_pm_clock_none</item> |
| 550 | <item>@string/am_pm_clock_small</item> |
| 551 | <item>@string/am_pm_clock_normal</item> |
| 552 | </string-array> |
| 553 | |
| 554 | <string-array name="values_status_bar_am_pm" translatable="false"> |
| 555 | <item>0</item> |
| 556 | <item>1</item> |
| 557 | <item>2</item> |
| 558 | </string-array> |
| 559 | |
| 560 | <string-array name="clock_date_display_entries"> |
| 561 | <item>@string/clock_date_display_none</item> |
| 562 | <item>@string/clock_date_display_small</item> |
| 563 | <item>@string/clock_date_display_normal</item> |
| 564 | </string-array> |
| 565 | |
| 566 | <string-array name="clock_date_display_values" translatable="false"> |
| 567 | <item>0</item> |
| 568 | <item>1</item> |
| 569 | <item>2</item> |
| 570 | </string-array> |
| 571 | |
| 572 | <string-array name="clock_date_style_entries"> |
| 573 | <item>@string/clock_date_style_normal</item> |
| 574 | <item>@string/clock_date_style_lowercase</item> |
| 575 | <item>@string/clock_date_style_uppercase</item> |
| 576 | </string-array> |
| 577 | |
| 578 | <string-array name="clock_date_style_values" translatable="false"> |
| 579 | <item>0</item> |
| 580 | <item>1</item> |
| 581 | <item>2</item> |
| 582 | </string-array> |
| 583 | |
| 584 | <string-array name="clock_date_format_entries_values"> |
| 585 | <item>dd/MM/yy</item> |
| 586 | <item>MM/dd/yy</item> |
| 587 | <item>yyyy-MM-dd</item> |
| 588 | <item>yyyy-dd-MM</item> |
| 589 | <item>dd-MM-yyyy</item> |
| 590 | <item>MM-dd-yyyy</item> |
| 591 | <item>MMM dd</item> |
| 592 | <item>MMM dd, yyyy</item> |
| 593 | <item>MMMM dd, yyyy</item> |
| 594 | <item>EEE</item> |
| 595 | <item>EEE dd</item> |
| 596 | <item>EEE dd/MM</item> |
| 597 | <item>EEE MM/dd</item> |
| 598 | <item>EEE dd MMM</item> |
| 599 | <item>EEE MMM dd</item> |
| 600 | <item>EEE MMMM dd</item> |
| 601 | <item>EEEE dd/MM</item> |
| 602 | <item>EEEE MM/dd</item> |
| 603 | <item>@string/clock_date_format_custom</item> |
| 604 | </string-array> |
Matssa56 | b8377b8 | 2018-03-22 09:06:38 +0100 | [diff] [blame] | 605 | |
| 606 | <!-- Quick Pulldown --> |
| 607 | <string-array name="quick_pulldown_entries" translatable="false"> |
| 608 | <item>@string/quick_pulldown_off</item> |
| 609 | <item>@string/quick_pulldown_right</item> |
| 610 | <item>@string/quick_pulldown_left</item> |
| 611 | <item>@string/quick_pulldown_always</item> |
| 612 | </string-array> |
| 613 | |
| 614 | <string-array name="quick_pulldown_values" translatable="false"> |
| 615 | <item>0</item> |
| 616 | <item>1</item> |
| 617 | <item>2</item> |
| 618 | <item>3</item> |
| 619 | </string-array> |
Juan Ezquerro LLanes | e788e3a | 2018-04-06 01:52:47 +0200 | [diff] [blame] | 620 | |
| 621 | <string-array name="app_chooser_position_entries" translatable="false"> |
| 622 | <item>@string/app_chooser_left</item> |
| 623 | <item>@string/app_chooser_right</item> |
| 624 | </string-array> |
| 625 | |
| 626 | <string-array name="app_chooser_position_values" translatable="false"> |
| 627 | <item>0</item> |
| 628 | <item>1</item> |
| 629 | </string-array> |
maxwen | 6b31cd0 | 2018-06-07 03:24:31 +0200 | [diff] [blame] | 630 | |
| 631 | <string-array name="lockscreen_clock_style_entries" translatable="false"> |
| 632 | <item>@string/clock_style_digital</item> |
| 633 | <item>@string/clock_style_analog</item> |
| 634 | </string-array> |
| 635 | |
| 636 | <string-array name="lockscreen_clock_style_values" translatable="false"> |
| 637 | <item>0</item> |
maxwen | 9ad218e | 2018-06-08 01:23:30 +0200 | [diff] [blame] | 638 | <item>2</item> |
maxwen | 6b31cd0 | 2018-06-07 03:24:31 +0200 | [diff] [blame] | 639 | </string-array> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 640 | </resources> |