aboutsummaryrefslogtreecommitdiffstats
path: root/language/it_IT
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-06-14 21:18:46 +0000
committermistic100 <mistic@piwigo.org>2013-06-14 21:18:46 +0000
commit96eafa0a3ba9dd49095c4e3c93a264487fbef0a8 (patch)
tree9af459f6e8e22cb6bc798bcabf6e8dbcd1e4c84e /language/it_IT
parent699951a8e75b4651fb650005260934a9e64440d0 (diff)
Use common language strings on install.tpl and remove duplicates from install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT')
-rw-r--r--language/it_IT/install.lang.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/language/it_IT/install.lang.php b/language/it_IT/install.lang.php
index 8664a6669..cbcb66926 100644
--- a/language/it_IT/install.lang.php
+++ b/language/it_IT/install.lang.php
@@ -21,24 +21,19 @@
// | USA. |
// +-----------------------------------------------------------------------+
-
-
$lang['Installation'] = 'Installazione';
$lang['Basic configuration'] = 'Configurazione di base';
$lang['Default gallery language'] = 'Lingua predefinita della galleria';
$lang['Database configuration'] = 'Configurazione database';
$lang['Admin configuration'] = 'Configurazione utente Amministratore';
$lang['Start Install'] = 'Inizia l\'installazione';
-$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'l\'indirizzo email deve essere tipo xxx@yyy.eee (esempio: jack@altern.org)';
-$lang['Webmaster login'] = 'Nome utente webmaster';
$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Esso verrà mostrato ai visitatori. E\' necessario per amministrare il vostro sito';
$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 o altro, datovi dal vostro provider';
+$lang['localhost or other, supplied by your host provider'] = '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';
$lang['user password given by your host provider'] = 'password d\'accesso al database fornita dal vostro provider';
$lang['Database name'] = 'Nome del database';
$lang['also given by your host provider'] = 'anche questo fornito dal vostro provider';
@@ -47,12 +42,10 @@ $lang['database tables names will be prefixed with it (enables you to manage bet
$lang['enter a login for webmaster'] = 'inserire un nome utente per il webmaster';
$lang['webmaster login can\'t contain characters \' or "'] = 'il nome utente del webmaster non può contenere caratteri come \' o "';
$lang['please enter your password again'] = 'reinserire la password';
-$lang['Webmaster password'] = 'Password del webmaster';
$lang['Keep it confidential, it enables you to access administration panel'] = 'Da conservare con cura. Permette l\'accesso al pannello d\'amministrazione';
$lang['Password [confirm]'] = 'Password [confermare]';
$lang['verification'] = 'verifica';
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Avete bisogno di aiuto? Visitate il <a href="%s">forum di Piwigo</a>.';
-$lang['Webmaster mail address'] = 'Indirizzo email del Webmaster';
$lang['Visitors will be able to contact site administrator with this mail'] = 'I visitatori saranno in grado di contattarvi usando questa email';
$lang['PHP 5 is required'] = 'E\' richiesto PHP 5';
$lang['It appears your webhost is currently running PHP %s.'] = 'Sembra che la versione PHP del vostro server sia %s.';
@@ -64,7 +57,6 @@ $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non è stato in grado
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Si consiglia di fare riferimento al supporto del vostro provider di hosting e vedere come potete passare a PHP 5 da soli.';
$lang['Hope to see you back soon.'] = 'Speriamo di rivedervi presto.';
$lang['Congratulations, Piwigo installation is completed'] = 'Congratulazioni, l\'installazione di Piwigo è completata';
-
$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Una soluzione alternativa è quella di copiare il testo della casella sopra e incollarlo nel file "local/config/database.inc.php" (Attenzione: database.inc.php deve contenere solo quello che c\'è nel box sopra, senza nessun ritorno a capo o spazio)';
$lang['Creation of config file local/config/database.inc.php failed.'] = 'Creazione del file di configurazione local/config/database.inc.php fallita.';
$lang['Download the config file'] = 'Scaricare il file di configurazione';
@@ -73,5 +65,4 @@ $lang['Just another Piwigo gallery'] = 'Una galleria Piwigo in più ';
$lang['Welcome to my photo gallery'] = 'Benvenuti nella mia galleria fotografica';
$lang['Welcome to your new installation of Piwigo!'] = 'Benvenuti sulla vostra nuova installazione di Piwigo!';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Non esitate a consultare i nostri forum se avete un qualunque problema: %s';
-
?> \ No newline at end of file