source: extensions/netinstall/trunk/language/nl_NL/loader.lang.txt @ 31936

Last change on this file since 31936 was 31936, checked in by plg, 6 years ago

Change required PHP version to 5.3.0

No longer tries to configure PHP 5 with htaccess (this feature may come back for PHP 7 later)

File size: 5.3 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['direction'] = 'ltr';
24$lang['code'] = 'nl';
25
26$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
27$lang['Welcome to NetInstall!'] = 'Welkom bij NetInstall!';
28$lang['Language'] = 'Taal';
29$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Dit programma is bedoeld om de laatste Piwigo te verkrijgen en die uit te pakken in uw webruimte.';
30$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Meteen daarna wordt u doorgestuurd naar de Piwigo Installatie Hulp.';
31
32$lang['Write access is needed'] = 'Schrijfrechten zijn noodzakelijk';
33$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'Het lijkt erop dat NetInstall niet kan schrijven in de huidige map, en dit is nodig om verder te kunnen gaan.';
34$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Probeer de rechten te wijzigen om schrijven toe te staan. Herlaad vervolgens de pagina door op de Verversknop te klikken.';
35$lang['Refresh'] = 'Ververs';
36
37$lang['PHP %s is required'] = 'PHP %s is noodzakelijk';
38$lang['It appears your webhost is currently running PHP %s.'] = 'Het lijkt erop dat uw webhost op het moment PHP %s draait.';
39$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall kan proberen uw configuratie om te zetten naar PHP 5 door het aanmaken of wijzigen van een .htaccess bestand.';
40$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Merk op dat u de configuratie zelf kunt wijzigen en daarna NetInstall kunt herstarten.';
41$lang['Try to configure PHP 5'] = 'Probeer PHP 5.2 te configureren';
42
43$lang['Retrieve and unzip Piwigo'] = 'Verkrijg Piwigo en pak het uit';
44$lang['Destination:'] = 'Bestemming:';
45
46$lang['Sorry!'] = 'Sorry!';
47$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall was niet in staat om PHP 5.2 te configureren.';
48$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "U kunt proberen met ondersteuning van uw webhost handmatig over te gaan op PHP 5.2";
49$lang['Hope to see you back soon.'] = 'We hopen u spoedig terug te zien.';
50
51$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Het lijkt erop dat er een oudere Piwigo installatie in map is.';
52$lang['You need to rename or remove it before we can go further...'] = 'U zult die moeten hernoemen of verwijderen voordat we verder kunnen...';
53$lang['Needed files are not present.'] = 'Benodigde bestanden zijn niet aanwezig.';
54$lang['Invalid zip file.'] = 'Ongeldig zipbestand.';
55$lang['It seems that the zip file was not extracted.'] = 'Het lijkt erop dat het zipbestand niet is uitgepakt.';
56
57$lang['Congratulations!'] = 'Gefeliciteerd!';
58$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Alles is goed gegaan. U kunt nu de installatieprocedure starten.';
59$lang['Install Piwigo now'] = 'Installeer Piwigo';
60$lang['An error occurred while grabbing the necessary files to go on.'] = 'Een fout is opgetreden tijdens het verkrijgen van de benodigde bestanden.';
61$lang['Something went wrong...'] = 'Er is een fout opgetreden...';
62$lang['What are you doing here that way ?!'] = 'Wat doet u nu?!';
63
64$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Deze lader was in eerste instantie geprogrammeerd voor <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Bedankt!';
65$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Hulp nodig? Stel uw vraag op <a href=\"%s\">Piwigo forum</a>.";
Note: See TracBrowser for help on using the repository browser.