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/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',
];