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 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"> 26 <!-- The next level of the time zoner picker should show time zones from the Americas. --> 27 <item>America</item> 28 <!-- The next level of the time zoner picker should show time zones from Europe. --> 29 <item>Europe</item> 30 <!-- The next level of the time zoner picker should show time zones from Africa. --> 31 <item>Africa</item> 32 <!-- The next level of the time zoner picker should show time zones from Asia. --> 33 <item>Asia</item> 34 <!-- The next level of the time zoner picker should show time zones from Australia. --> 35 <item>Australia</item> 36 <!-- The next level of the time zoner picker should show time zones from Pacific. --> 37 <item>Pacific</item> 38 <!-- The next level of the time zoner picker should show time zones from ALL regions. --> 39 <item>All</item> 40 </string-array> 41 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> 46 <item>MM-dd-yyyy</item> 47 <item>dd-MM-yyyy</item> 48 <item>yyyy-MM-dd</item> 49 </string-array> 50 51 <!-- Display settings. The type of animations to show. --> 52 <string-array name="animations_entries"> 53 <item>No animations</item> 54 <item>Some animations</item> 55 <item>All animations</item> 56 </string-array> 57 58 <!-- Display settings. Summary for each type of animation. --> 59 <string-array name="animations_summaries"> 60 <item>No window animations are shown</item> 61 <item>Some window animations are shown</item> 62 <item>All window animations are shown</item> 63 </string-array> 64 65 <!-- Do not translate. --> 66 <string-array name="animations_values"> 67 <!-- Do not translate. --> 68 <item>00</item> 69 <!-- Do not translate. --> 70 <item>01</item> 71 <!-- Do not translate. --> 72 <item>11</item> 73 </string-array> 74 75 <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown ain a list dialog. --> 76 <string-array name="screen_timeout_entries"> 77 <item>15 seconds</item> 78 <item>30 seconds</item> 79 <item>1 minute</item> 80 <item>2 minutes</item> 81 <item>10 minutes</item> 82 <item>30 minutes</item> 83 </string-array> 84 85 <!-- Do not translate. --> 86 <string-array name="screen_timeout_values" translatable="false"> 87 <!-- Do not translate. --> 88 <item>15000</item> 89 <!-- Do not translate. --> 90 <item>30000</item> 91 <!-- Do not translate. --> 92 <item>60000</item> 93 <!-- Do not translate. --> 94 <item>120000</item> 95 <!-- Do not translate. --> 96 <item>600000</item> 97 <!-- Do not translate. --> 98 <item>1800000</item> 99 </string-array> 100 101 <!-- TTS settings --> 102 103 <!-- Default speech rate choices --> 104 <string-array name="tts_rate_entries"> 105 <item>Very slow</item> 106 <item>Slow</item> 107 <item>Normal</item> 108 <item>Fast</item> 109 <item>Very fast</item> 110 </string-array> 111 <!-- Do not translate. --> 112 <string-array name="tts_rate_values"> 113 <item>60</item> 114 <item>80</item> 115 <item>100</item> 116 <item>150</item> 117 <item>200</item> 118 </string-array> 119 120 <!-- Default pitch choices --> 121 <string-array name="tts_pitch_entries"> 122 <item>Very low</item> 123 <item>Low</item> 124 <item>Normal</item> 125 <item>High</item> 126 <item>Very high</item> 127 </string-array> 128 <!-- Do not translate. --> 129 <string-array name="tts_pitch_values"> 130 <item>50</item> 131 <item>80</item> 132 <item>100</item> 133 <item>120</item> 134 <item>150</item> 135 </string-array> 136 137 <!-- Default language choices --> 138 <string-array name="tts_lang_entries"> 139 <item>American English</item> 140 <item>British English</item> 141 <item>French</item> 142 <item>German</item> 143 <item>Italian</item> 144 <item>Spanish</item> 145 </string-array> 146 <!-- Do not translate. --> 147 <string-array name="tts_lang_values"> 148 <item>eng-USA</item> 149 <item>eng-GBR</item> 150 <item>fra-FRA</item> 151 <item>deu-DEU</item> 152 <item>ita-ITA</item> 153 <item>spa-ESP</item> 154 </string-array> 155 <!-- Do not translate. --> 156 <string-array name="tts_demo_strings"> 157 <item>This is an example of speech synthesis in English.</item> 158 <item>This is an example of speech synthesis in English.</item> 159 <item>Voici un échantillon de synthèse vocale en français.</item> 160 <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item> 161 <item>Questo è un esempio di sintesi vocale in italiano.</item> 162 <item>Este es un ejemplo de síntesis de voz en español.</item> 163 </string-array> 164 165 <!-- Wi-Fi settings --> 166 167 <!-- Match this with code. --> <skip /> 168 <!-- 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. --> 169 <string-array name="wifi_security_entries"> 170 <!-- Let the phone figure out the security type auutomatically. --> 171 <item>Auto</item> 172 <!-- The Wi-Fi network does not have any security. --> 173 <item>None</item> 174 <!-- Do not translate. The Wi-Fi network has WEP security. --> 175 <item>WEP</item> 176 <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? --> 177 <item>WPA/WPA2 PSK</item> 178 <!-- The Wi-Fi network has WPA EAP extensible authentication protocol. --> 179 <item>802.1x Enterprise</item> 180 </string-array> 181 182 <!-- Match this with code. --> <skip /> 183 <!-- 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. --> 184 <string-array name="wifi_security_without_auto_entries"> 185 <!-- The Wi-Fi network does not have any security. --> 186 <item>None</item> 187 <!-- Do not translate. The Wi-Fi network has WEP security. --> 188 <item>WEP</item> 189 <!-- The Wi-Fi network has WPA personal security. WPA Personal is a tech term, and might be better left untranslated? --> 190 <item>WPA/WPA2 PSK</item> 191 <!-- The Wi-Fi network has WPA enterprise security. WPA Enterprise is a tech term, and might be better left untranslated? --> 192 <item>802.1x Enterprise</item> 193 </string-array> 194 195 <!-- Match this with code. --> <skip /> 196 <!-- Wi-Fi settings. Presented as a list dialog to the user. He chooses the type of WEP key he entered. --> 197 <string-array name="wifi_wep_type"> 198 <!-- This means the phone should figure out the type automatically the best it can. --> 199 <item>Auto</item> 200 <!-- Do not translate. --> 201 <item>WEP ASCII</item> 202 <!-- WEP key that is in hexadecimal. --> 203 <item>WEP hexadecimal</item> 204 </string-array> 205 206 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. --> 207 <string-array name="wifi_sleep_policy_entries"> 208 <!-- Wi-Fi should go to sleep when the screen turns off. --> 209 <item>When screen turns off</item> 210 <!-- When plugged in, never go to sleep. When on battery, go to sleep when screen turns off. --> 211 <item>Never when plugged in</item> 212 <!-- Never go to sleep. --> 213 <item>Never</item> 214 </string-array> 215 216 <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip /> 217 <!-- Do not translate. --> 218 <string-array name="wifi_sleep_policy_values"> 219 <!-- Do not translate. --> 220 <item>0</item> 221 <!-- Do not translate. --> 222 <item>1</item> 223 <!-- Do not translate. --> 224 <item>2</item> 225 </string-array> 226 227 <!-- Match with constants in BatteryHistory class --> 228 <string-array name="battery_history_type_spinner"> 229 <item>CPU usage</item> 230 <item>Network usage</item> 231 <item>GPS usage</item> 232 <item>Sensor usage</item> 233 <item>Partial wake usage</item> 234 <item>Other usage</item> 235 </string-array> 236 237 <!-- Match with constants in BatteryStats class --> 238 <string-array name="battery_history_which_spinner"> 239 <item>Since last unplugged</item> 240 <item>Total since boot</item> 241 <item>Total in all time</item> 242 </string-array> 243 244 <!-- Display options for UsageStats class --> 245 <string-array name="usage_stats_display_order_types"> 246 <item>Usage Time</item> 247 <item>Launch Count</item> 248 <item>Application Name</item> 249 </string-array> 250 251 <!-- EAP method --> 252 <string-array name="wifi_eap_entries"> 253 <item>PEAP</item> 254 <item>TLS</item> 255 <item>TTLS</item> 256 </string-array> 257 258 <!-- Phase 2 options --> 259 <string-array name="wifi_phase2_entries"> 260 <item>None</item> 261 <item>PAP</item> 262 <item>MSCHAP</item> 263 <item>MSCHAPV2</item> 264 <item>GTC</item> 265 </string-array> 266 267 <!-- Sound settings for emergency tone. --> 268 <string-array name="emergency_tone_entries"> 269 <item>Off</item> 270 <item>Alert</item> 271 <item>Vibrate</item> 272 </string-array> 273 274 <!-- Do not translate. --> 275 <string-array name="emergency_tone_values"> 276 <item>0</item> 277 <item>1</item> 278 <item>2</item> 279 </string-array> 280 281 <!-- Locales in this list are displayed with the corresponding 282 name from special_locale_names instead of using the name 283 from Locale.getDisplayName(). --> 284 <string-array translatable="false" name="special_locale_codes"> 285 <item>zh_CN</item> 286 <item>zh_TW</item> 287 </string-array> 288 289 <string-array translatable="false" name="special_locale_names"> 290 <item>中文 (简体)</item> 291 <item>中文 (繁體)</item> 292 </string-array> 293 294 <!-- Authentication Types used in APN editor --> 295 <string-array name="apn_auth_entries"> 296 <item>None</item> 297 <item>PAP</item> 298 <item>CHAP</item> 299 <item>PAP or CHAP</item> 300 </string-array> 301 302 <string-array translatable="false" name="apn_auth_values"> 303 <!-- Do not translate. --> 304 <item>0</item> 305 <!-- Do not translate. --> 306 <item>1</item> 307 <!-- Do not translate. --> 308 <item>2</item> 309 <!-- Do not translate. --> 310 <item>3</item> 311 </string-array> 312 313</resources> 314