File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/nl/partials/pricingOverview.php
<?php
return [
'subtotal' => 'Subtotaal',
'discount' => 'Korting',
'total_discount' => 'Totale korting',
'order_discount' => 'Korting op bestelling',
'included_in_total' => 'Verrekend in totaalprijs',
'shipping' => 'Verzendkosten',
'shipping_to' => 'Verzenden naar',
'free_shipping' => 'Gratis verzending in :country<br /> boven de <span class="inline-block">:price</span>',
'free_shipping_short' => 'Gratis vanaf',
'vat' => 'BTW',
'price_without_vat' => 'Prijs exclusief BTW',
'price_with_vat' => 'Prijs inclusief BTW',
'price_with_vat_message' => 'Prijs is inclusief BTW',
'vat_reverse_charge' => 'BTW verlegd.',
'vat_reverse_charge_warning' => 'Let op, BTW verlegd.<br/>
BTW Nr: :vat',
'total' => 'Totaal',
'total_vat_included' => 'Totaal Incl. BTW:',
'total_vat_excluded' => 'Totaal Excl. BTW:',
'excl_vat' => 'Excl. BTW',
'shipping_more_info' => 'Meer informatie over verzendkosten',
];