diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index a226cf4e00d..d1e6b333677 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -27,8 +27,6 @@ OC.L10N.register( "Could not complete login" : "Impossibile completare l'accesso", "Your login token is invalid or has expired" : "Il tuo token di accesso non è valido o è scaduto", "Password reset is disabled" : "Ripristino password disabilitato", - "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", - "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", "%s password reset" : "Ripristino password di %s", "Password reset" : "Ripristino password", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Fai clic sul pulsante seguente per reimpostare la tua password. Se non hai richiesto la reimpostazione della password, ignora questo messaggio.", @@ -367,6 +365,8 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.", "This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", + "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", + "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)", "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato", "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni", |