aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..d2bb590
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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="refresh_intervals_labels" translatable="false">
+ <item>@string/refresh_intervals_disabled</item>
+ <item>@string/refresh_intervals_1h</item>
+ <item>@string/refresh_intervals_4h</item>
+ <item>@string/refresh_intervals_1d</item>
+ <item>@string/refresh_intervals_2d</item>
+ <item>@string/refresh_intervals_1w</item>
+ </string-array>
+
+ <string-array name="refresh_intervals_values" translatable="false">
+ <item>0</item>
+ <item>3600</item>
+ <item>14400</item>
+ <item>86400</item>
+ <item>172800</item>
+ <item>604800</item>
+ </string-array>
+
+ <string-array name="transitions_labels" translatable="false">
+ <item>@string/transitions_random</item>
+ <item>@string/transitions_swap</item>
+ <item>@string/transitions_fade</item>
+ <item>@string/transitions_translation</item>
+ </string-array>
+
+ <string-array name="transitions_values" translatable="false">
+ <item>0</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ </string-array>
+
+ <string-array name="effects_labels" translatable="false">
+ <item>@string/effects_none</item>
+ <item>@string/effects_random</item>
+ <item>@string/effects_black_and_white</item>
+ <item>@string/effects_sepia</item>
+ </string-array>
+
+ <string-array name="effects_values" translatable="false">
+ <item>1</item>
+ <item>0</item>
+ <item>2</item>
+ <item>3</item>
+ </string-array>
+
+</resources>