45 lines
1.9 KiB
PHP
45 lines
1.9 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: checkout_payment.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.php,v 1.14 2003/02/06 17:38:16 thomasamoulton
|
|
----------------------------------------------------------------------
|
|
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'] = 'Payment Method';
|
|
|
|
$aLang['heading_title'] = 'Payment Information';
|
|
|
|
$aLang['table_heading_billing_address'] = 'Billing Address';
|
|
$aLang['text_selected_billing_destination'] = 'Please choose from your address book where you would like the invoice to be sent to.';
|
|
$aLang['title_billing_address'] = 'Billing Address:';
|
|
|
|
$aLang['table_heading_payment_method'] = 'Payment Method';
|
|
$aLang['text_select_payment_method'] = 'Please select the preferred payment method to use on this order.';
|
|
$aLang['title_please_select'] = 'Please Select';
|
|
$aLang['text_enter_payment_information'] = 'This is currently the only payment method available to use on this order.';
|
|
|
|
$aLang['table_heading_comments'] = 'Add Comments About Your Order';
|
|
|
|
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
|
|
$aLang['text_continue_checkout_procedure'] = 'to confirm this order.';
|
|
|
|
$aLang['heading_conditions_information'] = 'Conditions of Use';
|
|
$aLang['text_conditions_confirm'] = 'I accept your conditions of use';
|
|
$aLang['text_conditions_download'] = 'Download Conditions';
|
|
|