blob: c571e288080f2ed7bfc671994b1a84f7c3918816 [file] [log] [blame]
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2007 The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources>
21 <!-- Choices for timezone picker first level.
22 These values will be used as search terms for TimeZone displayName
23 strings. -->
24 <string-array name="timezone_filters">
25 <item>America</item>
26 <item>Europe</item>
27 <item>Africa</item>
28 <item>Asia</item>
29 <item>Australia</item>
30 <item>Pacific</item>
31 <item>All</item>
32 </string-array>
33
34 <!-- List of formats for date display to display
35 in Date & Time Settings screen -->
36 <string-array name="date_format_values">
37 <item>MM-dd-yyyy</item>
38 <item>dd-MM-yyyy</item>
39 <item>MMM dd, yyyy</item>
40 <item>dd-MMM-yyyy</item>
41 <item>yyyy-MM-dd</item>
42 </string-array>
43
44 <!-- Display settings -->
45 <string-array name="screen_timeout_entries">
46 <item>15 seconds</item>
47 <item>30 seconds</item>
48 <item>1 minute</item>
49 <item>2 minutes</item>
50 <item>10 minutes</item>
51 <item>Never timeout</item>
52 </string-array>
53
54 <string-array name="screen_timeout_values">
55 <item>15000</item>
56 <item>30000</item>
57 <item>60000</item>
58 <item>120000</item>
59 <item>600000</item>
60 <item>-1</item>
61 </string-array>
62
63 <!-- Wi-Fi settings -->
64
65 <!-- Match this with code. -->
66 <string-array name="wifi_security_entries">
67 <item>Auto</item>
68 <item>None</item>
69 <item>WEP</item>
70 <item>WPA Personal</item>
71 <item>WPA2 Personal</item>
72 </string-array>
73
74 <!-- Match this with code. -->
75 <string-array name="wifi_security_without_auto_entries">
76 <item>None</item>
77 <item>WEP</item>
78 <item>WPA Personal</item>
79 <item>WPA2 Personal</item>
80 </string-array>
81
82 <!-- Match this with code. -->
83 <string-array name="wifi_wep_type">
84 <item>Auto</item>
85 <item>WEP ASCII</item>
86 <item>WEP hexadecimal</item>
87 </string-array>
88
89 <string-array name="friction_values">
90 <item>normal</item>
91 <item>no friction</item>
92 <item>no inertia</item>
93 </string-array>
94
95</resources>