diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-20 00:07:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-20 00:07:36 +0000 |
commit | adf316c3af6c03d2f366491a6927a724cf239425 (patch) | |
tree | b5a8ca6a2a98f5c09d52a368bc24d45aa2745e63 /lib/l10n/es.js | |
parent | 0556104cd36e435a6398d4023a8cb09837ade2df (diff) | |
download | nextcloud-server-adf316c3af6c03d2f366491a6927a724cf239425.tar.gz nextcloud-server-adf316c3af6c03d2f366491a6927a724cf239425.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index e6bcf0827ad..52132180ca8 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -41,6 +41,7 @@ OC.L10N.register( "File name is too long" : "El nombre del archivo es demasiado largo", "Dot files are not allowed" : "Los archivos Dot no están permitidos", "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.", + "This is an automatically sent email, please do not reply." : "Este es un correo enviado automáticamente, por favor no responda.", "Help" : "Ayuda", "Apps" : "Aplicaciones", "Personal" : "Personal", @@ -63,6 +64,7 @@ OC.L10N.register( "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle no válidos", "DB Error: \"%s\"" : "Error BD: \"%s\"", "Offending command was: \"%s\"" : "Comando infractor: \"%s\"", + "You need to enter details of an existing account." : "Necesita ingresar detalles de una cuenta existente.", "Offending command was: \"%s\", name: %s, password: %s" : "Comando infractor: \"%s\", nombre: %s, contraseña: %s", "PostgreSQL username and/or password not valid" : "Usuario y/o contraseña de PostgreSQL no válidos", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela bajo su propio riesgo! ", @@ -198,6 +200,7 @@ OC.L10N.register( "Your data directory is readable by other users" : "Su directorio data es leible por otros usuarios", "Your data directory must be an absolute path" : "Su directorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Compruebe el valor de \"datadirectory\" en su configuración.", + "Your data directory is invalid" : "Su directorio de datos es inválido", "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", |