diff options
| author | Invert White | 2022-02-22 00:20:11 -0300 |
|---|---|---|
| committer | Invert White | 2022-02-22 00:20:11 -0300 |
| commit | 4873b8e22a145fe00f0c22d647a6c53d38bf864e (patch) | |
| tree | 05f787f8eb8e0c613493f660d0ecf1d34e235615 /res/values-es | |
| parent | c85e9a91d1922557fec919d341ab43037b5ee48d (diff) | |
| download | unexpected-keyboard-4873b8e22a145fe00f0c22d647a6c53d38bf864e.tar.gz unexpected-keyboard-4873b8e22a145fe00f0c22d647a6c53d38bf864e.zip | |
spanish translation and layout
Diffstat (limited to 'res/values-es')
| -rw-r--r-- | res/values-es/strings.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml new file mode 100644 index 0000000..ea4ac67 --- /dev/null +++ b/res/values-es/strings.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Unexpected Keyboard</string> + <string name="settings_activity_label">Ajustes de Unexpected Keyboard</string> + <string name="pref_category_layout">Formato</string> + <string name="pref_layout_title">Cambiar formato de teclado</string> + <string name="pref_layout_e_system">Ajustes del sistema</string> + <string name="pref_accents_title">Acentos</string> + <string name="pref_accents_e_all_installed">Mostrar acentos para todos los lenguajes instalados</string> + <string name="pref_accents_e_selected">Solo mostrar acentos para el lenguaje seleccionado</string> + <string name="pref_accents_e_all">Mostrar todos los acentos</string> + <string name="pref_accents_e_none">Ocultar acentos</string> + <string name="pref_category_typing">Escribiendo</string> + <string name="pref_swipe_dist_title">Distancia para deslizar</string> + <string name="pref_swipe_dist_summary">Distancia de caractéres en las esquinas de las letras (%s)</string> + <string name="pref_long_timeout_title">Tiempo de espera de repetición de tecla</string> + <string name="pref_long_interval_title">Intervalo de repetición de tecla</string> + <string name="pref_category_vibrate">Vibración</string> + <string name="pref_vibrate_title">Vibración</string> + <string name="pref_vibrate_summary">Habilitar/deshabilitar vibración al presionar una tecla</string> + <string name="pref_vibrate_duration_title">Duración</string> + <string name="pref_precise_repeat_title">Movimientos de cursor preciso</string> + <string name="pref_precise_repeat_summary">Modular la velocidad de repetición de teclas según si se desliza más o menos</string> + <string name="pref_category_style">Estilo</string> + <string name="pref_margin_bottom_title">Margen del pie</string> + <string name="pref_keyboard_height_title">Altura del teclado</string> + <string name="pref_horizontal_margin_title">Margen horizontal</string> + <string name="pref_character_size_title">Tamaño de etiqueta</string> + <string name="pref_character_size_summary">Tamaño de caractéres mostrados en el teclado (%.2fx)</string> + <string name="pref_theme">Tema</string> + <string name="pref_theme_e_system">Ajustes de sistema</string> + <string name="pref_theme_e_dark">Oscuro</string> + <string name="pref_theme_e_light">Claro</string> + <string name="pref_theme_e_black">Negro</string> + <string name="pref_swipe_dist_e_very_short">Muy corto</string> + <string name="pref_swipe_dist_e_short">Corto</string> + <string name="pref_swipe_dist_e_default">Normal</string> + <string name="pref_swipe_dist_e_far">Lejano</string> + <string name="pref_swipe_dist_e_very_far">Muy lejano</string> + <string name="pref_key_horizontal_space">Espaciado horizontal entre las teclas</string> + <string name="pref_key_vertical_space">Espaciado vertical entre las teclas</string> + <string name="key_action_next">Siguiente</string> + <string name="key_action_done">Hecho</string> + <string name="key_action_go">Ir</string> + <string name="key_action_prev">Anterior</string> + <string name="key_action_search">Buscar</string> + <string name="key_action_send">Enviar</string> +</resources> |
