<?php
/*
osCommerce, Open Source E-Commerce Solutions ---- http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
IMPORTANT NOTE:
This script is not part of the official osC distribution but an add-on contributed to the osC community.
Please read the NOTE and INSTALL documents that are provided with this file for further information and installation notes.
script name: FaqDesk
version: 1.2.5
date: 2003-09-01
author: Carsten aka moyashi
web site: www..com
*/
// BEGIN -- faqdesk
define('TABLE_HEADING_FAQDESK', 'FAQ Information');
define('TEXT_NO_FAQDESK_NEWS', 'Sorry but there are no FAQs');
define('TEXT_FAQDESK_READMORE', 'Read More');
define('TEXT_FAQDESK_VIEWED', 'Viewed:');
//define('BOX_HEADING_FAQDESK_CATEGORIES', 'FAQs Categories');
//define('BOX_HEADING_FAQDESK_LATEST', 'Latest FAQs');
define('TEXT_DISPLAY_NUMBER_OF_ARTICLES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> FAQs)');
//END -- faqdesk
?>