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

];