27 lines
1.2 KiB
PHP
Executable File
27 lines
1.2 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_payment_address.php 2315 2005-11-07 08:41:46Z drbyte $
|
|
*/
|
|
|
|
|
|
define('NAVBAR_TITLE_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Change Billing Address');
|
|
|
|
define('HEADING_TITLE', 'Change the Billing Information');
|
|
|
|
define('TABLE_HEADING_PAYMENT_ADDRESS', 'Billing Address');
|
|
define('TEXT_SELECTED_PAYMENT_DESTINATION', 'This is the current billing address. Please make sure it matches the information on your credit card statement or correct it using the form below.');
|
|
define('TITLE_PAYMENT_ADDRESS', 'Billing Address');
|
|
|
|
define('TEXT_SELECT_OTHER_PAYMENT_DESTINATION', 'Please select the preferred billing address if the invoice to this order is to be delivered elsewhere.');
|
|
define('TITLE_PLEASE_SELECT', 'Change the Billing Address for This Order');
|
|
|
|
define('TABLE_HEADING_NEW_PAYMENT_ADDRESS', '...Or Choose From Your Address Book Entries');
|
|
|
|
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue</strong>');
|
|
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to payment method.');
|
|
?>
|