8a29965450
Replace include/mysql.inc.php by include/config_database.inc.php to be independant of database engine Rename database configurations variables by ones in $conf array. git-svn-id: http://piwigo.org/svn/trunk@4280 68402e56-0260-453c-a942-63ccdbb3a9ee
44 lines
No EOL
3.4 KiB
PHP
44 lines
No EOL
3.4 KiB
PHP
<?php
|
||
// +-----------------------------------------------------------------------+
|
||
// | Piwigo - a PHP based picture gallery |
|
||
// +-----------------------------------------------------------------------+
|
||
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
|
||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
||
// +-----------------------------------------------------------------------+
|
||
// | This program is free software; you can redistribute it and/or modify |
|
||
// | it under the terms of the GNU General Public License as published by |
|
||
// | the Free Software Foundation |
|
||
// | |
|
||
// | This program is distributed in the hope that it will be useful, but |
|
||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||
// | General Public License for more details. |
|
||
// | |
|
||
// | You should have received a copy of the GNU General Public License |
|
||
// | along with this program; if not, write to the Free Software |
|
||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||
// | USA. |
|
||
// +-----------------------------------------------------------------------+
|
||
|
||
$lang['Upgrade'] = 'Aggiornamento';
|
||
$lang['introduction message'] = 'Questa pagina vi propone di aggiornare la vostra base dati corrispondente alla vecchia versione verso la nuova versione.
|
||
L\'assistente all\'aggiornamento ha identificato il vostro prodotto come essendo una <strong>versione %s</strong> (o equivalente).';
|
||
$lang['Upgrade from %s to %s'] = 'Aggiornamento dalla versione %s alla %s';
|
||
$lang['Statistics'] = 'Statistiche';
|
||
$lang['total upgrade time'] = 'tempo totale per aggiornamento';
|
||
$lang['total SQL time'] = 'tempo totale delle esecuzioni SQL';
|
||
$lang['SQL queries'] = 'numero delle esecuzioni SQL';
|
||
$lang['Upgrade informations'] = 'Informazioni sul\'aggiornamento';
|
||
$lang['perform a maintenance check'] = 'Se riscontrate dei problemi, effettuare una manutezione in [Amministrazione>Speciale>Manutenzione].';
|
||
$lang['deactivated plugins'] = 'Per precauzione, i plugins sono stati disattivati. Verificate se non esistono degli aggiornamenti prima di riattivarli:';
|
||
$lang['upgrade login message'] = 'Solo un\'amministratore pu<70> eseguire l\'aggiornamento: identificatevi.';
|
||
$lang['You do not have access rights to run upgrade'] = 'Non avete le autorizzazioni necessarie per effettuare l\'aggiornamento';
|
||
$lang['in include/config_database.inc.php, before ?>, insert:'] = 'Nel file <i>include/config_database.inc.php</i>, prima di <b>?></b>, inserire:';
|
||
|
||
// Upgrade informations from upgrade_1.3.1.php
|
||
$lang['all sub-categories of private categories become private'] = 'Tutte le sottocategorie delle categorie private diventono private';
|
||
$lang['user permissions and group permissions have been erased'] = 'I permessi degli utenti e dei gruppi sono stati cancellati';
|
||
$lang['only thumbnails prefix and webmaster mail saved'] = 'Solo il prefisso delle miniature e l\'email del webmaster sono stati recuperati dalla precedente configurazione';
|
||
|
||
?>
|