Marco Brohet | f9d4a5b | 2014-02-27 15:02:24 +0100 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2012-2014 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi region code. --> |
| 19 | <string-array name="wifi_countrycode_entries"> |
| 20 | <item>United States</item> |
| 21 | <item>Canada, Taiwan</item> |
| 22 | <item>Germany</item> |
| 23 | <item>Europe</item> |
| 24 | <item>Japan, Russia</item> |
| 25 | <item>Australia</item> |
| 26 | <item>China</item> |
| 27 | <item>Korea</item> |
| 28 | <item>Turkey</item> |
| 29 | <item>Singapore</item> |
| 30 | <item>Brazil</item> |
| 31 | </string-array> |
| 32 | |
| 33 | <string-array name="wifi_countrycode_values" translatable="false"> |
| 34 | <item>US</item> |
| 35 | <item>CA</item> |
| 36 | <item>DE</item> |
| 37 | <item>GB</item> |
| 38 | <item>JP</item> |
| 39 | <item>AU</item> |
| 40 | <item>CN</item> |
| 41 | <item>KR</item> |
| 42 | <item>TR</item> |
| 43 | <item>SG</item> |
| 44 | <item>BR</item> |
| 45 | </string-array> |
| 46 | |
| 47 | <!-- Ascending ringtone increase intervals --> |
| 48 | <string-array name="increasing_ring_interval_entries" translatable="false"> |
| 49 | <item>@string/increasing_ring_interval_eachring</item> |
| 50 | <item>@string/increasing_ring_interval_half_second</item> |
| 51 | <item>@string/increasing_ring_interval_1second</item> |
| 52 | <item>@string/increasing_ring_interval_2seconds</item> |
| 53 | <item>@string/increasing_ring_interval_3seconds</item> |
| 54 | <item>@string/increasing_ring_interval_5seconds</item> |
| 55 | <item>@string/increasing_ring_interval_10seconds</item> |
| 56 | </string-array> |
| 57 | |
| 58 | <integer-array name="increasing_ring_interval_values" translatable="false"> |
| 59 | <item>0</item> |
| 60 | <item>500</item> |
| 61 | <item>1000</item> |
| 62 | <item>2000</item> |
| 63 | <item>3000</item> |
| 64 | <item>5000</item> |
| 65 | <item>10000</item> |
| 66 | </integer-array> |
| 67 | |
| 68 | <!-- Ring mode options. --> |
| 69 | <string-array name="ring_mode_entries" translatable="false"> |
| 70 | <item>@string/ring_mode_normal</item> |
| 71 | <item>@string/ring_mode_vibrate</item> |
| 72 | <item>@string/ring_mode_mute</item> |
| 73 | </string-array> |
| 74 | |
| 75 | <!-- Values for Ring mode. Do not translate. --> |
| 76 | <string-array name="ring_mode_values" translatable="false"> |
| 77 | <item>normal</item> |
| 78 | <item>vibrate</item> |
| 79 | <item>mute</item> |
| 80 | </string-array> |
| 81 | |
| 82 | <string-array name="lockscreen_delay_entries" translatable="false"> |
| 83 | <item>@string/slide_lock_delay_none</item> |
| 84 | <item>@string/slide_lock_delay_1s</item> |
| 85 | <item>@string/slide_lock_delay_5s</item> |
| 86 | <item>@string/slide_lock_delay_10s</item> |
| 87 | <item>@string/slide_lock_delay_15s</item> |
| 88 | <item>@string/slide_lock_delay_30s</item> |
| 89 | <item>@string/slide_lock_delay_1m</item> |
| 90 | <item>@string/slide_lock_delay_5m</item> |
| 91 | <item>@string/slide_lock_delay_10m</item> |
| 92 | <item>@string/slide_lock_delay_30m</item> |
| 93 | </string-array> |
| 94 | |
| 95 | <string-array name="lockscreen_delay_values" translatable="false"> |
| 96 | <item>0</item> |
| 97 | <item>1000</item> |
| 98 | <item>5000</item> |
| 99 | <item>10000</item> |
| 100 | <item>15000</item> |
| 101 | <item>30000</item> |
| 102 | <item>60000</item> |
| 103 | <item>300000</item> |
| 104 | <item>600000</item> |
| 105 | <item>1800000</item> |
| 106 | </string-array> |
| 107 | |
| 108 | <string-array name="lockscreen_battery_status_entries" translatable="false"> |
| 109 | <item>@string/lockscreen_battery_status_charging</item> |
| 110 | <item>@string/lockscreen_battery_status_alwayson</item> |
| 111 | <item>@string/lockscreen_battery_status_alwaysoff</item> |
| 112 | </string-array> |
| 113 | |
| 114 | <string-array name="lockscreen_battery_status_values" translatable="false"> |
| 115 | <item>0</item> |
| 116 | <item>1</item> |
| 117 | <item>2</item> |
| 118 | </string-array> |
| 119 | |
| 120 | <string-array name="lockscreen_icon_picker_labels" translatable="false"> |
| 121 | <item>@string/icon_picker_alarm</item> |
| 122 | <item>@string/icon_picker_browser</item> |
| 123 | <item>@string/icon_picker_calendar</item> |
| 124 | <item>@string/icon_picker_camera</item> |
| 125 | <item>@string/icon_picker_chrome</item> |
| 126 | <item>@string/icon_picker_contacts</item> |
| 127 | <item>@string/icon_picker_email</item> |
| 128 | <item>@string/icon_picker_email2</item> |
| 129 | <item>@string/icon_picker_facebook</item> |
| 130 | <item>@string/icon_picker_gallery</item> |
| 131 | <item>@string/icon_picker_google_small</item> |
| 132 | <item>@string/icon_picker_googleplus</item> |
| 133 | <item>@string/icon_picker_googletalk</item> |
| 134 | <item>@string/icon_picker_maps</item> |
| 135 | <item>@string/icon_picker_sms</item> |
| 136 | <item>@string/icon_picker_movie</item> |
| 137 | <item>@string/icon_picker_music</item> |
| 138 | <item>@string/icon_picker_nav_normal</item> |
| 139 | <item>@string/icon_picker_phone</item> |
| 140 | <item>@string/icon_picker_podcast</item> |
| 141 | <item>@string/icon_picker_rss</item> |
| 142 | <item>@string/icon_picker_search</item> |
| 143 | <item>@string/icon_picker_twitter</item> |
| 144 | </string-array> |
| 145 | |
| 146 | <string-array name="lockscreen_icon_picker_icons" translatable="false"> |
| 147 | <item>ic_lockscreen_alarm_normal</item> |
| 148 | <item>ic_lockscreen_browser_normal</item> |
| 149 | <item>ic_lockscreen_calendar_normal</item> |
| 150 | <item>ic_lockscreen_camera_normal</item> |
| 151 | <item>ic_lockscreen_chrome_normal</item> |
| 152 | <item>ic_lockscreen_contacts_normal</item> |
| 153 | <item>ic_lockscreen_email_normal</item> |
| 154 | <item>ic_lockscreen_email2_normal</item> |
| 155 | <item>ic_lockscreen_facebook_normal</item> |
| 156 | <item>ic_lockscreen_gallery_normal</item> |
| 157 | <item>ic_lockscreen_google_small_normal</item> |
| 158 | <item>ic_lockscreen_gplus_normal</item> |
| 159 | <item>ic_lockscreen_gtalk_normal</item> |
| 160 | <item>ic_lockscreen_maps_normal</item> |
| 161 | <item>ic_lockscreen_sms_normal</item> |
| 162 | <item>ic_lockscreen_movie_normal</item> |
| 163 | <item>ic_lockscreen_music_normal</item> |
| 164 | <item>ic_lockscreen_nav_normal</item> |
| 165 | <item>ic_lockscreen_phone_normal</item> |
| 166 | <item>ic_lockscreen_podcast_normal</item> |
| 167 | <item>ic_lockscreen_rss_normal</item> |
| 168 | <item>ic_lockscreen_google_normal</item> |
| 169 | <item>ic_lockscreen_twitter_normal</item> |
| 170 | </string-array> |
| 171 | |
| 172 | <string-array name="lockscreen_long_key_press_entries" translatable="false"> |
| 173 | <item>@string/lockscreen_buttons_no_action</item> |
| 174 | <item>@string/lockscreen_buttons_next</item> |
| 175 | <item>@string/lockscreen_buttons_previous</item> |
| 176 | <item>@string/lockscreen_buttons_playpause</item> |
| 177 | <item>@string/lockscreen_buttons_toggle_sound</item> |
| 178 | <item>@string/lockscreen_buttons_sleep</item> |
| 179 | </string-array> |
| 180 | |
| 181 | <string-array name="lockscreen_long_key_press_values" translatable="false"> |
| 182 | <item></item> |
| 183 | <item>NEXT</item> |
| 184 | <item>PREVIOUS</item> |
| 185 | <item>PLAYPAUSE</item> |
| 186 | <item>SOUND</item> |
| 187 | <item>SLEEP</item> |
| 188 | </string-array> |
| 189 | |
| 190 | <!-- Profile mode options. --> |
| 191 | <string-array name="profile_entries"> |
| 192 | <item>On</item> |
| 193 | <item>Off</item> |
| 194 | <item>No override</item> |
| 195 | </string-array> |
| 196 | |
| 197 | <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> |
| 198 | <string-array name="profile_values" translatable="false"> |
| 199 | <item>OVERRIDE</item> |
| 200 | <item>SUPPRESS</item> |
| 201 | <item>DEFAULT</item> |
| 202 | </string-array> |
| 203 | |
| 204 | <!-- Profile mode options. --> |
| 205 | <string-array name="profile_connection_entries"> |
| 206 | <item>Disable</item> |
| 207 | <item>Enable</item> |
| 208 | </string-array> |
| 209 | |
| 210 | <!-- Profile 2G-3G mode options. --> |
| 211 | <string-array name="profile_networkmode_entries" translatable="false"> |
| 212 | <item>@string/profile_networkmode_2g</item> |
| 213 | <item>@string/profile_networkmode_3g</item> |
| 214 | <item>@string/profile_networkmode_2g3g</item> |
| 215 | </string-array> |
| 216 | |
| 217 | <!-- Values for profile connections. Do not translate. --> |
| 218 | <string-array name="profile_connection_values" translatable="false"> |
| 219 | <item>0</item> |
| 220 | <item>1</item> |
| 221 | <item>2</item> |
| 222 | </string-array> |
| 223 | |
| 224 | <!-- Values for profile Wi-Fi triggers --> |
| 225 | <string-array name="profile_trigger_wifi_options" translatable="false"> |
| 226 | <item>@string/profile_trigger_connect</item> |
| 227 | <item>@string/profile_trigger_disconnect</item> |
| 228 | <item>@string/profile_trigger_notrigger</item> |
| 229 | </string-array> |
| 230 | |
| 231 | <!-- Values for profile trigger types --> |
| 232 | <string-array name="profile_trigger_filters" translatable="false"> |
| 233 | <item>@string/profile_trigger_filter_all</item> |
| 234 | <item>@string/profile_trigger_filter_wifi</item> |
| 235 | <item>@string/profile_trigger_filter_bluetooth</item> |
| 236 | </string-array> |
| 237 | |
| 238 | <!-- Profile lock mode options. Do not translate. --> |
| 239 | <string-array name="profile_lockmode_entries" translatable="false"> |
| 240 | <item>@string/profile_lockmode_default</item> |
| 241 | <item>@string/profile_lockmode_insecure</item> |
| 242 | <item>@string/profile_lockmode_disabled</item> |
| 243 | </string-array> |
| 244 | |
| 245 | <!-- Profile lock mode summaries. Do not translate. --> |
| 246 | <string-array name="profile_lockmode_summaries" translatable="false"> |
| 247 | <item>@string/profile_lockmode_default_summary</item> |
| 248 | <item>@string/profile_lockmode_insecure_summary</item> |
| 249 | <item>@string/profile_lockmode_disabled_summary</item> |
| 250 | </string-array> |
| 251 | |
| 252 | <!-- Values for profile lock mode. Do not translate. --> |
| 253 | <string-array name="profile_lockmode_values" translatable="false"> |
| 254 | <item>0</item> |
| 255 | <item>1</item> |
| 256 | <item>2</item> |
| 257 | </string-array> |
| 258 | |
| 259 | <!-- Profile expanded desktop mode options. Do not translate. --> |
| 260 | <string-array name="profile_expanded_desktop_entries" translatable="false"> |
| 261 | <item>@string/profile_lockmode_default</item> |
| 262 | <item>@string/connection_state_enabled</item> |
| 263 | <item>@string/connection_state_disabled</item> |
| 264 | </string-array> |
| 265 | |
| 266 | <!-- Values for profile expanded desktop mode. Do not translate. --> |
| 267 | <string-array name="profile_expanded_desktop_values" translatable="false"> |
| 268 | <item>0</item> |
| 269 | <item>1</item> |
| 270 | <item>2</item> |
| 271 | </string-array> |
| 272 | |
| 273 | <!-- Volume Overlay options. --> |
| 274 | <string-array name="volume_overlay_entries" translatable="false"> |
| 275 | <item>@string/volume_overlay_single</item> |
| 276 | <item>@string/volume_overlay_expandable</item> |
| 277 | <item>@string/volume_overlay_expanded</item> |
| 278 | <item>@string/volume_overlay_none</item> |
| 279 | </string-array> |
| 280 | |
| 281 | <!-- Values for Volume Overlay. Do not translate. --> |
| 282 | <string-array name="volume_overlay_values" translatable="false"> |
| 283 | <item>0</item> |
| 284 | <item>1</item> |
| 285 | <item>2</item> |
| 286 | <item>3</item> |
| 287 | </string-array> |
| 288 | |
| 289 | <!-- Ring mode options. --> |
| 290 | <string-array name="ring_mode_entries" translatable="false"> |
| 291 | <item>@string/ring_mode_normal</item> |
| 292 | <item>@string/ring_mode_vibrate</item> |
| 293 | <item>@string/ring_mode_mute</item> |
| 294 | </string-array> |
| 295 | |
| 296 | <!-- Values for Ring mode. Do not translate. --> |
| 297 | <string-array name="ring_mode_values" translatable="false"> |
| 298 | <item>normal</item> |
| 299 | <item>vibrate</item> |
| 300 | <item>mute</item> |
| 301 | </string-array> |
| 302 | |
| 303 | <!-- Values for the notification light pulse spinners --> |
| 304 | <string-array name="notification_pulse_length_entries" translatable="false"> |
| 305 | <item>@string/pulse_length_always_on</item> |
| 306 | <item>@string/pulse_length_very_short</item> |
| 307 | <item>@string/pulse_length_short</item> |
| 308 | <item>@string/pulse_length_normal</item> |
| 309 | <item>@string/pulse_length_long</item> |
| 310 | <item>@string/pulse_length_very_long</item> |
| 311 | </string-array> |
| 312 | |
| 313 | <string-array name="notification_pulse_length_values" translatable="false"> |
| 314 | <item>1</item> |
| 315 | <item>250</item> |
| 316 | <item>500</item> |
| 317 | <item>1000</item> |
| 318 | <item>2500</item> |
| 319 | <item>5000</item> |
| 320 | </string-array> |
| 321 | |
| 322 | <string-array name="notification_pulse_speed_entries" translatable="false"> |
| 323 | <item>@string/pulse_speed_very_fast</item> |
| 324 | <item>@string/pulse_speed_fast</item> |
| 325 | <item>@string/pulse_speed_normal</item> |
| 326 | <item>@string/pulse_speed_slow</item> |
| 327 | <item>@string/pulse_speed_very_slow</item> |
| 328 | </string-array> |
| 329 | |
| 330 | <string-array name="notification_pulse_speed_values" translatable="false"> |
| 331 | <item>250</item> |
| 332 | <item>500</item> |
| 333 | <item>1000</item> |
| 334 | <item>2500</item> |
| 335 | <item>5000</item> |
| 336 | </string-array> |
| 337 | |
| 338 | <string-array name="entries_network_widget" translatable="false"> |
| 339 | <item>2G | 2G+3G</item> |
| 340 | <item>2G | 3G</item> |
| 341 | <item>2G | 3G | 2G+3G</item> |
| 342 | </string-array> |
| 343 | |
| 344 | <string-array name="values_network_widget" translatable="false"> |
| 345 | <item>0</item> |
| 346 | <item>1</item> |
| 347 | <item>2</item> |
| 348 | </string-array> |
| 349 | |
| 350 | <string-array name="entries_screentimeout_widget"> |
| 351 | <item>15s | 1m | 5m</item> |
| 352 | <item>30s | 2m | 5m</item> |
| 353 | </string-array> |
| 354 | |
| 355 | <string-array name="values_screentimeout_widget" translatable="false"> |
| 356 | <item>0</item> |
| 357 | <item>1</item> |
| 358 | </string-array> |
| 359 | |
| 360 | <string-array name="entries_ring_widget" translatable="false"> |
| 361 | <item>@string/cm_sound_mode_silent</item> |
| 362 | <item>@string/cm_sound_mode_vibrate</item> |
| 363 | <item>@string/cm_sound_mode_sound</item> |
| 364 | <item>@string/cm_sound_mode_soundVibrate</item> |
| 365 | </string-array> |
| 366 | |
| 367 | <string-array name="values_ring_widget" translatable="false"> |
| 368 | <item>0</item> |
| 369 | <item>1</item> |
| 370 | <item>2</item> |
| 371 | <item>3</item> |
| 372 | </string-array> |
| 373 | |
| 374 | <!-- Quick pulldown --> |
| 375 | <string-array name="quick_pulldown_entries" translatable="false"> |
| 376 | <item>@string/quick_pulldown_off</item> |
| 377 | <item>@string/quick_pulldown_right</item> |
| 378 | <item>@string/quick_pulldown_left</item> |
| 379 | </string-array> |
| 380 | |
| 381 | <string-array name="quick_pulldown_values" translatable="false"> |
| 382 | <item>0</item> |
| 383 | <item>1</item> |
| 384 | <item>2</item> |
| 385 | </string-array> |
| 386 | |
| 387 | |
| 388 | <!-- Auto-brightness sensitivity --> |
| 389 | <string-array name="auto_brightness_sensitivity_entries" translatable="false"> |
| 390 | <item>@string/auto_brightness_sensitivity_verylow</item> |
| 391 | <item>@string/auto_brightness_sensitivity_low</item> |
| 392 | <item>@string/auto_brightness_sensitivity_medium</item> |
| 393 | <item>@string/auto_brightness_sensitivity_high</item> |
| 394 | <item>@string/auto_brightness_sensitivity_veryhigh</item> |
| 395 | </string-array> |
| 396 | |
| 397 | <integer-array name="auto_brightness_sensitivity_values" translatable="false"> |
| 398 | <item>150</item> |
| 399 | <item>125</item> |
| 400 | <item>100</item> |
| 401 | <item>50</item> |
| 402 | <item>25</item> |
| 403 | </integer-array> |
| 404 | |
| 405 | <!-- Status bar auto-collapse behaviour --> |
| 406 | <string-array name="notification_drawer_collapse_on_dismiss_entries" translatable="false"> |
| 407 | <item>@string/collapse_on_dismiss_never</item> |
| 408 | <item>@string/collapse_on_dismiss_if_empty</item> |
| 409 | <item>@string/collapse_on_dismiss_if_no_clearable</item> |
| 410 | </string-array> |
| 411 | |
| 412 | <string-array name="notification_drawer_collapse_on_dismiss_summaries" translatable="false"> |
| 413 | <item>@string/collapse_on_dismiss_never_summary</item> |
| 414 | <item>@string/collapse_on_dismiss_if_empty_summary</item> |
| 415 | <item>@string/collapse_on_dismiss_if_no_clearable_summary</item> |
| 416 | </string-array> |
| 417 | |
| 418 | <string-array name="notification_drawer_collapse_on_dismiss_values" translatable="false"> |
| 419 | <item>0</item> |
| 420 | <item>1</item> |
| 421 | <item>2</item> |
| 422 | </string-array> |
| 423 | |
| 424 | <!-- Phone blacklist management --> |
| 425 | <string-array name="blacklist_policy_unknown_entries" translatable="false"> |
| 426 | <item>@string/blacklist_policy_block_calls</item> |
| 427 | <item>@string/blacklist_policy_block_messages</item> |
| 428 | </string-array> |
| 429 | |
| 430 | <string-array name="blacklist_policy_unknown_values" translatable="false"> |
| 431 | <item>1</item> |
| 432 | <item>16</item> |
| 433 | </string-array> |
| 434 | |
| 435 | <string-array name="blacklist_policy_private_entries" translatable="false"> |
| 436 | <item>@string/blacklist_policy_block_calls</item> |
| 437 | </string-array> |
| 438 | |
| 439 | <string-array name="blacklist_policy_private_values" translatable="false"> |
| 440 | <item>1</item> |
| 441 | </string-array> |
| 442 | |
| 443 | <!-- Gamma calibration descriptors, deliberately empty as string values populated via |
| 444 | per-device overlay. Required to build on non-hardware tunable devices --> |
| 445 | <string-array name="gamma_descriptors" translatable="false"> |
| 446 | </string-array> |
| 447 | |
| 448 | <!-- Arrays for root access capability --> |
| 449 | <string-array name="root_access_entries" translatable="false"> |
| 450 | <item>@string/root_access_none</item> |
| 451 | <item>@string/root_access_apps</item> |
| 452 | <item>@string/root_access_adb</item> |
| 453 | <item>@string/root_access_all</item> |
| 454 | </string-array> |
| 455 | |
| 456 | <string-array name="root_access_values" translatable="false"> |
| 457 | <item>0</item> |
| 458 | <item>1</item> |
| 459 | <item>2</item> |
| 460 | <item>3</item> |
| 461 | </string-array> |
| 462 | |
| 463 | <!--- Sms security limit --> |
| 464 | <string-array name="sms_security_check_limit_entries" translatable="false"> |
| 465 | <item>@string/sms_security_check_limit_none</item> |
| 466 | <item>5</item> |
| 467 | <item>10</item> |
| 468 | <item>@string/sms_security_check_limit_default</item> |
| 469 | <item>50</item> |
| 470 | <item>100</item> |
| 471 | <item>200</item> |
| 472 | </string-array> |
| 473 | |
| 474 | <string-array name="sms_security_check_limit_values" translatable="false"> |
| 475 | <item>0</item> |
| 476 | <item>5</item> |
| 477 | <item>10</item> |
| 478 | <item>30</item> |
| 479 | <item>50</item> |
| 480 | <item>100</item> |
| 481 | <item>200</item> |
| 482 | </string-array> |
| 483 | |
| 484 | <!-- Hardware key rebinding --> |
| 485 | <string-array name="hardware_keys_action_entries" translatable="false"> |
| 486 | <item>@string/hardware_keys_action_nothing</item> |
| 487 | <item>@string/hardware_keys_action_menu</item> |
| 488 | <item>@string/hardware_keys_action_app_switch</item> |
| 489 | <item>@string/hardware_keys_action_search</item> |
| 490 | <item>@string/hardware_keys_action_voice_search</item> |
| 491 | <item>@string/hardware_keys_action_in_app_search</item> |
| 492 | <item>@string/hardware_keys_action_launch_camera</item> |
| 493 | </string-array> |
| 494 | |
| 495 | <string-array name="hardware_keys_action_values" translatable="false"> |
| 496 | <item>0</item> |
| 497 | <item>1</item> |
| 498 | <item>2</item> |
| 499 | <item>3</item> |
| 500 | <item>4</item> |
| 501 | <item>5</item> |
| 502 | <item>6</item> |
| 503 | </string-array> |
| 504 | |
| 505 | <!-- Volume key cursor control --> |
| 506 | <string-array name="volbtn_cursor_control_entries" translatable="false"> |
| 507 | <item>@string/volbtn_cursor_control_off</item> |
| 508 | <item>@string/volbtn_cursor_control_on</item> |
| 509 | <item>@string/volbtn_cursor_control_on_reverse</item> |
| 510 | </string-array> |
| 511 | |
| 512 | <string-array name="volbtn_cursor_control_values" translatable="false"> |
| 513 | <item>0</item> |
| 514 | <item>1</item> |
| 515 | <item>2</item> |
| 516 | </string-array> |
| 517 | |
| 518 | <!-- Expanded desktop --> |
| 519 | <string-array name="expanded_desktop_entries" translatable="false"> |
| 520 | <item>@string/expanded_desktop_disabled</item> |
| 521 | <item>@string/expanded_desktop_status_bar</item> |
| 522 | <item>@string/expanded_desktop_no_status_bar</item> |
| 523 | </string-array> |
| 524 | |
| 525 | <string-array name="expanded_desktop_values" translatable="false"> |
| 526 | <item>0</item> |
| 527 | <item>1</item> |
| 528 | <item>2</item> |
| 529 | </string-array> |
| 530 | |
| 531 | <string-array name="entries_status_bar_battery" translatable="false"> |
| 532 | <item>@string/status_bar_style_icon_portrait</item> |
| 533 | <item>@string/status_bar_style_icon_landscape</item> |
| 534 | <item>@string/status_bar_style_circle</item> |
| 535 | <item>@string/status_bar_style_text</item> |
| 536 | <item>@string/status_bar_style_hidden</item> |
| 537 | </string-array> |
| 538 | |
| 539 | <string-array name="values_status_bar_battery" translatable="false"> |
| 540 | <item>0</item> |
| 541 | <item>5</item> |
| 542 | <item>2</item> |
| 543 | <item>6</item> |
| 544 | <item>4</item> |
| 545 | </string-array> |
| 546 | |
| 547 | <string-array name="entries_status_bar_signal" translatable="false"> |
| 548 | <item>@string/status_bar_signal_style_icon</item> |
| 549 | <item>@string/status_bar_signal_style_text</item> |
| 550 | <item>@string/status_bar_style_hidden</item> |
| 551 | </string-array> |
| 552 | |
| 553 | <string-array name="values_status_bar_signal" translatable="false"> |
| 554 | <item>0</item> |
| 555 | <item>1</item> |
| 556 | <item>2</item> |
| 557 | </string-array> |
| 558 | |
| 559 | <!-- Stylus Gestures --> |
| 560 | <string-array name="gestures_entries" translatable="false"> |
| 561 | <item>@string/gestures_action_empty</item> |
| 562 | <item>@string/gestures_action_home</item> |
| 563 | <item>@string/gestures_action_back</item> |
| 564 | <item>@string/gestures_action_menu</item> |
| 565 | <item>@string/gestures_action_search</item> |
| 566 | <item>@string/gestures_action_recent</item> |
| 567 | </string-array> |
| 568 | |
| 569 | <string-array name="gestures_values" translatable="false"> |
| 570 | <item>1000</item> |
| 571 | <item>1001</item> |
| 572 | <item>1002</item> |
| 573 | <item>1003</item> |
| 574 | <item>1004</item> |
| 575 | <item>1005</item> |
| 576 | </string-array> |
| 577 | |
| 578 | <string-array name="quiet_hours_ringer_entries" translatable="false"> |
| 579 | <item>@string/quiet_hours_ringer_allow_all</item> |
| 580 | <item>@string/quiet_hours_ringer_allow_contacts</item> |
| 581 | <item>@string/quiet_hours_ringer_allow_starred</item> |
| 582 | <item>@string/quiet_hours_ringer_mute_all</item> |
| 583 | </string-array> |
| 584 | |
| 585 | <string-array name="quiet_hours_ringer_values" translatable="false"> |
| 586 | <item>0</item> |
| 587 | <item>1</item> |
| 588 | <item>2</item> |
| 589 | <item>3</item> |
| 590 | </string-array> |
| 591 | |
| 592 | <string-array name="screen_animation_style_entries" translatable="false"> |
| 593 | <item>@string/screen_animation_style_electronbeam</item> |
| 594 | <item>@string/screen_animation_style_fade</item> |
| 595 | </string-array> |
| 596 | |
| 597 | <string-array name="screen_animation_style_values" translatable="false"> |
| 598 | <item>0</item> |
| 599 | <item>1</item> |
| 600 | </string-array> |
| 601 | |
| 602 | <!-- App ops, extension of AOSP app_ops_summaries and app_ops_labels --> |
| 603 | <string-array name="app_ops_summaries_cm"> |
| 604 | <item>coarse location</item> |
| 605 | <item>fine location</item> |
| 606 | <item>GPS</item> |
| 607 | <item>vibrate</item> |
| 608 | <item>read contacts</item> |
| 609 | <item>modify contacts</item> |
| 610 | <item>read call log</item> |
| 611 | <item>modify call log</item> |
| 612 | <item>read calendar</item> |
| 613 | <item>modify calendar</item> |
| 614 | <item>wi-fi scan</item> |
| 615 | <item>notification</item> |
| 616 | <item>cell scan</item> |
| 617 | <item>call phone</item> |
| 618 | <item>read SMS</item> |
| 619 | <item>write SMS</item> |
| 620 | <item>receive SMS</item> |
| 621 | <item>receive emergency SMS</item> |
| 622 | <item>receive MMS</item> |
| 623 | <item>receive WAP push</item> |
| 624 | <item>send SMS</item> |
| 625 | <item>read ICC SMS</item> |
| 626 | <item>write ICC SMS</item> |
| 627 | <item>modify settings</item> |
| 628 | <item>draw on top</item> |
| 629 | <item>access notifications</item> |
| 630 | <item>camera</item> |
| 631 | <item>record audio</item> |
| 632 | <item>play audio</item> |
| 633 | <item>read clipboard</item> |
| 634 | <item>modify clipboard</item> |
| 635 | <item>media buttons</item> |
| 636 | <item>audio focus</item> |
| 637 | <item>master volume</item> |
| 638 | <item>voice volume</item> |
| 639 | <item>ring volume</item> |
| 640 | <item>media volume</item> |
| 641 | <item>alarm volume</item> |
| 642 | <item>notification volume</item> |
| 643 | <item>bluetooth volume</item> |
| 644 | <item>keep awake</item> |
| 645 | <item>monitor location</item> |
| 646 | <item>monitor high power location</item> |
| 647 | <item>@string/app_ops_summaries_wifi_change</item> |
| 648 | <item>@string/app_ops_summaries_bluetooth_change</item> |
| 649 | <item>@string/app_ops_summaries_data_change</item> |
| 650 | <item>@string/app_ops_summaries_alarm_wakeup</item> |
| 651 | <item>@string/app_ops_summaries_auto_start</item> |
| 652 | </string-array> |
| 653 | |
| 654 | <string-array name="app_ops_labels_cm"> |
| 655 | <item>Location</item> |
| 656 | <item>Location</item> |
| 657 | <item>Location</item> |
| 658 | <item>Vibrate</item> |
| 659 | <item>Read contacts</item> |
| 660 | <item>Modify contacts</item> |
| 661 | <item>Read call log</item> |
| 662 | <item>Modify call log</item> |
| 663 | <item>Read calendar</item> |
| 664 | <item>Modify calendar</item> |
| 665 | <item>Location</item> |
| 666 | <item>Notification/Toast</item> |
| 667 | <item>Location</item> |
| 668 | <item>Call phone</item> |
| 669 | <item>Read SMS DB</item> |
| 670 | <item>Write SMS DB</item> |
| 671 | <item>Receive SMS/MMS</item> |
| 672 | <item>Receive SMS/MMS</item> |
| 673 | <item>Receive SMS/MMS</item> |
| 674 | <item>Receive SMS/MMS</item> |
| 675 | <item>Send SMS/MMS</item> |
| 676 | <item>Receive SMS/MMS</item> |
| 677 | <item>Send SMS/MMS</item> |
| 678 | <item>Modify settings</item> |
| 679 | <item>Draw on top</item> |
| 680 | <item>Access notifications</item> |
| 681 | <item>Camera</item> |
| 682 | <item>Record audio</item> |
| 683 | <item>Play audio</item> |
| 684 | <item>Read clipboard</item> |
| 685 | <item>Modify clipboard</item> |
| 686 | <item>Media buttons</item> |
| 687 | <item>Audio focus</item> |
| 688 | <item>Master volume</item> |
| 689 | <item>Voice volume</item> |
| 690 | <item>Ring volume</item> |
| 691 | <item>Media volume</item> |
| 692 | <item>Alarm volume</item> |
| 693 | <item>Notification volume</item> |
| 694 | <item>Bluetooth volume</item> |
| 695 | <item>Keep awake</item> |
| 696 | <item>Location</item> |
| 697 | <item>Location</item> |
| 698 | <item>@string/app_ops_labels_wifi_change</item> |
| 699 | <item>@string/app_ops_labels_bluetooth_change</item> |
| 700 | <item>@string/app_ops_labels_data_change</item> |
| 701 | <item>@string/app_ops_labels_alarm_wakeup</item> |
| 702 | <item>@string/app_ops_labels_auto_start</item> |
| 703 | </string-array> |
| 704 | |
| 705 | <!-- Names of categories of app ops tabs --> |
| 706 | <string-array name="app_ops_categories_cm"> |
| 707 | <item>Location</item> |
| 708 | <item>Personal</item> |
| 709 | <item>Messaging</item> |
| 710 | <item>Media</item> |
| 711 | <item>Device</item> |
| 712 | <item>@string/app_ops_categories_bootup</item> |
| 713 | </string-array> |
| 714 | </resources> |