2008-11-03 19:52:33 +00:00
< ? php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
2010-03-28 18:46:44 +00:00
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
2008-11-03 19:52:33 +00:00
// | 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. |
// +-----------------------------------------------------------------------+
2010-03-24 19:34:41 +00:00
$lang [ 'Upgrade' ] = 'Upgrade' ;
2010-03-26 11:14:37 +00:00
$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 ) . '] = ' Deze pagina stelt voor om uw
huidige oude Piwigo - database te converteren naar de nieuwe versie . De upgrade - assistant denkt dat u momenteel gebruik maakt van < strong > release % s </ strong > ( of equivalent ) . ' ;
2010-03-25 20:23:47 +00:00
$lang [ 'Upgrade from version %s to %s' ] = 'Upgrade van versie %s naar versie %s' ;
$lang [ 'Statistics' ] = 'Statistieken' ;
$lang [ 'total upgrade time' ] = 'totale upgrade tijd' ;
$lang [ 'total SQL time' ] = 'totale SQL tijd' ;
2010-03-24 19:34:41 +00:00
$lang [ 'SQL queries' ] = 'SQL queries' ;
2010-03-25 20:23:47 +00:00
$lang [ 'Upgrade informations' ] = 'Upgrade informatie' ;
$lang [ 'Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.' ] = 'Voor een onderhoudscontrole uit [Administratie>Speciaal>Onderhoud] indien u problemen ondervindt.' ;
2010-05-03 13:27:08 +00:00
$lang [ 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:' ] = 'Als voorzorgsmaatregel zijn de volgende plugins gedeactiveerd. Voordat u ze reactiveert moet u deze plugins op upgrades controleren:' ;
2010-03-25 20:23:47 +00:00
$lang [ 'Only administrator can run upgrade: please sign in below.' ] = 'Alleen de administrator kan een upgrade uitvoeren: hieronder kunt u inloggen.' ;
$lang [ 'You do not have access rights to run upgrade' ] = 'U bent niet gerechtigd om een upgrade uit te voeren' ;
$lang [ 'All sub-categories of private categories become private' ] = 'Alle sub-categorie<69> n van private categorie<69> n worden private' ;
$lang [ 'User permissions and group permissions have been erased' ] = 'Gebruikers- en groepsrechten zijn verwijderd' ;
2010-03-31 20:09:54 +00:00
$lang [ 'Only thumbnails prefix and webmaster mail address have been saved from previous configuration' ] = 'Alleen het voorvoegsel (prefix) van de mini-afbeelding en het email-adres van de webbeheerder zijn bewaard gebleven van de vorige configuratie' ;
2010-03-26 06:24:14 +00:00
2010-03-26 11:14:37 +00:00
2008-11-03 19:52:33 +00:00
?>