HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/netwerkbrabant.komma.pro/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',

];