diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-14 01:07:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-14 01:07:06 +0000 |
commit | 8c1cd07de394adc6d6f35bc5c5c761618debe145 (patch) | |
tree | 60ab277c764ea3264b16c2938f498beb18b48500 /core/l10n/es.js | |
parent | 150b86a7db123eb712676a22219b5cf61437c781 (diff) | |
download | nextcloud-server-8c1cd07de394adc6d6f35bc5c5c761618debe145.tar.gz nextcloud-server-8c1cd07de394adc6d6f35bc5c5c761618debe145.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 46056e2bc04..c0757e7fd45 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Please select a file." : "Por favor, seleccione un archivo.", "File is too big" : "El archivo es demasiado grande", + "The selected file is not an image." : "El archivo seleccionado no es una imagen.", + "The selected file cannot be read." : "El archivo seleccionado no puede ser leído.", "Invalid file provided" : "Archivo no válido", "No image or file provided" : "No se especificó ningún archivo o imagen", "Unknown filetype" : "Tipo de archivo desconocido", @@ -57,6 +59,7 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.", "No" : "No", "Yes" : "Sí", + "No files in here" : "Aquí no hay archivos", "Choose" : "Seleccionar", "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", "Ok" : "Aceptar", @@ -73,6 +76,7 @@ OC.L10N.register( "(all selected)" : "(seleccionados todos)", "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Error cargando plantilla de archivo existente", + "Pending" : "Pendiente", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", "So-so password" : "Contraseña pasable", @@ -120,6 +124,7 @@ OC.L10N.register( "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido por medio de un link", "group" : "grupo", "remote" : "remoto", + "email" : "email", "Unshare" : "Dejar de compartir", "can edit" : "puede editar", "access control" : "control de acceso", @@ -131,6 +136,8 @@ OC.L10N.register( "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartir", + "Share with users or groups..." : "Compartir con usuarios o grupos...", + "Share with users, groups or remote users..." : "Compartir con usuarios, grupos o usuarios remotos...", "Error removing share" : "Error quitando el comparto", "Non-existing tag #{tag}" : "Categoría #{tag} no existente", "restricted" : "Restringido", |