37 lines
1.5 KiB
PHP
37 lines
1.5 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: main_main.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: default.php,v 1.22 2003/02/16 00:42:03 harley_vb
|
|
----------------------------------------------------------------------
|
|
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'] = 'Neue Produkte im %s';
|
|
$aLang['table_heading_upcoming_products'] = 'Wann ist was verfügbar';
|
|
$aLang['table_heading_date_expected'] = 'Datum';
|
|
$aLang['table_heading_featured_products'] = 'Top-Angebote';
|
|
$aLang['table_heading_featured_products_category'] = 'Top-Angebote in %s';
|
|
$aLang['heading_title'] = 'Unser Angebot';
|
|
$aLang['text_news_postedby'] = 'Geschrieben von';
|
|
$aLang['text_news_reads'] = 'mal gelesen';
|
|
$aLang['text_news_comments'] = 'Kommentare';
|
|
$aLang['text_news_score'] = 'durchschnittl. Bewertung:';
|
|
$aLang['text_news_printer'] = 'Druckbare Version';
|
|
$aLang['text_news_on'] = 'am';
|
|
$aLang['text_news_readmore'] = 'mehr...';
|