diff options
Diffstat (limited to 'apps/settings/l10n/ca.js')
-rw-r--r-- | apps/settings/l10n/ca.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index c3f313290f8..a9987675526 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -374,8 +374,6 @@ OC.L10N.register( "Error removing profile picture" : "Error en treure la imatge de perfil", "Your biography" : "La vostra biografia", "You are a member of the following groups:" : "Sou membre dels grups següents:", - "You are using <strong>{usage}</strong>" : "Esteu utilitzant <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Esteu utilitzant <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "El vostre nom complet", "Primary email for password reset and notifications" : "Adreça de correu electrònic principal per a restablir la contrasenya i per a les notificacions", "Email options" : "Opcions de correu electrònic", @@ -605,6 +603,8 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php l'ha d'executar l'usuari del sistema \"{user}\".", "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil per defecte per als usuaris nous.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Esteu a punt de suprimir el grup \"{group}\". Els usuaris NO s'eliminaran.", + "You are using <strong>{usage}</strong>" : "Esteu utilitzant <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Esteu utilitzant <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Additional emails" : "Adreces de correu electrònic addicionals", "Enable Profile" : "Habilita el perfil", "No users" : "Cap usuari", |