| 
<?php
# Auther: Tariq Al-Saleem.
 # Created 11/08/2004.
 # email: [email protected]
 # This is some changes on the faq_viewer class to display links and messages in
 # multi languages systems.
 # Arabic and english language is included.
 # For arabic usage go to: www.tsbs.net/news.htm?id=2 .
 
 # The original class is class.faqmanager.inc. must be available.
 # there is no guarantee that this file will be updated if the original class changes.
 # you can find the original class and copyright information
 # on [email protected], http://php.amnuts.com/
 
 
 define(FQ_MSG1,
 "بحث في الأسئلة والأجوبة");
 define(FQ_MSG2,
 "بحث");
 define(FQ_MSG3,
 "المحتويات");
 define(FQ_MSG4,
 "التوجه الى");
 define(FQ_MSG5,
 "العودة الى");
 define(FQ_MSG6,
 "الى الأعلى");
 
 define(FQ_MSG7,
 "اظهار الكل");
 
 define(FQ_MSG8,
 "لا يوجد مطابقة في هذه المجموعة");
 
 define(FQ_MSG9,
 "لا توجد اسئلة في هذا التصنيف");
 
 define(FQ_MSG10,
 "لا توجد تصنيفات في هذه الأسئلة");
 
 
 ?>
 |