29 lines
991 B
PHP
29 lines
991 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: featured.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:
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Top-Angebote';
|
|
$aLang['heading_title'] = 'Top-Angebote';
|
|
$aLang['text_display_number_of_featured_products'] = '';
|
|
$aLang['text_no_featured_products'] = 'Produkt wurde nicht gefunden!';
|
|
$aLang['text_date_added'] = 'Hinzugefgt am:';
|
|
$aLang['text_manufacturer'] = 'Hersteller:';
|
|
$aLang['text_price'] = 'Preis:';
|
|
|