File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/checkout/checkout.php
<?php
return [
// Global
'title' => 'Order details',
// Process
'process' => [
'order_safely' => 'Order safely ',
'order_data' => 'Order details',
'payment_data' => 'Payment details',
'thanks' => 'Thank you'
],
// Invoice address
'invoice' => [
'title' => 'Invoice address',
],
// Shipping
'shipping' => [
'title' => 'Shipping address',
'ship_to_invoice_address' => 'Ship to invoice address',
'ship_to_new_address' => 'Ship to different address',
'ship_to_dpd_parcelShop' => 'Ship to a DPD ParcelShop (Pickup point)',
],
// Order Summary
'order' => [
'title' => 'Order details',
],
// Payment
'payment' => [
'title' => 'Choose your payment method',
'select_your_bank' => 'Select your bank:',
],
//Remarks
'remarks' => [
'title' => 'Remarks',
'placeholder' => 'Please fill in your remarks.'
],
// Proceed / Checkout
'proceed' => [
'title' => 'Terms and continue to payment',
'agree_to_terms' => 'By clicking on ‘Pay’, I am placing an order,
agree to pay and agree to the <a href=":url" target="_blank">general terms and conditions.</a>.',
'button' => 'Pay',
],
'vies_not_found' => 'We failed to connect to Europe.eu, We cant verify your VAT number. Please try again later',
'you_have_payed_title' => 'You have payed',
'you_have_payed_text' => 'The payments The payment has been received in good order. Thank you!',
'you_have_payed_back' => 'Back to home',
'chose_another_parcel_shop' => 'Chose another Pickup point',
'dpd_name' => 'DPD ParcelShop'
];