Marco Brohet | f9d4a5b | 2014-02-27 15:02:24 +0100 | [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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 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 delay in inactivity before the screen is turned off. These are shown in a list dialog. --> |
| 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> |
| 57 | <item>5 minutes</item> |
| 58 | <item>10 minutes</item> |
| 59 | <item>30 minutes</item> |
| 60 | </string-array> |
| 61 | |
| 62 | <!-- Do not translate. --> |
| 63 | <string-array name="screen_timeout_values" translatable="false"> |
| 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. --> |
| 73 | <item>300000</item> |
| 74 | <!-- Do not translate. --> |
| 75 | <item>600000</item> |
| 76 | <!-- Do not translate. --> |
| 77 | <item>1800000</item> |
| 78 | </string-array> |
| 79 | |
| 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 | |
| 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"> |
| 115 | <item>Immediately</item> |
| 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> |
| 121 | <item>5 minutes</item> |
| 122 | <item>10 minutes</item> |
| 123 | <item>30 minutes</item> |
| 124 | </string-array> |
| 125 | |
| 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. --> |
| 141 | <item>300000</item> |
| 142 | <!-- Do not translate. --> |
| 143 | <item>600000</item> |
| 144 | <!-- Do not translate. --> |
| 145 | <item>1800000</item> |
| 146 | </string-array> |
| 147 | |
| 148 | <string-array name="entries_font_size"> |
| 149 | <item msgid="6490061470416867723">Small</item> |
| 150 | <item msgid="3579015730662088893">Normal</item> |
| 151 | <item msgid="1678068858001018666">Large</item> |
| 152 | <item msgid="490158884605093126">Huge</item> |
| 153 | </string-array> |
| 154 | |
| 155 | <string-array name="entryvalues_font_size" translatable="false"> |
| 156 | <item>0.85</item> |
| 157 | <item>1.0</item> |
| 158 | <item>1.15</item> |
| 159 | <item>1.30</item> |
| 160 | </string-array> |
| 161 | |
| 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>Faster</item> |
| 171 | <item>Very fast</item> |
| 172 | <item>Rapid</item> |
| 173 | <item>Very rapid</item> |
| 174 | <item>Fastest</item> |
| 175 | </string-array> |
| 176 | <!-- Do not translate. --> |
| 177 | <string-array name="tts_rate_values"> |
| 178 | <item>60</item> |
| 179 | <item>80</item> |
| 180 | <item>100</item> |
| 181 | <item>150</item> |
| 182 | <item>200</item> |
| 183 | <item>250</item> |
| 184 | <item>300</item> |
| 185 | <item>350</item> |
| 186 | <item>400</item> |
| 187 | </string-array> |
| 188 | |
| 189 | <!-- Default pitch choices --> |
| 190 | <string-array name="tts_pitch_entries"> |
| 191 | <item>Very low</item> |
| 192 | <item>Low</item> |
| 193 | <item>Normal</item> |
| 194 | <item>High</item> |
| 195 | <item>Very high</item> |
| 196 | </string-array> |
| 197 | <!-- Do not translate. --> |
| 198 | <string-array name="tts_pitch_values"> |
| 199 | <item>50</item> |
| 200 | <item>80</item> |
| 201 | <item>100</item> |
| 202 | <item>120</item> |
| 203 | <item>150</item> |
| 204 | </string-array> |
| 205 | |
| 206 | <!-- Do not translate. --> |
| 207 | <string-array name="tts_demo_strings" translatable="false"> |
| 208 | <item>This is an example of speech synthesis in English.</item> |
| 209 | <item>Voici un échantillon de synthèse vocale en français.</item> |
| 210 | <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item> |
| 211 | <item>Questo è un esempio di sintesi vocale in italiano.</item> |
| 212 | <item>Este es un ejemplo de síntesis de voz en español.</item> |
| 213 | <item>이것은 한국어 음성 합성의 예입니다.</item> |
| 214 | </string-array> |
| 215 | <string-array name="tts_demo_string_langs" translatable="false"> |
| 216 | <item>eng</item> |
| 217 | <item>fra</item> |
| 218 | <item>deu</item> |
| 219 | <item>ita</item> |
| 220 | <item>spa</item> |
| 221 | <item>kor</item> |
| 222 | </string-array> |
| 223 | |
| 224 | |
| 225 | <!-- Wi-Fi settings --> |
| 226 | |
| 227 | <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> |
| 228 | <!-- Wi-Fi settings. The status messages when the network is unknown. --> |
| 229 | <string-array name="wifi_status"> |
| 230 | <!-- Status message of Wi-Fi when it is idle. --> |
| 231 | <item></item> |
| 232 | <!-- Status message of Wi-Fi when it is scanning. --> |
| 233 | <item>Scanning\u2026</item> |
| 234 | <!-- Status message of Wi-Fi when it is connecting. --> |
| 235 | <item>Connecting\u2026</item> |
| 236 | <!-- Status message of Wi-Fi when it is authenticating. --> |
| 237 | <item>Authenticating\u2026</item> |
| 238 | <!-- Status message of Wi-Fi when it is obtaining IP address. --> |
| 239 | <item>Obtaining IP address\u2026</item> |
| 240 | <!-- Status message of Wi-Fi when it is connected. --> |
| 241 | <item>Connected</item> |
| 242 | <!-- Status message of Wi-Fi when it is suspended. --> |
| 243 | <item>Suspended</item> |
| 244 | <!-- Status message of Wi-Fi when it is disconnecting. --> |
| 245 | <item>Disconnecting\u2026</item> |
| 246 | <!-- Status message of Wi-Fi when it is disconnected. --> |
| 247 | <item>Disconnected</item> |
| 248 | <!-- Status message of Wi-Fi when it is a failure. --> |
| 249 | <item>Unsuccessful</item> |
| 250 | <!-- Status message of Wi-Fi when it is blocked. --> |
| 251 | <item>Blocked</item> |
| 252 | <!-- Status message of Wi-Fi when connectiong is being verified. --> |
| 253 | <item>Temporarily avoiding poor connection</item> |
| 254 | </string-array> |
| 255 | |
| 256 | <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> |
| 257 | <!-- Wi-Fi settings. The status messages when the network is known. --> |
| 258 | <string-array name="wifi_status_with_ssid"> |
| 259 | <!-- Status message of Wi-Fi when it is idle. --> |
| 260 | <item></item> |
| 261 | <!-- Status message of Wi-Fi when it is scanning. --> |
| 262 | <item>Scanning\u2026</item> |
| 263 | <!-- Status message of Wi-Fi when it is connecting to a network. --> |
| 264 | <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 265 | <!-- Status message of Wi-Fi when it is authenticating with a network. --> |
| 266 | <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 267 | <!-- Status message of Wi-Fi when it is obtaining IP address from a network. --> |
| 268 | <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 269 | <!-- Status message of Wi-Fi when it is connected to a network. --> |
| 270 | <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item> |
| 271 | <!-- Status message of Wi-Fi when it is suspended. --> |
| 272 | <item>Suspended</item> |
| 273 | <!-- Status message of Wi-Fi when it is disconnecting from a network. --> |
| 274 | <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item> |
| 275 | <!-- Status message of Wi-Fi when it is disconnected. --> |
| 276 | <item>Disconnected</item> |
| 277 | <!-- Status message of Wi-Fi when it is a failure. --> |
| 278 | <item>Unsuccessful</item> |
| 279 | <!-- Status message of Wi-Fi when it is blocked. --> |
| 280 | <item>Blocked</item> |
| 281 | <!-- Status message of Wi-Fi when connectiong is being verified. --> |
| 282 | <item>Temporarily avoiding poor connection</item> |
| 283 | </string-array> |
| 284 | |
| 285 | <!-- Match this with the constants in AccessPoint. --> <skip /> |
| 286 | <!-- Wi-Fi security choices used when manually added a Wi-Fi network --> |
| 287 | <string-array name="wifi_security"> |
| 288 | <!-- The Wi-Fi network does not have any security. --> |
| 289 | <item>@string/wifi_security_none</item> |
| 290 | <!-- Do not translate. --> |
| 291 | <item>@string/wifi_security_wep</item> |
| 292 | <!-- Do not translate. --> |
| 293 | <item>@string/wifi_security_psk_generic</item> |
| 294 | <!-- Do not translate. --> |
| 295 | <item>@string/wifi_security_eap</item> |
| 296 | </string-array> |
| 297 | |
| 298 | <!-- Match this with the constants in AccessPoint. --> <skip /> |
| 299 | <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. --> |
| 300 | <string-array name="wifi_security_no_eap"> |
| 301 | <!-- The Wi-Fi network does not have any security. --> |
| 302 | <item>@string/wifi_security_none</item> |
| 303 | <!-- Do not translate. --> |
| 304 | <item>@string/wifi_security_wep</item> |
| 305 | <!-- Do not translate. --> |
| 306 | <item>@string/wifi_security_psk_generic</item> |
| 307 | </string-array> |
| 308 | |
| 309 | <!-- Wi-Fi AP settings. The type of security a Wi-Fi AP supports. --> |
| 310 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 311 | <string-array name="wifi_ap_security"> |
| 312 | <item>@string/wifi_security_none</item> |
| 313 | <item>@string/wifi_security_wpa</item> |
| 314 | <item>@string/wifi_security_wpa2</item> |
| 315 | </string-array> |
| 316 | |
| 317 | <!-- Match this with the constants in WifiDialog. --> <skip /> |
| 318 | <!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. --> |
| 319 | <string-array name="wifi_eap_method"> |
| 320 | <!-- Do not translate. --> |
| 321 | <item>PEAP</item> |
| 322 | <!-- Do not translate. --> |
| 323 | <item>TLS</item> |
| 324 | <!-- Do not translate. --> |
| 325 | <item>TTLS</item> |
| 326 | <!-- Do not translate. --> |
| 327 | <item>PWD</item> |
| 328 | </string-array> |
| 329 | |
| 330 | <!-- Wi-Fi WPS setup for p2p connections. --> |
| 331 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 332 | <string-array name="wifi_p2p_wps_setup"> |
| 333 | <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]--> |
| 334 | <item>Push button</item> |
| 335 | <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] --> |
| 336 | <item>PIN from peer device</item> |
| 337 | <!-- This involves generating a pin from this device [CHAR LIMIT=20] --> |
| 338 | <item>PIN from this device</item> |
| 339 | </string-array> |
| 340 | |
| 341 | <!-- Match this with the order of WifiP2pDevice.Status --> |
| 342 | <!-- Wi-Fi p2p settings device status message --> |
| 343 | <string-array name="wifi_p2p_status"> |
| 344 | <item>Connected</item> |
| 345 | <item>Invited</item> |
| 346 | <item>Unsuccessful</item> |
| 347 | <item>Available</item> |
| 348 | <item>Out-of-range</item> |
| 349 | </string-array> |
| 350 | |
| 351 | |
| 352 | <!-- Bluetooth Settings --> |
| 353 | |
| 354 | <!-- Discoverable mode timeout options --> |
| 355 | <string-array name="bluetooth_visibility_timeout_entries"> |
| 356 | <item>2 minutes</item> |
| 357 | <item>5 minutes</item> |
| 358 | <item>1 hour</item> |
| 359 | <item>Never time out</item> |
| 360 | </string-array> |
| 361 | |
| 362 | <!-- Match this with drawable.wifi_signal. --> <skip /> |
| 363 | <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. --> |
| 364 | <string-array name="wifi_signal"> |
| 365 | <item>Poor</item> |
| 366 | <item>Fair</item> |
| 367 | <item>Good</item> |
| 368 | <item>Excellent</item> |
| 369 | </string-array> |
| 370 | |
| 371 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. --> |
| 372 | <string-array name="wifi_sleep_policy_entries"> |
| 373 | <!-- Always keep Wi-Fi on when screen turns off. --> |
| 374 | <item>Always</item> |
| 375 | <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> |
| 376 | <item>Only when plugged in</item> |
| 377 | <!-- Do not keep Wi-Fi on when screen turns off. --> |
| 378 | <item>Never (increases data usage)</item> |
| 379 | </string-array> |
| 380 | |
| 381 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when |
| 382 | the device is Wi-Fi-only. [CHAR LIMIT=30] --> |
| 383 | <string-array name="wifi_sleep_policy_entries_wifi_only"> |
| 384 | <!-- Always keep Wi-Fi on when screen turns off. --> |
| 385 | <item>Always</item> |
| 386 | <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. --> |
| 387 | <item>Only when plugged in</item> |
| 388 | <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection --> |
| 389 | <item>Never</item> |
| 390 | </string-array> |
| 391 | |
| 392 | <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip /> |
| 393 | <!-- Do not translate. --> |
| 394 | <string-array name="wifi_sleep_policy_values"> |
| 395 | <!-- Do not translate. --> |
| 396 | <item>2</item> |
| 397 | <!-- Do not translate. --> |
| 398 | <item>1</item> |
| 399 | <!-- Do not translate. --> |
| 400 | <item>0</item> |
| 401 | </string-array> |
| 402 | |
| 403 | <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. --> |
| 404 | <string-array name="wifi_frequency_band_entries"> |
| 405 | <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]--> |
| 406 | <item>Auto</item> |
| 407 | <!-- Operation on 5 GHz alone [CHAR LIMIT=25]--> |
| 408 | <item>5 GHz only</item> |
| 409 | <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]--> |
| 410 | <item>2.4 GHz only</item> |
| 411 | </string-array> |
| 412 | |
| 413 | <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. --> |
| 414 | <!-- Do not translate. --> |
| 415 | <string-array name="wifi_frequency_band_values"> |
| 416 | <!-- Do not translate. --> |
| 417 | <item>0</item> |
| 418 | <!-- Do not translate. --> |
| 419 | <item>1</item> |
| 420 | <!-- Do not translate. --> |
| 421 | <item>2</item> |
| 422 | </string-array> |
| 423 | |
| 424 | |
| 425 | <!-- Display options for UsageStats class --> |
| 426 | <string-array name="usage_stats_display_order_types"> |
| 427 | <item>Usage time</item> |
| 428 | <item>Launch count</item> |
| 429 | <item>App name</item> |
| 430 | </string-array> |
| 431 | |
| 432 | <!-- EAP method --> |
| 433 | <string-array name="wifi_eap_entries"> |
| 434 | <item>PEAP</item> |
| 435 | <item>TLS</item> |
| 436 | <item>TTLS</item> |
| 437 | <item>PWD</item> |
| 438 | </string-array> |
| 439 | |
| 440 | <!-- Phase 2 options for PEAP --> |
| 441 | <string-array name="wifi_peap_phase2_entries"> |
| 442 | <item>None</item> |
| 443 | <item>MSCHAPV2</item> |
| 444 | <item>GTC</item> |
| 445 | </string-array> |
| 446 | |
| 447 | <!-- Phase 2 options for rest of EAP methods --> |
| 448 | <string-array name="wifi_phase2_entries"> |
| 449 | <item>None</item> |
| 450 | <item>PAP</item> |
| 451 | <item>MSCHAP</item> |
| 452 | <item>MSCHAPV2</item> |
| 453 | <item>GTC</item> |
| 454 | </string-array> |
| 455 | |
| 456 | <!-- Wi-Fi IP settings. --> |
| 457 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 458 | <string-array name="wifi_ip_settings"> |
| 459 | <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] --> |
| 460 | <item>DHCP</item> |
| 461 | <!-- Use statically defined IP settings [CHAR LIMIT=25]--> |
| 462 | <item>Static</item> |
| 463 | </string-array> |
| 464 | |
| 465 | <!-- Wi-Fi proxy settings. --> |
| 466 | <!-- Note that adding/removing/moving the items will need wifi settings code change. --> |
| 467 | <string-array name="wifi_proxy_settings"> |
| 468 | <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] --> |
| 469 | <item>None</item> |
| 470 | <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] --> |
| 471 | <item>Manual</item> |
| 472 | </string-array> |
| 473 | |
| 474 | <!-- Sound settings for emergency tone. --> |
| 475 | <string-array name="emergency_tone_entries"> |
| 476 | <item>Off</item> |
| 477 | <item>Alert</item> |
| 478 | <item>Vibrate</item> |
| 479 | </string-array> |
| 480 | |
| 481 | <!-- Do not translate. --> |
| 482 | <string-array name="emergency_tone_values"> |
| 483 | <item>0</item> |
| 484 | <item>1</item> |
| 485 | <item>2</item> |
| 486 | </string-array> |
| 487 | |
| 488 | <!-- Locales in this list are displayed with the corresponding |
| 489 | name from special_locale_names instead of using the name |
| 490 | from Locale.getDisplayName(). --> |
| 491 | <string-array translatable="false" name="special_locale_codes"> |
| 492 | <item>zh_CN</item> |
| 493 | <item>zh_TW</item> |
| 494 | </string-array> |
| 495 | |
| 496 | <string-array translatable="false" name="special_locale_names"> |
| 497 | <item>中文 (简体)</item> |
| 498 | <item>中文 (繁體)</item> |
| 499 | </string-array> |
| 500 | |
| 501 | <!-- Authentication Types used in APN editor --> |
| 502 | <string-array name="apn_auth_entries"> |
| 503 | <item>None</item> |
| 504 | <item>PAP</item> |
| 505 | <item>CHAP</item> |
| 506 | <item>PAP or CHAP</item> |
| 507 | </string-array> |
| 508 | |
| 509 | <string-array translatable="false" name="apn_auth_values"> |
| 510 | <!-- Do not translate. --> |
| 511 | <item>0</item> |
| 512 | <!-- Do not translate. --> |
| 513 | <item>1</item> |
| 514 | <!-- Do not translate. --> |
| 515 | <item>2</item> |
| 516 | <!-- Do not translate. --> |
| 517 | <item>3</item> |
| 518 | </string-array> |
| 519 | |
| 520 | <!-- Authentication Types used in APN editor --> |
| 521 | <string-array name="apn_protocol_entries"> |
| 522 | <item>IPv4</item> |
| 523 | <item>IPv6</item> |
| 524 | <item>IPv4/IPv6</item> |
| 525 | </string-array> |
| 526 | |
| 527 | <string-array translatable="false" name="apn_protocol_values"> |
| 528 | <!-- Do not translate. --> |
| 529 | <item>IP</item> |
| 530 | <!-- Do not translate. --> |
| 531 | <item>IPV6</item> |
| 532 | <!-- Do not translate. --> |
| 533 | <item>IPV4V6</item> |
| 534 | </string-array> |
| 535 | |
| 536 | <!-- Bearer Info used in APN editor --> |
| 537 | <string-array name="bearer_entries"> |
| 538 | <item>LTE</item> |
| 539 | <item>eHRPD</item> |
| 540 | <item>Unspecified</item> |
| 541 | </string-array> |
| 542 | |
| 543 | <string-array translatable="false" name="bearer_values"> |
| 544 | <!-- Do not translate. --> |
| 545 | <item>14</item> |
| 546 | <!-- Do not translate. --> |
| 547 | <item>13</item> |
| 548 | <!-- Do not translate. --> |
| 549 | <item>0</item> |
| 550 | </string-array> |
| 551 | |
| 552 | <!-- MVNO Info used in APN editor --> |
| 553 | <string-array name="mvno_type_entries"> |
| 554 | <!-- Do not translate. --> |
| 555 | <item>None</item> |
| 556 | <!-- Do not translate. --> |
| 557 | <item>SPN</item> |
| 558 | <!-- Do not translate. --> |
| 559 | <item>IMSI</item> |
| 560 | <!-- Do not translate. --> |
| 561 | <item>GID</item> |
| 562 | </string-array> |
| 563 | |
| 564 | <string-array translatable="false" name="mvno_type_values"> |
| 565 | <!-- Do not translate. --> |
| 566 | <item></item> |
| 567 | <!-- Do not translate. --> |
| 568 | <item>spn</item> |
| 569 | <!-- Do not translate. --> |
| 570 | <item>imsi</item> |
| 571 | <!-- Do not translate. --> |
| 572 | <item>gid</item> |
| 573 | </string-array> |
| 574 | |
| 575 | <!-- Apps on SD installation location options in ApplicationSettings --> |
| 576 | <string-array name="app_install_location_entries"> |
| 577 | <item>Internal device storage</item> |
| 578 | <item>Removable SD card</item> |
| 579 | <item>Let the system decide</item> |
| 580 | </string-array> |
| 581 | |
| 582 | <!-- Do not translate. --> |
| 583 | <string-array name="app_install_location_values" translatable="false"> |
| 584 | <item>device</item> |
| 585 | <item>sdcard</item> |
| 586 | <item>auto</item> |
| 587 | </string-array> |
| 588 | |
| 589 | <!-- Names of categories of app ops tabs --> |
| 590 | <string-array name="app_ops_categories"> |
| 591 | <item>Location</item> |
| 592 | <item>Personal</item> |
| 593 | <item>Messaging</item> |
| 594 | <item>Media</item> |
| 595 | <item>Device</item> |
| 596 | </string-array> |
| 597 | |
| 598 | <!-- User display names for app ops codes --> |
| 599 | <string-array name="app_ops_summaries"> |
| 600 | <item>coarse location</item> |
| 601 | <item>fine location</item> |
| 602 | <item>GPS</item> |
| 603 | <item>vibrate</item> |
| 604 | <item>read contacts</item> |
| 605 | <item>modify contacts</item> |
| 606 | <item>read call log</item> |
| 607 | <item>modify call log</item> |
| 608 | <item>read calendar</item> |
| 609 | <item>modify calendar</item> |
| 610 | <item>wi-fi scan</item> |
| 611 | <item>notification</item> |
| 612 | <item>cell scan</item> |
| 613 | <item>call phone</item> |
| 614 | <item>read SMS</item> |
| 615 | <item>write SMS</item> |
| 616 | <item>receive SMS</item> |
| 617 | <item>receive emergency SMS</item> |
| 618 | <item>receive MMS</item> |
| 619 | <item>receive WAP push</item> |
| 620 | <item>send SMS</item> |
| 621 | <item>read ICC SMS</item> |
| 622 | <item>write ICC SMS</item> |
| 623 | <item>modify settings</item> |
| 624 | <item>draw on top</item> |
| 625 | <item>access notifications</item> |
| 626 | <item>camera</item> |
| 627 | <item>record audio</item> |
| 628 | <item>play audio</item> |
| 629 | <item>read clipboard</item> |
| 630 | <item>modify clipboard</item> |
| 631 | <item>media buttons</item> |
| 632 | <item>audio focus</item> |
| 633 | <item>master volume</item> |
| 634 | <item>voice volume</item> |
| 635 | <item>ring volume</item> |
| 636 | <item>media volume</item> |
| 637 | <item>alarm volume</item> |
| 638 | <item>notification volume</item> |
| 639 | <item>bluetooth volume</item> |
| 640 | <item>keep awake</item> |
| 641 | <item>monitor location</item> |
| 642 | <item>monitor high power location</item> |
| 643 | </string-array> |
| 644 | |
| 645 | <!-- User display names for app ops codes --> |
| 646 | <string-array name="app_ops_labels"> |
| 647 | <item>Location</item> |
| 648 | <item>Location</item> |
| 649 | <item>Location</item> |
| 650 | <item>Vibrate</item> |
| 651 | <item>Read contacts</item> |
| 652 | <item>Modify contacts</item> |
| 653 | <item>Read call log</item> |
| 654 | <item>Modify call log</item> |
| 655 | <item>Read calendar</item> |
| 656 | <item>Modify calendar</item> |
| 657 | <item>Location</item> |
| 658 | <item>Post notification</item> |
| 659 | <item>Location</item> |
| 660 | <item>Call phone</item> |
| 661 | <item>Read SMS/MMS</item> |
| 662 | <item>Write SMS/MMS</item> |
| 663 | <item>Receive SMS/MMS</item> |
| 664 | <item>Receive SMS/MMS</item> |
| 665 | <item>Receive SMS/MMS</item> |
| 666 | <item>Receive SMS/MMS</item> |
| 667 | <item>Send SMS/MMS</item> |
| 668 | <item>Read SMS/MMS</item> |
| 669 | <item>Write SMS/MMS</item> |
| 670 | <item>Modify settings</item> |
| 671 | <item>Draw on top</item> |
| 672 | <item>Access notifications</item> |
| 673 | <item>Camera</item> |
| 674 | <item>Record audio</item> |
| 675 | <item>Play audio</item> |
| 676 | <item>Read clipboard</item> |
| 677 | <item>Modify clipboard</item> |
| 678 | <item>Media buttons</item> |
| 679 | <item>Audio focus</item> |
| 680 | <item>Master volume</item> |
| 681 | <item>Voice volume</item> |
| 682 | <item>Ring volume</item> |
| 683 | <item>Media volume</item> |
| 684 | <item>Alarm volume</item> |
| 685 | <item>Notification volume</item> |
| 686 | <item>Bluetooth volume</item> |
| 687 | <item>Keep awake</item> |
| 688 | <item>Location</item> |
| 689 | <item>Location</item> |
| 690 | </string-array> |
| 691 | |
| 692 | <!-- Titles for the list of long press timeout options. --> |
| 693 | <string-array name="long_press_timeout_selector_titles"> |
| 694 | <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] --> |
| 695 | <item>Short</item> |
| 696 | <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] --> |
| 697 | <item>Medium</item> |
| 698 | <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] --> |
| 699 | <item>Long</item> |
| 700 | </string-array> |
| 701 | |
| 702 | <!-- Values for the list of long press timeout options. --> |
| 703 | <string-array name="long_press_timeout_selector_values" translatable="false"> |
| 704 | <item>500</item> |
| 705 | <item>1000</item> |
| 706 | <item>1500</item> |
| 707 | </string-array> |
| 708 | |
| 709 | <!-- Titles for captioning typeface preference. [CHAR LIMIT=35] --> |
| 710 | <string-array name="captioning_typeface_selector_titles"> |
| 711 | <item>Default</item> |
| 712 | <item>Sans-serif</item> |
| 713 | <item>Sans-serif condensed</item> |
| 714 | <item>Serif</item> |
| 715 | <item>Monospace</item> |
| 716 | </string-array> |
| 717 | |
| 718 | <!-- Values for captioning typeface preference. --> |
| 719 | <string-array name="captioning_typeface_selector_values" translatable="false" > |
| 720 | <item></item> |
| 721 | <item>sans-serif</item> |
| 722 | <item>sans-serif-condensed</item> |
| 723 | <item>serif</item> |
| 724 | <item>monospace</item> |
| 725 | </string-array> |
| 726 | |
| 727 | <!-- Titles for captioning font size preference. [CHAR LIMIT=35] --> |
| 728 | <string-array name="captioning_font_size_selector_titles"> |
| 729 | <item>Very small</item> |
| 730 | <item>Small</item> |
| 731 | <item>Normal</item> |
| 732 | <item>Large</item> |
| 733 | <item>Very large</item> |
| 734 | </string-array> |
| 735 | |
| 736 | <!-- Values for captioning font size preference. --> |
| 737 | <string-array name="captioning_font_size_selector_values" translatable="false" > |
| 738 | <item>0.25</item> |
| 739 | <item>0.5</item> |
| 740 | <item>1.0</item> |
| 741 | <item>1.5</item> |
| 742 | <item>2.0</item> |
| 743 | </string-array> |
| 744 | |
| 745 | <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] --> |
| 746 | <string-array name="captioning_edge_type_selector_titles"> |
| 747 | <item>None</item> |
| 748 | <item>Outline</item> |
| 749 | <item>Drop shadow</item> |
| 750 | </string-array> |
| 751 | |
| 752 | <!-- Values for captioning character edge type preference. --> |
| 753 | <integer-array name="captioning_edge_type_selector_values" translatable="false" > |
| 754 | <item>0</item> |
| 755 | <item>1</item> |
| 756 | <item>2</item> |
| 757 | </integer-array> |
| 758 | |
| 759 | <!-- Titles for captioning color preference. --> |
| 760 | <string-array name="captioning_color_selector_titles" translatable="false" > |
| 761 | <item>@string/color_white</item> |
| 762 | <item>@string/color_black</item> |
| 763 | <item>@string/color_red</item> |
| 764 | <item>@string/color_yellow</item> |
| 765 | <item>@string/color_green</item> |
| 766 | <item>@string/color_cyan</item> |
| 767 | <item>@string/color_blue</item> |
| 768 | <item>@string/color_magenta</item> |
| 769 | </string-array> |
| 770 | |
| 771 | <!-- Values for captioning color preference. --> |
| 772 | <integer-array name="captioning_color_selector_values" translatable="false" > |
| 773 | <item>0xFFFFFFFF</item> |
| 774 | <item>0xFF000000</item> |
| 775 | <item>0xFFFF0000</item> |
| 776 | <item>0xFFFFFF00</item> |
| 777 | <item>0xFF00FF00</item> |
| 778 | <item>0xFF00FFFF</item> |
| 779 | <item>0xFF0000FF</item> |
| 780 | <item>0xFFFF00FF</item> |
| 781 | <item>0xFF000055</item> |
| 782 | <item>0xFF0000AA</item> |
| 783 | <item>0xFF005500</item> |
| 784 | <item>0xFF005555</item> |
| 785 | <item>0xFF0055AA</item> |
| 786 | <item>0xFF0055FF</item> |
| 787 | <item>0xFF00AA00</item> |
| 788 | <item>0xFF00AA55</item> |
| 789 | <item>0xFF00AAAA</item> |
| 790 | <item>0xFF00AAFF</item> |
| 791 | <item>0xFF00FF55</item> |
| 792 | <item>0xFF00FFAA</item> |
| 793 | <item>0xFF550000</item> |
| 794 | <item>0xFF550055</item> |
| 795 | <item>0xFF5500AA</item> |
| 796 | <item>0xFF5500FF</item> |
| 797 | <item>0xFF555500</item> |
| 798 | <item>0xFF555555</item> |
| 799 | <item>0xFF5555AA</item> |
| 800 | <item>0xFF5555FF</item> |
| 801 | <item>0xFF55AA00</item> |
| 802 | <item>0xFF55AA55</item> |
| 803 | <item>0xFF55AAAA</item> |
| 804 | <item>0xFF55AAFF</item> |
| 805 | <item>0xFF55FF00</item> |
| 806 | <item>0xFF55FF55</item> |
| 807 | <item>0xFF55FFAA</item> |
| 808 | <item>0xFF55FFFF</item> |
| 809 | <item>0xFFAA0000</item> |
| 810 | <item>0xFFAA0055</item> |
| 811 | <item>0xFFAA00AA</item> |
| 812 | <item>0xFFAA00FF</item> |
| 813 | <item>0xFFAA5500</item> |
| 814 | <item>0xFFAA5555</item> |
| 815 | <item>0xFFAA55AA</item> |
| 816 | <item>0xFFAA55FF</item> |
| 817 | <item>0xFFAAAA00</item> |
| 818 | <item>0xFFAAAA55</item> |
| 819 | <item>0xFFAAAAAA</item> |
| 820 | <item>0xFFAAAAFF</item> |
| 821 | <item>0xFFAAFF00</item> |
| 822 | <item>0xFFAAFF55</item> |
| 823 | <item>0xFFAAFFAA</item> |
| 824 | <item>0xFFAAFFFF</item> |
| 825 | <item>0xFFFF0055</item> |
| 826 | <item>0xFFFF00AA</item> |
| 827 | <item>0xFFFF5500</item> |
| 828 | <item>0xFFFF5555</item> |
| 829 | <item>0xFFFF55AA</item> |
| 830 | <item>0xFFFF55FF</item> |
| 831 | <item>0xFFFFAA00</item> |
| 832 | <item>0xFFFFAA55</item> |
| 833 | <item>0xFFFFAAAA</item> |
| 834 | <item>0xFFFFAAFF</item> |
| 835 | <item>0xFFFFFF55</item> |
| 836 | <item>0xFFFFFFAA</item> |
| 837 | </integer-array> |
| 838 | |
| 839 | <!-- Titles for captioning opacity preference. [CHAR LIMIT=35] --> |
| 840 | <string-array name="captioning_opacity_selector_titles" > |
| 841 | <item>25%</item> |
| 842 | <item>50%</item> |
| 843 | <item>75%</item> |
| 844 | <item>100%</item> |
| 845 | </string-array> |
| 846 | |
| 847 | <!-- Values for captioning opacity preference. --> |
| 848 | <integer-array name="captioning_opacity_selector_values" translatable="false" > |
| 849 | <item>0x40FFFFFF</item> |
| 850 | <item>0x80FFFFFF</item> |
| 851 | <item>0xC0FFFFFF</item> |
| 852 | <item>0xFFFFFFFF</item> |
| 853 | </integer-array> |
| 854 | |
| 855 | <!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] --> |
| 856 | <string-array name="captioning_preset_selector_titles" > |
| 857 | <item>White on black</item> |
| 858 | <item>Black on white</item> |
| 859 | <item>Yellow on black</item> |
| 860 | <item>Yellow on blue</item> |
| 861 | <item>Custom</item> |
| 862 | </string-array> |
| 863 | |
| 864 | <!-- Values for captioning text style preset preference. --> |
| 865 | <integer-array name="captioning_preset_selector_values" translatable="false" > |
| 866 | <item>0</item> |
| 867 | <item>1</item> |
| 868 | <item>2</item> |
| 869 | <item>3</item> |
| 870 | <item>-1</item> |
| 871 | </integer-array> |
| 872 | |
| 873 | <!-- Titles for runtime selection preference. [CHAR LIMIT=35] --> |
| 874 | <string-array name="select_runtime_titles"> |
| 875 | <item>Dalvik</item> |
| 876 | <item>ART</item> |
| 877 | <item>ART (debug)</item> |
| 878 | </string-array> |
| 879 | |
| 880 | <!-- Values for runtime selection preference. --> |
| 881 | <string-array name="select_runtime_values" translatable="false" > |
| 882 | <item>libdvm.so</item> |
| 883 | <item>libart.so</item> |
| 884 | <item>libartd.so</item> |
| 885 | </string-array> |
| 886 | |
| 887 | <!-- Summaries for runtime selection preference. [CHAR LIMIT=100]--> |
| 888 | <string-array name="select_runtime_summaries" > |
| 889 | <item>Use Dalvik</item> |
| 890 | <item>Use ART</item> |
| 891 | <item>Use ART debug build</item> |
| 892 | </string-array> |
| 893 | |
| 894 | <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] --> |
| 895 | <string-array name="hdcp_checking_titles"> |
| 896 | <item>Never check</item> |
| 897 | <item>Check for DRM content only</item> |
| 898 | <item>Always check</item> |
| 899 | </string-array> |
| 900 | |
| 901 | <!-- Values for HDCP checking preference. --> |
| 902 | <string-array name="hdcp_checking_values" translatable="false" > |
| 903 | <item>never</item> |
| 904 | <item>drm-only</item> |
| 905 | <item>always</item> |
| 906 | </string-array> |
| 907 | |
| 908 | <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]--> |
| 909 | <string-array name="hdcp_checking_summaries" > |
| 910 | <item>Never use HDCP checking</item> |
| 911 | <item>Use HDCP checking for DRM content only</item> |
| 912 | <item>Always use HDCP checking</item> |
| 913 | </string-array> |
| 914 | |
| 915 | <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> |
| 916 | <string-array name="window_animation_scale_entries"> |
| 917 | <item>Animation off</item> |
| 918 | <item>Animation scale .5x</item> |
| 919 | <item>Animation scale 1x</item> |
| 920 | <item>Animation scale 1.5x</item> |
| 921 | <item>Animation scale 2x</item> |
| 922 | <item>Animation scale 5x</item> |
| 923 | <item>Animation scale 10x</item> |
| 924 | </string-array> |
| 925 | |
| 926 | <!-- Values for window animation scale preference. --> |
| 927 | <string-array name="window_animation_scale_values" translatable="false" > |
| 928 | <item>0</item> |
| 929 | <item>.5</item> |
| 930 | <item>1</item> |
| 931 | <item>1.5</item> |
| 932 | <item>2</item> |
| 933 | <item>5</item> |
| 934 | <item>10</item> |
| 935 | </string-array> |
| 936 | |
| 937 | <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] --> |
| 938 | <string-array name="transition_animation_scale_entries"> |
| 939 | <item>Animation off</item> |
| 940 | <item>Animation scale .5x</item> |
| 941 | <item>Animation scale 1x</item> |
| 942 | <item>Animation scale 1.5x</item> |
| 943 | <item>Animation scale 2x</item> |
| 944 | <item>Animation scale 5x</item> |
| 945 | <item>Animation scale 10x</item> |
| 946 | </string-array> |
| 947 | |
| 948 | <!-- Values for transition animation scale preference. --> |
| 949 | <string-array name="transition_animation_scale_values" translatable="false" > |
| 950 | <item>0</item> |
| 951 | <item>.5</item> |
| 952 | <item>1</item> |
| 953 | <item>1.5</item> |
| 954 | <item>2</item> |
| 955 | <item>5</item> |
| 956 | <item>10</item> |
| 957 | </string-array> |
| 958 | |
| 959 | <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] --> |
| 960 | <string-array name="animator_duration_scale_entries"> |
| 961 | <item>Animation off</item> |
| 962 | <item>Animation scale .5x</item> |
| 963 | <item>Animation scale 1x</item> |
| 964 | <item>Animation scale 1.5x</item> |
| 965 | <item>Animation scale 2x</item> |
| 966 | <item>Animation scale 5x</item> |
| 967 | <item>Animation scale 10x</item> |
| 968 | </string-array> |
| 969 | |
| 970 | <!-- Values for animator duration scale preference. --> |
| 971 | <string-array name="animator_duration_scale_values" translatable="false" > |
| 972 | <item>0</item> |
| 973 | <item>.5</item> |
| 974 | <item>1</item> |
| 975 | <item>1.5</item> |
| 976 | <item>2</item> |
| 977 | <item>5</item> |
| 978 | <item>10</item> |
| 979 | </string-array> |
| 980 | |
| 981 | <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] --> |
| 982 | <string-array name="overlay_display_devices_entries"> |
| 983 | <item>None</item> |
| 984 | <item>720x480 mdpi</item> |
| 985 | <item>720x480 mdpi (secure)</item> |
| 986 | <item>1280x720 tvdpi</item> |
| 987 | <item>1280x720 tvdpi (secure)</item> |
| 988 | <item>1920x1080 xhdpi</item> |
| 989 | <item>1920x1080 xhdpi (secure)</item> |
| 990 | <item>1280x720 tvdpi and 1920x1080 xhdpi</item> |
| 991 | </string-array> |
| 992 | |
| 993 | <!-- Values for overlay display devices preference. --> |
| 994 | <string-array name="overlay_display_devices_values" translatable="false" > |
| 995 | <item></item> |
| 996 | <item>720x480/160</item> |
| 997 | <item>720x480/160,secure</item> |
| 998 | <item>1280x720/213</item> |
| 999 | <item>1280x720/213,secure</item> |
| 1000 | <item>1920x1080/320</item> |
| 1001 | <item>1920x1080/320,secure</item> |
| 1002 | <item>1280x720/213;1920x1080/320</item> |
| 1003 | </string-array> |
| 1004 | |
| 1005 | <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] --> |
| 1006 | <string-array name="enable_opengl_traces_entries"> |
| 1007 | <item>None</item> |
| 1008 | <item>Logcat</item> |
| 1009 | <item>Systrace (Graphics)</item> |
| 1010 | <item>Call stack on glGetError</item> |
| 1011 | </string-array> |
| 1012 | |
| 1013 | <!-- Values for OpenGL traces preference. --> |
| 1014 | <string-array name="enable_opengl_traces_values" translatable="false" > |
| 1015 | <item>0</item> |
| 1016 | <item>1</item> |
| 1017 | <item>systrace</item> |
| 1018 | <item>error</item> |
| 1019 | </string-array> |
| 1020 | |
| 1021 | <!-- Titles for non-rectangular clipping preference. [CHAR LIMIT=35] --> |
| 1022 | <string-array name="show_non_rect_clip_entries"> |
| 1023 | <item>Off</item> |
| 1024 | <item>Draw non-rectangular clip region in blue</item> |
| 1025 | <item>Highlight tested drawing commands in green</item> |
| 1026 | </string-array> |
| 1027 | |
| 1028 | <!-- Values for non-rectangular clipping preference. --> |
| 1029 | <string-array name="show_non_rect_clip_values" translatable="false" > |
| 1030 | <item>hide</item> |
| 1031 | <item>region</item> |
| 1032 | <item>highlight</item> |
| 1033 | </string-array> |
| 1034 | |
| 1035 | <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] --> |
| 1036 | <string-array name="track_frame_time_entries"> |
| 1037 | <item>Off</item> |
| 1038 | <item>On screen as bars</item> |
| 1039 | <item>On screen as lines</item> |
| 1040 | <item>In adb shell dumpsys gfxinfo</item> |
| 1041 | </string-array> |
| 1042 | |
| 1043 | <!-- Values for frame time tracking preference. --> |
| 1044 | <string-array name="track_frame_time_values" translatable="false" > |
| 1045 | <item>false</item> |
| 1046 | <item>visual_bars</item> |
| 1047 | <item>visual_lines</item> |
| 1048 | <item>true</item> |
| 1049 | </string-array> |
| 1050 | |
| 1051 | <!-- Titles for debug overdraw preference. [CHAR LIMIT=50] --> |
| 1052 | <string-array name="debug_hw_overdraw_entries"> |
| 1053 | <item>Off</item> |
| 1054 | <item>Show overdraw areas</item> |
| 1055 | <item>Show areas for Deuteranomaly</item> |
| 1056 | <item>Show overdraw counter</item> |
| 1057 | </string-array> |
| 1058 | |
| 1059 | <!-- Values for debug overdraw preference. --> |
| 1060 | <string-array name="debug_hw_overdraw_values" translatable="false" > |
| 1061 | <item>false</item> |
| 1062 | <item>show</item> |
| 1063 | <item>show_deuteranomaly</item> |
| 1064 | <item>count</item> |
| 1065 | </string-array> |
| 1066 | |
| 1067 | <!-- Titles for app process limit preference. [CHAR LIMIT=35] --> |
| 1068 | <string-array name="app_process_limit_entries"> |
| 1069 | <item>Standard limit</item> |
| 1070 | <item>No background processes</item> |
| 1071 | <item>At most 1 process</item> |
| 1072 | <item>At most 2 processes</item> |
| 1073 | <item>At most 3 processes</item> |
| 1074 | <item>At most 4 processes</item> |
| 1075 | </string-array> |
| 1076 | |
| 1077 | <!-- Values for app process limit preference. --> |
| 1078 | <string-array name="app_process_limit_values" translatable="false" > |
| 1079 | <item>-1</item> |
| 1080 | <item>0</item> |
| 1081 | <item>1</item> |
| 1082 | <item>2</item> |
| 1083 | <item>3</item> |
| 1084 | <item>4</item> |
| 1085 | </string-array> |
| 1086 | |
| 1087 | <!-- Match this with the constants in VpnProfile. --> <skip /> |
| 1088 | <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] --> |
| 1089 | <string-array name="vpn_types" translatable="false"> |
| 1090 | <item>PPTP</item> |
| 1091 | <item>L2TP/IPSec PSK</item> |
| 1092 | <item>L2TP/IPSec RSA</item> |
| 1093 | <item>IPSec Xauth PSK</item> |
| 1094 | <item>IPSec Xauth RSA</item> |
| 1095 | <item>IPSec Hybrid RSA</item> |
| 1096 | </string-array> |
| 1097 | |
| 1098 | <!-- Match this with the constants in VpnProfile. --> <skip /> |
| 1099 | <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] --> |
| 1100 | <string-array name="vpn_types_long"> |
| 1101 | <item>PPTP VPN</item> |
| 1102 | <item>L2TP/IPSec VPN with pre-shared keys</item> |
| 1103 | <item>L2TP/IPSec VPN with certificates</item> |
| 1104 | <item>IPSec VPN with pre-shared keys and Xauth authentication</item> |
| 1105 | <item>IPSec VPN with certificates and Xauth authentication</item> |
| 1106 | <item>IPSec VPN with certificates and hybrid authentication</item> |
| 1107 | </string-array> |
| 1108 | |
| 1109 | <!-- Match this with the constants in LegacyVpnInfo. --> <skip /> |
| 1110 | <!-- Status for a VPN network. [CHAR LIMIT=100] --> |
| 1111 | <string-array name="vpn_states"> |
| 1112 | <!-- Status message when VPN is disconnected. --> |
| 1113 | <item>Disconnected</item> |
| 1114 | <!-- Status message when VPN is initializing. --> |
| 1115 | <item>Initializing\u2026</item> |
| 1116 | <!-- Status message when VPN is connecting. --> |
| 1117 | <item>Connecting\u2026</item> |
| 1118 | <!-- Status message when VPN is connected. --> |
| 1119 | <item>Connected</item> |
| 1120 | <!-- Status message when VPN is timeout. --> |
| 1121 | <item>Timeout</item> |
| 1122 | <!-- Status message when VPN is failed. --> |
| 1123 | <item>Unsuccessful</item> |
| 1124 | </string-array> |
| 1125 | |
| 1126 | <!-- User content ratings for restricted users [CHAR LIMIT=30] --> |
| 1127 | <string-array name="user_content_ratings_entries" translatable="false"> |
| 1128 | <item>Ascended being</item> |
| 1129 | <item>Human</item> |
| 1130 | <item>Neanderthal</item> |
| 1131 | <item>Chimp</item> |
| 1132 | <item>Monkey</item> |
| 1133 | </string-array> |
| 1134 | |
| 1135 | <!-- Values for user content ratings for restricted users --> |
| 1136 | <string-array name="user_content_ratings_values" translatable="false"> |
| 1137 | <item>5</item> |
| 1138 | <item>4</item> |
| 1139 | <item>3</item> |
| 1140 | <item>2</item> |
| 1141 | <item>1</item> |
| 1142 | </string-array> |
| 1143 | |
| 1144 | <!-- Values for premium SMS permission selector [CHAR LIMIT=30] --> |
| 1145 | <string-array name="security_settings_premium_sms_values"> |
| 1146 | <!-- Ask user before sending to premium SMS short code. --> |
| 1147 | <item>Ask</item> |
| 1148 | <!-- Never allow app to send to premium SMS short code. --> |
| 1149 | <item>Never allow</item> |
| 1150 | <!-- Always allow app to send to premium SMS short code. --> |
| 1151 | <item>Always allow</item> |
| 1152 | </string-array> |
| 1153 | |
| 1154 | <!-- [CHAR LIMIT=30] Labels for memory states --> |
| 1155 | <string-array name="ram_states"> |
| 1156 | <!-- Normal desired memory state. --> |
| 1157 | <item>normal</item> |
| 1158 | <!-- Moderate memory state, not as good as normal. --> |
| 1159 | <item>moderate</item> |
| 1160 | <!-- Memory is running low. --> |
| 1161 | <item>low</item> |
| 1162 | <!-- Memory is critical. --> |
| 1163 | <item>critical</item> |
| 1164 | </string-array> |
| 1165 | </resources> |