32 lines
1.4 KiB
PHP
Executable File
32 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* @package languageDefines
|
|
* @copyright Copyright 2003-2005 Zen Cart Development Team
|
|
* @copyright Portions Copyright 2003 osCommerce
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: checkout_shipping_address.php 2315 2005-11-07 08:41:46Z drbyte $
|
|
*/
|
|
|
|
define('NAVBAR_TITLE', 'Change Shipping Address');
|
|
define('NAVBAR_TITLE_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Change Shipping Address');
|
|
|
|
define('HEADING_TITLE', 'Change the Shipping Address');
|
|
|
|
define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address');
|
|
define('TITLE_SHIPPING_ADDRESS', 'Current Shipping Address');
|
|
|
|
define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', '...Or Choose From Your Address Book Entries');
|
|
define('TITLE_PLEASE_SELECT', 'Change the Shipping Address for This Order');
|
|
|
|
define('TABLE_HEADING_NEW_SHIPPING_ADDRESS', 'New Shipping Address');
|
|
define('TEXT_CREATE_NEW_SHIPPING_ADDRESS', 'Please use the following form to create a new shipping address for use with this order.');
|
|
define('TEXT_SELECT_OTHER_SHIPPING_DESTINATION', 'Please select the preferred shipping address if this order is to be delivered elsewhere.');
|
|
|
|
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue</strong>');
|
|
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to shipping method.');
|
|
|
|
define('SET_AS_PRIMARY', 'Set as Primary Address');
|
|
define('NEW_ADDRESS_TITLE', 'Enter new address');
|
|
|
|
?>
|