Skip to content

Commit fb393f8

Browse files
author
Eric Fischer
committed
Mark configuration strings as not translatable.
Change-Id: I041a6a951dfe70881a095d7ef085b0246a9d4c3b
1 parent a53b3bf commit fb393f8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

core/res/res/values/config.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -529,13 +529,13 @@
529529

530530
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
531531
specified -->
532-
<string name="default_wallpaper_component">@null</string>
532+
<string name="default_wallpaper_component" translatable="false">@null</string>
533533

534534
<!-- 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>
536536

537537
<!-- 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>
539539

540540
<!-- Boolean indicating if current platform supports bluetooth SCO for off call
541541
use cases -->
@@ -559,7 +559,7 @@
559559
<integer name="config_datause_throttle_kbitsps">300</integer>
560560

561561
<!-- 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>
563563

564564
<!-- The default reduced-datarate notification mask -->
565565
<!-- 2 means give warning -->
@@ -589,11 +589,11 @@
589589
<bool name="config_sms_capable">true</bool>
590590

591591
<!-- 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>
593593

594594
<!-- The default character set for GsmAlphabet -->
595595
<!-- 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>
597597

598598
<!-- Enables SIP on WIFI only -->
599599
<bool name="config_sip_wifi_only">false</bool>
@@ -628,7 +628,7 @@
628628
OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
629629
format string then that substring will be replaced with the value of
630630
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>
632632

633633
<!-- When a database query is executed, the results retuned are paginated
634634
in pages of size (in KB) indicated by this value -->
@@ -639,7 +639,7 @@
639639
<bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
640640

641641
<!-- 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">
643643
</string-array>
644644

645645
<!-- The VoiceMail default value is displayed to my own number if it is true -->
@@ -739,15 +739,15 @@
739739
<!-- Set and Unsets WiMAX -->
740740
<bool name="config_wimaxEnabled">false</bool>
741741
<!-- Location of the wimax framwork jar location -->
742-
<string name="config_wimaxServiceJarLocation"></string>
742+
<string name="config_wimaxServiceJarLocation" translatable="false"></string>
743743
<!-- Location of the wimax native library locaiton -->
744-
<string name="config_wimaxNativeLibLocation"></string>
744+
<string name="config_wimaxNativeLibLocation" translatable="false"></string>
745745
<!-- Name of the wimax manager class -->
746-
<string name="config_wimaxManagerClassname"></string>
746+
<string name="config_wimaxManagerClassname" translatable="false"></string>
747747
<!-- Name of the wimax service class -->
748-
<string name="config_wimaxServiceClassname"></string>
748+
<string name="config_wimaxServiceClassname" translatable="false"></string>
749749
<!-- Name of the wimax state tracker clas -->
750-
<string name="config_wimaxStateTrackerClassname"></string>
750+
<string name="config_wimaxStateTrackerClassname" translatable="false"></string>
751751

752752
<!-- Base "touch slop" value used by ViewConfiguration as a
753753
movement threshold where scrolling should begin. -->

0 commit comments

Comments
 (0)