File: D:/HostingSpaces/SBogers10/spire-checkout.komma-mediadesign.nl/resources/lang/en/site/checkout.php
<?php
return [
'shoppingCart' => 'Shopping Cart',
'products' => 'Products',
'summary' => 'Summary',
'each' => 'each',
'pcs' => 'pcs',
'continueShopping' => 'Continue Shopping',
'checkout' => 'Checkout',
'subTotal' => 'Subtotal',
'total' => 'Total',
'items' => '{0} No items|{1} :value item|[2,*] :value items',
'emptyShoppingCart' => 'Your Shopping Cart is empty.',
'moreProductInformation' => 'More product information',
'questionContactSupport' => 'Got a question?<br/>Contact us 24/7<br /><a href=":link">E-mail support</a>',
'chooseShippingCountry' => 'Choose a shipping country',
'chooseShippingCountry2' => 'Choose a<br/>shipping country',
'countrySelectPlaceholder' => 'Choose a country...',
'shippingTo' => 'Ship to',
'customerService' => 'Customer Service',
'invoiceInformation' => 'Invoice information',
'shipping' => 'Shipping',
'otherShippingAddress' => 'Ship to other address then the invoice address',
'legal' => 'I agree to the <a href=":link" target="_blank">terms of agreement</a>',
'noShippingCountry' => 'No shipping country selected',
'checkOrder' => 'Check order',
'confirmOrder' => 'Confirm order',
'agreePay' => 'Agree and pay',
'multiSafePay' => [
'description' => 'Order :invoiceId -',
],
'steps' => [
'Shopping Cart',
'Checkout',
'Payment',
'Done',
],
'cancelStepOverwrite' => 'Cancelled',
'errorStepOverwrite' => 'Error',
];