54 lines
1.8 KiB
PHP
54 lines
1.8 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_history_info.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: account_history_info.php,v 1.14 2003/02/06 17:38:15 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'] = 'My Account';
|
|
$aLang['navbar_title_2'] = 'History';
|
|
$aLang['navbar_title_3'] = 'Order Information';
|
|
|
|
$aLang['heading_title'] = 'Order Information';
|
|
|
|
$aLang['heading_order_number'] = 'Order';
|
|
$aLang['heading_order_date'] = 'Order Date:';
|
|
$aLang['heading_order_total'] = 'Order Total:';
|
|
|
|
$aLang['heading_delivery_address'] = 'Delivery Address';
|
|
$aLang['heading_shipping_method'] = 'Shipping Method';
|
|
|
|
$aLang['heading_products'] = 'Products';
|
|
$aLang['heading_tax'] = 'Tax';
|
|
$aLang['heading_total'] = 'Total';
|
|
|
|
$aLang['heading_billing_information'] = 'Billing Information';
|
|
$aLang['heading_billing_address'] = 'Billing Address';
|
|
$aLang['heading_payment_method'] = 'Payment Method';
|
|
|
|
$aLang['heading_order_history'] = 'Order History';
|
|
$aLang['heading_comment'] = 'Comment';
|
|
$aLang['text_no_comments_available'] = 'No comments available.';
|
|
|
|
$aLang['serial'] = 'Serial #:';
|
|
|
|
$aLang['table_heading_download_date'] = 'Link expires: ';
|
|
$aLang['table_heading_download_count'] = ' downloads remain.';
|
|
$aLang['heading_download'] = 'Download links';
|
|
|