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