1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2007 The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- Choices for timezone picker first level. 22 These values will be used as search terms for TimeZone displayName 23 strings. --> <skip /> 24 <!-- The time zone picker screen has two levels. The first level allows the user to choose a region. --> 25 <string-array name="timezone_filters"> 26 <!-- The next level of the time zoner picker should show time zones from the Americas. --> 27 <item>America</item> 28 <!-- The next level of the time zoner picker should show time zones from Europe. --> 29 <item>Europe</item> 30 <!-- The next level of the time zoner picker should show time zones from Africa. --> 31 <item>Africa</item> 32 <!-- The next level of the time zoner picker should show time zones from Asia. --> 33 <item>Asia</item> 34 <!-- The next level of the time zoner picker should show time zones from Australia. --> 35 <item>Australia</item> 36 <!-- The next level of the time zoner picker should show time zones from Pacific. --> 37 <item>Pacific</item> 38 <!-- The next level of the time zoner picker should show time zones from ALL regions. --> 39 <item>All</item> 40 </string-array> 41 42 <!-- There is a setting to control the format of dates displayed throughout the system. This is in the Date & Time Settings screen. These will be adjusted to use punctuation appropriate to the user's locale. --> 43 <string-array name="date_format_values" translatable="false"> 44 <!-- The blank item means to use whatever the locale calls for. --> 45 <item></item> 46 <item>MM-dd-yyyy</item> 47 <item>dd-MM-yyyy</item> 48 <item>yyyy-MM-dd</item> 49 </string-array> 50 51 <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. --> 52 <string-array name="screen_timeout_entries"> 53 <item>15 seconds</item> 54 <item>30 seconds</item> 55 <item>1 minute</item> 56 <item>2 minutes</item> 57 <item>5 minutes</item> 58 <item>10 minutes</item> 59 <item>30 minutes</item> 60 </string-array> 61 62 <!-- Do not translate. --> 63 <string-array name="screen_timeout_values" translatable="false"> 64 <!-- Do not translate. --> 65 <item>15000</item> 66 <!-- Do not translate. --> 67 <item>30000</item> 68 <!-- Do not translate. --> 69 <item>60000</item> 70 <!-- Do not translate. --> 71 <item>120000</item> 72 <!-- Do not translate. --> 73 <item>300000</item> 74 <!-- Do not translate. --> 75 <item>600000</item> 76 <!-- Do not translate. --> 77 <item>1800000</item> 78 </string-array> 79 80 <!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. --> 81 <string-array name="dream_timeout_entries"> 82 <item>Never</item> 83 <item>15 seconds</item> 84 <item>30 seconds</item> 85 <item>1 minute</item> 86 <item>2 minutes</item> 87 <item>5 minutes</item> 88 <item>10 minutes</item> 89 <item>30 minutes</item> 90 </string-array> 91 92 <!-- Do not translate. --> 93 <string-array name="dream_timeout_values" translatable="false"> 94 <!-- Do not translate. --> 95 <item>0</item> 96 <!-- Do not translate. --> 97 <item>15000</item> 98 <!-- Do not translate. --> 99 <item>30000</item> 100 <!-- Do not translate. --> 101 <item>60000</item> 102 <!-- Do not translate. --> 103 <item>120000</item> 104 <!-- Do not translate. --> 105 <item>300000</item> 106 <!-- Do not translate. --> 107 <item>600000</item> 108 <!-- Do not translate. --> 109 <item>1800000</item> 110 </string-array> 111 112 <!-- Security settings. The delay after screen is turned off until device locks. 113 These are shown in a list dialog. --> 114 <string-array name="lock_after_timeout_entries"> 115 <item>Immediately</item> 116 <item>5 seconds</item> 117 <item>15 seconds</item> 118 <item>30 seconds</item> 119 <item>1 minute</item> 120 <item>2 minutes</item> 121 <item>5 minutes</item> 122 <item>10 minutes</item> 123 <item>30 minutes</item> 124 </string-array> 125 126 <!-- Do not translate. --> 127 <string-array name="lock_after_timeout_values" translatable="false"> 128 <!-- Do not translate. --> 129 <item>0</item> 130 <!-- Do not translate. --> 131 <item>5000</item> 132 <!-- Do not translate. --> 133 <item>15000</item> 134 <!-- Do not translate. --> 135 <item>30000</item> 136 <!-- Do not translate. --> 137 <item>60000</item> 138 <!-- Do not translate. --> 139 <item>120000</item> 140 <!-- Do not translate. --> 141 <item>300000</item> 142 <!-- Do not translate. --> 143 <item>600000</item> 144 <!-- Do not translate. --> 145 <item>1800000</item> 146 </string-array> 147 148 <string-array name="entries_font_size"> 149 <item msgid="6490061470416867723">Small</item> 150 <item msgid="3579015730662088893">Normal</item> 151 <item msgid="1678068858001018666">Large</item> 152 <item msgid="490158884605093126">Huge</item> 153 </string-array> 154 155 <string-array name="entryvalues_font_size" translatable="false"> 156 <item>0.85</item> 157 <item>1.0</item> 158 <item>1.15</item> 159 <item>1.30</item> 160 </string-array> 161 162 <!-- TTS settings --> 163 164 <!-- Default speech rate choices --> 165 <string-array name="tts_rate_entries"> 166 <item>Very slow</item> 167 <item>Slow</item> 168 <item>Normal</item> 169 <item>Fast</item> 170 <item>Faster</item> 171 <item>Very fast</item> 172 <item>Rapid</item> 173 <item>Very rapid</item> 174 <item>Fastest</item> 175 </string-array> 176 <!-- Do not translate. --> 177 <string-array name="tts_rate_values"> 178 <item>60</item> 179 <item>80</item> 180 <item>100</item> 181 <item>150</item> 182 <item>200</item> 183 <item>250</item> 184 <item>300</item> 185 <item>350</item> 186 <item>400</item> 187 </string-array> 188 189 <!-- Default pitch choices --> 190 <string-array name="tts_pitch_entries"> 191 <item>Very low</item> 192 <item>Low</item> 193 <item>Normal</item> 194 <item>High</item> 195 <item>Very high</item> 196 </string-array> 197 <!-- Do not translate. --> 198 <string-array name="tts_pitch_values"> 199 <item>50</item> 200 <item>80</item> 201 <item>100</item> 202 <item>120</item> 203 <item>150</item> 204 </string-array> 205 206 <!-- Do not translate. --> 207 <string-array name="tts_demo_strings" translatable="false"> 208 <item>This is an example of speech synthesis in English.</item> 209 <item>Voici un chantillon de synthse vocale en franais.</item> 210 <item>Dies ist ein Beispiel fr Sprachsynthese in Deutsch.</item> 211 <item>Questo un esempio di sintesi vocale in italiano.</item> 212 <item>Este es un ejemplo de sntesis de voz en espaol.</item> 213 </string-array> 214 <string-array name="tts_demo_string_langs" translatable="false"> 215 <item>eng</item> 216 <item>fra</item> 217 <item>deu</item> 218 <item>ita</item> 219 <item>spa</item> 220 </string-array> 221 222 223 <!-- Wi-Fi settings --> 224 225 <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> 226 <!-- Wi-Fi settings. The status messages when the network is unknown. --> 227 <string-array name="wifi_status"> 228 <!-- Status message of Wi-Fi when it is idle. --> 229 <item></item> 230 <!-- Status message of Wi-Fi when it is scanning. --> 231 <item>Scanning\u2026</item> 232 <!-- Status message of Wi-Fi when it is connecting. --> 233 <item>Connecting\u2026</item> 234 <!-- Status message of Wi-Fi when it is authenticating. --> 235 <item>Authenticating\u2026</item> 236 <!-- Status message of Wi-Fi when it is obtaining IP address. --> 237 <item>Obtaining IP address\u2026</item> 238 <!-- Status message of Wi-Fi when it is connected. --> 239 <item>Connected</item> 240 <!-- Status message of Wi-Fi when it is suspended. --> 241 <item>Suspended</item> 242 <!-- Status message of Wi-Fi when it is disconnecting. --> 243 <item>Disconnecting\u2026</item> 244 <!-- Status message of Wi-Fi when it is disconnected. --> 245 <item>Disconnected</item> 246 <!-- Status message of Wi-Fi when it is a failure. --> 247 <item>Unsuccessful</item> 248 <!-- Status message of Wi-Fi when it is blocked. --> 249 <item>Blocked</item> 250 <!-- Status message of Wi-Fi when connectiong is being verified. --> 251 <item>Temporarily avoiding poor connection</item> 252 </string-array> 253 254 <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> 255 <!-- Wi-Fi settings. The status messages when the network is known. --> 256 <string-array name="wifi_status_with_ssid"> 257 <!-- Status message of Wi-Fi when it is idle. --> 258 <item></item> 259 <!-- Status message of Wi-Fi when it is scanning. --> 260 <item>Scanning\u2026</item> 261 <!-- Status message of Wi-Fi when it is connecting to a network. --> 262 <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> 263 <!-- Status message of Wi-Fi when it is authenticating with a network. --> 264 <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> 265 <!-- Status message of Wi-Fi when it is obtaining IP address from a network. --> 266 <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> 267 <!-- Status message of Wi-Fi when it is connected to a network. --> 268 <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item> 269 <!-- Status message of Wi-Fi when it is suspended. --> 270 <item>Suspended</item> 271 <!-- Status message of Wi-Fi when it is disconnecting from a network. --> 272 <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> 273 <!-- Status message of Wi-Fi when it is disconnected. --> 274 <item>Disconnected</item> 275 <!-- Status message of Wi-Fi when it is a failure. --> 276 <item>Unsuccessful</item> 277 <!-- Status message of Wi-Fi when it is blocked. --> 278 <item>Blocked</item> 279 <!-- Status message of Wi-Fi when connectiong is being verified. --> 280 <item>Temporarily avoiding poor connection</item> 281 </string-array> 282 283 <!-- Match this with the constants in AccessPoint. --> <skip /> 284 <!-- Wi-Fi security choices used when manually added a Wi-Fi network --> 285 <string-array name="wifi_security"> 286 <!-- The Wi-Fi network does not have any security. --> 287 <item>@string/wifi_security_none</item> 288 <!-- Do not translate. --> 289 <item>@string/wifi_security_wep</item> 290 <!-- Do not translate. --> 291 <item>@string/wifi_security_psk_generic</item> 292 <!-- Do not translate. --> 293 <item>@string/wifi_security_eap</item> 294 </string-array> 295 296 <!-- Match this with the constants in AccessPoint. --> <skip /> 297 <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. --> 298 <string-array name="wifi_security_no_eap"> 299 <!-- The Wi-Fi network does not have any security. --> 300 <item>@string/wifi_security_none</item> 301 <!-- Do not translate. --> 302 <item>@string/wifi_security_wep</item> 303 <!-- Do not translate. --> 304 <item>@string/wifi_security_psk_generic</item> 305 </string-array> 306 307 <!-- Wi-Fi AP settings. The type of security a Wi-Fi AP supports. --> 308 <!-- Note that adding/removing/moving the items will need wifi settings code change. --> 309 <string-array name="wifi_ap_security"> 310 <item>@string/wifi_security_none</item> 311 <item>@string/wifi_security_wpa</item> 312 <item>@string/wifi_security_wpa2</item> 313 </string-array> 314 315 <!-- Match this with the constants in WifiDialog. --> <skip /> 316 <!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. --> 317 <string-array name="wifi_eap_method"> 318 <!-- Do not translate. --> 319 <item>PEAP</item> 320 <!-- Do not translate. --> 321 <item>TLS</item> 322 <!-- Do not translate. --> 323 <item>TTLS</item> 324 <!-- Do not translate. --> 325 <item>PWD</item> 326 </string-array> 327 328 <!-- Wi-Fi WPS setup for p2p connections. --> 329 <!-- Note that adding/removing/moving the items will need wifi settings code change. --> 330 <string-array name="wifi_p2p_wps_setup"> 331 <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]--> 332 <item>Push button</item> 333 <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] --> 334 <item>PIN from peer device</item> 335 <!-- This involves generating a pin from this device [CHAR LIMIT=20] --> 336 <item>PIN from this device</item> 337 </string-array> 338 339 <!-- Match this with the order of WifiP2pDevice.Status --> 340 <!-- Wi-Fi p2p settings device status message --> 341 <string-array name="wifi_p2p_status"> 342 <item>Connected</item> 343 <item>Invited</item> 344 <item>Unsuccessful</item> 345 <item>Available</item> 346 <item>Out-of-range</item> 347 </string-array> 348 349 350 <!-- Bluetooth Settings --> 351 352 <!-- Discoverable mode timeout options --> 353 <string-array name="bluetooth_visibility_timeout_entries"> 354 <item>2 minutes</item> 355 <item>5 minutes</item> 356 <item>1 hour</item> 357 <item>Never time out</item> 358 </string-array> 359 360 <!-- Match this with drawable.wifi_signal. --> <skip /> 361 <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. --> 362 <string-array name="wifi_signal"> 363 <item>Poor</item> 364 <item>Fair</item> 365 <item>Good</item> 366 <item>Excellent</item> 367 </string-array> 368 369 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. --> 370 <string-array name="wifi_sleep_policy_entries"> 371 <!-- Always keep Wi-Fi on when screen turns off. --> 372 <item>Always</item> 373 <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> 374 <item>Only when plugged in</item> 375 <!-- Do not keep Wi-Fi on when screen turns off. --> 376 <item>Never (increases data usage)</item> 377 </string-array> 378 379 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when 380 the device is Wi-Fi-only. [CHAR LIMIT=30] --> 381 <string-array name="wifi_sleep_policy_entries_wifi_only"> 382 <!-- Always keep Wi-Fi on when screen turns off. --> 383 <item>Always</item> 384 <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> 385 <item>Only when plugged in</item> 386 <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection --> 387 <item>Never</item> 388 </string-array> 389 390 <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip /> 391 <!-- Do not translate. --> 392 <string-array name="wifi_sleep_policy_values"> 393 <!-- Do not translate. --> 394 <item>2</item> 395 <!-- Do not translate. --> 396 <item>1</item> 397 <!-- Do not translate. --> 398 <item>0</item> 399 </string-array> 400 401 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. --> 402 <string-array name="wifi_frequency_band_entries"> 403 <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]--> 404 <item>Auto</item> 405 <!-- Operation on 5 GHz alone [CHAR LIMIT=25]--> 406 <item>5 GHz only</item> 407 <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]--> 408 <item>2.4 GHz only</item> 409 </string-array> 410 411 <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. --> 412 <!-- Do not translate. --> 413 <string-array name="wifi_frequency_band_values"> 414 <!-- Do not translate. --> 415 <item>0</item> 416 <!-- Do not translate. --> 417 <item>1</item> 418 <!-- Do not translate. --> 419 <item>2</item> 420 </string-array> 421 422 423 <!-- Display options for UsageStats class --> 424 <string-array name="usage_stats_display_order_types"> 425 <item>Usage time</item> 426 <item>Launch count</item> 427 <item>App name</item> 428 </string-array> 429 430 <!-- EAP method --> 431 <string-array name="wifi_eap_entries"> 432 <item>PEAP</item> 433 <item>TLS</item> 434 <item>TTLS</item> 435 <item>PWD</item> 436 </string-array> 437 438 <!-- Phase 2 options for PEAP --> 439 <string-array name="wifi_peap_phase2_entries"> 440 <item>None</item> 441 <item>MSCHAPV2</item> 442 <item>GTC</item> 443 </string-array> 444 445 <!-- Phase 2 options for rest of EAP methods --> 446 <string-array name="wifi_phase2_entries"> 447 <item>None</item> 448 <item>PAP</item> 449 <item>MSCHAP</item> 450 <item>MSCHAPV2</item> 451 <item>GTC</item> 452 </string-array> 453 454 <!-- Wi-Fi IP settings. --> 455 <!-- Note that adding/removing/moving the items will need wifi settings code change. --> 456 <string-array name="wifi_ip_settings"> 457 <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] --> 458 <item>DHCP</item> 459 <!-- Use statically defined IP settings [CHAR LIMIT=25]--> 460 <item>Static</item> 461 </string-array> 462 463 <!-- Wi-Fi proxy settings. --> 464 <!-- Note that adding/removing/moving the items will need wifi settings code change. --> 465 <string-array name="wifi_proxy_settings"> 466 <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] --> 467 <item>None</item> 468 <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] --> 469 <item>Manual</item> 470 </string-array> 471 472 <!-- Sound settings for emergency tone. --> 473 <string-array name="emergency_tone_entries"> 474 <item>Off</item> 475 <item>Alert</item> 476 <item>Vibrate</item> 477 </string-array> 478 479 <!-- Do not translate. --> 480 <string-array name="emergency_tone_values"> 481 <item>0</item> 482 <item>1</item> 483 <item>2</item> 484 </string-array> 485 486 <!-- Locales in this list are displayed with the corresponding 487 name from special_locale_names instead of using the name 488 from Locale.getDisplayName(). --> 489 <string-array translatable="false" name="special_locale_codes"> 490 <item>zh_CN</item> 491 <item>zh_TW</item> 492 </string-array> 493 494 <string-array translatable="false" name="special_locale_names"> 495 <item> ()</item> 496 <item> ()</item> 497 </string-array> 498 499 <!-- Authentication Types used in APN editor --> 500 <string-array name="apn_auth_entries"> 501 <item>None</item> 502 <item>PAP</item> 503 <item>CHAP</item> 504 <item>PAP or CHAP</item> 505 </string-array> 506 507 <string-array translatable="false" name="apn_auth_values"> 508 <!-- Do not translate. --> 509 <item>0</item> 510 <!-- Do not translate. --> 511 <item>1</item> 512 <!-- Do not translate. --> 513 <item>2</item> 514 <!-- Do not translate. --> 515 <item>3</item> 516 </string-array> 517 518 <!-- Authentication Types used in APN editor --> 519 <string-array name="apn_protocol_entries"> 520 <item>IPv4</item> 521 <item>IPv6</item> 522 <item>IPv4/IPv6</item> 523 </string-array> 524 525 <string-array translatable="false" name="apn_protocol_values"> 526 <!-- Do not translate. --> 527 <item>IP</item> 528 <!-- Do not translate. --> 529 <item>IPV6</item> 530 <!-- Do not translate. --> 531 <item>IPV4V6</item> 532 </string-array> 533 534 <!-- Bearer Info used in APN editor --> 535 <string-array name="bearer_entries"> 536 <item>LTE</item> 537 <item>eHRPD</item> 538 <item>Unspecified</item> 539 </string-array> 540 541 <string-array translatable="false" name="bearer_values"> 542 <!-- Do not translate. --> 543 <item>14</item> 544 <!-- Do not translate. --> 545 <item>13</item> 546 <!-- Do not translate. --> 547 <item>0</item> 548 </string-array> 549 550 <!-- MVNO Info used in APN editor --> 551 <string-array name="mvno_type_entries"> 552 <!-- Do not translate. --> 553 <item>None</item> 554 <!-- Do not translate. --> 555 <item>SPN</item> 556 <!-- Do not translate. --> 557 <item>IMSI</item> 558 <!-- Do not translate. --> 559 <item>GID</item> 560 </string-array> 561 562 <string-array translatable="false" name="mvno_type_values"> 563 <!-- Do not translate. --> 564 <item></item> 565 <!-- Do not translate. --> 566 <item>spn</item> 567 <!-- Do not translate. --> 568 <item>imsi</item> 569 <!-- Do not translate. --> 570 <item>gid</item> 571 </string-array> 572 573 <!-- Apps on SD instalaltion location options in ApplicationSettings --> 574 <string-array name="app_install_location_entries"> 575 <item>Internal device storage</item> 576 <item>Removable SD card</item> 577 <item>Let the system decide</item> 578 </string-array> 579 580 <!-- Do not translate. --> 581 <string-array name="app_install_location_values" translatable="false"> 582 <item>device</item> 583 <item>sdcard</item> 584 <item>auto</item> 585 </string-array> 586 587 <!-- Names of categories of app ops tabs --> 588 <string-array name="app_ops_categories"> 589 <item>Location</item> 590 <item>Personal</item> 591 <item>Messaging</item> 592 <item>Device</item> 593 </string-array> 594 595 <!-- User display names for app ops codes --> 596 <string-array name="app_ops_summaries"> 597 <item>coarse location</item> 598 <item>fine location</item> 599 <item>GPS</item> 600 <item>vibrate</item> 601 <item>read contacts</item> 602 <item>modify contacts</item> 603 <item>read call log</item> 604 <item>modify call log</item> 605 <item>read calendar</item> 606 <item>modify calendar</item> 607 <item>wi-fi scan</item> 608 <item>notification</item> 609 <item>cell scan</item> 610 <item>call phone</item> 611 <item>read SMS</item> 612 <item>write SMS</item> 613 <item>receive SMS</item> 614 <item>receive emergency SMS</item> 615 <item>receive MMS</item> 616 <item>receive WAP push</item> 617 <item>send SMS</item> 618 <item>read ICC SMS</item> 619 <item>write ICC SMS</item> 620 <item>modify settings</item> 621 <item>draw on top</item> 622 <item>access notifications</item> 623 <item>camera</item> 624 <item>record audio</item> 625 <item>play audio</item> 626 <item>read clipboard</item> 627 <item>modify clipboard</item> 628 </string-array> 629 630 <!-- User display names for app ops codes --> 631 <string-array name="app_ops_labels"> 632 <item>Location</item> 633 <item>Location</item> 634 <item>Location</item> 635 <item>Vibrate</item> 636 <item>Read contacts</item> 637 <item>Modify contacts</item> 638 <item>Read call log</item> 639 <item>Modify call log</item> 640 <item>Read calendar</item> 641 <item>Modify calendar</item> 642 <item>Location</item> 643 <item>Post notification</item> 644 <item>Location</item> 645 <item>Call phone</item> 646 <item>Receive SMS/MMS</item> 647 <item>Send SMS/MMS</item> 648 <item>Receive SMS/MMS</item> 649 <item>Receive SMS/MMS</item> 650 <item>Receive SMS/MMS</item> 651 <item>Receive SMS/MMS</item> 652 <item>Send SMS/MMS</item> 653 <item>Receive SMS/MMS</item> 654 <item>Send SMS/MMS</item> 655 <item>Modify settings</item> 656 <item>Draw on top</item> 657 <item>Access notifications</item> 658 <item>Camera</item> 659 <item>Record audio</item> 660 <item>Play audio</item> 661 <item>Read clipboard</item> 662 <item>Modify clipboard</item> 663 </string-array> 664 665 <!-- Titles for the list of long press timeout options. --> 666 <string-array name="long_press_timeout_selector_titles"> 667 <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] --> 668 <item>Short</item> 669 <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] --> 670 <item>Medium</item> 671 <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] --> 672 <item>Long</item> 673 </string-array> 674 675 <!-- Values for the list of long press timeout options. --> 676 <string-array name="long_press_timeout_selector_values" translatable="false"> 677 <item>500</item> 678 <item>1000</item> 679 <item>1500</item> 680 </string-array> 681 682 <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] --> 683 <string-array name="hdcp_checking_titles"> 684 <item>Never check</item> 685 <item>Check for DRM content only</item> 686 <item>Always check</item> 687 </string-array> 688 689 <!-- Values for HDCP checking preference. --> 690 <string-array name="hdcp_checking_values" translatable="false" > 691 <item>never</item> 692 <item>drm-only</item> 693 <item>always</item> 694 </string-array> 695 696 <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]--> 697 <string-array name="hdcp_checking_summaries" > 698 <item>Never use HDCP checking</item> 699 <item>Use HDCP checking for DRM content only</item> 700 <item>Always use HDCP checking</item> 701 </string-array> 702 703 <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> 704 <string-array name="window_animation_scale_entries"> 705 <item>Animation off</item> 706 <item>Animation scale .5x</item> 707 <item>Animation scale 1x</item> 708 <item>Animation scale 1.5x</item> 709 <item>Animation scale 2x</item> 710 <item>Animation scale 5x</item> 711 <item>Animation scale 10x</item> 712 </string-array> 713 714 <!-- Values for window animation scale preference. --> 715 <string-array name="window_animation_scale_values" translatable="false" > 716 <item>0</item> 717 <item>.5</item> 718 <item>1</item> 719 <item>1.5</item> 720 <item>2</item> 721 <item>5</item> 722 <item>10</item> 723 </string-array> 724 725 <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] --> 726 <string-array name="transition_animation_scale_entries"> 727 <item>Animation off</item> 728 <item>Animation scale .5x</item> 729 <item>Animation scale 1x</item> 730 <item>Animation scale 1.5x</item> 731 <item>Animation scale 2x</item> 732 <item>Animation scale 5x</item> 733 <item>Animation scale 10x</item> 734 </string-array> 735 736 <!-- Values for transition animation scale preference. --> 737 <string-array name="transition_animation_scale_values" translatable="false" > 738 <item>0</item> 739 <item>.5</item> 740 <item>1</item> 741 <item>1.5</item> 742 <item>2</item> 743 <item>5</item> 744 <item>10</item> 745 </string-array> 746 747 <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] --> 748 <string-array name="animator_duration_scale_entries"> 749 <item>Animation off</item> 750 <item>Animation scale .5x</item> 751 <item>Animation scale 1x</item> 752 <item>Animation scale 1.5x</item> 753 <item>Animation scale 2x</item> 754 <item>Animation scale 5x</item> 755 <item>Animation scale 10x</item> 756 </string-array> 757 758 <!-- Values for animator duration scale preference. --> 759 <string-array name="animator_duration_scale_values" translatable="false" > 760 <item>0</item> 761 <item>.5</item> 762 <item>1</item> 763 <item>1.5</item> 764 <item>2</item> 765 <item>5</item> 766 <item>10</item> 767 </string-array> 768 769 <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] --> 770 <string-array name="overlay_display_devices_entries"> 771 <item>None</item> 772 <item>720x480 mdpi</item> 773 <item>1280x720 tvdpi</item> 774 <item>1920x1080 xhdpi</item> 775 <item>1280x720 tvdpi and 1920x1080 xhdpi</item> 776 </string-array> 777 778 <!-- Values for overlay display devices preference. --> 779 <string-array name="overlay_display_devices_values" translatable="false" > 780 <item></item> 781 <item>720x480/160</item> 782 <item>1280x720/213</item> 783 <item>1920x1080/320</item> 784 <item>1280x720/213;1920x1080/320</item> 785 </string-array> 786 787 <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] --> 788 <string-array name="enable_opengl_traces_entries"> 789 <item>None</item> 790 <item>Logcat</item> 791 <item>Systrace (Graphics)</item> 792 <item>Call stack on glGetError</item> 793 </string-array> 794 795 <!-- Values for OpenGL traces preference. --> 796 <string-array name="enable_opengl_traces_values" translatable="false" > 797 <item>0</item> 798 <item>1</item> 799 <item>systrace</item> 800 <item>error</item> 801 </string-array> 802 803 <!-- Titles for non-rectangular clipping preference. [CHAR LIMIT=35] --> 804 <string-array name="show_non_rect_clip_entries"> 805 <item>Off</item> 806 <item>Draw non-rectangular clip region in blue</item> 807 <item>Highlight tested drawing commands in green</item> 808 </string-array> 809 810 <!-- Values for non-rectangular clipping preference. --> 811 <string-array name="show_non_rect_clip_values" translatable="false" > 812 <item>hide</item> 813 <item>region</item> 814 <item>highlight</item> 815 </string-array> 816 817 <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] --> 818 <string-array name="track_frame_time_entries"> 819 <item>Off</item> 820 <item>On screen as bars</item> 821 <item>On screen as lines</item> 822 <item>In adb shell dumpsys gfxinfo</item> 823 </string-array> 824 825 <!-- Values for frame time tracking preference. --> 826 <string-array name="track_frame_time_values" translatable="false" > 827 <item>false</item> 828 <item>visual_bars</item> 829 <item>visual_lines</item> 830 <item>true</item> 831 </string-array> 832 833 <!-- Titles for app process limit preference. [CHAR LIMIT=35] --> 834 <string-array name="app_process_limit_entries"> 835 <item>Standard limit</item> 836 <item>No background processes</item> 837 <item>At most 1 process</item> 838 <item>At most 2 processes</item> 839 <item>At most 3 processes</item> 840 <item>At most 4 processes</item> 841 </string-array> 842 843 <!-- Values for app process limit preference. --> 844 <string-array name="app_process_limit_values" translatable="false" > 845 <item>-1</item> 846 <item>0</item> 847 <item>1</item> 848 <item>2</item> 849 <item>3</item> 850 <item>4</item> 851 </string-array> 852 853 <!-- Match this with the constants in VpnProfile. --> <skip /> 854 <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] --> 855 <string-array name="vpn_types" translatable="false"> 856 <item>PPTP</item> 857 <item>L2TP/IPSec PSK</item> 858 <item>L2TP/IPSec RSA</item> 859 <item>IPSec Xauth PSK</item> 860 <item>IPSec Xauth RSA</item> 861 <item>IPSec Hybrid RSA</item> 862 </string-array> 863 864 <!-- Match this with the constants in VpnProfile. --> <skip /> 865 <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] --> 866 <string-array name="vpn_types_long"> 867 <item>PPTP VPN</item> 868 <item>L2TP/IPSec VPN with pre-shared keys</item> 869 <item>L2TP/IPSec VPN with certificates</item> 870 <item>IPSec VPN with pre-shared keys and Xauth authentication</item> 871 <item>IPSec VPN with certificates and Xauth authentication</item> 872 <item>IPSec VPN with certificates and hybrid authentication</item> 873 </string-array> 874 875 <!-- Match this with the constants in LegacyVpnInfo. --> <skip /> 876 <!-- Status for a VPN network. [CHAR LIMIT=100] --> 877 <string-array name="vpn_states"> 878 <!-- Status message when VPN is disconnected. --> 879 <item>Disconnected</item> 880 <!-- Status message when VPN is initializing. --> 881 <item>Initializing\u2026</item> 882 <!-- Status message when VPN is connecting. --> 883 <item>Connecting\u2026</item> 884 <!-- Status message when VPN is connected. --> 885 <item>Connected</item> 886 <!-- Status message when VPN is timeout. --> 887 <item>Timeout</item> 888 <!-- Status message when VPN is failed. --> 889 <item>Unsuccessful</item> 890 </string-array> 891 892 <!-- User content ratings for restricted users [CHAR LIMIT=30] --> 893 <string-array name="user_content_ratings_entries" translatable="false"> 894 <item>Ascended being</item> 895 <item>Human</item> 896 <item>Neanderthal</item> 897 <item>Chimp</item> 898 <item>Monkey</item> 899 </string-array> 900 901 <!-- Values for user content ratings for restricted users --> 902 <string-array name="user_content_ratings_values" translatable="false"> 903 <item>5</item> 904 <item>4</item> 905 <item>3</item> 906 <item>2</item> 907 <item>1</item> 908 </string-array> 909 910 <!-- Values for premium SMS permission selector [CHAR LIMIT=30] --> 911 <string-array name="security_settings_premium_sms_values"> 912 <!-- Ask user before sending to premium SMS short code. --> 913 <item>Ask</item> 914 <!-- Never allow app to send to premium SMS short code. --> 915 <item>Never allow</item> 916 <!-- Always allow app to send to premium SMS short code. --> 917 <item>Always allow</item> 918 </string-array> 919 </resources> 920