PHP Classes

File: faqlang.ar.inc

Recommend this page to a friend!
  Classes of Tariq Al-Saleem   FAQ Viewer Language   ???   Download  
File: ???
Role: Configuration script
Content type: text/plain
Description: Arabic language file
Class: FAQ Viewer Language
FAQ viewer extension to support multiple idioms
Author: By
Last change:
Date: 20 years ago
Size: 964 bytes
 

 

Contents

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


?>