PDF rausgenommen
This commit is contained in:
37
msd2/myoos/includes/languages/deu/account_history.php
Normal file
37
msd2/myoos/includes/languages/deu/account_history.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/* ----------------------------------------------------------------------
|
||||
$Id: account_history.php,v 1.3 2007/06/12 16:36:39 r23 Exp $
|
||||
|
||||
MyOOS [Shopsystem]
|
||||
https://www.oos-shop.de
|
||||
|
||||
|
||||
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
||||
----------------------------------------------------------------------
|
||||
Based on:
|
||||
|
||||
File: account_history.php,v 1.14 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'] = 'Ihre getätigten Bestellungen';
|
||||
|
||||
$aLang['heading_title'] = 'Ihre getätigten Bestellungen';
|
||||
|
||||
$aLang['text_order_number'] = 'Bestellnummer:';
|
||||
$aLang['text_order_status'] = 'Bestellstatus:';
|
||||
$aLang['text_order_date'] = 'Bestelldatum:';
|
||||
$aLang['text_order_shipped_to'] = 'Versenden an:';
|
||||
$aLang['text_order_products'] = 'Artikel:';
|
||||
$aLang['text_order_cost'] = 'Summe:';
|
||||
$aLang['text_view_order'] = 'Bestellung ansehen';
|
||||
|
||||
$aLang['text_no_purchases'] = 'Sie haben noch keine Bestellungen getätigt.';
|
||||
|
Reference in New Issue
Block a user