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/topswtw.komma.pro/app/lang/en/partials/pricingOverview.php
<?php

return [
    'subtotal'                  => 'Subtotal',
    'discount'                  => 'Discount',
    'total_discount'            => 'Total discount',
    'order_discount'            => 'Discount on order',
    'included_in_total'         => 'Calculated in total price',

    'shipping'                  => 'Shipping costs',
    'shipping_to'               => 'Shipping to',
    'free_shipping'             => 'Free shipping in :country<br /> over <span class="inline-block">:price</span>',
    'free_shipping_short'       => 'Free from',

    'vat'                       => 'VAT',
    'price_without_vat'         => 'Price excluding VAT',
    'price_with_vat'            => 'Price including VAT',
    'price_with_vat_message'    => 'Price includes VAT',
    'vat_reverse_charge'        => 'Reverse charge.',
    'vat_reverse_charge_warning'       => 'NB: reverse charge.<br/>
                                        VAT number: :vat',

    'total'                     => 'Total',
    'total_vat_included'        => 'Total including VAT:',
    'total_vat_excluded'        => 'Total excluding VAT:',
    'excl_vat'                  => 'Excl VAT',
    'shipping_more_info'        => 'More information about shipping costs',
];