37 lines
1.4 KiB
PHP
37 lines
1.4 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: main_main.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: default.php,v 1.20 2003/02/14 12:51:58 dgw_
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['text_main'] = '';
|
|
$aLang['table_heading_new_products'] = 'New Products For %s';
|
|
$aLang['table_heading_upcoming_products'] = 'Upcoming Products';
|
|
$aLang['table_heading_date_expected'] = 'Date Expected';
|
|
$aLang['table_heading_featured_products'] = 'Featured Products';
|
|
$aLang['table_heading_featured_products_category'] = 'Featured Products in %s';
|
|
$aLang['heading_title'] = 'What\'s New Here?';
|
|
$aLang['text_news_postedby'] = 'Posted by';
|
|
$aLang['text_news_reads'] = 'reads';
|
|
$aLang['text_news_comments'] = 'comments';
|
|
$aLang['text_news_score'] = 'Score:';
|
|
$aLang['text_news_printer'] = 'Printer Friendly Page';
|
|
$aLang['text_news_on'] = 'on';
|
|
$aLang['text_news_readmore'] = 'Read More...';
|
|
|