diff options
Diffstat (limited to 'apps/settings/l10n/it.js')
-rw-r--r-- | apps/settings/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 30d698f8333..f3ce93c5681 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -414,8 +414,6 @@ OC.L10N.register( "Error removing profile picture" : "Errore durante la rimozione dell'immagine del profilo", "Your biography" : "La tua biografia", "You are a member of the following groups:" : "Sei un membro dei seguenti gruppi:", - "You are using <strong>{usage}</strong>" : "Stai utilizzando <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Stai utilizzando <strong>{usage}</strong> di <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Il tuo nome completo", "Primary email for password reset and notifications" : "Email principale per ripristino della password e notifiche", "Email options" : "Opzioni email", @@ -656,6 +654,8 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"{user}\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"{user}\".", "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Stai per rimuovere il gruppo \"{group}\". Gli utenti NON verranno eliminati.", + "You are using <strong>{usage}</strong>" : "Stai utilizzando <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Stai utilizzando <strong>{usage}</strong> di <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Additional emails" : "Email aggiuntive", "Enable Profile" : "Attiva profilo", "No users" : "Nessun utente", |