File: D:/HostingSpaces/SBogers10/topswtwmobile.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',
];