blob: 0f0334c8fb8df442e00af240cad94ec624ca2987 [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
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080023 strings. --> <skip />
24 <!-- The time zone picker screen has two levels. The first level allows the user to choose a region. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070025 <string-array name="timezone_filters">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080026 <!-- The next level of the time zoner picker should show time zones from the Americas. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070027 <item>America</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080028 <!-- The next level of the time zoner picker should show time zones from Europe. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070029 <item>Europe</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080030 <!-- The next level of the time zoner picker should show time zones from Africa. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070031 <item>Africa</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080032 <!-- The next level of the time zoner picker should show time zones from Asia. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070033 <item>Asia</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080034 <!-- The next level of the time zoner picker should show time zones from Australia. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070035 <item>Australia</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080036 <!-- The next level of the time zoner picker should show time zones from Pacific. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070037 <item>Pacific</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080038 <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070039 <item>All</item>
40 </string-array>
41
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080042 <!-- There is a setting to control the format of dates displayed throughout the system. This is in the Date & Time Settings screen. Unfortunately, these cannot be changed at all. --> <skip />
43 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070044 <string-array name="date_format_values">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080045 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070046 <item>MM-dd-yyyy</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080047 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070048 <item>dd-MM-yyyy</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080049 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070050 <item>MMM dd, yyyy</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080051 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070052 <item>dd-MMM-yyyy</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080053 <!-- Do not translate. This is fed directly to the formatter. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070054 <item>yyyy-MM-dd</item>
55 </string-array>
56
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080057 <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown ain a list dialog. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070058 <string-array name="screen_timeout_entries">
59 <item>15 seconds</item>
60 <item>30 seconds</item>
61 <item>1 minute</item>
62 <item>2 minutes</item>
63 <item>10 minutes</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080064 <!-- Choosing this means the screen will only turn off after the user manually does so. There will be no inactivity check. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070065 <item>Never timeout</item>
66 </string-array>
67
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080068 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070069 <string-array name="screen_timeout_values">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080070 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070071 <item>15000</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080072 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070073 <item>30000</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080074 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070075 <item>60000</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080076 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070077 <item>120000</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080078 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070079 <item>600000</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080080 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070081 <item>-1</item>
82 </string-array>
83
84 <!-- Wi-Fi settings -->
85
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080086 <!-- Match this with code. --> <skip />
87 <!-- Wi-Fi settings. The type of security a Wi-Fi network has. The user can choose this when he adds a manual network, or configures an existing network. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070088 <string-array name="wifi_security_entries">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080089 <!-- Let the phone figure out the security type auutomatically. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070090 <item>Auto</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080091 <!-- The Wi-Fi network does not have any security. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070092 <item>None</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080093 <!-- Do not translate. The Wi-Fi network has WEP security. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070094 <item>WEP</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080095 <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070096 <item>WPA Personal</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -080097 <!-- The Wi-Fi network has WPA2 personal security. WPA Personal is a tech term, and might be better left untranslated? -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -070098 <item>WPA2 Personal</item>
99 </string-array>
100
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800101 <!-- Match this with code. --> <skip />
102 <!-- Wi-Fi settings. The type of security a Wi-Fi network has. The user can choose this when he adds a manual network, or configures an existing network. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700103 <string-array name="wifi_security_without_auto_entries">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800104 <!-- The Wi-Fi network does not have any security. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700105 <item>None</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800106 <!-- Do not translate. The Wi-Fi network has WEP security. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700107 <item>WEP</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800108 <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700109 <item>WPA Personal</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800110 <!-- The Wi-Fi network has WPA2 personal security. WPA Personal is a tech term, and might be better left untranslated? -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700111 <item>WPA2 Personal</item>
112 </string-array>
113
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800114 <!-- Match this with code. --> <skip />
115 <!-- Wi-Fi settings. Presented as a list dialog to the user. He chooses the type of WEP key he entered. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700116 <string-array name="wifi_wep_type">
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800117 <!-- This means the phone should figure out the type automatically the best it can. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700118 <item>Auto</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800119 <!-- Do not translate. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700120 <item>WEP ASCII</item>
The Android Open Source Projectabc48f82008-12-17 18:06:01 -0800121 <!-- WEP key that is in hexadecimal. -->
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700122 <item>WEP hexadecimal</item>
123 </string-array>
The Android Open Source Project1152aff2009-01-15 16:12:13 -0800124
125 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
126 <string-array name="wifi_sleep_policy_entries">
127 <!-- Wi-Fi should go to sleep when the screen turns off. -->
128 <item>When screen turns off</item>
129 <!-- When plugged in, never go to sleep. When on battery, go to sleep when screen turns off. -->
130 <item>Never when plugged in</item>
131 <!-- Never go to sleep. -->
132 <item>Never</item>
133 </string-array>
134
135 <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip />
136 <!-- Do not translate. -->
137 <string-array name="wifi_sleep_policy_values">
138 <!-- Do not translate. -->
139 <item>0</item>
140 <!-- Do not translate. -->
141 <item>1</item>
142 <!-- Do not translate. -->
143 <item>2</item>
144 </string-array>
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700145
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -0700146</resources>