????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/www/ecommerce/os/catalog/includes/languages/english/
Upload File :
Current File : /home2/morganrand/www/ecommerce/os/catalog/includes/languages/english/checkout_payment_address.php

<?php
/*
  $Id: checkout_payment_address.php,v 1.1 2004/08/25 23:11:32 akhan Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

define('NAVBAR_TITLE_1', 'Checkout');
define('NAVBAR_TITLE_2', 'Change Billing Address');

define('HEADING_TITLE', 'Payment Information');

define('TABLE_HEADING_PAYMENT_ADDRESS', 'Billing Address');
define('TEXT_SELECTED_PAYMENT_DESTINATION', 'This is the currently selected billing address where the invoice to this order will be delivered to.');
define('TITLE_PAYMENT_ADDRESS', 'Billing Address:');

define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', 'Address Book Entries');
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', 'Please Select');

define('TABLE_HEADING_NEW_PAYMENT_ADDRESS', 'New Billing Address');
define('TEXT_CREATE_NEW_PAYMENT_ADDRESS', 'Please use the following form to create a new billing address to use for this order.');

define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to select the preferred payment method.');
?>