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

Last change on this file since 31657 was 31657, checked in by TranslationTeam, 8 years ago

Update nl_NL, thanks to watertoren5044

  • Property svn:executable set to *
File size: 5.2 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'] = 'Opmerking beheerder';
25$lang['Shipping cost'] = 'Verzendingskosten';
26$lang['shipping fees'] = 'verzendkosten';
27$lang['Option value'] = 'Optie waarde';
28$lang['Required'] = 'Verpicht';
29$lang['Select at least one product'] = 'Selecteert minimaal één product';
30$lang['Shop'] = 'Winkel';
31$lang['Type'] = 'Type';
32$lang['Type of option'] = 'Type optie ';
33$lang['Validate the change'] = 'Keur de wijziging goed';
34$lang['View cart'] = 'Bekijk winkelwagen';
35$lang['What is MyPiwiShop?'] = 'Wat is MyPiwiShop?';
36$lang['Your Paypal id'] = 'Je Paypal ID of e-mailadres van je 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'] = 'De bestelling is gewijzigd';
40$lang['Value'] = 'Waarde';
41$lang['a option'] = 'een optie';
42$lang['a product'] = 'een product';
43$lang['duplicate'] = 'kopieëren';
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 '] = 'Kopieer';
66$lang['Fields marked with * must be completed'] = 'Velden gemarkeerd met * zijn verplicht';
67$lang['No product selected'] = 'Geen producten geselecteerd';
68$lang['Change the display order of options in the form'] = 'Wijzig de weergave-volgorde van de opties in het formulier';
69$lang['see related products for this picture'] = 'zie gerelateerde producten voor deze foto';
70$lang['products have been removed for these pictures'] = 'producten voor deze foto\'s zijn verwijderd';
71$lang['drag / drop to change the order'] = 'slepen / loslaten om de volgorde te veranderen';
72$lang['products have been added to these images'] = 'producten zijn toegevoegd aan deze foto\'s';
73$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Toont_START_tot_EiND_van_TOTAAL_records';
74$lang['Showing 0 to 0 of 0 records'] = 'Toont 0 tot 0 van 0 records';
75$lang['Products have been removed for these pictures'] = 'Producten voor deze foto\'s zijn verwijderd ';
76$lang['Products have been added to these images'] = 'Producten zijn toegevoegd aan deze foto\'s';
77$lang['Presentation text for several products'] = 'Presentatietekst voor meerdere producten';
78$lang['Presentation text for a single product'] = 'Presentatietekst voor een enkel product';
79$lang['No matching option found'] = 'Geen overeenkomende optie gevonden';
80$lang['Edit '] = 'Wijzigen';
81$lang['Display _MENU_ records per page'] = 'Weergave _MENU_ records per pagina';
82$lang['Delete the selected products for these images'] = 'Verwijder de geselecteerde producten voor deze foto';
83$lang['Change the display order of products in the form'] = 'Wijzig de weergave-volgorde van de producten in het formulier';
84$lang['Add the selected products for these images'] = 'Voeg de geselecteerde producten voor deze foto\'s toe';
85$lang['(filtered from _MAX_ total records)'] = '(gefilterd uit _MAX_ totaal records)';
Note: See TracBrowser for help on using the repository browser.