|
529 | 529 |
|
530 | 530 | <!-- Component name of the default wallpaper. This will be ImageWallpaper if not |
531 | 531 | specified --> |
532 | | - <string name="default_wallpaper_component">@null</string> |
| 532 | + <string name="default_wallpaper_component" translatable="false">@null</string> |
533 | 533 |
|
534 | 534 | <!-- Component name of the service providing network location support. --> |
535 | | - <string name="config_networkLocationProvider">@null</string> |
| 535 | + <string name="config_networkLocationProvider" translatable="false">@null</string> |
536 | 536 |
|
537 | 537 | <!-- Component name of the service providing geocoder API support. --> |
538 | | - <string name="config_geocodeProvider">@null</string> |
| 538 | + <string name="config_geocodeProvider" translatable="false">@null</string> |
539 | 539 |
|
540 | 540 | <!-- Boolean indicating if current platform supports bluetooth SCO for off call |
541 | 541 | use cases --> |
|
559 | 559 | <integer name="config_datause_throttle_kbitsps">300</integer> |
560 | 560 |
|
561 | 561 | <!-- The default iface on which to monitor data use --> |
562 | | - <string name="config_datause_iface">rmnet0</string> |
| 562 | + <string name="config_datause_iface" translatable="false">rmnet0</string> |
563 | 563 |
|
564 | 564 | <!-- The default reduced-datarate notification mask --> |
565 | 565 | <!-- 2 means give warning --> |
|
589 | 589 | <bool name="config_sms_capable">true</bool> |
590 | 590 |
|
591 | 591 | <!-- IP address of the dns server to use if nobody else suggests one --> |
592 | | - <string name="config_default_dns_server">8.8.8.8</string> |
| 592 | + <string name="config_default_dns_server" translatable="false">8.8.8.8</string> |
593 | 593 |
|
594 | 594 | <!-- The default character set for GsmAlphabet --> |
595 | 595 | <!-- Empty string means MBCS is not considered --> |
596 | | - <string name="gsm_alphabet_default_charset"></string> |
| 596 | + <string name="gsm_alphabet_default_charset" translatable="false"></string> |
597 | 597 |
|
598 | 598 | <!-- Enables SIP on WIFI only --> |
599 | 599 | <bool name="config_sip_wifi_only">false</bool> |
|
628 | 628 | OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s' |
629 | 629 | format string then that substring will be replaced with the value of |
630 | 630 | Build.MODEL. The format string shall not be escaped. --> |
631 | | - <string name="config_useragentprofile_url"></string> |
| 631 | + <string name="config_useragentprofile_url" translatable="false"></string> |
632 | 632 |
|
633 | 633 | <!-- When a database query is executed, the results retuned are paginated |
634 | 634 | in pages of size (in KB) indicated by this value --> |
|
639 | 639 | <bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool> |
640 | 640 |
|
641 | 641 | <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD --> |
642 | | - <string-array name="config_twoDigitNumberPattern"> |
| 642 | + <string-array name="config_twoDigitNumberPattern" translatable="false"> |
643 | 643 | </string-array> |
644 | 644 |
|
645 | 645 | <!-- The VoiceMail default value is displayed to my own number if it is true --> |
|
739 | 739 | <!-- Set and Unsets WiMAX --> |
740 | 740 | <bool name="config_wimaxEnabled">false</bool> |
741 | 741 | <!-- Location of the wimax framwork jar location --> |
742 | | - <string name="config_wimaxServiceJarLocation"></string> |
| 742 | + <string name="config_wimaxServiceJarLocation" translatable="false"></string> |
743 | 743 | <!-- Location of the wimax native library locaiton --> |
744 | | - <string name="config_wimaxNativeLibLocation"></string> |
| 744 | + <string name="config_wimaxNativeLibLocation" translatable="false"></string> |
745 | 745 | <!-- Name of the wimax manager class --> |
746 | | - <string name="config_wimaxManagerClassname"></string> |
| 746 | + <string name="config_wimaxManagerClassname" translatable="false"></string> |
747 | 747 | <!-- Name of the wimax service class --> |
748 | | - <string name="config_wimaxServiceClassname"></string> |
| 748 | + <string name="config_wimaxServiceClassname" translatable="false"></string> |
749 | 749 | <!-- Name of the wimax state tracker clas --> |
750 | | - <string name="config_wimaxStateTrackerClassname"></string> |
| 750 | + <string name="config_wimaxStateTrackerClassname" translatable="false"></string> |
751 | 751 |
|
752 | 752 | <!-- Base "touch slop" value used by ViewConfiguration as a |
753 | 753 | movement threshold where scrolling should begin. --> |
|
0 commit comments