ECOMMERCE/lang/en/checkout.php

49 lines
1.9 KiB
PHP

<?php
return [
'delivery_method' => 'Delivery Method',
'choose_delivery_method' => 'Choose how you want to receive your order',
'delivery' => 'Delivery',
'delivery_description' => 'We deliver to your address',
'store_pickup' => 'Store Pickup',
'pickup_description' => 'Pick up from our store',
'pickup_not_available' => 'Pickup not available',
'postcode' => 'Postcode',
'postcode_placeholder' => 'e.g. 12345',
'calculate_shipping' => 'Calculate Shipping',
'calculating' => 'Calculating...',
'shipping_address' => 'Shipping Address',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'address' => 'Address',
'address2' => 'Address Line 2',
'optional' => 'optional',
'city' => 'City',
'state' => 'State',
'select_state' => 'Select State',
'zip' => 'ZIP Code',
'phone' => 'Phone',
'select_store' => 'Select Store',
'asia_golf_jakarta' => 'Asia Golf Jakarta',
'asia_golf_bandung' => 'Asia Golf Bandung',
'store_address' => 'Address',
'hours' => 'Hours',
'continue_to_payment' => 'Continue to Payment',
'free' => 'FREE',
'shipping' => 'Shipping',
'enter_postcode' => 'Please enter your postcode',
'calculate_shipping_first' => 'Please calculate shipping first',
'fill_required_fields' => 'Please fill in all required fields',
'select_store' => 'Please select a store',
'select_saved_address' => 'Select Saved Address',
'choose_address' => 'Choose an address',
'add_new_address' => 'Add New Address',
'primary' => 'Primary',
'continue_to_shipping' => 'Continue to Shipping',
'choose_shipping' => 'Choose Shipping',
'payment' => 'Payment',
'delivery' => 'Delivery',
'pickup' => 'Pickup',
'pickup_ready' => 'Your order will be ready for pickup at the selected store',
'continue_to_payment' => 'Continue to Payment',
];