We are sorry for the inconvenience. $lNoAuthor = "請填寫作者姓名"; //You must supply an author. $lNoSubject = "請填寫主題"; //You must supply a subject. $lNoBody = "請寫明內容"; //You must supply a message. $lNoEmail = "如果您需要 Email 回覆, 請填寫正確 Email 信箱"; //When requesting to be emailed replies, you must supply a valid email address. $lReplyMessage = "回覆此文章"; //Reply To This Message $lWrote = "寫道"; //wrote $lQuote = "引用"; //Quote $lFormName = "姓名"; //Your Name $lFormEmail = "電子信箱"; //Your Email $lFormSubject = "主題"; //Subject $lFormPost = "張貼"; //Post $lAvailableForums = "公開討論區"; //Available Forums $lNoActiveForums = "目前此討論區尚無文章"; //There are no active forums. $lCollapseThreads = "隱藏回覆主題"; //Collapse Threads $lViewThreads = "顯示回覆主題"; //View Threads $lForumList = "討論區列表"; //Forum List $lGoToTop = "回到最前頁"; //Go to Top $lStartTopic = "張貼"; //New Topic $lSearch = "搜尋"; //Search $lForum = "討論"; //forum $lNewerMessages = "下一頁"; //Newer Messages $lOlderMessages = "上一頁"; //Older Messages $lNew = "新"; //new $lTopics = "標題"; //Topics $lAuthor = "作者"; //Author $lDate = "日期"; //Date $lLatest = "最近回覆"; //Latest Reply $lGoToTopic = "標題目錄"; //Go to Topic $lPreviousMessage = "上一篇"; //Previous Message $lNextMessage = "下一篇"; //Next Message $lPreviousTopic = "上一標題"; //Previous Topic $lNextTopic = "下一標題"; //Next Topic $lReply = "回覆此文章"; //Reply To This Message $lSearchResults = "搜尋結果"; //Search Results $lSearchTips = "搜尋指示"; //Search Tips $lTheSearchTips = "AND是預設值, 比如說, 搜尋 dog 及 cat 將得到所有包含此兩字的文章.
引號 (') 允許\搜尋詞句, 比如說搜尋 'dog cat' 將找到含有該詞句的文章. 負號 ( - ) 可用來刪除不想搜尋的字或詞, 例如 dog 及 -cat 會傳回含 dog 但不含 cat 的文章, 您可利用引號和負號來去除不想找的詞句, 例如 dog -'siamese cat'.
此搜索引擎是不分大小寫的, 它可以對主題,文章內容及作者做搜尋."; //AND is the default. That is, a search for dog and cat returns all messages that contain those words anywhere.
QUOTES (\") allow searches for phrases. That is, a search for \"dog cat\" returns all messages that contain that exact phrase, with space.
MINUS (-) eliminates words. That is, a seach for dog and -cat returns all messages that contain dog but not cat. You can MINUS a phrase in QUOTES, like dog -\"siamese cat\".
The engine is not case-sensitive and searches the title, body, and author. $lNoMatches = "無法找到對應的結果 :("; //No matches found :( $lLastPostDate = "最近張貼日期"; //Last Post $lNumPosts = "文章數目"; //Posts $lEmailMe = "回覆寄至此文章之 Email 信箱"; //Email replies to this thread, to the address above. $lEmailAlert = "如果您需要 Email 回覆請確實填好 Email 信箱"; //You must enter a valid e-mail address if you want replies emailed to you. $lViolationTitle = "非常抱歉..."; //Sorry... $lViolation = "張貼失敗.
可能的原因包括 您的來源IP位址,姓名,主題或作者,
請連絡$Mod並給予充份的解釋"; //Posting is not available because of your IP Address, the name you entered, or the email you entered. This may not be because of you. Try another name and/or email. If you still cannot post, contact $Mod for an explination. $lNotFound = "搜尋失敗.
有需要請連絡$Mod"; //The message you requested could not be found. For assist contact $Mod //This function takes a date string in the format YYYY-MM-DD HH:MM:SS and //returns a date string appropriately formated for this language. //The default is for US English, MM-DD-YY HH:MM. But then again we have no //standards. function date_format($datestamp){ $sDate = substr($datestamp, 5, 5); $sDate = $sDate."-".substr($datestamp, 0, 4); $sDate = $sDate.substr($datestamp, 10, 6); return $sDate; } ?>