Login   Register  
PHP Classes
elePHPant
Icontem

File: faqlang.ar.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tariq Al-Saleem  >  FAQ Viewer Language  >  faqlang.ar.inc  >  Download  
File: faqlang.ar.inc
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: 2004-08-12 05:34
Size: 964 bytes
 

Contents

Class file image Download
<?php
# Auther: Tariq Al-Saleem.
# Created 11/08/2004.
# email: tech@tsbs.net
# 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 php@amnuts.com, 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,
"لا توجد تصنيفات في هذه الأسئلة");


?>