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> |
| 33 | <item>2500</item> |
| 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> |
| 49 | <item>2500</item> |
| 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> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 65 | </string-array> |
| 66 | |
| 67 | <string-array name="hardware_keys_action_values" translatable="false"> |
| 68 | <item>0</item> |
| 69 | <item>1</item> |
| 70 | <item>2</item> |
| 71 | <item>3</item> |
| 72 | <item>4</item> |
| 73 | <item>5</item> |
| 74 | <item>6</item> |
| 75 | <item>7</item> |
| 76 | <item>8</item> |
Steve Kondik | 2505554 | 2016-10-18 23:32:30 -0700 | [diff] [blame^] | 77 | <item>9</item> |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 78 | </string-array> |
| 79 | |
| 80 | <string-array name="power_menu_actions_array" translatable="false"> |
| 81 | <item>power</item> |
| 82 | <item>reboot</item> |
| 83 | <item>screenshot</item> |
| 84 | <item>airplane</item> |
| 85 | <item>users</item> |
| 86 | <item>bugreport</item> |
| 87 | <item>silent</item> |
| 88 | </string-array> |
| 89 | |
| 90 | <!-- Volume key cursor control --> |
| 91 | <string-array name="volbtn_cursor_control_entries" translatable="false"> |
| 92 | <item>@string/volbtn_cursor_control_off</item> |
| 93 | <item>@string/volbtn_cursor_control_on</item> |
| 94 | <item>@string/volbtn_cursor_control_on_reverse</item> |
| 95 | </string-array> |
| 96 | |
| 97 | <string-array name="volbtn_cursor_control_values" translatable="false"> |
| 98 | <item>0</item> |
| 99 | <item>1</item> |
| 100 | <item>2</item> |
| 101 | </string-array> |
| 102 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 103 | <string-array name="profile_action_generic_connection_entries" translatable="false"> |
| 104 | <item>@string/profile_action_none</item> |
| 105 | <item>@string/profile_action_disable</item> |
| 106 | <item>@string/profile_action_enable</item> |
| 107 | </string-array> |
| 108 | |
| 109 | <string-array name="profile_doze_entries" translatable="false"> |
| 110 | <item>@string/profile_action_none</item> |
| 111 | <item>@string/profile_action_enable</item> |
| 112 | <item>@string/profile_action_disable</item> |
| 113 | </string-array> |
| 114 | |
| 115 | <string-array name="profile_notification_light_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 | <!-- Profile mode options. --> |
| 122 | <string-array name="profile_entries" translatable="false"> |
| 123 | <item>@string/profile_entries_on</item> |
| 124 | <item>@string/profile_entries_off</item> |
| 125 | <item>@string/profile_entries_no_override</item> |
| 126 | </string-array> |
| 127 | |
| 128 | <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> |
| 129 | <string-array name="profile_values" translatable="false"> |
| 130 | <item>OVERRIDE</item> |
| 131 | <item>SUPPRESS</item> |
| 132 | <item>DEFAULT</item> |
| 133 | </string-array> |
| 134 | |
| 135 | <!-- Profile lock mode summaries. Do not translate. --> |
| 136 | <string-array name="profile_lockmode_entries" translatable="false"> |
| 137 | <item>@string/profile_action_system</item> |
| 138 | <item>@string/profile_lockmode_insecure_summary</item> |
| 139 | <item>@string/profile_lockmode_disabled_summary</item> |
| 140 | </string-array> |
| 141 | |
| 142 | <!-- Ring mode options. --> |
| 143 | <string-array name="ring_mode_entries" translatable="false"> |
| 144 | <item>@string/ring_mode_normal</item> |
| 145 | <item>@string/ring_mode_vibrate</item> |
| 146 | <item>@string/ring_mode_mute</item> |
| 147 | <item>@string/profile_action_none</item> |
| 148 | </string-array> |
| 149 | |
| 150 | <!-- Values for Ring mode. Do not translate. --> |
| 151 | <string-array name="ring_mode_values" translatable="false"> |
| 152 | <item>normal</item> |
| 153 | <item>vibrate</item> |
| 154 | <item>mute</item> |
| 155 | <item></item> |
| 156 | </string-array> |
| 157 | |
| 158 | <!-- Values for profile Wi-Fi triggers --> |
| 159 | <string-array name="profile_trigger_wifi_options" translatable="false"> |
| 160 | <item>@string/profile_trigger_connect</item> |
| 161 | <item>@string/profile_trigger_disconnect</item> |
| 162 | <item>@string/profile_trigger_a2dp_connect</item> |
| 163 | <item>@string/profile_trigger_a2dp_disconnect</item> |
| 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> |
| 171 | <item>3</item> |
| 172 | <item>4</item> |
| 173 | <item>2</item> |
| 174 | </string-array> |
| 175 | |
Steve Kondik | 50c9fe6 | 2016-09-14 01:36:48 -0700 | [diff] [blame] | 176 | <!-- Status bar --> |
| 177 | <string-array name="status_bar_clock_style_entries" translatable="false"> |
| 178 | <item>@string/status_bar_clock_style_right</item> |
| 179 | <item>@string/status_bar_clock_style_center</item> |
| 180 | <item>@string/status_bar_clock_style_left</item> |
| 181 | <item>@string/status_bar_clock_style_hidden</item> |
| 182 | </string-array> |
| 183 | |
| 184 | <string-array name="status_bar_clock_style_entries_rtl" translatable="false"> |
| 185 | <item>@string/status_bar_clock_style_left</item> |
| 186 | <item>@string/status_bar_clock_style_center</item> |
| 187 | <item>@string/status_bar_clock_style_right</item> |
| 188 | <item>@string/status_bar_clock_style_hidden</item> |
| 189 | </string-array> |
| 190 | |
| 191 | <string-array name="status_bar_clock_style_values" translatable="false"> |
| 192 | <item>1</item> |
| 193 | <item>2</item> |
| 194 | <item>3</item> |
| 195 | <item>0</item> |
| 196 | </string-array> |
| 197 | |
| 198 | <string-array name="status_bar_am_pm_entries" translatable="false"> |
| 199 | <item>@string/status_bar_am_pm_normal</item> |
| 200 | <item>@string/status_bar_am_pm_small</item> |
| 201 | <item>@string/status_bar_am_pm_hidden</item> |
| 202 | </string-array> |
| 203 | |
| 204 | <string-array name="status_bar_am_pm_values" translatable="false"> |
| 205 | <item>0</item> |
| 206 | <item>1</item> |
| 207 | <item>2</item> |
| 208 | </string-array> |
| 209 | |
| 210 | <string-array name="status_bar_battery_style_entries" translatable="false"> |
| 211 | <item>@string/status_bar_battery_style_icon_portrait</item> |
| 212 | <item>@string/status_bar_battery_style_icon_landscape</item> |
| 213 | <item>@string/status_bar_battery_style_circle</item> |
| 214 | <item>@string/status_bar_battery_style_text</item> |
| 215 | <item>@string/status_bar_battery_style_hidden</item> |
| 216 | </string-array> |
| 217 | |
| 218 | <string-array name="status_bar_battery_style_values" translatable="false"> |
| 219 | <item>0</item> |
| 220 | <item>5</item> |
| 221 | <item>2</item> |
| 222 | <item>6</item> |
| 223 | <item>4</item> |
| 224 | </string-array> |
| 225 | |
| 226 | <string-array name="status_bar_battery_percentage_entries" translatable="false"> |
| 227 | <item>@string/status_bar_battery_percentage_default</item> |
| 228 | <item>@string/status_bar_battery_percentage_text_inside</item> |
| 229 | <item>@string/status_bar_battery_percentage_text_next</item> |
| 230 | </string-array> |
| 231 | |
| 232 | <string-array name="status_bar_battery_percentage_values" translatable="false"> |
| 233 | <item>0</item> |
| 234 | <item>1</item> |
| 235 | <item>2</item> |
| 236 | </string-array> |
| 237 | |
| 238 | <!-- Quick pulldown --> |
| 239 | <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false"> |
| 240 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 241 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 242 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 243 | </string-array> |
| 244 | |
| 245 | <string-array name="status_bar_quick_qs_pulldown_values" translatable="false"> |
| 246 | <item>0</item> |
| 247 | <item>1</item> |
| 248 | <item>2</item> |
| 249 | </string-array> |
| 250 | |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 251 | <!-- Weather temperature --> |
| 252 | <string-array name="weather_temp_unit_entries" translatable="false"> |
| 253 | <item>@string/weather_settings_temp_celsius</item> |
| 254 | <item>@string/weather_settings_temp_fahrenheit</item> |
| 255 | </string-array> |
| 256 | |
| 257 | <string-array name="weather_temp_unit_values" translatable="false"> |
| 258 | <item>1</item> |
| 259 | <item>2</item> |
| 260 | </string-array> |
| 261 | |
Zhao Wei Liew | be40850 | 2016-10-02 08:21:59 +0800 | [diff] [blame] | 262 | <!-- Auto power save mode: Allowable trigger threshold entries --> |
| 263 | <string-array name="auto_power_save_entries" translatable="false"> |
| 264 | <item>Never</item> |
| 265 | <item>5%</item> |
| 266 | <item>15%</item> |
| 267 | <item>25%</item> |
| 268 | </string-array> |
| 269 | |
| 270 | <!-- Auto power save mode: Allowable trigger threshold levels. |
| 271 | Similar to the battery_saver_trigger_values integer-array in Settings --> |
| 272 | <string-array name="auto_power_save_values" translatable="false"> |
| 273 | <item>0</item> |
| 274 | <item>5</item> |
| 275 | <item>15</item> |
| 276 | <item>25</item> |
| 277 | </string-array> |
| 278 | |
Zhao Wei Liew | 71981e9 | 2016-10-14 18:44:12 +0800 | [diff] [blame] | 279 | <!-- Expanded desktop styles --> |
| 280 | <string-array name="expanded_desktop_style_entries" translatable="false"> |
| 281 | <item>@string/expanded_desktop_style_hide_both</item> |
| 282 | <item>@string/expanded_desktop_style_hide_status</item> |
| 283 | <item>@string/expanded_desktop_style_hide_navigation</item> |
| 284 | </string-array> |
| 285 | |
| 286 | <string-array name="expanded_desktop_style_values" translatable="false"> |
| 287 | <item>0</item> |
| 288 | <item>1</item> |
| 289 | <item>2</item> |
| 290 | </string-array> |
Steve Kondik | 66ac5d7 | 2016-09-03 16:24:26 -0700 | [diff] [blame] | 291 | </resources> |