diff options
Diffstat (limited to 'settings/l10n/es.js')
-rw-r--r-- | settings/l10n/es.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/l10n/es.js b/settings/l10n/es.js index f581ed186eb..bec07a2f9c2 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -62,9 +62,6 @@ OC.L10N.register( "Not saved" : "No guardado", "Sending…" : "Enviando...", "Email sent" : "Correo electrónico enviado", - "Allow filesystem access" : "Permitir acceso al sistema de archivos", - "Disconnect" : "Desconectar", - "Revoke" : "Revocar", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -129,6 +126,7 @@ OC.L10N.register( "Disable user" : "Inhabilitar usuario", "Enable user" : "Habilitar usuario", "Resend welcome email" : "Volver a enviar correo de bienvenida", + "{size} used" : "{size} usados", "Welcome mail sent!" : "Correo de bienvenida enviado.", "Display name" : "Nombre para mostrar", "Email" : "Correo electrónico", @@ -341,6 +339,9 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se han encontrado apps para {query}", + "Allow filesystem access" : "Permitir acceso al sistema de archivos", + "Disconnect" : "Desconectar", + "Revoke" : "Revocar", "Unable to delete {objName}" : "No es posible eliminar {objName}", "Error creating group: {message}" : "Error creando el grupo: {message}", "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", @@ -451,7 +452,6 @@ OC.L10N.register( "Updating …" : "Actualizando...", "Could not update app" : "No se ha podido actualizar la app", "Could not remove app" : "No se ha podido eliminar la app", - "{size} used" : "{size} usados", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "Es importante para la seguridad y rendimiento de tu instalación que todo esté configurado correctamente. Para ayudarte con ello estamos realizando algunas comprobaciones automáticas. Por favor, ve la sección Consejos y trucos y la documentación para más información.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece que no está configurado correctamente para solicitar las variables de entorno del sistema. La prueba con getenv(\"PATH\") sólo devuelve una respuesta vacía.", "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, revisa la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentación d einstalación ↗</a> para notas sobre la configuración de PHP en tu servidor, especialmente al usar php-fpm.", |