diff options
Diffstat (limited to 'apps/settings/l10n/es_MX.js')
-rw-r--r-- | apps/settings/l10n/es_MX.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 34be49c62cf..ec16e27936a 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -467,8 +467,6 @@ OC.L10N.register( "Error removing profile picture" : "Error al eliminar la foto de perfil", "Your biography" : "Su biografía", "You are a member of the following groups:" : "Usted es miembro de los siguientes grupos:", - "You are using <strong>{usage}</strong>" : "Está usando <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Su nombre completo", "Primary email for password reset and notifications" : "Correo electrónico principal para restablecer la contraseña y notificaciones", "Email options" : "Opciones de correo electrónico", @@ -735,6 +733,8 @@ OC.L10N.register( "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 por defecto para nuevos usuarios.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", + "You are using <strong>{usage}</strong>" : "Está usando <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está 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", |