The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [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 | --> |
Chia-chi Yeh | feeb756 | 2010-01-16 07:04:15 +0800 | [diff] [blame] | 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 21 | <!-- Choices for timezone picker first level. |
| 22 | These values will be used as search terms for TimeZone displayName |
| 23 | strings. --> <skip /> |
| 24 | <!-- The time zone picker screen has two levels. The first level allows the user to choose a region. --> |
| 25 | <string-array name="timezone_filters"> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 26 | <!-- The next level of the time zoner picker should show time zones from the Americas. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 27 | <item>America</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 28 | <!-- The next level of the time zoner picker should show time zones from Europe. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 29 | <item>Europe</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 30 | <!-- The next level of the time zoner picker should show time zones from Africa. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 31 | <item>Africa</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 32 | <!-- The next level of the time zoner picker should show time zones from Asia. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 33 | <item>Asia</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 34 | <!-- The next level of the time zoner picker should show time zones from Australia. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 35 | <item>Australia</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 36 | <!-- The next level of the time zoner picker should show time zones from Pacific. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 37 | <item>Pacific</item> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 38 | <!-- The next level of the time zoner picker should show time zones from ALL regions. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 39 | <item>All</item> |
| 40 | </string-array> |
| 41 | |
Eric Fischer | 188ca77 | 2009-06-11 18:16:15 -0700 | [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. These will be adjusted to use punctuation appropriate to the user's locale. --> |
| 43 | <string-array name="date_format_values" translatable="false"> |
| 44 | <!-- The blank item means to use whatever the locale calls for. --> |
| 45 | <item></item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 46 | <item>MM-dd-yyyy</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 47 | <item>dd-MM-yyyy</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 48 | <item>yyyy-MM-dd</item> |
| 49 | </string-array> |
| 50 | |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 51 | <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 52 | <string-array name="screen_timeout_entries"> |
| 53 | <item>15 seconds</item> |
| 54 | <item>30 seconds</item> |
| 55 | <item>1 minute</item> |
| 56 | <item>2 minutes</item> |
Amith Yamasani | ba2d16d | 2010-11-18 16:17:52 -0800 | [diff] [blame] | 57 | <item>5 minutes</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 58 | <item>10 minutes</item> |
Amith Yamasani | 40dd2cf | 2009-10-22 20:57:32 -0700 | [diff] [blame] | 59 | <item>30 minutes</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 60 | </string-array> |
| 61 | |
| 62 | <!-- Do not translate. --> |
Amith Yamasani | 40dd2cf | 2009-10-22 20:57:32 -0700 | [diff] [blame] | 63 | <string-array name="screen_timeout_values" translatable="false"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 64 | <!-- Do not translate. --> |
| 65 | <item>15000</item> |
| 66 | <!-- Do not translate. --> |
| 67 | <item>30000</item> |
| 68 | <!-- Do not translate. --> |
| 69 | <item>60000</item> |
| 70 | <!-- Do not translate. --> |
| 71 | <item>120000</item> |
| 72 | <!-- Do not translate. --> |
Amith Yamasani | ba2d16d | 2010-11-18 16:17:52 -0800 | [diff] [blame] | 73 | <item>300000</item> |
| 74 | <!-- Do not translate. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 75 | <item>600000</item> |
| 76 | <!-- Do not translate. --> |
Amith Yamasani | 40dd2cf | 2009-10-22 20:57:32 -0700 | [diff] [blame] | 77 | <item>1800000</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 78 | </string-array> |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 79 | |
Daniel Sandler | 2943cfa | 2011-04-15 11:18:57 -0400 | [diff] [blame] | 80 | <!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. --> |
| 81 | <string-array name="dream_timeout_entries"> |
| 82 | <item>Never</item> |
| 83 | <item>15 seconds</item> |
| 84 | <item>30 seconds</item> |
| 85 | <item>1 minute</item> |
| 86 | <item>2 minutes</item> |
| 87 | <item>5 minutes</item> |
| 88 | <item>10 minutes</item> |
| 89 | <item>30 minutes</item> |
| 90 | </string-array> |
| 91 | |
| 92 | <!-- Do not translate. --> |
| 93 | <string-array name="dream_timeout_values" translatable="false"> |
| 94 | <!-- Do not translate. --> |
| 95 | <item>0</item> |
| 96 | <!-- Do not translate. --> |
| 97 | <item>15000</item> |
| 98 | <!-- Do not translate. --> |
| 99 | <item>30000</item> |
| 100 | <!-- Do not translate. --> |
| 101 | <item>60000</item> |
| 102 | <!-- Do not translate. --> |
| 103 | <item>120000</item> |
| 104 | <!-- Do not translate. --> |
| 105 | <item>300000</item> |
| 106 | <!-- Do not translate. --> |
| 107 | <item>600000</item> |
| 108 | <!-- Do not translate. --> |
| 109 | <item>1800000</item> |
| 110 | </string-array> |
| 111 | |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 112 | <!-- Security settings. The delay after screen is turned off until device locks. |
| 113 | These are shown in a list dialog. --> |
| 114 | <string-array name="lock_after_timeout_entries"> |
Claudia de Veaux | c9c9be1 | 2011-08-18 16:53:45 -0700 | [diff] [blame] | 115 | <item>Immediately</item> |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 116 | <item>5 seconds</item> |
| 117 | <item>15 seconds</item> |
| 118 | <item>30 seconds</item> |
| 119 | <item>1 minute</item> |
| 120 | <item>2 minutes</item> |
Amith Yamasani | ba2d16d | 2010-11-18 16:17:52 -0800 | [diff] [blame] | 121 | <item>5 minutes</item> |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 122 | <item>10 minutes</item> |
| 123 | <item>30 minutes</item> |
| 124 | </string-array> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 125 | |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 126 | <!-- Do not translate. --> |
| 127 | <string-array name="lock_after_timeout_values" translatable="false"> |
| 128 | <!-- Do not translate. --> |
| 129 | <item>0</item> |
| 130 | <!-- Do not translate. --> |
| 131 | <item>5000</item> |
| 132 | <!-- Do not translate. --> |
| 133 | <item>15000</item> |
| 134 | <!-- Do not translate. --> |
| 135 | <item>30000</item> |
| 136 | <!-- Do not translate. --> |
| 137 | <item>60000</item> |
| 138 | <!-- Do not translate. --> |
| 139 | <item>120000</item> |
| 140 | <!-- Do not translate. --> |
Amith Yamasani | ba2d16d | 2010-11-18 16:17:52 -0800 | [diff] [blame] | 141 | <item>300000</item> |
| 142 | <!-- Do not translate. --> |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 143 | <item>600000</item> |
| 144 | <!-- Do not translate. --> |
| 145 | <item>1800000</item> |
| 146 | </string-array> |
| 147 | |
Dianne Hackborn | 6677e56 | 2011-03-04 17:30:54 -0800 | [diff] [blame] | 148 | <string-array name="entries_font_size"> |
Amith Yamasani | 8bd3e09 | 2011-09-01 15:22:29 -0700 | [diff] [blame] | 149 | <item msgid="6490061470416867723">Small</item> |
| 150 | <item msgid="3579015730662088893">Normal</item> |
| 151 | <item msgid="1678068858001018666">Large</item> |
Claudia de Veaux | 7dc36b9 | 2011-10-17 12:54:20 -0700 | [diff] [blame] | 152 | <item msgid="490158884605093126">Huge</item> |
Dianne Hackborn | 6677e56 | 2011-03-04 17:30:54 -0800 | [diff] [blame] | 153 | </string-array> |
| 154 | |
Dianne Hackborn | 6b39720 | 2011-08-08 17:23:27 -0700 | [diff] [blame] | 155 | <string-array name="entryvalues_font_size" translatable="false"> |
Dianne Hackborn | 6677e56 | 2011-03-04 17:30:54 -0800 | [diff] [blame] | 156 | <item>0.85</item> |
Dianne Hackborn | 6677e56 | 2011-03-04 17:30:54 -0800 | [diff] [blame] | 157 | <item>1.0</item> |
Dianne Hackborn | 6677e56 | 2011-03-04 17:30:54 -0800 | [diff] [blame] | 158 | <item>1.15</item> |
| 159 | <item>1.30</item> |
| 160 | </string-array> |
| 161 | |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 162 | <!-- TTS settings --> |
| 163 | |
| 164 | <!-- Default speech rate choices --> |
| 165 | <string-array name="tts_rate_entries"> |
| 166 | <item>Very slow</item> |
| 167 | <item>Slow</item> |
| 168 | <item>Normal</item> |
| 169 | <item>Fast</item> |
| 170 | <item>Very fast</item> |
| 171 | </string-array> |
| 172 | <!-- Do not translate. --> |
| 173 | <string-array name="tts_rate_values"> |
| 174 | <item>60</item> |
Jean-Michel Trivi | 44fbbea | 2009-07-06 14:04:54 -0700 | [diff] [blame] | 175 | <item>80</item> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 176 | <item>100</item> |
Jean-Michel Trivi | 44fbbea | 2009-07-06 14:04:54 -0700 | [diff] [blame] | 177 | <item>150</item> |
| 178 | <item>200</item> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 179 | </string-array> |
| 180 | |
| 181 | <!-- Default pitch choices --> |
| 182 | <string-array name="tts_pitch_entries"> |
| 183 | <item>Very low</item> |
| 184 | <item>Low</item> |
| 185 | <item>Normal</item> |
| 186 | <item>High</item> |
| 187 | <item>Very high</item> |
| 188 | </string-array> |
| 189 | <!-- Do not translate. --> |
| 190 | <string-array name="tts_pitch_values"> |
| 191 | <item>50</item> |
| 192 | <item>80</item> |
| 193 | <item>100</item> |
| 194 | <item>120</item> |
| 195 | <item>150</item> |
| 196 | </string-array> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 197 | |
Jean-Michel Trivi | 8036862 | 2009-06-09 19:29:27 -0700 | [diff] [blame] | 198 | <!-- Do not translate. --> |
Narayan Kamath | 0cfbb0f | 2011-08-18 17:55:41 +0100 | [diff] [blame] | 199 | <string-array name="tts_demo_strings" translatable="false"> |
Jean-Michel Trivi | e8e23db | 2009-09-02 15:15:33 -0700 | [diff] [blame] | 200 | <item>This is an example of speech synthesis in English.</item> |
| 201 | <item>Voici un échantillon de synthèse vocale en français.</item> |
| 202 | <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item> |
| 203 | <item>Questo è un esempio di sintesi vocale in italiano.</item> |
| 204 | <item>Este es un ejemplo de síntesis de voz en español.</item> |
| 205 | </string-array> |
Narayan Kamath | 0cfbb0f | 2011-08-18 17:55:41 +0100 | [diff] [blame] | 206 | <string-array name="tts_demo_string_langs" translatable="false"> |
| 207 | <item>eng</item> |
| 208 | <item>fra</item> |
| 209 | <item>deu</item> |
| 210 | <item>ita</item> |
Narayan Kamath | 59ab1ec | 2011-10-03 14:46:44 +0100 | [diff] [blame] | 211 | <item>spa</item> |
Charles Chen | 8c8185b | 2010-04-08 16:51:35 -0700 | [diff] [blame] | 212 | </string-array> |
| 213 | |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 214 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 215 | <!-- Wi-Fi settings --> |
| 216 | |
Chia-chi Yeh | feeb756 | 2010-01-16 07:04:15 +0800 | [diff] [blame] | 217 | <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> |
| 218 | <!-- Wi-Fi settings. The status messages when the network is unknown. --> |
| 219 | <string-array name="wifi_status"> |
| 220 | <!-- Status message of Wi-Fi when it is idle. --> |
| 221 | <item></item> |
| 222 | <!-- Status message of Wi-Fi when it is scanning. --> |
| 223 | <item>Scanning\u2026</item> |
| 224 | <!-- Status message of Wi-Fi when it is connecting. --> |
| 225 | <item>Connecting\u2026</item> |
| 226 | <!-- Status message of Wi-Fi when it is authenticating. --> |
| 227 | <item>Authenticating\u2026</item> |
| 228 | <!-- Status message of Wi-Fi when it is obtaining IP address. --> |
| 229 | <item>Obtaining IP address\u2026</item> |
| 230 | <!-- Status message of Wi-Fi when it is connected. --> |
| 231 | <item>Connected</item> |
| 232 | <!-- Status message of Wi-Fi when it is suspended. --> |
| 233 | <item>Suspended</item> |
| 234 | <!-- Status message of Wi-Fi when it is disconnecting. --> |
| 235 | <item>Disconnecting\u2026</item> |
| 236 | <!-- Status message of Wi-Fi when it is disconnected. --> |
| 237 | <item>Disconnected</item> |
| 238 | <!-- Status message of Wi-Fi when it is a failure. --> |
| 239 | <item>Unsuccessful</item> |
Irfan Sheriff | 09a9b38 | 2012-02-14 09:26:07 -0800 | [diff] [blame] | 240 | <!-- Status message of Wi-Fi when it is blocked. --> |
| 241 | <item>Blocked</item> |
| 242 | <!-- Status message of Wi-Fi when connectiong is being verified. --> |
| 243 | <item>Temporarily avoiding poor connection</item> |
Chia-chi Yeh | feeb756 | 2010-01-16 07:04:15 +0800 | [diff] [blame] | 244 | </string-array> |
| 245 | |
| 246 | <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> |
| 247 | <!-- Wi-Fi settings. The status messages when the network is known. --> |
| 248 | <string-array name="wifi_status_with_ssid"> |
| 249 | <!-- Status message of Wi-Fi when it is idle. --> |
| 250 | <item></item> |
| 251 | <!-- Status message of Wi-Fi when it is scanning. --> |
| 252 | <item>Scanning\u2026</item> |
| 253 | <!-- Status message of Wi-Fi when it is connecting to a network. --> |
| 254 | <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 255 | <!-- Status message of Wi-Fi when it is authenticating with a network. --> |
| 256 | <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 257 | <!-- Status message of Wi-Fi when it is obtaining IP address from a network. --> |
| 258 | <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 259 | <!-- Status message of Wi-Fi when it is connected to a network. --> |
| 260 | <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item> |
| 261 | <!-- Status message of Wi-Fi when it is suspended. --> |
| 262 | <item>Suspended</item> |
| 263 | <!-- Status message of Wi-Fi when it is disconnecting from a network. --> |
| 264 | <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 265 | <!-- Status message of Wi-Fi when it is disconnected. --> |
| 266 | <item>Disconnected</item> |
| 267 | <!-- Status message of Wi-Fi when it is a failure. --> |
| 268 | <item>Unsuccessful</item> |
Irfan Sheriff | 09a9b38 | 2012-02-14 09:26:07 -0800 | [diff] [blame] | 269 | <!-- Status message of Wi-Fi when it is blocked. --> |
| 270 | <item>Blocked</item> |
| 271 | <!-- Status message of Wi-Fi when connectiong is being verified. --> |
| 272 | <item>Temporarily avoiding poor connection</item> |
Chia-chi Yeh | feeb756 | 2010-01-16 07:04:15 +0800 | [diff] [blame] | 273 | </string-array> |
| 274 | |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 275 | <!-- Match this with the constants in AccessPoint. --> <skip /> |
Isaac Levy | 8b2bf2e | 2011-08-11 23:55:04 -0700 | [diff] [blame] | 276 | <!-- Wi-Fi security choices used when manually added a Wi-Fi network --> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 277 | <string-array name="wifi_security"> |
| 278 | <!-- The Wi-Fi network does not have any security. --> |
Isaac Levy | 8b2bf2e | 2011-08-11 23:55:04 -0700 | [diff] [blame] | 279 | <item>@string/wifi_security_none</item> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 280 | <!-- Do not translate. --> |
Isaac Levy | 8b2bf2e | 2011-08-11 23:55:04 -0700 | [diff] [blame] | 281 | <item>@string/wifi_security_wep</item> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 282 | <!-- Do not translate. --> |
Isaac Levy | 8b2bf2e | 2011-08-11 23:55:04 -0700 | [diff] [blame] | 283 | <item>@string/wifi_security_psk_generic</item> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 284 | <!-- Do not translate. --> |
Isaac Levy | 8b2bf2e | 2011-08-11 23:55:04 -0700 | [diff] [blame] | 285 | <item>@string/wifi_security_eap</item> |
| 286 | </string-array> |
| 287 | |
| 288 | <!-- Match this with the constants in AccessPoint. --> <skip /> |
| 289 | <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. --> |
| 290 | <string-array name="wifi_security_no_eap"> |
| 291 | <!-- The Wi-Fi network does not have any security. --> |
| 292 | <item>@string/wifi_security_none</item> |
| 293 | <!-- Do not translate. --> |
| 294 | <item>@string/wifi_security_wep</item> |
| 295 | <!-- Do not translate. --> |
| 296 | <item>@string/wifi_security_psk_generic</item> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 297 | </string-array> |
| 298 | |
Irfan Sheriff | 65cff17 | 2010-02-08 10:46:30 -0800 | [diff] [blame] | 299 | <!-- Wi-Fi AP settings. The type of security a Wi-Fi AP supports. --> |
Irfan Sheriff | 47ebb78 | 2010-03-10 08:27:15 -0800 | [diff] [blame] | 300 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
Irfan Sheriff | 65cff17 | 2010-02-08 10:46:30 -0800 | [diff] [blame] | 301 | <string-array name="wifi_ap_security" translatable="false"> |
| 302 | <item>Open</item> |
| 303 | <!-- Do not translate. --> |
Irfan Sheriff | c1a3228 | 2011-02-16 22:59:44 -0800 | [diff] [blame] | 304 | <item>WPA PSK</item> |
| 305 | <!-- Do not translate. --> |
Irfan Sheriff | 47ebb78 | 2010-03-10 08:27:15 -0800 | [diff] [blame] | 306 | <item>WPA2 PSK</item> |
Irfan Sheriff | 65cff17 | 2010-02-08 10:46:30 -0800 | [diff] [blame] | 307 | </string-array> |
| 308 | |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 309 | <!-- Match this with the constants in WifiDialog. --> <skip /> |
| 310 | <!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. --> |
| 311 | <string-array name="wifi_eap_method"> |
| 312 | <!-- Do not translate. --> |
| 313 | <item>PEAP</item> |
| 314 | <!-- Do not translate. --> |
| 315 | <item>TLS</item> |
| 316 | <!-- Do not translate. --> |
| 317 | <item>TTLS</item> |
Partha N | ba7ee52 | 2012-01-17 18:33:03 -0800 | [diff] [blame] | 318 | <!-- Do not translate. --> |
| 319 | <item>PWD</item> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 320 | </string-array> |
| 321 | |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 322 | <!-- Wi-Fi WPS setup for p2p connections. --> |
| 323 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 324 | <string-array name="wifi_p2p_wps_setup"> |
| 325 | <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]--> |
| 326 | <item>Push button</item> |
| 327 | <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] --> |
Eric Fischer | dfb894c | 2011-10-04 14:57:57 -0700 | [diff] [blame] | 328 | <item>PIN from peer device</item> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 329 | <!-- This involves generating a pin from this device [CHAR LIMIT=20] --> |
Eric Fischer | dfb894c | 2011-10-04 14:57:57 -0700 | [diff] [blame] | 330 | <item>PIN from this device</item> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 331 | </string-array> |
| 332 | |
| 333 | <!-- Match this with the order of WifiP2pDevice.Status --> |
| 334 | <!-- Wi-Fi p2p settings device status message --> |
| 335 | <string-array name="wifi_p2p_status"> |
| 336 | <item>Connected</item> |
| 337 | <item>Invited</item> |
Claudia de Veaux | 8c74e45 | 2011-08-16 16:29:03 -0700 | [diff] [blame] | 338 | <item>Unsuccessful</item> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 339 | <item>Available</item> |
Eric Fischer | dfb894c | 2011-10-04 14:57:57 -0700 | [diff] [blame] | 340 | <item>Out-of-range</item> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 341 | </string-array> |
| 342 | |
| 343 | |
Chris Wren | 1b0489c | 2011-02-01 15:09:13 -0800 | [diff] [blame] | 344 | <!-- Bluetooth Settings --> |
| 345 | |
| 346 | <!-- Discoverable mode timeout options --> |
| 347 | <string-array name="bluetooth_visibility_timeout_entries"> |
Jake Hamby | 79be0b3 | 2011-08-01 16:36:35 -0700 | [diff] [blame] | 348 | <item>2 minutes</item> |
| 349 | <item>5 minutes</item> |
| 350 | <item>1 hour</item> |
| 351 | <item>Never time out</item> |
Chris Wren | 1b0489c | 2011-02-01 15:09:13 -0800 | [diff] [blame] | 352 | </string-array> |
| 353 | |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 354 | <!-- Match this with drawable.wifi_signal. --> <skip /> |
| 355 | <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. --> |
| 356 | <string-array name="wifi_signal"> |
| 357 | <item>Poor</item> |
| 358 | <item>Fair</item> |
| 359 | <item>Good</item> |
| 360 | <item>Excellent</item> |
| 361 | </string-array> |
| 362 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 363 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. --> |
| 364 | <string-array name="wifi_sleep_policy_entries"> |
Gilles Debunne | 829c556 | 2011-09-08 16:51:39 -0700 | [diff] [blame] | 365 | <!-- Always keep Wi-Fi on when screen turns off. --> |
| 366 | <item>Always</item> |
| 367 | <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> |
| 368 | <item>Only when plugged in</item> |
| 369 | <!-- Do not keep Wi-Fi on when screen turns off. --> |
| 370 | <item>Never (increases data usage)</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 371 | </string-array> |
| 372 | |
Amith Yamasani | 967da95 | 2011-03-01 18:42:16 -0800 | [diff] [blame] | 373 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when |
| 374 | the device is Wi-Fi-only. [CHAR LIMIT=30] --> |
| 375 | <string-array name="wifi_sleep_policy_entries_wifi_only"> |
Gilles Debunne | 829c556 | 2011-09-08 16:51:39 -0700 | [diff] [blame] | 376 | <!-- Always keep Wi-Fi on when screen turns off. --> |
| 377 | <item>Always</item> |
| 378 | <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> |
| 379 | <item>Only when plugged in</item> |
| 380 | <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection --> |
| 381 | <item>Never</item> |
Amith Yamasani | 967da95 | 2011-03-01 18:42:16 -0800 | [diff] [blame] | 382 | </string-array> |
| 383 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 384 | <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip /> |
| 385 | <!-- Do not translate. --> |
| 386 | <string-array name="wifi_sleep_policy_values"> |
| 387 | <!-- Do not translate. --> |
Gilles Debunne | 829c556 | 2011-09-08 16:51:39 -0700 | [diff] [blame] | 388 | <item>2</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 389 | <!-- Do not translate. --> |
| 390 | <item>1</item> |
| 391 | <!-- Do not translate. --> |
Gilles Debunne | 829c556 | 2011-09-08 16:51:39 -0700 | [diff] [blame] | 392 | <item>0</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 393 | </string-array> |
| 394 | |
Irfan Sheriff | fa37a75 | 2010-11-04 13:45:32 -0700 | [diff] [blame] | 395 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. --> |
| 396 | <string-array name="wifi_frequency_band_entries"> |
| 397 | <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]--> |
| 398 | <item>Auto</item> |
| 399 | <!-- Operation on 5 GHz alone [CHAR LIMIT=25]--> |
| 400 | <item>5 GHz only</item> |
| 401 | <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]--> |
| 402 | <item>2.4 GHz only</item> |
| 403 | </string-array> |
| 404 | |
| 405 | <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. --> |
| 406 | <!-- Do not translate. --> |
| 407 | <string-array name="wifi_frequency_band_values"> |
| 408 | <!-- Do not translate. --> |
| 409 | <item>0</item> |
| 410 | <!-- Do not translate. --> |
| 411 | <item>1</item> |
| 412 | <!-- Do not translate. --> |
| 413 | <item>2</item> |
| 414 | </string-array> |
| 415 | |
| 416 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 417 | <!-- Display options for UsageStats class --> |
| 418 | <string-array name="usage_stats_display_order_types"> |
Eric Fischer | dfb894c | 2011-10-04 14:57:57 -0700 | [diff] [blame] | 419 | <item>Usage time</item> |
| 420 | <item>Launch count</item> |
| 421 | <item>App name</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 422 | </string-array> |
| 423 | |
Chung-yih Wang | 0c1f898 | 2009-06-03 19:44:35 +0800 | [diff] [blame] | 424 | <!-- EAP method --> |
| 425 | <string-array name="wifi_eap_entries"> |
| 426 | <item>PEAP</item> |
| 427 | <item>TLS</item> |
| 428 | <item>TTLS</item> |
Partha N | ba7ee52 | 2012-01-17 18:33:03 -0800 | [diff] [blame] | 429 | <item>PWD</item> |
Chung-yih Wang | 0c1f898 | 2009-06-03 19:44:35 +0800 | [diff] [blame] | 430 | </string-array> |
| 431 | |
| 432 | <!-- Phase 2 options --> |
| 433 | <string-array name="wifi_phase2_entries"> |
| 434 | <item>None</item> |
| 435 | <item>PAP</item> |
| 436 | <item>MSCHAP</item> |
Chung-yih Wang | e32e8ba | 2009-09-21 18:42:55 +0800 | [diff] [blame] | 437 | <item>MSCHAPV2</item> |
Chung-yih Wang | 0c1f898 | 2009-06-03 19:44:35 +0800 | [diff] [blame] | 438 | <item>GTC</item> |
| 439 | </string-array> |
| 440 | |
Irfan Sheriff | f027ce5 | 2010-08-30 17:03:28 -0700 | [diff] [blame] | 441 | <!-- Wi-Fi IP settings. --> |
Irfan Sheriff | e82a459 | 2010-09-22 13:41:41 -0700 | [diff] [blame] | 442 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
Irfan Sheriff | f027ce5 | 2010-08-30 17:03:28 -0700 | [diff] [blame] | 443 | <string-array name="wifi_ip_settings"> |
Irfan Sheriff | e82a459 | 2010-09-22 13:41:41 -0700 | [diff] [blame] | 444 | <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] --> |
Irfan Sheriff | f027ce5 | 2010-08-30 17:03:28 -0700 | [diff] [blame] | 445 | <item>DHCP</item> |
Irfan Sheriff | e82a459 | 2010-09-22 13:41:41 -0700 | [diff] [blame] | 446 | <!-- Use statically defined IP settings [CHAR LIMIT=25]--> |
Irfan Sheriff | f027ce5 | 2010-08-30 17:03:28 -0700 | [diff] [blame] | 447 | <item>Static</item> |
| 448 | </string-array> |
| 449 | |
Irfan Sheriff | c536192 | 2010-09-22 16:09:35 -0700 | [diff] [blame] | 450 | <!-- Wi-Fi proxy settings. --> |
| 451 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 452 | <string-array name="wifi_proxy_settings"> |
| 453 | <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] --> |
| 454 | <item>None</item> |
Irfan Sheriff | d9c7dcf | 2011-02-09 15:26:25 -0800 | [diff] [blame] | 455 | <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] --> |
| 456 | <item>Manual</item> |
Irfan Sheriff | c536192 | 2010-09-22 16:09:35 -0700 | [diff] [blame] | 457 | </string-array> |
Irfan Sheriff | f027ce5 | 2010-08-30 17:03:28 -0700 | [diff] [blame] | 458 | |
Chouting Zhang | 386278a | 2009-06-24 14:25:43 -0500 | [diff] [blame] | 459 | <!-- Sound settings for emergency tone. --> |
| 460 | <string-array name="emergency_tone_entries"> |
| 461 | <item>Off</item> |
| 462 | <item>Alert</item> |
| 463 | <item>Vibrate</item> |
| 464 | </string-array> |
| 465 | |
| 466 | <!-- Do not translate. --> |
| 467 | <string-array name="emergency_tone_values"> |
| 468 | <item>0</item> |
| 469 | <item>1</item> |
| 470 | <item>2</item> |
| 471 | </string-array> |
| 472 | |
Eric Fischer | 7ca226b | 2009-07-20 18:16:26 -0700 | [diff] [blame] | 473 | <!-- Locales in this list are displayed with the corresponding |
| 474 | name from special_locale_names instead of using the name |
| 475 | from Locale.getDisplayName(). --> |
| 476 | <string-array translatable="false" name="special_locale_codes"> |
| 477 | <item>zh_CN</item> |
| 478 | <item>zh_TW</item> |
| 479 | </string-array> |
| 480 | |
| 481 | <string-array translatable="false" name="special_locale_names"> |
Eric Fischer | e071152 | 2009-10-26 17:54:44 -0700 | [diff] [blame] | 482 | <item>中文 (简体)</item> |
Eric Fischer | 7ca226b | 2009-07-20 18:16:26 -0700 | [diff] [blame] | 483 | <item>中文 (繁體)</item> |
| 484 | </string-array> |
| 485 | |
Jaikumar Ganesh | 195bc43 | 2009-10-26 13:01:36 -0700 | [diff] [blame] | 486 | <!-- Authentication Types used in APN editor --> |
| 487 | <string-array name="apn_auth_entries"> |
| 488 | <item>None</item> |
| 489 | <item>PAP</item> |
| 490 | <item>CHAP</item> |
| 491 | <item>PAP or CHAP</item> |
| 492 | </string-array> |
| 493 | |
| 494 | <string-array translatable="false" name="apn_auth_values"> |
| 495 | <!-- Do not translate. --> |
| 496 | <item>0</item> |
| 497 | <!-- Do not translate. --> |
| 498 | <item>1</item> |
| 499 | <!-- Do not translate. --> |
| 500 | <item>2</item> |
| 501 | <!-- Do not translate. --> |
| 502 | <item>3</item> |
| 503 | </string-array> |
| 504 | |
Lorenzo Colitti | a7e587f | 2010-12-29 15:52:41 -0800 | [diff] [blame] | 505 | <!-- Authentication Types used in APN editor --> |
| 506 | <string-array name="apn_protocol_entries"> |
| 507 | <item>IPv4</item> |
| 508 | <item>IPv6</item> |
| 509 | <item>IPv4/IPv6</item> |
| 510 | </string-array> |
| 511 | |
| 512 | <string-array translatable="false" name="apn_protocol_values"> |
| 513 | <!-- Do not translate. --> |
| 514 | <item>IP</item> |
| 515 | <!-- Do not translate. --> |
| 516 | <item>IPV6</item> |
| 517 | <!-- Do not translate. --> |
| 518 | <item>IPV4V6</item> |
| 519 | </string-array> |
| 520 | |
sinikang | cd8b7c3 | 2011-09-08 15:44:09 -0700 | [diff] [blame] | 521 | <!-- Bearer Info used in APN editor --> |
| 522 | <string-array name="bearer_entries"> |
| 523 | <item>LTE</item> |
| 524 | <item>eHRPD</item> |
| 525 | <item>Unspecified</item> |
| 526 | </string-array> |
| 527 | |
| 528 | <string-array translatable="false" name="bearer_values"> |
| 529 | <!-- Do not translate. --> |
| 530 | <item>14</item> |
| 531 | <!-- Do not translate. --> |
| 532 | <item>13</item> |
| 533 | <!-- Do not translate. --> |
| 534 | <item>0</item> |
| 535 | </string-array> |
| 536 | |
Oscar Montemayor | a110a71 | 2010-02-10 16:04:18 -0800 | [diff] [blame] | 537 | <!-- Apps on SD instalaltion location options in ApplicationSettings --> |
| 538 | <string-array name="app_install_location_entries"> |
| 539 | <item>Internal device storage</item> |
| 540 | <item>Removable SD card</item> |
| 541 | <item>Let the system decide</item> |
| 542 | </string-array> |
| 543 | |
| 544 | <!-- Do not translate. --> |
| 545 | <string-array name="app_install_location_values" translatable="false"> |
| 546 | <item>device</item> |
| 547 | <item>sdcard</item> |
| 548 | <item>auto</item> |
| 549 | </string-array> |
| 550 | |
Amith Yamasani | dfb6543 | 2011-11-29 16:38:14 -0800 | [diff] [blame] | 551 | <!-- Silent mode options. --> |
| 552 | <string-array name="silent_mode_entries"> |
| 553 | <item>Off</item> |
| 554 | <item>Vibrate</item> |
| 555 | <item>Mute</item> |
Daniel Sandler | 58cf829 | 2010-02-26 15:25:04 -0500 | [diff] [blame] | 556 | </string-array> |
| 557 | |
Amith Yamasani | dfb6543 | 2011-11-29 16:38:14 -0800 | [diff] [blame] | 558 | <!-- Values for Silent mode. Do not translate. --> |
| 559 | <string-array name="silent_mode_values" translatable="false"> |
| 560 | <item>off</item> |
| 561 | <item>vibrate</item> |
| 562 | <item>mute</item> |
Daniel Sandler | 58cf829 | 2010-02-26 15:25:04 -0500 | [diff] [blame] | 563 | </string-array> |
Svetoslav Ganov | 8262301 | 2011-03-02 13:00:42 -0800 | [diff] [blame] | 564 | |
| 565 | <!-- Titles for the list of long press timeout options. --> |
| 566 | <string-array name="long_press_timeout_selector_titles"> |
| 567 | <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] --> |
| 568 | <item>Short</item> |
| 569 | <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] --> |
| 570 | <item>Medium</item> |
| 571 | <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] --> |
| 572 | <item>Long</item> |
| 573 | </string-array> |
| 574 | |
Amith Yamasani | f3b325f | 2011-03-23 12:49:20 -0700 | [diff] [blame] | 575 | <!-- Values for the list of long press timeout options. --> |
Svetoslav Ganov | 8262301 | 2011-03-02 13:00:42 -0800 | [diff] [blame] | 576 | <string-array name="long_press_timeout_selector_values" translatable="false"> |
| 577 | <item>500</item> |
| 578 | <item>1000</item> |
| 579 | <item>1500</item> |
| 580 | </string-array> |
| 581 | |
Amith Yamasani | f3b325f | 2011-03-23 12:49:20 -0700 | [diff] [blame] | 582 | <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] --> |
| 583 | <string-array name="hdcp_checking_titles"> |
| 584 | <item>Never check</item> |
| 585 | <item>Check for DRM content only</item> |
| 586 | <item>Always check</item> |
| 587 | </string-array> |
| 588 | |
| 589 | <!-- Values for HDCP checking preference. --> |
| 590 | <string-array name="hdcp_checking_values" translatable="false" > |
| 591 | <item>never</item> |
| 592 | <item>drm-only</item> |
| 593 | <item>always</item> |
| 594 | </string-array> |
| 595 | |
| 596 | <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]--> |
| 597 | <string-array name="hdcp_checking_summaries" > |
| 598 | <item>Never use HDCP checking</item> |
| 599 | <item>Use HDCP checking for DRM content only</item> |
| 600 | <item>Always use HDCP checking</item> |
| 601 | </string-array> |
Amith Yamasani | f3b325f | 2011-03-23 12:49:20 -0700 | [diff] [blame] | 602 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 603 | <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> |
| 604 | <string-array name="window_animation_scale_entries"> |
| 605 | <item>Animation off</item> |
| 606 | <item>Animation scale .5x</item> |
| 607 | <item>Animation scale 1x</item> |
| 608 | <item>Animation scale 1.5x</item> |
| 609 | <item>Animation scale 2x</item> |
| 610 | <item>Animation scale 5x</item> |
| 611 | <item>Animation scale 10x</item> |
| 612 | </string-array> |
| 613 | |
| 614 | <!-- Values for window animation scale preference. --> |
| 615 | <string-array name="window_animation_scale_values" translatable="false" > |
| 616 | <item>0</item> |
| 617 | <item>.5</item> |
| 618 | <item>1</item> |
| 619 | <item>1.5</item> |
| 620 | <item>2</item> |
| 621 | <item>5</item> |
| 622 | <item>10</item> |
| 623 | </string-array> |
| 624 | |
| 625 | <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] --> |
| 626 | <string-array name="transition_animation_scale_entries"> |
| 627 | <item>Animation off</item> |
| 628 | <item>Animation scale .5x</item> |
| 629 | <item>Animation scale 1x</item> |
| 630 | <item>Animation scale 1.5x</item> |
| 631 | <item>Animation scale 2x</item> |
| 632 | <item>Animation scale 5x</item> |
| 633 | <item>Animation scale 10x</item> |
| 634 | </string-array> |
| 635 | |
| 636 | <!-- Values for transition animation scale preference. --> |
| 637 | <string-array name="transition_animation_scale_values" translatable="false" > |
| 638 | <item>0</item> |
| 639 | <item>.5</item> |
| 640 | <item>1</item> |
| 641 | <item>1.5</item> |
| 642 | <item>2</item> |
| 643 | <item>5</item> |
| 644 | <item>10</item> |
| 645 | </string-array> |
| 646 | |
Chet Haase | b29e7870 | 2012-02-01 15:10:12 -0800 | [diff] [blame] | 647 | <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] --> |
| 648 | <string-array name="animator_duration_scale_entries"> |
| 649 | <item>Animation off</item> |
| 650 | <item>Animation scale .5x</item> |
| 651 | <item>Animation scale 1x</item> |
| 652 | <item>Animation scale 1.5x</item> |
| 653 | <item>Animation scale 2x</item> |
| 654 | <item>Animation scale 5x</item> |
| 655 | <item>Animation scale 10x</item> |
| 656 | </string-array> |
| 657 | |
| 658 | <!-- Values for animator duration scale preference. --> |
| 659 | <string-array name="animator_duration_scale_values" translatable="false" > |
| 660 | <item>0</item> |
| 661 | <item>.5</item> |
| 662 | <item>1</item> |
| 663 | <item>1.5</item> |
| 664 | <item>2</item> |
| 665 | <item>5</item> |
| 666 | <item>10</item> |
| 667 | </string-array> |
| 668 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 669 | <!-- Titles for app process limit preference. [CHAR LIMIT=35] --> |
| 670 | <string-array name="app_process_limit_entries"> |
Dianne Hackborn | 83b09a5 | 2011-07-13 19:36:06 -0700 | [diff] [blame] | 671 | <item>Standard limit</item> |
| 672 | <item>No background processes</item> |
| 673 | <item>At most 1 process</item> |
| 674 | <item>At most 2 processes</item> |
| 675 | <item>At most 3 processes</item> |
| 676 | <item>At most 4 processes</item> |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 677 | </string-array> |
| 678 | |
| 679 | <!-- Values for app process limit preference. --> |
| 680 | <string-array name="app_process_limit_values" translatable="false" > |
Dianne Hackborn | 83b09a5 | 2011-07-13 19:36:06 -0700 | [diff] [blame] | 681 | <item>-1</item> |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 682 | <item>0</item> |
| 683 | <item>1</item> |
| 684 | <item>2</item> |
| 685 | <item>3</item> |
Dianne Hackborn | 83b09a5 | 2011-07-13 19:36:06 -0700 | [diff] [blame] | 686 | <item>4</item> |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 687 | </string-array> |
| 688 | |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 689 | <!-- Match this with the constants in VpnProfile. --> <skip /> |
| 690 | <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] --> |
| 691 | <string-array name="vpn_types" translatable="false"> |
| 692 | <item>PPTP</item> |
| 693 | <item>L2TP/IPSec PSK</item> |
| 694 | <item>L2TP/IPSec RSA</item> |
| 695 | <item>IPSec Xauth PSK</item> |
| 696 | <item>IPSec Xauth RSA</item> |
| 697 | <item>IPSec Hybrid RSA</item> |
| 698 | </string-array> |
| 699 | |
| 700 | <!-- Match this with the constants in VpnProfile. --> <skip /> |
| 701 | <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] --> |
| 702 | <string-array name="vpn_types_long"> |
| 703 | <item>PPTP VPN</item> |
| 704 | <item>L2TP/IPSec VPN with pre-shared keys</item> |
| 705 | <item>L2TP/IPSec VPN with certificates</item> |
| 706 | <item>IPSec VPN with pre-shared keys and Xauth authentication</item> |
| 707 | <item>IPSec VPN with certificates and Xauth authentication</item> |
| 708 | <item>IPSec VPN with certificates and hybrid authentication</item> |
| 709 | </string-array> |
| 710 | |
Chia-chi Yeh | 97fd85f | 2011-07-04 03:17:33 -0700 | [diff] [blame] | 711 | <!-- Match this with the constants in LegacyVpnInfo. --> <skip /> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 712 | <!-- Status for a VPN network. [CHAR LIMIT=100] --> |
| 713 | <string-array name="vpn_states"> |
Chia-chi Yeh | 97fd85f | 2011-07-04 03:17:33 -0700 | [diff] [blame] | 714 | <!-- Status message when VPN is disconnected. --> |
| 715 | <item>Disconnected</item> |
| 716 | <!-- Status message when VPN is initializing. --> |
| 717 | <item>Initializing\u2026</item> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 718 | <!-- Status message when VPN is connecting. --> |
| 719 | <item>Connecting\u2026</item> |
| 720 | <!-- Status message when VPN is connected. --> |
| 721 | <item>Connected</item> |
Chia-chi Yeh | 97fd85f | 2011-07-04 03:17:33 -0700 | [diff] [blame] | 722 | <!-- Status message when VPN is timeout. --> |
| 723 | <item>Timeout</item> |
| 724 | <!-- Status message when VPN is failed. --> |
Claudia de Veaux | 8c74e45 | 2011-08-16 16:29:03 -0700 | [diff] [blame] | 725 | <item>Unsuccessful</item> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 726 | </string-array> |
Amith Yamasani | b810a0d | 2012-03-25 10:12:26 -0700 | [diff] [blame] | 727 | |
| 728 | <!-- User content ratings for restricted users [CHAR LIMIT=30] --> |
Amith Yamasani | 86ad15e | 2012-03-28 20:38:06 -0700 | [diff] [blame] | 729 | <string-array name="user_content_ratings_entries" translatable="false"> |
Amith Yamasani | b810a0d | 2012-03-25 10:12:26 -0700 | [diff] [blame] | 730 | <item>Ascended being</item> |
| 731 | <item>Human</item> |
| 732 | <item>Neanderthal</item> |
| 733 | <item>Chimp</item> |
| 734 | <item>Monkey</item> |
| 735 | </string-array> |
| 736 | |
| 737 | <!-- Values for user content ratings for restricted users --> |
| 738 | <string-array name="user_content_ratings_values" translatable="false"> |
| 739 | <item>5</item> |
| 740 | <item>4</item> |
| 741 | <item>3</item> |
| 742 | <item>2</item> |
| 743 | <item>1</item> |
| 744 | </string-array> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 745 | </resources> |