ECOMMERCE/lang/en/checkout.php

72 lines
2.8 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',
'apply_promo_code' => 'Apply promo code',
'enter_promo_code' => 'Enter promo code',
'enter_valid_promo_code' => 'Enter a valid promo code!',
'apply' => 'Apply',
'available_vouchers' => 'Available Vouchers',
'available_voucher_events' => 'Available Voucher Events',
'points_required' => 'Points Required',
'valid_period' => 'Valid Period',
'terms_and_conditions' => 'Terms and Conditions',
'close' => 'Close',
'redeem' => 'Redeem',
'use_point' => 'Use Points',
'your_points' => 'Your Points',
'available_points' => 'Available Points',
'input_point' => 'Enter points to use',
'apply_point' => 'Apply Points',
'remove_point' => 'Remove Points',
'points_applied' => 'Points Applied',
'points_used' => 'points used',
'saving' => 'Discount:',
'shipping' => 'Shipping:',
'estimated_total' => 'Estimated total:',
'proceed_to_checkout' => 'Proceed to checkout',
];