Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b145e363 authored by Eric Fischer's avatar Eric Fischer Committed by Android Git Automerger
Browse files

am ba62da99: am fb393f8b: Mark configuration strings as not translatable.

* commit 'ba62da99':
  Mark configuration strings as not translatable.
parents 62b4e4a8 ba62da99
Loading
Loading
Loading
Loading
+13 −13
Original line number Original line Diff line number Diff line
@@ -529,13 +529,13 @@


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


    <!-- Component name of the service providing network location support. -->
    <!-- Component name of the service providing network location support. -->
    <string name="config_networkLocationProvider">@null</string>
    <string name="config_networkLocationProvider" translatable="false">@null</string>


    <!-- Component name of the service providing geocoder API support. -->
    <!-- Component name of the service providing geocoder API support. -->
    <string name="config_geocodeProvider">@null</string>
    <string name="config_geocodeProvider" translatable="false">@null</string>


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


    <!-- The default iface on which to monitor data use -->
    <!-- The default iface on which to monitor data use -->
    <string name="config_datause_iface">rmnet0</string>
    <string name="config_datause_iface" translatable="false">rmnet0</string>


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


    <!-- IP address of the dns server to use if nobody else suggests one -->
    <!-- IP address of the dns server to use if nobody else suggests one -->
    <string name="config_default_dns_server">8.8.8.8</string>
    <string name="config_default_dns_server" translatable="false">8.8.8.8</string>


    <!-- The default character set for GsmAlphabet -->
    <!-- The default character set for GsmAlphabet -->
    <!-- Empty string means MBCS is not considered -->
    <!-- Empty string means MBCS is not considered -->
    <string name="gsm_alphabet_default_charset"></string>
    <string name="gsm_alphabet_default_charset" translatable="false"></string>


    <!-- Enables SIP on WIFI only -->
    <!-- Enables SIP on WIFI only -->
    <bool name="config_sip_wifi_only">false</bool>
    <bool name="config_sip_wifi_only">false</bool>
@@ -628,7 +628,7 @@
         OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
         OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
         format string then that substring will be replaced with the value of
         format string then that substring will be replaced with the value of
         Build.MODEL. The format string shall not be escaped. -->
         Build.MODEL. The format string shall not be escaped. -->
    <string name="config_useragentprofile_url"></string>
    <string name="config_useragentprofile_url" translatable="false"></string>


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


    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
    <string-array name="config_twoDigitNumberPattern">
    <string-array name="config_twoDigitNumberPattern" translatable="false">
    </string-array>
    </string-array>


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


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