1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based picture gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | |
---|
24 | $lang['Installation'] = 'Installazione'; |
---|
25 | $lang['Initial_config'] = 'Configurazione di base'; |
---|
26 | $lang['Default_lang'] = 'Linguaggio di default della galleria'; |
---|
27 | $lang['step1_title'] = 'Configurazione della base dati'; |
---|
28 | $lang['step2_title'] = 'Configurazione del utente "Amministratore"'; |
---|
29 | $lang['Start_Install'] = 'Inizia l\'installazione'; |
---|
30 | $lang['reg_err_mail_address'] = 'L\'indirizzo email deve essere del tipo xxx@yyy.eee (ad esempio: cippalippa@libero.rio)'; |
---|
31 | |
---|
32 | $lang['install_webmaster'] = 'Amministratore'; |
---|
33 | $lang['install_webmaster_info'] = 'verrà mostrato ai visitatori. È necessario per l\'amministrazione del sito'; |
---|
34 | |
---|
35 | $lang['step1_confirmation'] = 'I parametri sono corretti'; |
---|
36 | $lang['step1_err_db'] = 'Connessione al server riuscita. Non è stato però possibile connettersi alla base dati'; |
---|
37 | $lang['step1_err_server'] = 'Non è stato possibile connettersi al server'; |
---|
38 | |
---|
39 | $lang['step1_dbengine'] = 'Database type'; |
---|
40 | $lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in'; |
---|
41 | $lang['step1_host'] = 'Host'; |
---|
42 | $lang['step1_host_info'] = 'localhost, sql.multimania.com, pluto.libero.it'; |
---|
43 | $lang['step1_user'] = 'Utente'; |
---|
44 | $lang['step1_user_info'] = 'nome utente di login alla base dati fornito dal tuo provider'; |
---|
45 | $lang['step1_pass'] = 'Password'; |
---|
46 | $lang['step1_pass_info'] = 'La password d\'accesso alla base dati fornita dal tuo provider'; |
---|
47 | $lang['step1_database'] = 'Nome della base dati'; |
---|
48 | $lang['step1_database_info'] = 'fornitovi dal provider'; |
---|
49 | $lang['step1_prefix'] = 'Prefisso delle tabelle della base dati'; |
---|
50 | $lang['step1_prefix_info'] = 'Le tabelle della base dati lo avranno come prefisso (permette di gestire meglio le tabelle)'; |
---|
51 | $lang['step2_err_login1'] = 'Inserire un nome utente per il webmaster'; |
---|
52 | $lang['step2_err_login3'] = 'Il nome utente del webmaster non può contenere caratteri come \' o "'; |
---|
53 | $lang['step2_err_pass'] = 'Reinserire la password'; |
---|
54 | $lang['install_end_title'] = 'Installazione completata'; |
---|
55 | $lang['step2_pwd'] = 'Password'; |
---|
56 | $lang['step2_pwd_info'] = 'da conservare con cura. Permette l\'accesso al pannello di amministrazione'; |
---|
57 | $lang['step2_pwd_conf'] = 'Password [confermare]'; |
---|
58 | $lang['step2_pwd_conf_info'] = 'verifica'; |
---|
59 | $lang['step1_err_copy'] = 'Copiate il testo in rosa trà i trattini e mettetelo nel file config_database.inc.php che si trova nella directory "include" alla base del vostro sito dove aveto installato Piwigo (il file config_database.inc.php non deve contenere altro che ciò che è in rosa tra i trattini, nessun ritorno a capo o spazio è autorizzato)'; |
---|
60 | $lang['install_help'] = 'Bisogno di un aiuto? Visitate il <a href="%s">forum di Piwigo</a>.'; |
---|
61 | $lang['install_end_message'] = 'La configurazione di Piwigo è conclusa. Procedete al prossimo step<br><br> |
---|
62 | * collegatevi alla pagina d\'accesso e usare come nome d\'utente e password quello del Webmaster<br> |
---|
63 | * a questo punto sarete abilitati all\'accesso al pannello di amministrazione in cui troverete le istruzioni per l\'inserimento delle immagini nelle vostre directory'; |
---|
64 | $lang['conf_mail_webmaster'] = 'Indirizzo email del Amministratore'; |
---|
65 | $lang['conf_mail_webmaster_info'] = 'i visitatori potranno contattarvi utilizzando questo indirizzo email'; |
---|
66 | |
---|
67 | $lang['PHP 5 is required'] = 'È necessario PHP 5'; |
---|
68 | $lang['It appears your webhost is currently running PHP %s.'] = 'Sembrerebbe che la versione del vostro server è PHP %s.'; |
---|
69 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo cerchrà di passare in PHP 5 creando o modificando il file .htaccess.'; |
---|
70 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notate che potete cambiare manualmente la configurazione e rilanciare Piwigo.'; |
---|
71 | $lang['Try to configure PHP 5'] = 'Provate a configuratre PHP 5'; |
---|
72 | $lang['Sorry!'] = 'Spiacente!'; |
---|
73 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non a potuto configurare PHP 5.'; |
---|
74 | $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Dovete contattare il votro provider per chiedere come configurare PHP 5.'; |
---|
75 | $lang['Hope to see you back soon.'] = 'Sperando di rivedervi prossimamente ...'; |
---|
76 | ?> |
---|