diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 22c34f16b13..c0d611d9064 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -112,10 +112,6 @@ OC.L10N.register( "Role" : "Ruolo", "Unknown user" : "Utente sconosciuto", "Additional settings" : "Impostazioni aggiuntive", - "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", - "%s enter the database username." : "%s digita il nome utente del database.", - "%s enter the database name." : "%s digita il nome del database.", - "%s you may not use dots in the database name" : "%s non dovresti utilizzare punti nel nome del database", "MySQL username and/or password not valid" : "Nome utente e/o password di MySQL non validi", "You need to enter details of an existing account." : "Devi inserire i dettagli di un account esistente.", "Oracle connection could not be established" : "La connessione a Oracle non può essere stabilita", @@ -255,6 +251,10 @@ OC.L10N.register( "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\".", + "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", + "%s enter the database username." : "%s digita il nome utente del database.", + "%s enter the database name." : "%s digita il nome del database.", + "%s you may not use dots in the database name" : "%s non dovresti utilizzare punti nel nome del database", "Cannot read file" : "Impossibile leggere il file", "Cannot write into \"config\" directory" : "Impossibile scrivere nella cartella \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella di configurazione. Vedi %s", |