diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 7f7335a9341..7b86d4d30b0 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -66,9 +66,8 @@ OC.L10N.register( "%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", - "MS SQL username and/or password not valid: %s" : "Nome utente e/o password MS SQL non validi: %s", - "You need to enter either an existing account or the administrator." : "È necessario inserire un account esistente o l'amministratore.", "MySQL/MariaDB username and/or password not valid" : "Nome utente e/o password di MySQL/MariaDB non validi", + "You need to enter either an existing account or the administrator." : "È necessario inserire un account esistente o l'amministratore.", "DB Error: \"%s\"" : "Errore DB: \"%s\"", "Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"", "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'utente MySQL/MariaDB '%s'@'localhost' esiste già.", |