PDF rausgenommen
This commit is contained in:
35
msd2/myoos/includes/languages/deu/account_wishlist.php
Normal file
35
msd2/myoos/includes/languages/deu/account_wishlist.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/* ----------------------------------------------------------------------
|
||||
$Id: account_wishlist.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: wishlist_help.php,v 1 2002/11/09
|
||||
----------------------------------------------------------------------
|
||||
osCommerce, Open Source E-Commerce Solutions
|
||||
http://www.oscommerce.com
|
||||
|
||||
Copyright (c) 2002 - 2003 osCommerce
|
||||
----------------------------------------------------------------------
|
||||
The Exchange Project - Community Made Shopping!
|
||||
http://www.theexchangeproject.org
|
||||
|
||||
Copyright (c) 2000,2001 The Exchange Project
|
||||
----------------------------------------------------------------------
|
||||
Released under the GNU General Public License
|
||||
---------------------------------------------------------------------- */
|
||||
|
||||
$aLang['navbar_title'] = 'Ihre Merkliste';
|
||||
$aLang['heading_title'] = 'Ihre Merkliste';
|
||||
$aLang['table_heading_remove'] = 'Entfernen';
|
||||
$aLang['table_heading_quantity'] = 'Anzahl';
|
||||
$aLang['table_heading_model'] = 'Artikelnr.';
|
||||
$aLang['table_heading_products'] = 'Artikel';
|
||||
$aLang['table_heading_price'] = 'Preis';
|
||||
$aLang['table_heading_total'] = 'Summe';
|
Reference in New Issue
Block a user