summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/values/strings.xml')
-rw-r--r--core/res/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 6cfdf8f..e0bc9d2 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -2321,5 +2321,8 @@
<!-- This string appears (on two lines) when you type a number into contacts search, to let you create a contact whose phone number is the number you typed. The first line will be in bigger type than the second. -->
<string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
-
+
+ <!-- This string array should be overridden by the manufacture to present a list of carrier-id,locale pairs. This is used at startup to set a default locale by checking the system property ro.carrier for the carrier-id and searching through this array -->
+ <string-array translatable="false" name="carrier_locales">
+ </string-array>
</resources>