37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_wishlist.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: 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'] = 'My Wishlist';
|
|
$aLang['heading_title'] = 'My Wishlist';
|
|
$aLang['table_heading_remove'] = 'Remove';
|
|
$aLang['table_heading_quantity'] = 'Qty.';
|
|
$aLang['table_heading_model'] = 'Model';
|
|
$aLang['table_heading_products'] = 'Product(s)';
|
|
$aLang['table_heading_price'] = 'Price';
|
|
$aLang['table_heading_total'] = 'Total';
|
|
|