45 lines
2.1 KiB
PHP
45 lines
2.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: checkout_payment_address.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: checkout_payment_address.php,v 1.1 2002/11/01 03:55:32 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title_1'] = 'Checkout';
|
|
$aLang['navbar_title_2'] = 'Change Billing Address';
|
|
|
|
$aLang['heading_title'] = 'Payment Information';
|
|
|
|
$aLang['table_heading_payment_address'] = 'Billing Address';
|
|
$aLang['text_selected_payment_destination'] = 'This is the currently selected billing address where the invoice to this order will be delivered to.';
|
|
$aLang['title_payment_address'] = 'Billing Address:';
|
|
|
|
$aLang['table_heading_address_book_entries'] = 'Address Book Entries';
|
|
$aLang['text_select_other_payment_destination'] = 'Please select the preferred billing address if the invoice to this order is to be delivered elsewhere.';
|
|
$aLang['title_please_select'] = 'Please Select';
|
|
|
|
$aLang['table_heading_new_payment_address'] = 'New Billing Address';
|
|
$aLang['text_create_new_payment_address'] = 'Please use the following form to create a new billing address to use for this order.';
|
|
|
|
$aLang['table_heading_new_payment_address_problem'] = 'New Billing Address Problem';
|
|
$aLang['text_new_payment_address_problem'] = 'Please check the new billing address information below, as there were problems verifying the information.';
|
|
|
|
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
|
|
$aLang['text_continue_checkout_procedure'] = 'to select the preferred payment method.';
|
|
|