[ PHPXref.com ] [ Generated: Sun Jul 20 19:31:30 2008 ] [ php3guest 1.8.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> php3guest.big5.inc (source)

   1  <script language="php">
   2  ////////////////////////////////////////////////////////////////////////

   3  // php3guest v1.8.0 - distributed under the GPL

   4  // This is a sample configuration file for Bastian Friedrich's guestbook.

   5  
   6  // Most text variables may be multi-lined.

   7  // 本中文資料是由 ching@cdhunter.dhs.org 所輸入

   8  // This language file is done by ching@cdhunter.dhs.org

   9  
  10  $guestbookMenu = '
  11      <p align="center">
  12        留言簿:&nbsp;
  13        <a href="./?viewhtml=0">[不以 html 格式看留言簿]</a>&nbsp;
  14        <a href="./?viewhtml=1">[以 html 格式看留言簿]</a>&nbsp;
  15        <a href="./?act=insert">[簽名]</a>&nbsp;
  16      </p>
  17  ';
  18  
  19  $pageFooter='
  20  '.$guestbookMenu.'
  21    </body>
  22  </html>
  23  ';
  24  
  25  $pageHeader='
  26  <html>
  27    <head>
  28      <title>Guestbook</title>
  29    </head>
  30  <body bgcolor="#FFFFFF">
  31      <h1>Guestbook</h1>
  32  '.$guestbookMenu;
  33  
  34  $insertGreeting = "歡迎光臨!";
  35  $labelInsertName    = "姓名: ";
  36  $labelInsertMail    = "E-Mail: ";
  37  $labelInsertURL     = "您的網址: ";
  38  $labelInsertHP      = "您的網站名稱: ";
  39  $labelInsertPrivate = "設定為隱密性資料? ";
  40  $labelInsertDate    = "日期: ";
  41  $labelInsertEntry   = "您的意見: ";
  42  $labelInsertSubmit  = "存檔";
  43  $labelInsertReset   = "重來";
  44  $labelViewEntryIDs = "內容";
  45  $labelViewDate = "日期: ";
  46  $labelViewName = "姓名: ";
  47  $labelViewHP   = "網頁: ";
  48  $labelPassPass = "密碼: ";
  49  $labelPassSubmit = "存檔成功!";
  50  $labelYes = "Yes";
  51  $labelNo  = "No";
  52  $insufficientEntry = "不好意思! 請致少填個姓名及意見吧!";
  53  $entryTooLong = "Sorry, that's too much text at a time! Why don't you restrict yourself to the substantial? (untranslated)";
  54  $noEntries = "已經沒有資料了.";
  55  $submitGreeting = "以下的資料已被寫入留言簿中";
  56  $submitBack     = "返回:";
  57  $notifyPrivateEntry = "這是一個私人的輸入畫面, 只有擁有者才可以看得到.";
  58  $privateLink        = "擁有者點這裡可以看到內容.";
  59  $privateInfo        = '<span style="color: red;">私密畫面!</span>';
  60  $adminNoPass        = "沒有密碼的話, 無法進入管理作業!";
  61  $adminNoPassLink    = "密碼:";
  62  $adminLink = "編輯留言簿";
  63  $adminLogout = "Admin Logout";
  64  $adminEdit = "請選擇一筆";
  65  $adminRemove = "將選擇好的資料移除";
  66  $adminSubmit = "Make it so!";
  67  $labelSuccessfullRemove = "刪除成功 ";
  68  $changeGreeting = '<span style="color: red; font-size: 130;">編輯</span>';
  69  $noEditSelection = "無目標可?編輯, 請選擇一個.";
  70  $wrongPass          = "喔~~ 錯了! ";
  71  
  72  $labelLanguage = "請選擇使用的語系: ";
  73  $labelHTML          = "使用 HTML 語法";
  74  $labelNoHTML        = "不使用 HTML 語法";
  75  
  76  $labelSecurityGfx   = "Re-type the following security code:";
  77  $labelSecurityFailure = "Wrong security code. Please retry.";
  78  $labelInvalidSession  = "Spam post?! If it was a valid post, please tell me so via email.";
  79  
  80  </script>


[ Powered by PHPXref - Served by Debian GNU/Linux ]