The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | <?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 Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 23 | 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 25 | <string-array name="timezone_filters"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 26 | <!-- The next level of the time zoner picker should show time zones from the Americas. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 27 | <item>America</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 28 | <!-- The next level of the time zoner picker should show time zones from Europe. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 29 | <item>Europe</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 30 | <!-- The next level of the time zoner picker should show time zones from Africa. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 31 | <item>Africa</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 32 | <!-- The next level of the time zoner picker should show time zones from Asia. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 33 | <item>Asia</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 34 | <!-- The next level of the time zoner picker should show time zones from Australia. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 35 | <item>Australia</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 36 | <!-- The next level of the time zoner picker should show time zones from Pacific. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 37 | <item>Pacific</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 38 | <!-- The next level of the time zoner picker should show time zones from ALL regions. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 39 | <item>All</item> |
| 40 | </string-array> |
| 41 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 42 | <!-- 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 44 | <string-array name="date_format_values"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 45 | <!-- Do not translate. This is fed directly to the formatter. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 46 | <item>MM-dd-yyyy</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 47 | <!-- Do not translate. This is fed directly to the formatter. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 48 | <item>dd-MM-yyyy</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 49 | <!-- Do not translate. This is fed directly to the formatter. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 50 | <item>MMM dd, yyyy</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 51 | <!-- Do not translate. This is fed directly to the formatter. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 52 | <item>dd-MMM-yyyy</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 53 | <!-- Do not translate. This is fed directly to the formatter. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 54 | <item>yyyy-MM-dd</item> |
| 55 | </string-array> |
| 56 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 57 | <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown ain a list dialog. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 58 | <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 Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 64 | <!-- 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 65 | <item>Never timeout</item> |
| 66 | </string-array> |
| 67 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 68 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 69 | <string-array name="screen_timeout_values"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 70 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 71 | <item>15000</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 72 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 73 | <item>30000</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 74 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 75 | <item>60000</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 76 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 77 | <item>120000</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 78 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 79 | <item>600000</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 80 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 81 | <item>-1</item> |
| 82 | </string-array> |
| 83 | |
| 84 | <!-- Wi-Fi settings --> |
| 85 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 86 | <!-- 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 88 | <string-array name="wifi_security_entries"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 89 | <!-- Let the phone figure out the security type auutomatically. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 90 | <item>Auto</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 91 | <!-- The Wi-Fi network does not have any security. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 92 | <item>None</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 93 | <!-- Do not translate. The Wi-Fi network has WEP security. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 94 | <item>WEP</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 95 | <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 96 | <item>WPA Personal</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 97 | <!-- The Wi-Fi network has WPA2 personal security. WPA Personal is a tech term, and might be better left untranslated? --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 98 | <item>WPA2 Personal</item> |
| 99 | </string-array> |
| 100 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 101 | <!-- 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 103 | <string-array name="wifi_security_without_auto_entries"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 104 | <!-- The Wi-Fi network does not have any security. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 105 | <item>None</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 106 | <!-- Do not translate. The Wi-Fi network has WEP security. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 107 | <item>WEP</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 108 | <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 109 | <item>WPA Personal</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 110 | <!-- The Wi-Fi network has WPA2 personal security. WPA Personal is a tech term, and might be better left untranslated? --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 111 | <item>WPA2 Personal</item> |
| 112 | </string-array> |
| 113 | |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 114 | <!-- 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 116 | <string-array name="wifi_wep_type"> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 117 | <!-- This means the phone should figure out the type automatically the best it can. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 118 | <item>Auto</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 119 | <!-- Do not translate. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 120 | <item>WEP ASCII</item> |
The Android Open Source Project | abc48f8 | 2008-12-17 18:06:01 -0800 | [diff] [blame] | 121 | <!-- WEP key that is in hexadecimal. --> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 122 | <item>WEP hexadecimal</item> |
| 123 | </string-array> |
The Android Open Source Project | 1152aff | 2009-01-15 16:12:13 -0800 | [diff] [blame] | 124 | |
| 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 Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 145 | |
The Android Open Source Project | 1feaa85 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 146 | <!-- Match with constants in BatteryHistory class --> |
| 147 | <string-array name="battery_history_type_spinner"> |
The Android Open Source Project | a578a6c | 2009-03-03 14:04:35 -0800 | [diff] [blame^] | 148 | <item>CPU Usage</item> |
| 149 | <item>Network Usage</item> |
| 150 | <item>GPS Usage</item> |
| 151 | <item>Sensor Usage</item> |
| 152 | <item>Wake Locks</item> |
| 153 | <item>Screen On Time</item> |
The Android Open Source Project | 1feaa85 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 154 | </string-array> |
| 155 | |
| 156 | <!-- Match with constants in BatteryStats class --> |
| 157 | <string-array name="battery_history_which_spinner"> |
The Android Open Source Project | 1feaa85 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 158 | <item>Since last unplugged</item> |
The Android Open Source Project | 4772968 | 2009-02-19 10:57:36 -0800 | [diff] [blame] | 159 | <item>Total since boot</item> |
| 160 | <item>Total in all time</item> |
The Android Open Source Project | 1feaa85 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 161 | </string-array> |
| 162 | |
| 163 | <!-- Display options for UsageStats class --> |
| 164 | <string-array name="usage_stats_display_order_types"> |
| 165 | <item>Usage Time</item> |
| 166 | <item>Launch Count</item> |
| 167 | <item>Application Name</item> |
| 168 | </string-array> |
| 169 | |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 170 | </resources> |