source: extensions/MyPiwiShop/language/nl_NL/plugin.lang.php @ 28085

Last change on this file since 28085 was 28085, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update nl_NL, thanks to : eijdenberg

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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$lang['Edit'] = 'Wijzigen';
24$lang['Note administrator'] = 'Note beheerder';
25$lang['Shipping cost'] = 'Verzendings kosten';
26$lang['shipping fees'] = 'verzendings vergoeding';
27$lang['Option value'] = 'Waarde optie';
28$lang['Required'] = 'Verpicht';
29$lang['Select at least one product'] = 'Selecteerd minimaal één product';
30$lang['Shop'] = 'Winkel';
31$lang['Type'] = 'Type';
32$lang['Type of option'] = 'Type optie ';
33$lang['Validate the change'] = 'Valideer de wijziging';
34$lang['View cart'] = 'Bekijk winkelwagen';
35$lang['What is MyPiwiShop?'] = 'Wat is MyPiwiShop?';
36$lang['Your Paypal id'] = 'Uw Paypal ID of e-mail adres van Uw Paypal rekening ';
37$lang['add value'] = 'voeg waarde toe';
38$lang['The field is required'] = 'Het veld is verplicht';
39$lang['The order is changed'] = 'The bestelling is gewijzigd';
40$lang['Value'] = 'Waards';
41$lang['a option'] = 'een optie';
42$lang['a product'] = 'een product';
43$lang['duplicate'] = 'dupliceren';
44$lang['option registered'] = 'optie geregistreerd';
45$lang['the option'] = 'de optie';
46$lang['the order is changed'] = 'de bestelling  is veranderd';
47$lang['the product'] = 'het product';
48$lang['you must enter the name of the option'] = 'de naam van de optie moet worden ingevuld';
49$lang['you must enter the product and not the price'] = 'de naam van het product moet worden ingevuld en niet de prijs';
50$lang['Option registered'] = 'Optie geregistreerd';
51$lang['Options'] = 'Opties';
52$lang['Price'] = 'Prijs';
53$lang['Product'] = 'Product';
54$lang['Product registered'] = 'Product geregistreerd';
55$lang['Products'] = 'Producten';
56$lang['Registered'] = 'Geregistreerd';
57$lang[' option'] = 'optie';
58$lang[' product'] = 'product';
59$lang['Add '] = 'Toevoegen';
60$lang['Add a option'] = 'Voeg een optie toe';
61$lang['Add a product'] = 'Voeg een product toe';
62$lang['Buy'] = 'Kopen';
63$lang['Configuration'] = 'Configuratie';
64$lang['Currency'] = 'Valuta';
65$lang['Duplicate '] = 'Dupliceer';
66$lang['Fields marked with * must be completed'] = 'Velden gemarkeerd met * zijn verplicht';
67$lang['No product selected'] = 'Geen producten geselecteerd';
Note: See TracBrowser for help on using the repository browser.