Updated to reflect v.2.0.4 (Text only)

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-28 13:52:38 +00:00
parent 36eddf815a
commit 4cd22014e4
11 changed files with 1463 additions and 1413 deletions

View file

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000"> <body bgcolor="#FFFFFF" text="#000000">

File diff suppressed because it is too large Load diff

View file

@ -20,6 +20,11 @@
* *
***************************************************************************/ ***************************************************************************/
/* CONTRIBUTORS
2003-1-25 Waheed Al-Sayer (wfa@paaet.edu.kw)
Fixed many minor grammatical problems.
*/
// //
// To add an entry to your BBCode guide simply add a line to this file in this format: // To add an entry to your BBCode guide simply add a line to this file in this format:
// $faq[] = array("question", "answer"); // $faq[] = array("question", "answer");
@ -27,7 +32,7 @@
// Links will be created automatically // Links will be created automatically
// //
// DO NOT forget the ; at the end of the line. // DO NOT forget the ; at the end of the line.
// Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\" // Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\";
// //
// The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file // The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
// //

View file

@ -20,6 +20,23 @@
* *
***************************************************************************/ ***************************************************************************/
/* CONTRIBUTORS:
2003-1-25 Waheed Al-Sayer (wfa@paaet.edu.kw)
Updated to version 2.0.4.
*/
//
// للاضافة في المجموعة اضف سطر جديد لهذا الملف بالطريقة التالية:
// $faq[] = array("السؤال", "الجواب");
// اذا كنت تريد عمل فاصل ضع $faq[] = array("--","عنوان المجموعة هنا");
// يتم تحديث الوصلات آليا
//
// لا تنسى علامة ; في نهاية السطر
// لا تضع علامة التنصيص (") في مدخلاتك ان كنت مضطرا ضع علامة هكذاie. \"نص\";
//
// ترتيب ظهور الاسئلة يتم بنفس الترتيب في هذا الملف
//
$faq[] = array("--","مواضيع عن الدخول والتسجيل"); $faq[] = array("--","مواضيع عن الدخول والتسجيل");
$faq[] = array("لم لا استطيع الدخول?", "هل سجلت نفسك? في الواقع عليك التسجيل أولا قبل الدخول. هل منعت من الدخول (سوف تظهر رسالة توضح منعك)? ان تم منعك عليك مراسلة مدير الموقع أو المشرف لمعرفة السبب. ان كنت قد سجلت نفسك ولم تكن قد منعت تأكد من الاسم وكلمة السر . في العادة تكون تلك هي المشكلة, اذا كان كل شيء صحيحا عليك الاتصال بمسؤول الموقع فقد يكونوا قد اعدوا المنتدى بشكل غير صحيح."); $faq[] = array("لم لا استطيع الدخول?", "هل سجلت نفسك? في الواقع عليك التسجيل أولا قبل الدخول. هل منعت من الدخول (سوف تظهر رسالة توضح منعك)? ان تم منعك عليك مراسلة مدير الموقع أو المشرف لمعرفة السبب. ان كنت قد سجلت نفسك ولم تكن قد منعت تأكد من الاسم وكلمة السر . في العادة تكون تلك هي المشكلة, اذا كان كل شيء صحيحا عليك الاتصال بمسؤول الموقع فقد يكونوا قد اعدوا المنتدى بشكل غير صحيح.");

File diff suppressed because it is too large Load diff