aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-11-19 17:22:57 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-11-19 17:22:57 +0100
commit4b9a507633d402a1eb344331c03c80f7a6369e9f (patch)
tree92116ccf947c8d4754b55763f0625cc599efce7b
parent393807ab2d3118f0b1a67d98d50d46ad96fcea8e (diff)
parent3ccee22c867345edddd4b57392ecf76769602598 (diff)
Merge pull request #691 from kruks23/development
Update spanish translation
-rw-r--r--src/main/res/values-es/strings.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/main/res/values-es/strings.xml b/src/main/res/values-es/strings.xml
index 717453c6..8466370f 100644
--- a/src/main/res/values-es/strings.xml
+++ b/src/main/res/values-es/strings.xml
@@ -290,12 +290,12 @@
<string name="show_qr_code">Mostrar código QR</string>
<string name="account_details">Detalles de la cuenta</string>
<string name="verify_otr">Verificar OTR</string>
- <string name="remote_fingerprint">Códigos OTR remotos</string>
+ <string name="remote_fingerprint">Clave OTR remota</string>
<string name="scan">escanear</string>
<string name="or_touch_phones">(o une los teléfonos)</string>
<string name="smp">Protocolo del Socialista Millonario</string>
- <string name="shared_secret_hint">Sugerencia o Pregunta</string>
- <string name="shared_secret_secret">Compartir secreto</string>
+ <string name="shared_secret_hint">Sugerencia o pregunta</string>
+ <string name="shared_secret_secret">Secreto compartido</string>
<string name="confirm">Confirmar</string>
<string name="in_progress">En progreso</string>
<string name="respond">Responder</string>
@@ -310,10 +310,10 @@
<string name="touch_to_disable">Pulsa para deshabilitar servicio en segundo plano</string>
<string name="pref_keep_foreground_service">Mantener servicio en segundo plano</string>
<string name="pref_keep_foreground_service_summary">Previene que el sistema cierre la conexión</string>
- <string name="choose_file">Elige archivo</string>
+ <string name="choose_file">Seleccionar archivo</string>
<string name="receiving_file">Recibiendo archivo %1$s (%2$d%% completedo)</string>
<string name="download_file">Descargar archivo %s</string>
- <string name="open_file">Abrir %s como archivo</string>
+ <string name="open_file">Abrir archivo %s</string>
<string name="sending_file">Enviando (%1$d%% completedo)</string>
<string name="preparing_file">Preparando transferencia de archivo</string>
<string name="file_offered_for_download">Archivo ofrecido para descarga</string>
@@ -322,4 +322,10 @@
<string name="file_transmission_failed">falló la transferencia del archivo</string>
<string name="file_deleted">El archivo ha sido eliminado</string>
<string name="no_application_found_to_open_file">No se ha encontrado ninguna aplicación para abrir el archivo</string>
+ <string name="could_not_verify_fingerprint">No se puede verificar el contacto</string>
+ <string name="manually_verify">Verificar manualmente</string>
+ <string name="are_you_sure_verify_fingerprint">¿Estás seguro de que quieres verificar tus contactos?</string>
+ <string name="pref_show_dynamic_tags">Mostrar etiquetas</string>
+ <string name="pref_show_dynamic_tags_summary">Muestra información en forma de etiquetas debajo de los contactos</string>
+ <string name="enable_notifications">Habilitar notificaciones</string>
</resources>