<?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,
"áÇ ÊæÌÏ ÊÕäíÝÇÊ Ýí åÐå ÇáÃÓÆáÉ");
?>
|