diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/it_IT/install.lang.php | 2 | ||||
-rw-r--r-- | language/it_IT/upgrade.lang.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/language/it_IT/install.lang.php b/language/it_IT/install.lang.php index fab506714..8664a6669 100644 --- a/language/it_IT/install.lang.php +++ b/language/it_IT/install.lang.php @@ -35,7 +35,7 @@ $lang['It will be shown to the visitors. It is necessary for website administrat $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Connessione al server riuscita, ma non รจ stato possibile connettersi al database.'; $lang['Can\'t connect to server'] = 'Impossibile connettersi al server'; $lang['Host'] = 'Host'; -$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; +$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost o altro, datovi dal vostro provider'; $lang['User'] = 'Utente'; $lang['user login given by your host provider'] = 'login utente database fornito dal vostro provider'; $lang['Password'] = 'Password'; diff --git a/language/it_IT/upgrade.lang.php b/language/it_IT/upgrade.lang.php index 5ef6e767b..859e30589 100644 --- a/language/it_IT/upgrade.lang.php +++ b/language/it_IT/upgrade.lang.php @@ -24,7 +24,8 @@ $lang['Upgrade'] = 'Aggiornamento'; -$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Questa pagina vi propone di aggiornare il vostro database corrispondente alla vecchia versione di Piwigo con la nuova versione. L\'assistente all\'aggiornamento ha identificato la vostra attuale <strong>versione %s</strong> (o equivalente).'; +$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Questa pagina vi propone di aggiornare il vostro database corrispondente alla vecchia versione di Piwigo con la nuova versione. +L\'assistente all\'aggiornamento ha identificato la vostra attuale <strong>versione %s</strong> (o equivalente).'; $lang['Upgrade from version %s to %s'] = 'Aggiornamento dalla versione %s alla %s'; $lang['Statistics'] = 'Statistiche'; $lang['total upgrade time'] = 'tempo totale aggiornamento'; |