54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_history_info.php,v 1.3 2007/06/12 16:54:22 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.18 2003/02/16 00:42:02 harley_vb
|
|
----------------------------------------------------------------------
|
|
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'] = 'Ihr Konto';
|
|
$aLang['navbar_title_2'] = 'Getätigte Bestellung';
|
|
$aLang['navbar_title_3'] = 'Bestellinformationen';
|
|
|
|
$aLang['heading_title'] = 'Bestellinformationen';
|
|
|
|
$aLang['heading_order_number'] = 'Bestellnummer';
|
|
$aLang['heading_order_date'] = 'Bestelldatum:';
|
|
$aLang['heading_order_total'] = 'Summe:';
|
|
|
|
$aLang['heading_delivery_address'] = 'Lieferanschrift';
|
|
$aLang['heading_shipping_method'] = 'Versandart';
|
|
|
|
$aLang['heading_products'] = 'Produkte';
|
|
$aLang['heading_tax'] = 'MwSt.';
|
|
$aLang['heading_total'] = 'Summe';
|
|
|
|
$aLang['heading_billing_information'] = 'Rechnungsinformationen';
|
|
$aLang['heading_billing_address'] = 'Rechnungsadresse';
|
|
$aLang['heading_payment_method'] = 'Zahlungsweise';
|
|
|
|
$aLang['heading_order_history'] = 'Bestellhistorie';
|
|
$aLang['heading_comment'] = 'Kommentar';
|
|
$aLang['text_no_comments_available'] = 'Kein Kommentar vorhanden.';
|
|
|
|
$aLang['serial'] = 'SN:';
|
|
|
|
$aLang['table_heading_download_date'] = 'herunterladen möglich bis:';
|
|
$aLang['table_heading_download_count'] = 'max. Anz. Downloads';
|
|
$aLang['heading_download'] = 'Artikel herunterladen:';
|
|
|