35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Delivery Options
|
|
'delivery_options_title' => 'Delivery options',
|
|
'delivery_tab' => 'Delivery',
|
|
'pickup_tab' => 'Pickup',
|
|
|
|
// Addresses
|
|
'address_1' => '567 Cherry Lane Apt B12 Sacramento, 95829',
|
|
'address_2' => '1901 Thornridge Cir. Shiloh, Hawaii, 81063',
|
|
'address_3' => '3517 W. Gray St. Utica, Pennsylvania, 57867',
|
|
'pickup_address_1' => '123 Main St. Downtown, New York, 10001',
|
|
'pickup_address_2' => '456 Oak Avenue Midtown, New York, 10002',
|
|
|
|
// Actions
|
|
'remove' => 'Remove',
|
|
'back_to_addresses' => 'Back to my addresses',
|
|
'add_address_title' => 'Add an address to start ordering',
|
|
'add_pickup_address_title' => 'Add a pickup address',
|
|
'find_on_map' => 'Find on map',
|
|
'add_delivery_address' => 'Add delivery address',
|
|
'add_pickup_address' => 'Add pickup address',
|
|
|
|
// Form Labels
|
|
'state_label' => 'State',
|
|
'postcode_label' => 'Postcode',
|
|
'city_label' => 'City',
|
|
'street_address_label' => 'Street address',
|
|
|
|
// Form Placeholders
|
|
'select_state' => 'Select state',
|
|
'select_city' => 'Select city',
|
|
];
|