2023-01-23 11:03:31 +01:00

59 lines
2.3 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: main_shop.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['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_products'] = 'Let\'s See What We Have Here';
$aLang['table_heading_image'] = '';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product Name';
$aLang['table_heading_manufacturer'] = 'Manufacturer';
$aLang['table_heading_quantity'] = 'Quantity';
$aLang['table_heading_list_price'] = 'List';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_weight'] = 'Weight';
$aLang['table_heading_buy_now'] = 'Buy Now';
$aLang['table_heading_product_sort'] = 'Sort';
$aLang['text_no_products'] = 'There are no products to list in this category.';
$aLang['text_no_products2'] = 'There is no product available from this manufacturer.';
$aLang['text_number_of_products'] = 'Number of Products: ';
$aLang['text_show'] = '<strong>Show:</strong>';
$aLang['text_buy'] = 'Buy 1 \'';
$aLang['text_now'] = '\' now';
$aLang['text_all'] = 'All';
$aLang['heading_title_top'] = '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...';
$aLang['heading_title_nested'] = 'Categories';