diff options
Diffstat (limited to 'apps/settings/l10n/es_CO.js')
-rw-r--r-- | apps/settings/l10n/es_CO.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/settings/l10n/es_CO.js b/apps/settings/l10n/es_CO.js index 86e2a368ee4..ffc7cf3a38a 100644 --- a/apps/settings/l10n/es_CO.js +++ b/apps/settings/l10n/es_CO.js @@ -157,7 +157,6 @@ OC.L10N.register( "Your Twitter handle" : "Tu cuenta de Twitter", "Your website" : "Tu sitio web", "Add" : "Agregar", - "{size} used" : "{size} usado", "Display name" : "Nombre a desplegar", "Email" : "Correo electrónico", "Group admin for" : "Administrador del grupo para", @@ -166,6 +165,7 @@ OC.L10N.register( "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", "Default quota" : "Cuota predeterminada", + "{size} used" : "{size} usado", "Unnamed device" : "Dispositivo sin nombre", "Your apps" : "Tus aplicaciones", "Changelog" : "Bitácora de cambios", @@ -194,7 +194,7 @@ OC.L10N.register( "Documentation" : "Documentación", "Forum" : "Foro", "Login" : "Iniciar sesión", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "Open documentation" : "Abrir documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante preparar este servidor para poder enviar correos electrónicos, como para restablecer contraseñas y notificaciones. ", "Send mode" : "Modo de envío", @@ -202,7 +202,7 @@ OC.L10N.register( "From address" : "De la dirección", "Server address" : "Dirección del servidor", "Port" : "Puerto", - "Authentication method" : "Método de autenticación", + "Authentication" : "Autenticación", "Authentication required" : "Autenticación requerida", "Credentials" : "Credenciales", "SMTP Username" : "Usuario SMTP", @@ -233,7 +233,8 @@ OC.L10N.register( "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Plain" : "Plano", "NT LAN Manager" : "Administrador de LAN NT", + "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", - "Avatar" : "Avatar" + "Authentication method" : "Método de autenticación" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |