File: D:/HostingSpaces/netwerkbrabant/netwerkbrabant.nl/resources/lang/nl/kms/products.php
<?php
return [
'section' => [
'new' => 'Nieuw product',
'title' => 'Producten',
'subTitle' => 'Overzicht',
'min' => 'Prijs mag niet 0 zijn'
],
'name' => 'Naam',
'enterName' => 'Vul een productnaam in',
'boxed_description' => 'Omschrijving',
'content' => 'Pagina',
'priceDisplay' => 'Prijs Excl. (zichtbaar)',
'enterPriceDisplay' => 'Bijv: € 37,50 (excl. drank)',
'price' => 'Prijs Incl. (in centen)',
'slug' => 'Route',
'vat_amount' => 'BTW',
'wefact' => 'Wefact',
'weFactName' => 'WeFact naam',
'enterWeFactName' => 'Vul product naam in',
'weFactDescription' => 'WeFact Omschrijving',
'enterWeFactDescription' => 'Vul product omschrijving in',
'weFactCode' => 'WeFact Code',
];