From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / android / project / xscreensaver / res / values / settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*
4 * Copyright (C) 4008 The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 *      http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18 -->
19
20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21
22     <string-array name="stonerview_speed_names">
23         <item>"Off"</item>
24         <item>"On"</item>
25     </string-array>
26
27     <string-array name="stonerview_speed_prefix">
28         <item>"0"</item>
29         <item>"1"</item>
30     </string-array>
31
32
33     <string-array name="superquadrics_speed_names">
34         <item>"0.1"</item>
35         <item>"1"</item>
36         <item>"3"</item>
37         <item>"5"</item>
38         <item>"8"</item>
39         <item>"10</item>
40         <item>"15"</item>
41     </string-array>
42
43     <string-array name="superquadrics_speed_prefix">
44         <item>"0.1"</item>
45         <item>"1"</item>
46         <item>"3"</item>
47         <item>"5"</item>
48         <item>"8"</item>
49         <item>"10</item>
50         <item>"15"</item>
51     </string-array>
52
53
54
55     <string-array name="sproingies_count_names">
56         <item>"1"</item>
57         <item>"2"</item>
58         <item>"4"</item>
59         <item>"8"</item>
60         <item>"15"</item>
61         <item>"23"</item>
62         <item>"30"</item>
63     </string-array>
64
65     <string-array name="sproingies_count_prefix">
66         <item>"1"</item>
67         <item>"2"</item>
68         <item>"4"</item>
69         <item>"8"</item>
70         <item>"15"</item>
71         <item>"23"</item>
72         <item>"30"</item>
73     </string-array>
74
75
76     <string-array name="hilbert_mode_names">
77         <item>"2d"</item>
78         <item>"3d"</item>
79         <item>"random"</item>
80     </string-array>
81
82     <string-array name="hilbert_mode_prefix">
83         <item>"2d"</item>
84         <item>"3d"</item>
85         <item>"random"</item>
86     </string-array>
87
88
89
90 </resources>