source: branches/2.0/language/it_IT/install.lang.php @ 3204

Last change on this file since 3204 was 3204, checked in by patdenice, 15 years ago

merge r3203 from trunk to branch 2.0.
Move template class inclusion to common.inc.php.
Add forum link in upgrade page.
Install and upgrade try to configure PHP5.

  • Property svn:eol-style set to LF
File size: 5.5 KB
Line 
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_host'] = 'MySQL host';
40$lang['step1_host_info'] = 'localhost, sql.multimania.com, pluto.libero.it';
41$lang['step1_user'] = 'Utente';
42$lang['step1_user_info'] = 'nome utente di login alla base dati fornito dal tuo provider';
43$lang['step1_pass'] = 'Password';
44$lang['step1_pass_info'] = 'La password d\'accesso alla base dati fornita dal tuo provider';
45$lang['step1_database'] = 'Nome della base dati';
46$lang['step1_database_info'] = 'fornitovi dal provider';
47$lang['step1_prefix'] = 'Prefisso delle tabelle della base dati';
48$lang['step1_prefix_info'] = 'Le tabelle della base dati lo avranno come prefisso (permette di gestire meglio le tabelle)';
49$lang['step2_err_login1'] = 'Inserire un nome utente per il webmaster';
50$lang['step2_err_login3'] = 'Il nome utente del webmaster non può contenere caratteri come \' o "';
51$lang['step2_err_pass'] = 'Reinserire la password';
52$lang['install_end_title'] = 'Installazione completata';
53$lang['step2_pwd'] = 'Password';
54$lang['step2_pwd_info'] = 'da conservare con cura. Permette l\'accesso al pannello di amministrazione';
55$lang['step2_pwd_conf'] = 'Password [confermare]';
56$lang['step2_pwd_conf_info'] = 'verifica';
57$lang['step1_err_copy'] = 'Copiate il testo in rosa trà i trattini e mettetelo nel file mysql.inc.php che si trova nella directory "include" alla base del vostro sito dove aveto installato Piwigo (il file mysql.inc.php non deve contenere altro che ciò che è in rosa tra i trattini, nessun ritorno a capo o spazio è autorizzato)';
58$lang['install_help'] = 'Bisogno di un aiuto? Visitate il <a href="%s">forum di Piwigo</a>.';
59$lang['install_end_message'] = 'La configurazione di Piwigo è conclusa. Procedete al prossimo step<br /><br />
60* collegatevi alla pagina d\'accesso e usare come nome d\'utente e password quello del Webmaster<br />
61* a questo punto sarete abilitati all\'accesso al pannello di amministrazione in cui troverete le istruzioni per l\'inserimento delle immagini nelle vostre directory';
62$lang['conf_mail_webmaster'] = 'Indirizzo email del Amministratore';
63$lang['conf_mail_webmaster_info'] = 'i visitatori potranno contattarvi utilizzando questo indirizzo email';
64
65$lang['PHP 5 is required'] = 'È necessario PHP 5';
66$lang['It appears your webhost is currently running PHP %s.'] = 'Sembrerebbe che la versione del vostro server è PHP %s.';
67$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.';
68$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notate che potete cambiare manualmente la configurazione e rilanciare Piwigo.';
69$lang['Try to configure PHP 5'] = 'Provate a configuratre PHP 5';
70$lang['Sorry!'] = 'Spiacente!';
71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non a potuto configurare PHP 5.';
72$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.';
73$lang['Hope to see you back soon.'] = 'Sperando di rivedervi prossimamente ...';
74?>
Note: See TracBrowser for help on using the repository browser.