summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2013-03-30 22:38:23 +0100
committerMarco Brohet <therbom@gmail.com>2013-04-14 16:39:11 +0200
commitb0c9a35713120111ec1e8f153e644744b94e13ac (patch)
tree0a6cfb3d887f80acffae56130f8c24bb92a03db5 /res/values/cm_arrays.xml
parent8d2a26c4055c30dee2a167f723e722b1c540162f (diff)
downloadpackages_apps_browser-b0c9a35713120111ec1e8f153e644744b94e13ac.zip
packages_apps_browser-b0c9a35713120111ec1e8f153e644744b94e13ac.tar.gz
packages_apps_browser-b0c9a35713120111ec1e8f153e644744b94e13ac.tar.bz2
Browser: rearrange CM strings
Change-Id: Iec43cc743bd9fde6c47c7b84166a8e61b3b03f9d
Diffstat (limited to 'res/values/cm_arrays.xml')
-rw-r--r--res/values/cm_arrays.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
new file mode 100644
index 0000000..e67fd1b
--- /dev/null
+++ b/res/values/cm_arrays.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string-array name="pref_content_ua_choices" translatable="false">
+ <item>Android</item>
+ <item>Desktop</item>
+ <item>iPhone</item>
+ <item>iPad</item>
+ <item>Froyo-N1</item>
+ <item>Honeycomb-Xoom</item>
+ </string-array>
+ <string-array name="pref_content_ua_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ <item>5</item>
+ </string-array>
+</resources>