diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 6403f8ab014..96394338c42 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -195,8 +195,6 @@ OC.L10N.register( "Login canceled by app" : "Accesso annullato dall'applicazione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s", "a safe home for all your data" : "un posto sicuro per tutti i tuoi dati", - "File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi", - "Cannot download file" : "Impossibile scaricare il file", "Application is not enabled" : "L'applicazione non è abilitata", "Authentication error" : "Errore di autenticazione", "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.", @@ -275,6 +273,8 @@ OC.L10N.register( "Username must not consist of dots only" : "Il nome utente non può consistere di soli punti", "Username is invalid because files already exist for this user" : "Il nome utente non è valido poiché esiste già per questo utente", "User disabled" : "Utente disabilitato", + "File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi", + "Cannot download file" : "Impossibile scaricare il file", "Your data directory is readable by other users." : "La cartella dei dati è leggibile dagli altri utenti.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Modifica i permessi in 0770 in modo tale che la cartella non sia leggibile dagli altri utenti.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assicurati che ci sia un file \".ocdata\" nella radice della cartella data." |