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/Eurotools/euro-tools.nl/resources/lang/en/shop/cart.php
<?php

return array (
  'delete_modal_title' => 'Remove Product?',
  'delete_modal_description' => 'Are you sure you want to remove this product from the shopping cart?',
  'you_receive' => 'You will receive ',
  'at' => 'When purchasing ',
  'you_get' => 'you will receive ',
  'subtotal' => 'Total excl. VAT',
  'continueShopping' => 'Continue shopping',
  'noProducts' => 'There are no products in your shopping cart',
  'checkout' => 'Send order',
  'shippingAddress' => 'Delivery address',
  'editAddress' => 'Change address',
  'orderOverview' => 'Order overview',
  'remarks' => 'Comments',
  'cart' => 'Shopping cart',
  'disclaimer_title' => 'This is not a definitive order.',
  'disclaimer_content' => 'After completion of your order, it will be processed by Eurotools. <i>You will then receive an invoice with the details of your order.</i>',
  'tax' => 'VAT (21%)',
  'total' => 'Total',
  'remarksPlaceholder' => 'Enter your comment here',
);