Login   Register  
PHP Classes
elePHPant
Icontem

File: faqlang.en.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.en.inc  >  Download  
File: faqlang.en.inc
Role: Configuration script
Content type: text/plain
Description: English language file
Class: FAQ Viewer Language
FAQ viewer extension to support multiple idioms
Author: By
Last change:
Date: 2004-08-12 05:35
Size: 991 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,
"Search the FAQ");
define(FQ_MSG2,
"search");
define(FQ_MSG3,
"contents");
define(FQ_MSG4,
"Forward to");
define(FQ_MSG5,
"Backward to");
define(FQ_MSG6,
"top");

define(FQ_MSG7,
"Show all");

define(FQ_MSG8,
"No matches were found in this category");

define(FQ_MSG9,
"There are no questions curently in this category.");

define(FQ_MSG10,
"There are currently no categories in the FAQ.");

?>