| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- Copyright (C) 2009 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <string-array name="timezone_filters"> |
| <item>"América"</item> |
| <item>"Europa"</item> |
| <item>"África"</item> |
| <item>"Asia"</item> |
| <item>"Australia"</item> |
| <item>"Pacífico"</item> |
| <item>"Todos"</item> |
| </string-array> |
| <string-array name="screen_timeout_entries"> |
| <item>"15 segundos"</item> |
| <item>"30 segundos"</item> |
| <item>"1 minuto"</item> |
| <item>"2 minutos"</item> |
| <item>"10 minutos"</item> |
| <item>"Nunca se debe agotar el tiempo de espera"</item> |
| </string-array> |
| <string-array name="wifi_security_entries"> |
| <item>"Automáticamente"</item> |
| <item>"Ninguno"</item> |
| <item>"WEP"</item> |
| <item>"WPA Personal"</item> |
| <item>"WPA2 Personal"</item> |
| </string-array> |
| <string-array name="wifi_security_without_auto_entries"> |
| <item>"Ninguno"</item> |
| <item>"WEP"</item> |
| <item>"WPA Personal"</item> |
| <item>"WPA2 Personal"</item> |
| </string-array> |
| <string-array name="wifi_wep_type"> |
| <item>"Automáticamente"</item> |
| <item>"WEP ASCII"</item> |
| <item>"WEP hexadecimal"</item> |
| </string-array> |
| <string-array name="wifi_sleep_policy_entries"> |
| <item>"Cuando se apaga la pantalla"</item> |
| <item>"Nunca cuando está conectado"</item> |
| <item>"Nunca"</item> |
| </string-array> |
| <string-array name="battery_history_type_spinner"> |
| <item>"Uso de CPU"</item> |
| <item>"Uso de red"</item> |
| <item>"Uso de GPS"</item> |
| <item>"Uso del sensor"</item> |
| <item>"Uso de despertador parcial"</item> |
| <item>"Otro uso"</item> |
| </string-array> |
| <string-array name="battery_history_which_spinner"> |
| <item>"Desde la última vez que se desconectó"</item> |
| <item>"Total desde el reinicio"</item> |
| <item>"Total en todo el tiempo"</item> |
| </string-array> |
| <string-array name="usage_stats_display_order_types"> |
| <item>"Hora de uso"</item> |
| <item>"Lanzar recuento"</item> |
| <item>"Nombre de la aplicación"</item> |
| </string-array> |
| </resources> |