diff options
Diffstat (limited to 'apps/settings/l10n/es_EC.js')
-rw-r--r-- | apps/settings/l10n/es_EC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index 0db627e9943..f3885dd2434 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -274,8 +274,6 @@ OC.L10N.register( "Error removing profile picture" : "Error al eliminar la foto de perfil", "Your biography" : "Tu biografía", "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", - "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Tu nombre completo", "Primary email for password reset and notifications" : "Correo electrónico principal para restablecimiento de contraseña y notificaciones", "Email options" : "Opciones de correo electrónico", @@ -478,6 +476,8 @@ OC.L10N.register( "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: instancia muy pequeña (1-5 usuarios dependiendo del uso).", "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php debe ser ejecutado por el usuario del sistema \"{user}\".", "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil de forma predeterminada para nuevos usuarios.", + "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Additional emails" : "Correos electrónicos adicionales", "Enable Profile" : "Habilitar perfil", "No users" : "Sin usuarios", |