Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Michael W | 9fbeb19 | 2023-10-01 17:45:23 +0200 | [diff] [blame^] | 3 | SPDX-FileCopyrightText: 2012-2015 The CyanogenMod Project |
| 4 | SPDX-FileCopyrightText: 2017-2023 The LineageOS Project |
| 5 | SPDX-License-Identifier: Apache-2.0 |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 6 | --> |
| 7 | <resources> |
Danny Trunk | dcbebe6 | 2023-01-22 21:31:08 +0100 | [diff] [blame] | 8 | <!-- Values for the charging control modes --> |
| 9 | <string-array name="charging_control_mode_entries" translatable="false"> |
| 10 | <item>@string/charging_control_mode_auto_title</item> |
| 11 | <item>@string/charging_control_mode_custom_title</item> |
| 12 | </string-array> |
| 13 | |
| 14 | <string-array name="charging_control_mode_values" translatable="false"> |
| 15 | <item>1</item> |
| 16 | <item>2</item> |
| 17 | </string-array> |
| 18 | |
| 19 | <!-- Values for the additional charging control modes if fine-grained control is supported --> |
| 20 | <string-array name="charging_control_mode_entries_fine_grained_control" translatable="false"> |
| 21 | <item>@string/charging_control_mode_limit_title</item> |
| 22 | </string-array> |
| 23 | |
| 24 | <string-array name="charging_control_mode_values_fine_grained_control" translatable="false"> |
| 25 | <item>3</item> |
| 26 | </string-array> |
| 27 | |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 28 | <!-- Values for the notification light pulse spinners --> |
| 29 | <string-array name="notification_pulse_length_entries" translatable="false"> |
| 30 | <item>@string/pulse_length_always_on</item> |
| 31 | <item>@string/pulse_length_very_short</item> |
| 32 | <item>@string/pulse_length_short</item> |
| 33 | <item>@string/pulse_length_normal</item> |
| 34 | <item>@string/pulse_length_long</item> |
| 35 | <item>@string/pulse_length_very_long</item> |
| 36 | </string-array> |
| 37 | |
| 38 | <string-array name="notification_pulse_length_values" translatable="false"> |
| 39 | <item>1</item> |
| 40 | <item>250</item> |
| 41 | <item>500</item> |
| 42 | <item>1000</item> |
Matt Mower | ff37a00 | 2015-08-14 23:00:01 -0500 | [diff] [blame] | 43 | <item>2000</item> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 44 | <item>5000</item> |
| 45 | </string-array> |
| 46 | |
| 47 | <string-array name="notification_pulse_speed_entries" translatable="false"> |
| 48 | <item>@string/pulse_speed_very_fast</item> |
| 49 | <item>@string/pulse_speed_fast</item> |
| 50 | <item>@string/pulse_speed_normal</item> |
| 51 | <item>@string/pulse_speed_slow</item> |
| 52 | <item>@string/pulse_speed_very_slow</item> |
| 53 | </string-array> |
| 54 | |
| 55 | <string-array name="notification_pulse_speed_values" translatable="false"> |
| 56 | <item>250</item> |
| 57 | <item>500</item> |
| 58 | <item>1000</item> |
Matt Mower | ff37a00 | 2015-08-14 23:00:01 -0500 | [diff] [blame] | 59 | <item>2000</item> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 60 | <item>5000</item> |
| 61 | </string-array> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 62 | |
| 63 | <!-- Hardware key rebinding --> |
| 64 | <string-array name="hardware_keys_action_entries" translatable="false"> |
| 65 | <item>@string/hardware_keys_action_nothing</item> |
| 66 | <item>@string/hardware_keys_action_menu</item> |
| 67 | <item>@string/hardware_keys_action_app_switch</item> |
| 68 | <item>@string/hardware_keys_action_search</item> |
| 69 | <item>@string/hardware_keys_action_voice_search</item> |
| 70 | <item>@string/hardware_keys_action_in_app_search</item> |
| 71 | <item>@string/hardware_keys_action_launch_camera</item> |
| 72 | <item>@string/hardware_keys_action_sleep</item> |
| 73 | <item>@string/hardware_keys_action_last_app</item> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame] | 74 | <item>@string/hardware_keys_action_split_screen</item> |
LuK1337 | c0b3cc1 | 2021-05-03 23:58:01 +0200 | [diff] [blame] | 75 | <item>@string/hardware_keys_action_kill_app</item> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 76 | </string-array> |
| 77 | |
| 78 | <string-array name="hardware_keys_action_values" translatable="false"> |
| 79 | <item>0</item> |
| 80 | <item>1</item> |
| 81 | <item>2</item> |
| 82 | <item>3</item> |
| 83 | <item>4</item> |
| 84 | <item>5</item> |
| 85 | <item>6</item> |
| 86 | <item>7</item> |
| 87 | <item>8</item> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame] | 88 | <item>9</item> |
LuK1337 | c0b3cc1 | 2021-05-03 23:58:01 +0200 | [diff] [blame] | 89 | <item>10</item> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 90 | </string-array> |
| 91 | |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 92 | <!-- Volume key cursor control --> |
| 93 | <string-array name="volbtn_cursor_control_entries" translatable="false"> |
| 94 | <item>@string/volbtn_cursor_control_off</item> |
| 95 | <item>@string/volbtn_cursor_control_on</item> |
| 96 | <item>@string/volbtn_cursor_control_on_reverse</item> |
| 97 | </string-array> |
| 98 | |
| 99 | <string-array name="volbtn_cursor_control_values" translatable="false"> |
| 100 | <item>0</item> |
| 101 | <item>1</item> |
| 102 | <item>2</item> |
| 103 | </string-array> |
| 104 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 105 | <string-array name="profile_action_generic_connection_entries" translatable="false"> |
| 106 | <item>@string/profile_action_none</item> |
| 107 | <item>@string/profile_action_disable</item> |
| 108 | <item>@string/profile_action_enable</item> |
| 109 | </string-array> |
| 110 | |
| 111 | <string-array name="profile_doze_entries" translatable="false"> |
| 112 | <item>@string/profile_action_none</item> |
| 113 | <item>@string/profile_action_enable</item> |
| 114 | <item>@string/profile_action_disable</item> |
| 115 | </string-array> |
| 116 | |
| 117 | <string-array name="profile_notification_light_entries" translatable="false"> |
| 118 | <item>@string/profile_action_none</item> |
| 119 | <item>@string/profile_action_enable</item> |
| 120 | <item>@string/profile_action_disable</item> |
| 121 | </string-array> |
| 122 | |
| 123 | <!-- Profile mode options. --> |
| 124 | <string-array name="profile_entries" translatable="false"> |
| 125 | <item>@string/profile_entries_on</item> |
| 126 | <item>@string/profile_entries_off</item> |
| 127 | <item>@string/profile_entries_no_override</item> |
| 128 | </string-array> |
| 129 | |
| 130 | <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> |
| 131 | <string-array name="profile_values" translatable="false"> |
| 132 | <item>OVERRIDE</item> |
| 133 | <item>SUPPRESS</item> |
| 134 | <item>DEFAULT</item> |
| 135 | </string-array> |
| 136 | |
| 137 | <!-- Profile lock mode summaries. Do not translate. --> |
| 138 | <string-array name="profile_lockmode_entries" translatable="false"> |
| 139 | <item>@string/profile_action_system</item> |
| 140 | <item>@string/profile_lockmode_insecure_summary</item> |
| 141 | <item>@string/profile_lockmode_disabled_summary</item> |
| 142 | </string-array> |
| 143 | |
| 144 | <!-- Ring mode options. --> |
| 145 | <string-array name="ring_mode_entries" translatable="false"> |
| 146 | <item>@string/ring_mode_normal</item> |
| 147 | <item>@string/ring_mode_vibrate</item> |
| 148 | <item>@string/ring_mode_mute</item> |
| 149 | <item>@string/profile_action_none</item> |
| 150 | </string-array> |
| 151 | |
| 152 | <!-- Values for Ring mode. Do not translate. --> |
| 153 | <string-array name="ring_mode_values" translatable="false"> |
| 154 | <item>normal</item> |
| 155 | <item>vibrate</item> |
| 156 | <item>mute</item> |
| 157 | <item></item> |
| 158 | </string-array> |
| 159 | |
| 160 | <!-- Values for profile Wi-Fi triggers --> |
| 161 | <string-array name="profile_trigger_wifi_options" translatable="false"> |
| 162 | <item>@string/profile_trigger_connect</item> |
| 163 | <item>@string/profile_trigger_disconnect</item> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 164 | <item>@string/profile_trigger_notrigger</item> |
| 165 | </string-array> |
| 166 | |
| 167 | <!-- Values for profile Wi-Fi triggers. Do not translate. --> |
| 168 | <string-array name="profile_trigger_wifi_options_values" translatable="false"> |
| 169 | <item>0</item> |
| 170 | <item>1</item> |
Danny Baumann | 25d4bbe | 2020-01-14 10:36:25 +0100 | [diff] [blame] | 171 | <item>2</item> |
| 172 | </string-array> |
| 173 | |
| 174 | <!-- Values for profile BT triggers --> |
| 175 | <string-array name="profile_trigger_bt_options" translatable="false"> |
| 176 | <item>@string/profile_trigger_connect</item> |
| 177 | <item>@string/profile_trigger_disconnect</item> |
| 178 | <item>@string/profile_trigger_a2dp_connect</item> |
| 179 | <item>@string/profile_trigger_a2dp_disconnect</item> |
| 180 | <item>@string/profile_trigger_notrigger</item> |
| 181 | </string-array> |
| 182 | |
| 183 | <!-- Values for profile BT triggers. Do not translate. --> |
| 184 | <string-array name="profile_trigger_bt_options_values" translatable="false"> |
| 185 | <item>0</item> |
| 186 | <item>1</item> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 187 | <item>3</item> |
| 188 | <item>4</item> |
| 189 | <item>2</item> |
| 190 | </string-array> |
| 191 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 192 | <!-- Status bar --> |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 193 | <string-array name="status_bar_clock_position_entries" translatable="false"> |
| 194 | <item>@string/status_bar_clock_position_right</item> |
| 195 | <item>@string/status_bar_clock_position_center</item> |
| 196 | <item>@string/status_bar_clock_position_left</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 197 | </string-array> |
| 198 | |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 199 | <string-array name="status_bar_clock_position_entries_rtl" translatable="false"> |
| 200 | <item>@string/status_bar_clock_position_left</item> |
| 201 | <item>@string/status_bar_clock_position_center</item> |
| 202 | <item>@string/status_bar_clock_position_right</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 203 | </string-array> |
| 204 | |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 205 | <string-array name="status_bar_clock_position_values" translatable="false"> |
| 206 | <item>0</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 207 | <item>1</item> |
| 208 | <item>2</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 209 | </string-array> |
| 210 | |
Luca Stefani | 897fba5 | 2018-07-15 20:10:07 +0200 | [diff] [blame] | 211 | <string-array name="status_bar_clock_position_entries_notch" translatable="false"> |
| 212 | <item>@string/status_bar_clock_position_right</item> |
| 213 | <item>@string/status_bar_clock_position_left</item> |
| 214 | </string-array> |
| 215 | |
| 216 | <string-array name="status_bar_clock_position_entries_notch_rtl" translatable="false"> |
| 217 | <item>@string/status_bar_clock_position_left</item> |
| 218 | <item>@string/status_bar_clock_position_right</item> |
| 219 | </string-array> |
| 220 | |
| 221 | <string-array name="status_bar_clock_position_values_notch" translatable="false"> |
| 222 | <item>0</item> |
| 223 | <item>2</item> |
| 224 | </string-array> |
| 225 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 226 | <string-array name="status_bar_am_pm_entries" translatable="false"> |
| 227 | <item>@string/status_bar_am_pm_normal</item> |
| 228 | <item>@string/status_bar_am_pm_small</item> |
| 229 | <item>@string/status_bar_am_pm_hidden</item> |
| 230 | </string-array> |
| 231 | |
| 232 | <string-array name="status_bar_am_pm_values" translatable="false"> |
| 233 | <item>0</item> |
| 234 | <item>1</item> |
| 235 | <item>2</item> |
| 236 | </string-array> |
| 237 | |
| 238 | <string-array name="status_bar_battery_style_entries" translatable="false"> |
| 239 | <item>@string/status_bar_battery_style_icon_portrait</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 240 | <item>@string/status_bar_battery_style_circle</item> |
| 241 | <item>@string/status_bar_battery_style_text</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 242 | </string-array> |
| 243 | |
| 244 | <string-array name="status_bar_battery_style_values" translatable="false"> |
| 245 | <item>0</item> |
Hendrik Hagendorn | bda7692 | 2017-01-15 08:31:13 +0100 | [diff] [blame] | 246 | <item>1</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 247 | <item>2</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 248 | </string-array> |
| 249 | |
| 250 | <string-array name="status_bar_battery_percentage_entries" translatable="false"> |
| 251 | <item>@string/status_bar_battery_percentage_default</item> |
| 252 | <item>@string/status_bar_battery_percentage_text_inside</item> |
| 253 | <item>@string/status_bar_battery_percentage_text_next</item> |
| 254 | </string-array> |
| 255 | |
| 256 | <string-array name="status_bar_battery_percentage_values" translatable="false"> |
| 257 | <item>0</item> |
| 258 | <item>1</item> |
| 259 | <item>2</item> |
| 260 | </string-array> |
| 261 | |
Jesse Chan | 1522f15 | 2020-05-26 14:30:11 +0800 | [diff] [blame] | 262 | <string-array name="status_bar_brightness_slider_entries" translatable="false"> |
| 263 | <item>@string/status_bar_brightness_slider_show_never</item> |
| 264 | <item>@string/status_bar_brightness_slider_show_expanded</item> |
| 265 | <item>@string/status_bar_brightness_slider_show_always</item> |
| 266 | </string-array> |
| 267 | |
| 268 | <string-array name="status_bar_brightness_slider_values" translatable="false"> |
| 269 | <item>0</item> |
| 270 | <item>1</item> |
| 271 | <item>2</item> |
| 272 | </string-array> |
| 273 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 274 | <!-- Quick pulldown --> |
| 275 | <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false"> |
| 276 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 277 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 278 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 279 | </string-array> |
| 280 | |
Zhao Wei Liew | d92491d | 2017-02-01 21:51:12 +0800 | [diff] [blame] | 281 | <string-array name="status_bar_quick_qs_pulldown_entries_rtl" translatable="false"> |
| 282 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 283 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 284 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 285 | </string-array> |
| 286 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 287 | <string-array name="status_bar_quick_qs_pulldown_values" translatable="false"> |
| 288 | <item>0</item> |
| 289 | <item>1</item> |
| 290 | <item>2</item> |
| 291 | </string-array> |
| 292 | |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 293 | <!-- Gestures - touchscreen gesture actions --> |
| 294 | <string-array name="touchscreen_gesture_action_entries"> |
| 295 | <item>@string/touchscreen_gesture_action_do_nothing</item> |
| 296 | <item>@string/touchscreen_gesture_action_flashlight</item> |
| 297 | <item>@string/touchscreen_gesture_action_camera</item> |
| 298 | <item>@string/touchscreen_gesture_action_browser</item> |
| 299 | <item>@string/touchscreen_gesture_action_dialer</item> |
| 300 | <item>@string/touchscreen_gesture_action_email</item> |
| 301 | <item>@string/touchscreen_gesture_action_messages</item> |
| 302 | <item>@string/touchscreen_gesture_action_play_pause_music</item> |
| 303 | <item>@string/touchscreen_gesture_action_previous_track</item> |
| 304 | <item>@string/touchscreen_gesture_action_next_track</item> |
Paul Keith | b064096 | 2017-11-25 21:33:30 +0100 | [diff] [blame] | 305 | <item>@string/touchscreen_gesture_action_volume_down</item> |
| 306 | <item>@string/touchscreen_gesture_action_volume_up</item> |
Anirudh Gupta | 85e0b86 | 2020-02-18 00:24:21 +0530 | [diff] [blame] | 307 | <item>@string/touchscreen_gesture_action_ambient_display</item> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 308 | </string-array> |
| 309 | |
| 310 | <string-array name="touchscreen_gesture_action_values"> |
| 311 | <item>0</item> |
| 312 | <item>1</item> |
| 313 | <item>2</item> |
| 314 | <item>3</item> |
| 315 | <item>4</item> |
| 316 | <item>5</item> |
| 317 | <item>6</item> |
| 318 | <item>7</item> |
| 319 | <item>8</item> |
| 320 | <item>9</item> |
Paul Keith | b064096 | 2017-11-25 21:33:30 +0100 | [diff] [blame] | 321 | <item>10</item> |
| 322 | <item>11</item> |
Anirudh Gupta | 85e0b86 | 2020-02-18 00:24:21 +0530 | [diff] [blame] | 323 | <item>12</item> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 324 | </string-array> |
Sam Mortimer | eab1c5d | 2016-12-24 21:43:47 -0800 | [diff] [blame] | 325 | |
Michael W | e1423b0 | 2017-07-08 16:25:09 +0200 | [diff] [blame] | 326 | <string-array name="torch_long_press_power_timeout_entries" translatable="false"> |
| 327 | <item>@string/torch_long_press_power_timeout_never</item> |
| 328 | <item>@string/torch_long_press_power_timeout_1min</item> |
| 329 | <item>@string/torch_long_press_power_timeout_2min</item> |
| 330 | <item>@string/torch_long_press_power_timeout_5min</item> |
| 331 | <item>@string/torch_long_press_power_timeout_10min</item> |
Sam Mortimer | eab1c5d | 2016-12-24 21:43:47 -0800 | [diff] [blame] | 332 | </string-array> |
| 333 | |
| 334 | <string-array name="torch_long_press_power_timeout_values" translatable="false"> |
| 335 | <item>0</item> |
| 336 | <item>60</item> |
| 337 | <item>120</item> |
| 338 | <item>300</item> |
| 339 | <item>600</item> |
| 340 | </string-array> |
Jon Haus | 1e9e2f7 | 2015-11-02 05:47:01 -0500 | [diff] [blame] | 341 | |
| 342 | <!-- Network Traffic --> |
| 343 | <string-array name="network_traffic_mode_entries" translatable="false"> |
| 344 | <item>@string/network_traffic_mode_disable</item> |
| 345 | <item>@string/network_traffic_mode_up</item> |
| 346 | <item>@string/network_traffic_mode_down</item> |
| 347 | <item>@string/network_traffic_mode_all</item> |
| 348 | </string-array> |
| 349 | |
| 350 | <string-array name="network_traffic_mode_values" translatable="false"> |
| 351 | <item>0</item> |
| 352 | <item>1</item> |
| 353 | <item>2</item> |
| 354 | <item>3</item> |
| 355 | </string-array> |
| 356 | |
Wolfram Liebchen | 0d2767d | 2023-01-23 20:59:44 +0100 | [diff] [blame] | 357 | <string-array name="network_traffic_position_entries" translatable="false"> |
| 358 | <item>@string/status_bar_clock_position_left</item> |
| 359 | <item>@string/status_bar_clock_position_center</item> |
| 360 | <item>@string/status_bar_clock_position_right</item> |
| 361 | </string-array> |
| 362 | |
| 363 | <string-array name="network_traffic_position_entries_rtl" translatable="false"> |
| 364 | <item>@string/status_bar_clock_position_right</item> |
| 365 | <item>@string/status_bar_clock_position_center</item> |
| 366 | <item>@string/status_bar_clock_position_left</item> |
| 367 | </string-array> |
| 368 | |
| 369 | <string-array name="network_traffic_position_values" translatable="false"> |
| 370 | <item>0</item> |
| 371 | <item>1</item> |
| 372 | <item>2</item> |
| 373 | </string-array> |
| 374 | |
| 375 | <string-array name="network_traffic_position_entries_notch" translatable="false"> |
| 376 | <item>@string/status_bar_clock_position_left</item> |
| 377 | <item>@string/status_bar_clock_position_right</item> |
| 378 | </string-array> |
| 379 | |
| 380 | <string-array name="network_traffic_position_entries_notch_rtl" translatable="false"> |
| 381 | <item>@string/status_bar_clock_position_right</item> |
| 382 | <item>@string/status_bar_clock_position_left</item> |
| 383 | </string-array> |
| 384 | |
| 385 | <string-array name="network_traffic_position_values_notch" translatable="false"> |
| 386 | <item>0</item> |
| 387 | <item>2</item> |
| 388 | </string-array> |
| 389 | |
Jon Haus | 1e9e2f7 | 2015-11-02 05:47:01 -0500 | [diff] [blame] | 390 | <string-array name="network_traffic_units_entries" translatable="false"> |
| 391 | <item>@string/network_traffic_units_kilobits</item> |
| 392 | <item>@string/network_traffic_units_megabits</item> |
| 393 | <item>@string/network_traffic_units_kilobytes</item> |
| 394 | <item>@string/network_traffic_units_megabytes</item> |
| 395 | </string-array> |
| 396 | |
| 397 | <string-array name="network_traffic_units_values" translatable="false"> |
| 398 | <item>0</item> |
| 399 | <item>1</item> |
| 400 | <item>2</item> |
| 401 | <item>3</item> |
| 402 | </string-array> |
| 403 | |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 404 | <!-- Sms limit --> |
| 405 | <string-array name="sms_security_check_limit_entries" translatable="false"> |
Michael Bestas | bc45a13 | 2018-06-12 21:17:33 +0300 | [diff] [blame] | 406 | <item>@string/sms_security_check_limit_always_confirm</item> |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 407 | <item>5</item> |
| 408 | <item>10</item> |
| 409 | <item>30</item> |
| 410 | <item>50</item> |
| 411 | <item>100</item> |
Michael Bestas | bc45a13 | 2018-06-12 21:17:33 +0300 | [diff] [blame] | 412 | <item>200</item> |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 413 | </string-array> |
| 414 | |
| 415 | <string-array name="sms_security_check_limit_values" translatable="false"> |
Michael Bestas | bc45a13 | 2018-06-12 21:17:33 +0300 | [diff] [blame] | 416 | <item>0</item> |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 417 | <item>5</item> |
| 418 | <item>10</item> |
| 419 | <item>30</item> |
| 420 | <item>50</item> |
| 421 | <item>100</item> |
Michael Bestas | bc45a13 | 2018-06-12 21:17:33 +0300 | [diff] [blame] | 422 | <item>200</item> |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 423 | </string-array> |
Michael Bestas | 407d965 | 2022-03-15 17:54:45 +0200 | [diff] [blame] | 424 | |
| 425 | <!-- Restrict USB --> |
| 426 | <string-array name="trust_restrict_usb_entries" translatable="false"> |
| 427 | <item>@string/trust_restrict_usb_always</item> |
| 428 | <item>@string/trust_restrict_usb_keyguard</item> |
| 429 | <item>@string/trust_restrict_usb_disabled</item> |
| 430 | </string-array> |
| 431 | |
| 432 | <string-array name="trust_restrict_usb_values" translatable="false"> |
| 433 | <item>2</item> |
| 434 | <item>1</item> |
| 435 | <item>0</item> |
| 436 | </string-array> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 437 | </resources> |