|
From: Paul S. O. <ps...@us...> - 2001-12-17 00:30:39
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv22354/language/lang_english
Modified Files:
lang_bbcode.php
Log Message:
oops, change title name, etc.
Index: lang_bbcode.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_bbcode.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_bbcode.php 2001/12/17 00:24:05 1.1
--- lang_bbcode.php 2001/12/17 00:30:36 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_faq.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * lang_bbcode.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
***************
*** 22,26 ****
//
! // To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array("question", "answer");
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
--- 22,26 ----
//
! // To add an entry to your BBCode guide simply add a line to this file in this format:
// $faq[] = array("question", "answer");
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
***************
*** 28,36 ****
//
// DO NOT forget the ; at the end of the line.
! // Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
//
! // The FAQ items will appear on the FAQ page in the same order they are listed in this file
//
!
$faq[] = array("--","Introduction");
--- 28,37 ----
//
// 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\"
//
! // The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
//
! // If just translating this file please do not alter the actual HTML unless absolutely necessary, thanks :)
! //
$faq[] = array("--","Introduction");
***************
*** 60,64 ****
//
! // This ends the FAQ entries
//
--- 61,65 ----
//
! // This ends the BBCode guide entries
//
|