diff options
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 9a72d8d9e53..822384a7bae 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -8,6 +8,8 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la app %1$s no se han reemplazado correctamente. Asegúrate de que es una versión compatible con el servidor.", "Sample configuration detected" : "Configuración de ejemplo detectada", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto podría afectar a su instalación, por lo que no tiene soporte. Lea la documentación antes de hacer cambios en config.php", + "404" : "404", + "The page could not be found on the server." : "La página no se ha encontrado en el servidor.", "%s email verification" : "%s verificación del correo electrónico", "Email verification" : "Verificación del correo electrónico", "Click the following button to confirm your email." : "Haz clic en el siguiente botón para confirmar tu correo electrónico.", @@ -150,6 +152,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.", "Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.", "The requested share does not exist anymore" : "El recurso compartido solicitado ya no existe", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "El límite de usuarios fue alcanzado y el usuario no fue creado. Compruebe sus notificaciones para aprender más.", "Could not find category \"%s\"" : "No puede encontrar la categoría \"%s\"", "Sunday" : "Domingo", "Monday" : "Lunes", |