From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / android / project / xscreensaver / res / values / settings.xml
diff --git a/android/project/xscreensaver/res/values/settings.xml b/android/project/xscreensaver/res/values/settings.xml
new file mode 100644 (file)
index 0000000..3238916
--- /dev/null
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 4008 The Android Open Source 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="stonerview_speed_names">
+        <item>"Off"</item>
+        <item>"On"</item>
+    </string-array>
+
+    <string-array name="stonerview_speed_prefix">
+        <item>"0"</item>
+        <item>"1"</item>
+    </string-array>
+
+
+    <string-array name="superquadrics_speed_names">
+        <item>"0.1"</item>
+        <item>"1"</item>
+        <item>"3"</item>
+        <item>"5"</item>
+        <item>"8"</item>
+        <item>"10</item>
+        <item>"15"</item>
+    </string-array>
+
+    <string-array name="superquadrics_speed_prefix">
+        <item>"0.1"</item>
+        <item>"1"</item>
+        <item>"3"</item>
+        <item>"5"</item>
+        <item>"8"</item>
+        <item>"10</item>
+        <item>"15"</item>
+    </string-array>
+
+
+
+    <string-array name="sproingies_count_names">
+        <item>"1"</item>
+        <item>"2"</item>
+        <item>"4"</item>
+        <item>"8"</item>
+        <item>"15"</item>
+        <item>"23"</item>
+        <item>"30"</item>
+    </string-array>
+
+    <string-array name="sproingies_count_prefix">
+        <item>"1"</item>
+        <item>"2"</item>
+        <item>"4"</item>
+        <item>"8"</item>
+        <item>"15"</item>
+        <item>"23"</item>
+        <item>"30"</item>
+    </string-array>
+
+
+    <string-array name="hilbert_mode_names">
+        <item>"2d"</item>
+        <item>"3d"</item>
+        <item>"random"</item>
+    </string-array>
+
+    <string-array name="hilbert_mode_prefix">
+        <item>"2d"</item>
+        <item>"3d"</item>
+        <item>"random"</item>
+    </string-array>
+
+
+
+</resources>