Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2012-2015 The CyanogenMod Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources> |
| 18 | <!-- Values for the notification light pulse spinners --> |
| 19 | <string-array name="notification_pulse_length_entries" translatable="false"> |
| 20 | <item>@string/pulse_length_always_on</item> |
| 21 | <item>@string/pulse_length_very_short</item> |
| 22 | <item>@string/pulse_length_short</item> |
| 23 | <item>@string/pulse_length_normal</item> |
| 24 | <item>@string/pulse_length_long</item> |
| 25 | <item>@string/pulse_length_very_long</item> |
| 26 | </string-array> |
| 27 | |
| 28 | <string-array name="notification_pulse_length_values" translatable="false"> |
| 29 | <item>1</item> |
| 30 | <item>250</item> |
| 31 | <item>500</item> |
| 32 | <item>1000</item> |
Matt Mower | ff37a00 | 2015-08-14 23:00:01 -0500 | [diff] [blame] | 33 | <item>2000</item> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 34 | <item>5000</item> |
| 35 | </string-array> |
| 36 | |
| 37 | <string-array name="notification_pulse_speed_entries" translatable="false"> |
| 38 | <item>@string/pulse_speed_very_fast</item> |
| 39 | <item>@string/pulse_speed_fast</item> |
| 40 | <item>@string/pulse_speed_normal</item> |
| 41 | <item>@string/pulse_speed_slow</item> |
| 42 | <item>@string/pulse_speed_very_slow</item> |
| 43 | </string-array> |
| 44 | |
| 45 | <string-array name="notification_pulse_speed_values" translatable="false"> |
| 46 | <item>250</item> |
| 47 | <item>500</item> |
| 48 | <item>1000</item> |
Matt Mower | ff37a00 | 2015-08-14 23:00:01 -0500 | [diff] [blame] | 49 | <item>2000</item> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 50 | <item>5000</item> |
| 51 | </string-array> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 52 | |
| 53 | <!-- Hardware key rebinding --> |
| 54 | <string-array name="hardware_keys_action_entries" translatable="false"> |
| 55 | <item>@string/hardware_keys_action_nothing</item> |
| 56 | <item>@string/hardware_keys_action_menu</item> |
| 57 | <item>@string/hardware_keys_action_app_switch</item> |
| 58 | <item>@string/hardware_keys_action_search</item> |
| 59 | <item>@string/hardware_keys_action_voice_search</item> |
| 60 | <item>@string/hardware_keys_action_in_app_search</item> |
| 61 | <item>@string/hardware_keys_action_launch_camera</item> |
| 62 | <item>@string/hardware_keys_action_sleep</item> |
| 63 | <item>@string/hardware_keys_action_last_app</item> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame] | 64 | <item>@string/hardware_keys_action_split_screen</item> |
Simon Shields | 196aaa4 | 2017-11-24 16:38:47 +1100 | [diff] [blame] | 65 | <!-- |
Joey Rizzoli | 3d5ba1e | 2017-02-18 17:38:56 +0100 | [diff] [blame] | 66 | <item>@string/hardware_keys_action_single_handed_left</item> |
| 67 | <item>@string/hardware_keys_action_single_handed_right</item> |
Simon Shields | 196aaa4 | 2017-11-24 16:38:47 +1100 | [diff] [blame] | 68 | --> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 69 | </string-array> |
| 70 | |
| 71 | <string-array name="hardware_keys_action_values" translatable="false"> |
| 72 | <item>0</item> |
| 73 | <item>1</item> |
| 74 | <item>2</item> |
| 75 | <item>3</item> |
| 76 | <item>4</item> |
| 77 | <item>5</item> |
| 78 | <item>6</item> |
| 79 | <item>7</item> |
| 80 | <item>8</item> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame] | 81 | <item>9</item> |
Joey Rizzoli | 3d5ba1e | 2017-02-18 17:38:56 +0100 | [diff] [blame] | 82 | <item>10</item> |
| 83 | <item>11</item> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 84 | </string-array> |
| 85 | |
| 86 | <string-array name="power_menu_actions_array" translatable="false"> |
| 87 | <item>power</item> |
Steve Kondik | 3cfab45 | 2016-10-26 15:22:32 -0700 | [diff] [blame] | 88 | <item>restart</item> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 89 | <item>screenshot</item> |
| 90 | <item>airplane</item> |
| 91 | <item>users</item> |
| 92 | <item>bugreport</item> |
| 93 | <item>silent</item> |
| 94 | </string-array> |
| 95 | |
| 96 | <!-- Volume key cursor control --> |
| 97 | <string-array name="volbtn_cursor_control_entries" translatable="false"> |
| 98 | <item>@string/volbtn_cursor_control_off</item> |
| 99 | <item>@string/volbtn_cursor_control_on</item> |
| 100 | <item>@string/volbtn_cursor_control_on_reverse</item> |
| 101 | </string-array> |
| 102 | |
| 103 | <string-array name="volbtn_cursor_control_values" translatable="false"> |
| 104 | <item>0</item> |
| 105 | <item>1</item> |
| 106 | <item>2</item> |
| 107 | </string-array> |
| 108 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 109 | <string-array name="profile_action_generic_connection_entries" translatable="false"> |
| 110 | <item>@string/profile_action_none</item> |
| 111 | <item>@string/profile_action_disable</item> |
| 112 | <item>@string/profile_action_enable</item> |
| 113 | </string-array> |
| 114 | |
| 115 | <string-array name="profile_doze_entries" translatable="false"> |
| 116 | <item>@string/profile_action_none</item> |
| 117 | <item>@string/profile_action_enable</item> |
| 118 | <item>@string/profile_action_disable</item> |
| 119 | </string-array> |
| 120 | |
| 121 | <string-array name="profile_notification_light_entries" translatable="false"> |
| 122 | <item>@string/profile_action_none</item> |
| 123 | <item>@string/profile_action_enable</item> |
| 124 | <item>@string/profile_action_disable</item> |
| 125 | </string-array> |
| 126 | |
| 127 | <!-- Profile mode options. --> |
| 128 | <string-array name="profile_entries" translatable="false"> |
| 129 | <item>@string/profile_entries_on</item> |
| 130 | <item>@string/profile_entries_off</item> |
| 131 | <item>@string/profile_entries_no_override</item> |
| 132 | </string-array> |
| 133 | |
| 134 | <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> |
| 135 | <string-array name="profile_values" translatable="false"> |
| 136 | <item>OVERRIDE</item> |
| 137 | <item>SUPPRESS</item> |
| 138 | <item>DEFAULT</item> |
| 139 | </string-array> |
| 140 | |
| 141 | <!-- Profile lock mode summaries. Do not translate. --> |
| 142 | <string-array name="profile_lockmode_entries" translatable="false"> |
| 143 | <item>@string/profile_action_system</item> |
| 144 | <item>@string/profile_lockmode_insecure_summary</item> |
| 145 | <item>@string/profile_lockmode_disabled_summary</item> |
| 146 | </string-array> |
| 147 | |
| 148 | <!-- Ring mode options. --> |
| 149 | <string-array name="ring_mode_entries" translatable="false"> |
| 150 | <item>@string/ring_mode_normal</item> |
| 151 | <item>@string/ring_mode_vibrate</item> |
| 152 | <item>@string/ring_mode_mute</item> |
| 153 | <item>@string/profile_action_none</item> |
| 154 | </string-array> |
| 155 | |
| 156 | <!-- Values for Ring mode. Do not translate. --> |
| 157 | <string-array name="ring_mode_values" translatable="false"> |
| 158 | <item>normal</item> |
| 159 | <item>vibrate</item> |
| 160 | <item>mute</item> |
| 161 | <item></item> |
| 162 | </string-array> |
| 163 | |
| 164 | <!-- Values for profile Wi-Fi triggers --> |
| 165 | <string-array name="profile_trigger_wifi_options" translatable="false"> |
| 166 | <item>@string/profile_trigger_connect</item> |
| 167 | <item>@string/profile_trigger_disconnect</item> |
| 168 | <item>@string/profile_trigger_a2dp_connect</item> |
| 169 | <item>@string/profile_trigger_a2dp_disconnect</item> |
| 170 | <item>@string/profile_trigger_notrigger</item> |
| 171 | </string-array> |
| 172 | |
| 173 | <!-- Values for profile Wi-Fi triggers. Do not translate. --> |
| 174 | <string-array name="profile_trigger_wifi_options_values" translatable="false"> |
| 175 | <item>0</item> |
| 176 | <item>1</item> |
| 177 | <item>3</item> |
| 178 | <item>4</item> |
| 179 | <item>2</item> |
| 180 | </string-array> |
| 181 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 182 | <!-- Status bar --> |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 183 | <string-array name="status_bar_clock_position_entries" translatable="false"> |
| 184 | <item>@string/status_bar_clock_position_right</item> |
| 185 | <item>@string/status_bar_clock_position_center</item> |
| 186 | <item>@string/status_bar_clock_position_left</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 187 | </string-array> |
| 188 | |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 189 | <string-array name="status_bar_clock_position_entries_rtl" translatable="false"> |
| 190 | <item>@string/status_bar_clock_position_left</item> |
| 191 | <item>@string/status_bar_clock_position_center</item> |
| 192 | <item>@string/status_bar_clock_position_right</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 193 | </string-array> |
| 194 | |
Hendrik Hagendorn | af5108f | 2016-12-13 18:31:35 +0100 | [diff] [blame] | 195 | <string-array name="status_bar_clock_position_values" translatable="false"> |
| 196 | <item>0</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 197 | <item>1</item> |
| 198 | <item>2</item> |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 199 | </string-array> |
| 200 | |
| 201 | <string-array name="status_bar_am_pm_entries" translatable="false"> |
| 202 | <item>@string/status_bar_am_pm_normal</item> |
| 203 | <item>@string/status_bar_am_pm_small</item> |
| 204 | <item>@string/status_bar_am_pm_hidden</item> |
| 205 | </string-array> |
| 206 | |
| 207 | <string-array name="status_bar_am_pm_values" translatable="false"> |
| 208 | <item>0</item> |
| 209 | <item>1</item> |
| 210 | <item>2</item> |
| 211 | </string-array> |
| 212 | |
| 213 | <string-array name="status_bar_battery_style_entries" translatable="false"> |
| 214 | <item>@string/status_bar_battery_style_icon_portrait</item> |
| 215 | <item>@string/status_bar_battery_style_icon_landscape</item> |
| 216 | <item>@string/status_bar_battery_style_circle</item> |
| 217 | <item>@string/status_bar_battery_style_text</item> |
| 218 | <item>@string/status_bar_battery_style_hidden</item> |
| 219 | </string-array> |
| 220 | |
| 221 | <string-array name="status_bar_battery_style_values" translatable="false"> |
| 222 | <item>0</item> |
| 223 | <item>5</item> |
| 224 | <item>2</item> |
| 225 | <item>6</item> |
| 226 | <item>4</item> |
| 227 | </string-array> |
| 228 | |
| 229 | <string-array name="status_bar_battery_percentage_entries" translatable="false"> |
| 230 | <item>@string/status_bar_battery_percentage_default</item> |
| 231 | <item>@string/status_bar_battery_percentage_text_inside</item> |
| 232 | <item>@string/status_bar_battery_percentage_text_next</item> |
| 233 | </string-array> |
| 234 | |
| 235 | <string-array name="status_bar_battery_percentage_values" translatable="false"> |
| 236 | <item>0</item> |
| 237 | <item>1</item> |
| 238 | <item>2</item> |
| 239 | </string-array> |
| 240 | |
| 241 | <!-- Quick pulldown --> |
| 242 | <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false"> |
| 243 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 244 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 245 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 246 | </string-array> |
| 247 | |
Zhao Wei Liew | d92491d | 2017-02-01 21:51:12 +0800 | [diff] [blame] | 248 | <string-array name="status_bar_quick_qs_pulldown_entries_rtl" translatable="false"> |
| 249 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 250 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 251 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 252 | </string-array> |
| 253 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 254 | <string-array name="status_bar_quick_qs_pulldown_values" translatable="false"> |
| 255 | <item>0</item> |
| 256 | <item>1</item> |
| 257 | <item>2</item> |
| 258 | </string-array> |
| 259 | |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 260 | <!-- Weather temperature --> |
| 261 | <string-array name="weather_temp_unit_entries" translatable="false"> |
| 262 | <item>@string/weather_settings_temp_celsius</item> |
| 263 | <item>@string/weather_settings_temp_fahrenheit</item> |
| 264 | </string-array> |
| 265 | |
| 266 | <string-array name="weather_temp_unit_values" translatable="false"> |
| 267 | <item>1</item> |
| 268 | <item>2</item> |
| 269 | </string-array> |
| 270 | |
Zhao Wei Liew | be40850 | 2016-10-02 08:21:59 +0800 | [diff] [blame] | 271 | <!-- Auto power save mode: Allowable trigger threshold entries --> |
| 272 | <string-array name="auto_power_save_entries" translatable="false"> |
Joey Rizzoli | e479a62 | 2016-12-22 13:52:29 +0100 | [diff] [blame] | 273 | <item>@string/auto_power_save_never</item> |
Zhao Wei Liew | be40850 | 2016-10-02 08:21:59 +0800 | [diff] [blame] | 274 | <item>5%</item> |
| 275 | <item>15%</item> |
| 276 | <item>25%</item> |
| 277 | </string-array> |
| 278 | |
| 279 | <!-- Auto power save mode: Allowable trigger threshold levels. |
| 280 | Similar to the battery_saver_trigger_values integer-array in Settings --> |
| 281 | <string-array name="auto_power_save_values" translatable="false"> |
| 282 | <item>0</item> |
| 283 | <item>5</item> |
| 284 | <item>15</item> |
| 285 | <item>25</item> |
| 286 | </string-array> |
| 287 | |
Zhao Wei Liew | 71981e9 | 2016-10-14 18:44:12 +0800 | [diff] [blame] | 288 | <!-- Expanded desktop styles --> |
| 289 | <string-array name="expanded_desktop_style_entries" translatable="false"> |
| 290 | <item>@string/expanded_desktop_style_hide_both</item> |
| 291 | <item>@string/expanded_desktop_style_hide_status</item> |
| 292 | <item>@string/expanded_desktop_style_hide_navigation</item> |
| 293 | </string-array> |
| 294 | |
| 295 | <string-array name="expanded_desktop_style_values" translatable="false"> |
| 296 | <item>0</item> |
| 297 | <item>1</item> |
| 298 | <item>2</item> |
| 299 | </string-array> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 300 | |
| 301 | <!-- Gestures - touchscreen gesture actions --> |
| 302 | <string-array name="touchscreen_gesture_action_entries"> |
| 303 | <item>@string/touchscreen_gesture_action_do_nothing</item> |
| 304 | <item>@string/touchscreen_gesture_action_flashlight</item> |
| 305 | <item>@string/touchscreen_gesture_action_camera</item> |
| 306 | <item>@string/touchscreen_gesture_action_browser</item> |
| 307 | <item>@string/touchscreen_gesture_action_dialer</item> |
| 308 | <item>@string/touchscreen_gesture_action_email</item> |
| 309 | <item>@string/touchscreen_gesture_action_messages</item> |
| 310 | <item>@string/touchscreen_gesture_action_play_pause_music</item> |
| 311 | <item>@string/touchscreen_gesture_action_previous_track</item> |
| 312 | <item>@string/touchscreen_gesture_action_next_track</item> |
Paul Keith | b064096 | 2017-11-25 21:33:30 +0100 | [diff] [blame] | 313 | <item>@string/touchscreen_gesture_action_volume_down</item> |
| 314 | <item>@string/touchscreen_gesture_action_volume_up</item> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 315 | </string-array> |
| 316 | |
| 317 | <string-array name="touchscreen_gesture_action_values"> |
| 318 | <item>0</item> |
| 319 | <item>1</item> |
| 320 | <item>2</item> |
| 321 | <item>3</item> |
| 322 | <item>4</item> |
| 323 | <item>5</item> |
| 324 | <item>6</item> |
| 325 | <item>7</item> |
| 326 | <item>8</item> |
| 327 | <item>9</item> |
Paul Keith | b064096 | 2017-11-25 21:33:30 +0100 | [diff] [blame] | 328 | <item>10</item> |
| 329 | <item>11</item> |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 330 | </string-array> |
Sam Mortimer | eab1c5d | 2016-12-24 21:43:47 -0800 | [diff] [blame] | 331 | |
Michael W | e1423b0 | 2017-07-08 16:25:09 +0200 | [diff] [blame] | 332 | <string-array name="torch_long_press_power_timeout_entries" translatable="false"> |
| 333 | <item>@string/torch_long_press_power_timeout_never</item> |
| 334 | <item>@string/torch_long_press_power_timeout_1min</item> |
| 335 | <item>@string/torch_long_press_power_timeout_2min</item> |
| 336 | <item>@string/torch_long_press_power_timeout_5min</item> |
| 337 | <item>@string/torch_long_press_power_timeout_10min</item> |
Sam Mortimer | eab1c5d | 2016-12-24 21:43:47 -0800 | [diff] [blame] | 338 | </string-array> |
| 339 | |
| 340 | <string-array name="torch_long_press_power_timeout_values" translatable="false"> |
| 341 | <item>0</item> |
| 342 | <item>60</item> |
| 343 | <item>120</item> |
| 344 | <item>300</item> |
| 345 | <item>600</item> |
| 346 | </string-array> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 347 | </resources> |