Source for file tw.inc

Documentation is available at tw.inc

  1. <?php //-*-php-*-
  2. /* ******************************************************************** **
  3. ** Copyright notice **
  4. ** **
  5. ** (c) 1995-2003 PHPOpenChat Development Team **
  6. ** http://phpopenchat.sourceforge.net/ **
  7. ** **
  8. ** All rights reserved **
  9. ** **
  10. ** This script is part of the PHPOpenChat project. The PHPOpenChat **
  11. ** project is free software; you can redistribute it and/or modify **
  12. ** it under the terms of the GNU General Public License as published by **
  13. ** the Free Software Foundation; either version 2 of the License, or **
  14. ** (at your option) any later version. **
  15. ** **
  16. ** The GNU General Public License can be found at **
  17. ** http://www.gnu.org/copyleft/gpl.html. **
  18. ** A copy is found in the textfile GPL and important notices to the **
  19. ** license from the team is found in the textfile LICENSE distributed **
  20. ** with these scripts. **
  21. ** **
  22. ** This script is distributed in the hope that it will be useful, **
  23. ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
  24. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
  25. ** GNU General Public License for more details. **
  26. ** **
  27. ** This copyright notice MUST APPEAR in all copies of the script! **
  28. ** ******************************************************************** */
  29.  
  30. /*
  31. $Author: letreo $
  32. $Date: 2003/08/06 12:19:36 $
  33. $Source: /cvsroot/phpopenchat/chat3/include/languages/tw.inc,v $
  34. $Revision: 1.3 $
  35. */
  36.  
  37. /**
  38. * english language file
  39. *
  40. * defines constants for an english language interface
  41. *
  42. * @author Michael Oertel <michael@ortelius.de>
  43. * @version $Id: tw.inc,v 1.3 2003/08/06 12:19:36 letreo Exp $
  44. */
  45.  
  46. /* * * * * * * * * * CHAT MODULE * * * * * * * * * */
  47. define('CHARACTER_ENCODING','big5');
  48.  
  49. /**
  50. * title for html header
  51. */
  52. define('TITLE','PHPOpenChat');
  53.  
  54. /**
  55. * used within index.php
  56. */
  57. define('WELCOME','歡迎光臨 PHPOpenChat-Installation');
  58. define('INTRO','聊天室, 在您開始使用之前, 請先閱讀 <a href="netiquette.php">使用規定</a> !');
  59. define('GREETING','歡迎再次光臨!');
  60. define('LOGIN_WELCOME','click on a chatter in the upper right corner to get more options.');
  61. define('NICKNAME','暱稱');
  62. define('PASSWORD','密碼');
  63. define('CHANNEL','頻道');
  64. define('LOGIN','登錄');
  65. define('GO','Go');
  66. define('EXIT_CHAT','離開聊天室');
  67. define('FORGOT_PASSWORD','忘記密碼?');
  68. define('STORE_ACCOUNT_DATA','記住我的帳號');
  69.  
  70. /**
  71. * used within chat output/input interface
  72. */
  73. define('LEAVES_THE_CHAT','離開這個話題');
  74. define('LEAVES_THIS_CHANNEL','離開這個頻道');
  75. define('IS_TOO_BUSY','忙碌中');//username in front
  76. define('IS_NOT_ONLINE','不在線上');
  77. define('JOINS_THIS_CHANNEL','加入此頻道');
  78. define('JOINS_THE_CHAT','加入此話題');
  79. define('SAYS_TO','對');
  80. define('WHISPERS_TO','悄悄對');
  81. define('SAY_TO','對');
  82. define('WHISPER_TO','悄悄說');
  83. //define('EVERYBODY','每一位');
  84. define('EVERYBODY','everybody');
  85. define('INVITATION_MESSAGE','您目前受邀加入一個私人頻道! 請進入此頻道:');//a channel name follows
  86. define('SPEAK_TO','對');
  87. define('WHISPERED','悄悄地');
  88. define('OUTPUT_FILTER','顯示項目');
  89. define('PRIVATE','只顯示私人訊息');
  90. define('BODIES','只限朋友');
  91. define('SYSTEM_MESSAGES','沒有系統訊息');
  92. define('IGNORE','忽略');
  93. define('INVITE','邀請');
  94. define('CONFIGURE','設定');
  95. define('HELP','說明');
  96. define('INFO','相關資訊');
  97. define('GUESTS','訪客');
  98. define('EMAIL_US','Email us');
  99. define('NOTE_ABOUT','Note about');
  100. define('ICON_LIST','表情清單');
  101. define('CHOOSE_CHANNEL','選擇頻道');
  102. define('CHOOSE_RECIPIENT','Choose recipient');
  103. define('ADD_TO_FRIENDLIST','加入朋友清單');
  104. define('NO_CLICKETY_CLICK','Sure, I will not clickety click on the send button in the future.');
  105. define('LINE_HAS_BEEN_SENT_TO','Your line has been sent to');//username follows
  106. define('FULL','full');
  107. define('UNLOCK_CHANNEL','unlock channel');//channel name follows
  108. define('YOU_HAVE_NEW_MAIL','您有新信件!');
  109. define('LOGOUT_SHORTLY','You will be logged out shortly from '.CHAT_NAME.', because of inactivity! Refresh?');
  110.  
  111. /**
  112. * used within ignore-dialog
  113. */
  114. define('IGNORED','忽略');
  115. define('IGNORE_CHATTERS','不理她/他們');
  116. define('IGNORED_CHATTER','不理她/他');
  117. define('IGNORE_CHATTER','不理她/他');
  118. define('UNIGNORE_CHATTER','unignore chatter');
  119. define('UNIGNORED_CHATTER','unignored chatter');
  120. define('HINT_IGNORE_CHATTERS','Here you can ignore harassers.');
  121.  
  122. /**
  123. * used within invite-dialog
  124. */
  125. define('INVITE_CHATTERS','邀請她/他們');
  126. define('INVITED_CHATTERS','邀請她/他們');
  127. define('INVITE_CHATTER','邀請她/他');
  128. define('DISINVITE_CHATTER','不邀請她/他');
  129. define('DISINVITED_CHATTERS','邀請她/他們');
  130. define('HINT_INVITE_CHATTERS','If you want to talk private within your own channel, you have to invite somebody to dispense access rights to your channel.');
  131.  
  132. /**
  133. * used within friends-dialog
  134. */
  135. define('FRIENDS','朋友');
  136. define('ALL_CHATTERS','所有使用者');
  137. define('ADD_TO_FRIENDS','加入朋友');
  138. define('DEL_FRIEND','移除朋友');
  139. define('HINT_ADD_FRIENDS','In this dialog you can add friends to your friends list.');
  140.  
  141. /**
  142. * used within mail-dialog
  143. */
  144. define('MAIL','郵件');
  145. define('INBOX','收件夾');
  146. define('OUTBOX','寄件夾');
  147. define('TRASH','垃圾桶');
  148. define('COMPOSE','草稿');
  149. define('REPLY','回覆');
  150. define('FORWARD','轉寄');
  151. define('SUBJECT','主題');
  152. define('BODY','內容');
  153. define('SEND','送出');
  154. define('MAIL_SEND_HINT','Note: The "'.SEND.'"-Button will work only, if you filled in existent usernames as recipients!');
  155. define('RECIPIENT_HINT','More than one comma separated recipients are allowed.');
  156. define('MOVE_TO_TRASH','移進垃圾桶');
  157. define('GET_MAIL','有新信件');
  158. define('DELETE_MAIL','刪除信件');
  159. define('SENDER','寄件者');
  160. define('RECIPIENT','Recipient');
  161. define('MAIL_SEND_DATE','Send date');
  162. define('MAIL_RECEIVED','received');
  163. define('LAST_TOUCH_RECIPIENT','Reading confirmation');
  164. define('LAST_TOUCH_SENDER','last touch');
  165. define('NO_FRIENDS_FOUND','no friends found');
  166. define('NO_SUCH_RECIPIENT_FOUND','One of the recipient could not be found.');
  167. define('BODY_TO_SHORT','The content of your mail is to short.');
  168.  
  169. /**
  170. * used within help-dialog
  171. */
  172. define('HELP_TITLE','Chat-Help');
  173. define('HELP_HINT','Hint: Leave this Window open, chat and look for commands here');
  174. define('HELP_SUBTITLE1','Manual');
  175. define('HELP_TEASER1','Here we will present you the basic functionality of the chat!');
  176. define('HELP_CHANNEL','Channel: Switch between the channels available');
  177. define('HELP_SPEAK','Box "says to"/"whispered": Speak or wisper directly to a chatter.');
  178. define('HELP_IGNORE','Menu Ignore: Here you can ignore chatters.');
  179. define('HELP_INVITE','Menu Invite: Invite chatters into your private channel.');
  180. define('HELP_FRIENDS','Menu Friends: You can mark other Chatters as your friends, the system will show you, which friend is currently on/offline.');
  181. define('HELP_CONFIGURE','Menu Configure: In this area you can change your preferred chat settings, e.g. color etc.');
  182. define('HELP_MAIL','Menu Mail: Send a mail message to a chatter and check your own inbox.');
  183. define('HELP_HELP','Menu Help: That\'s where you\'re in right now ...');
  184. define('HELP_SUBTITLE2','IRC-Commands:');
  185. define('HELP_TEASER2','Work in progress ...');
  186. define('HELP_SUBTITLE3','Smileys:');
  187. define('HELP_TEASER3','Work in progress ...');
  188.  
  189. define('SMILEY_CODE','Code');
  190. define('SMILEY_EXPLANATION','Explanation');
  191. define('MORE_SMILEY_CODES','more codes');
  192. define('OWN_PRIVATE_IMAGE','Your own icon, uploaded within the profile');
  193. define('RECIPIENT_PRIVATE_IMAGE','The icon of your conversational partner');
  194.  
  195. /**
  196. * Registration
  197. */
  198. define('REGISTRATION','註冊');
  199. define('FILLOUT_TO_REGISTER','Fill in your data and send to register');
  200. define('ERROR_USERNAME','The choosen username exists');
  201. define('ERROR_PASSWORD','The password is too short or empty');
  202. define('ERROR_NAME','Please enter your name');
  203. define('ERROR_USER','No user name given');
  204. define('ERROR_EMAIL','格式錯誤');
  205. define('ERROR_PICTURE_URL','Can\'t find this picture');
  206. define('ERROR_COLOR','Wrong format');
  207. define('ERROR_MAIL_HOST','Could not send a mail to the specified host');
  208. define('NAME','姓名');
  209. define('EMAIL','電子郵件');
  210. define('REGISTER','註冊');
  211. define('PICTURE_URL','URL of a picture');
  212. define('REGISTRATION_SUCCESSFULLY','註冊成功!');
  213. define('LOGIN_NOW','You are ready to login now. If you are not forwarded to the login page, please click the link below');
  214. define('CONFIRMATION','確認程序');
  215. define('STATUS_CONFIRMATION','狀態');
  216. define('CONFIRM_SUCCESS','確認通過');
  217. define('CONFIRM_FAILED','確認失敗');
  218. define('CONFIRMATION_MESSAGE','您將收到我們寄發給您的確認信函. 為完成註冊程序, 請點選該信件內的連結!');
  219. define('FORGOT_PASSWORD_HINT','You have to fill in your username, to get a mail containing the appendant password.');
  220.  
  221. /**
  222. * Configuration
  223. */
  224. define('CONFIGURATION','設定');
  225. define('TEXT_COLOR','文字顏色');
  226. define('ADVICE','advice');
  227. define('QUIET','no advice');
  228. define('ALERT','window popup');
  229. define('SOUND','play a sound');
  230. define('SCROLL_SPEED','Scroll speed');
  231. define('CHOOSE_SCROLL_SPEED','choose scroll speed');
  232. define('SWITCH_OFF_IE_CLICK','Switch off click sound of Internet Explorer!');
  233. define('CHOOSE_THEME','選擇布景主題');
  234.  
  235. /**
  236. * Profile
  237. */
  238. define('PROFILE','個人資料');
  239. define('PERSONAL_DATA','個人資料');//a username follows
  240. define('CHANGE_PROFILE','更新個人資料');
  241. define('PROFILE_UPDATA_SUCCESSFUL','您的個人資料已經成功地更新了');
  242. define('PROFILE_UPDATA_NOT_SUCCESSFUL','您的個人資料更新失敗');
  243. define('WRONG_MIME_TYPE','The file has a wrong mime type');
  244. define('IMG_FILE_TO_BIG','檔案太大嘍');
  245. define('IMG_SIZE_TO_BIG','解析度太高嘍');
  246. define('SIZE_EXPECTED','Expected image size in pixels:');//a digit follows
  247. define('PRIVATE_IMAGE','Private image');
  248. define('CONFIRMATION_MAIL_SUBJECT','Registration confirmation');
  249. define('CONFIRMATION_MAIL_BODY','To confirm your registration at our chat, click the link below!');
  250. define('ICQ_NUMBER','ICQ Nummer');
  251. define('ERROR_ICQ_NUMBER','No ICQ number');
  252. define('AIM_USERNAME','AIM Nickname');
  253. define('ERROR_AIM_USERNAME','The AIM username is to long.');
  254. define('YIM_USERNAME','Yahoo! Instant Messenger nick name');
  255. define('ERROR_YIM_USERNAME','username is to long.');
  256. define('HOMEPAGE_URL','首頁');
  257. define('ERROR_HOMEPAGE_URL','找不到您的首頁.');
  258. define('BIRTHDAY','生日');
  259. define('ERROR_BIRTHDAY','格式錯誤');
  260. define('AGE','年齡');
  261. define('INTERESTS','興趣');
  262. define('ERROR_INTERESTS','您興趣打太多了!');
  263. define('MOTTO','Motto');
  264. define('ERROR_MOTTO','Motto to long!');
  265. define('LINES_PER_DAY','Lines per day');
  266. define('LOGINS_PER_DAY','Logins per day');
  267.  
  268. /**
  269. * Notes
  270. */
  271. define('CHATTER_NOTES','Notes for chatter');//a username follows
  272. define('UPDATE_NOTES','Update notes');
  273. define('NOTES_UPDATED_SUCCESSFULLY','Your notes has been updated successfully.');
  274. define('HINT_NOTES','Your notes are unreadable for any other chatter.');
  275. define('NOTES_NOT_UPDATED','Could not update your notes, may there is no space left for your notes.');
  276.  
  277. /**
  278. * Moderation
  279. */
  280. define('APPROVE','approve');
  281. define('DISAPPROVE','disapprove');
  282. define('MESSAGE_FORWARDED_TO_MODERATOR','Message has been forwarded to the Moderator');
  283. define('MODERATOR','Moderator');
  284. define('VIP','VIP');
  285.  
  286. /**
  287. * Error messages
  288. */
  289. define('ERROR_WRONG_FORMAT','Data do you have posted has wrong format.');
  290.  
  291. /**
  292. * Jumper
  293. */
  294. define('JUMP_FAILED','Jump failed!');
  295. define('JUMP_ERROR_CONTENT','Unacceptable content on target site found!');
  296. define('JUMP_ERROR_HOST','Host could not be found!');
  297.  
  298. /**
  299. * IRC-Commands related stuff
  300. */
  301. define('INLINE_HELP','Help');
  302. define('IRC_COMMAND','IRC-Command');
  303. define('IRC_EXPLANATION','Explanation');
  304. define('IRC_ME','Will be replaced with your username.');
  305. define('IRC_MSG','Sends a whispered message to specified chatter, also if he is located in an other channel.');
  306. define('IRC_NICK','Sends a message to specified chatter.');
  307. define('IRC_JOIN','Changes the channel.');
  308. define('IRC_QUERY','Requests a private chat with specified chatter, who are invited automatically, within your own private channel.');
  309. define('IRC_LOCATE','Searches a chatter within the whole chat.');
  310. define('IRC_IGNORE','Adds specified chatter to your ignore list.');
  311. define('IRC_UNIGNORE','Removes specified chatter from your ignore list.');
  312. define('IRC_KICK','Kicks specified chatter. Can be used by operators only.');
  313. define('IRC_BAN','Ban a chatter for the specified period from the current channel. To unban use "/ban username 0"! Can be used by operators only.');
  314. define('IRC_HELP','Prints this help.');
  315. define('IRC_QUIT','Quits this chat session.');
  316. define('LOCATED_AT','located at');//a username follows, username in front of this sentence
  317. define('UNLOCATED','could not be found.');//username in front of this sentence
  318.  
  319. /**
  320. * Admin area
  321. */
  322. define('ADMINISTRATION','Administration');
  323. define('WELCOME_ADMIN','Administration area');
  324. define('PUBLIC_CHANNEL','public');
  325. define('MODERATED_CHANNEL','moderated');
  326. define('PRIVATE_CHANNEL','private');
  327. define('CHANNEL_ADMIN','Channel-Administration');
  328. define('CHATTER_ADMIN','Chatter-Administration');
  329. define('ADD_CHANNEL','Create channel');
  330. define('DEL_CHANNEL','Delete channel');
  331. define('UPDATE_CHANNEL','Update channel');
  332. define('CHATTER_DELETE_SUCCESS','Chatter removed successfully.');
  333. define('CHATTER_DELETE_FAILED','Could not remove chatter.');
  334. define('GROUP_UPDATE_SUCCESS','The group-membership is changed.');
  335. define('GROUP_UPDATE_FAILED','Change of group-membership failed.');
  336. define('CHATTER_DISABLED','Chatter is disabled');
  337. define('CHATTER_NOT_DISABLED','Could not disable this chatter');
  338. define('CHATTER_ENABLED','Chatter enabled');
  339. define('CHATTER_NOT_ENABLED','Could not enable this chatter');
  340. define('LAST_CHANNEL','Last channel');
  341. define('LAST_ACTIVE_TIME','Last seen');
  342. define('LAST_HOST','last host');
  343. define('LAST_IP','last IP');
  344. define('LAST_REFERER','last referer');
  345. define('LAST_USER_AGENT','last user agent');
  346. define('LAST_SESSIONID','last sessionId');
  347. define('REGTIME','Registration time');
  348. define('MOVE_TO_TOP','Move to top');
  349. define('SUCCESS_CHANNEL_UPDATE','channel update successfully.');
  350. define('ERROR_CHANNEL_UPDATE','could not update channel.');
  351.  
  352. /**
  353. * Confirmation messages
  354. */
  355. define('CONFIRM_IGNORE','Chatter successfully added to the ignore list.');
  356. define('CONFIRM_UNIGNORE','Chatter successfully removed from the ignore list.');
  357. define('CONFIRM_INVITE','Chatter successfully invited.');
  358. define('CONFIRM_DISINVITE','Chatter successfully disinvited.');
  359. define('CONFIRM_FRIEND','Chatter successfully added to the friends list.');
  360.  
  361. /**
  362. * User page
  363. */
  364. define('USER_PAGE','User page');
  365. define('USER_SINCE','User since');//a time statement follows
  366. define('LAST_SEEN','last seen');//a time statement follows
  367.  
  368. /**
  369. * Regulars' table
  370. */
  371. define('REGULARS',"Regulars' table");
  372. define('REGULARS_HINT','Here you see the most active chatters per rank.');
  373. define('SINCE_REGISTRATION','since registration');
  374. define('NOT_FOUND','could not be found');
  375. define('RANK','over all rank');
  376. define('ONLINE_TIME','over all online days');
  377. define('ACCOUNT_DATA','帳戶資料');
  378. define('INDIVIDUAL_DATA','個人資料');
  379.  
  380. /**
  381. * right click menu within the output frame
  382. */
  383. define('PRIVATE_CHAT_NEW_WINDOW','private chat');
  384.  
  385. /**
  386. * Who is online window
  387. */
  388. define('WHO_IS_ONLINE','who is online?');
  389. define('CHANGE_CHANNEL','change channel');
  390. define('SELECT_NICK','select nick');
  391. define('OPEN_USER_PAGE','open user page');
  392. define('HINT_WHO_IS_ONLINE','Here you find all chatters online in the chat. Use the icons behind every username to chat with or to join a channel.');
  393.  
  394. /**
  395. * Password reminder
  396. */
  397. define('FORGOT_PASSWD_MAIL_SUBJECT','Your login password for '.TITLE);
  398. define('FORGOT_PASSWD_MAIL_BODY','This message is sent to you because you informed us that
  399. you lost your password for '.TITLE);
  400. define('HINT_REG_PASSWORD','Your password must be at least '.PASSWORD_MIN_LENGTH.' characters long.');
  401. define('HINT_REG_USERNAME','Your username can contain numeric and alphanumeric characters as well as white spaces.');
  402. define('YOUR_PASSWORD_IS','Your password is:');//a password follows
  403. define('FORGOT_PASSWD_MAIL_HINT','
  404. ');
  405. define('RETRIEVE_PASSWORD','Retrieve your password');
  406.  
  407. /**
  408. * Statistics
  409. */
  410. define('STATISTICS','統計');
  411. define('ONLINE_COUNT_LAST24h','二十四小時內上線者');
  412. define('ONLINE_TIME_AVG','Online time average in minutes per day');
  413. define('REGISTERED_COUNT','使用者數目');
  414. define('LAST_REGISTERED','最近註冊的使用者');
  415. define('MAIL_COUNT','信件數量');
  416. define('UNRED_MAILS','unred mails');
  417. define('MAIL_COUNT_LAST_24h','二十四小時內信件數量');
  418.  
  419. /**
  420. * context sesitive help
  421. */
  422. define('HINT_PASSWORD','Enter the password what you got by a mail from us. For a guest login leave this input field empty.');
  423. define('HINT_USERNAME','You must register to get your own username. For a guest login leave this input field empty.');
  424. define('HINT_CHANNELS','There are three kinds of channels, <em>moderated</em>, <em>public</em> and <em>private</em>. In public channels, lines are shown directly, in moderated channels, lines must be approved by a moderator. Private channels are shown only, if you are logged in.');
  425. define('INFO_RANKING','If the necessary values for a rank are reached, you are ready for an advancement and you keeps the rank, even if the values fall under the necessary borders in the future.');
  426. define('HINT_ADVICE_QUIET','If you choose this option, you will not be notified if a chatter tries to speak to you.');
  427. define('HINT_ADVICE_ALERT','If you choose this option, you will get an alert within a small <strong>popup window</strong>, if a chatter tries to speak to you.');
  428. define('HINT_ADVICE_SOUND','If you choose this option, you will get an <strong>sound</strong> alert, if a chatter tries to speak to you.');
  429.  
  430. /**
  431. * Guestbook
  432. */
  433. define('GUESTBOOK','留言本');
  434. define('GUESTBOOK_NEW_ENTRY','留下我的訊息');
  435. define('GUESTBOOK_ENTRY_SAVED','您輸入的文章已成功地存檔');
  436.  
  437. /**
  438. * Generic
  439. */
  440. define('GUEST_NICK_PREFIX','訪客');
  441. define('ALL_GUESTS','訪客');
  442. define('SUBMIT','送出');
  443. define('CANCEL','取消');
  444. define('SEARCH','尋找');
  445. define('SEARCH_RESULTS','搜尋結果');
  446. define('ALERT_NEW_LINE','有人要找妳/你聊天喔');
  447. define('CLOSE_WINDOW','關閉視窗');
  448. define('GOTO_HOME','回聊天室');
  449. define('CONTACT_HINT','IF you have question, please let us know!');
  450. define('REALLY_QUESTION','妳/你確定嗎?');
  451. define('CHATTER','Chatter');
  452. define('OPERATOR','Operator');
  453. define('ADMIN_HINT','To administrate your chat, login as "operator" and click within the input-frame on "'.ADMINISTRATION.'".');
  454. define('IMPORTANT','重要');
  455. define('OPERATOR_PASSWORD','The Operator-Password');
  456. define('MAKE_NOTE','Please make a note of your operator-password');
  457. define('RESTRICT','搜尋使用者');
  458. define('DENIED_FOR_GUESTS','This service is not available for guests!');
  459. define('BANNED_MSG','Your are banned for the chosen channel and so you are kicked into your private channel.');
  460. define('CHATTER_COUNT','目前線上使用者');//a digit follows
  461. define('HIDE','隱藏');
  462. define('GENDER','性別');
  463. define('GENDER_NOTE','您的性別之後將無法修改, 請小心選取!');
  464. define('FEMALE','女性');
  465. define('MALE','男性');
  466. define('PAGE_VIEWS','Page Views');
  467. define('GRADE','階級');
  468. define('GRADE_ROOKIE','新手');
  469. define('GRADE_MEMBER','會員');
  470. define('GRADE_REGULAR','Regular');
  471. define('GRADE_ELITE','菁英');
  472. define('GRADE_OPERATOR','管理者');
  473. define('YOU_ARE_BUSY','You talk already with someone else in the private window!');
  474. define('CHATTER_IS_BUSY','Unfortunately this Chatter cannot chat with you, he is too busy.');
  475. define('WANTS_TO_TALK','wants to talk with you!');//username in front of this
  476. define('DAYS','Tage');
  477. define('CHAT','Chat');
  478. define('CHATMAIL','Chat-Mail');
  479. define('USERNAME_NOT_FOUND','帳號輸入錯誤.');
  480. define('PASSWORD_HAS_BEEN_SENT','密碼已送出');
  481. define('CHOOSE_LANGUAGE','其他語言');
  482. define('OPTIONAL','非必須的');
  483. define('MISCELLANEOUS','其他');
  484. define('SAVE','儲存');
  485. define('DELETE','刪除');
  486. define('EDIT','編輯');
  487. define('CREATE_NEW','create new');
  488. define('JS_ALERT','Please activate JavaScript');
  489. define('HAPPY_BIRTHDAY','Happy Birthday!');
  490. define('CHOOSEN','choosen');
  491.  
  492. /**
  493. * PostNuke related
  494. */
  495. define('PN_NOT_LOGGED_IN','Chat-Login failed!');
  496. define('PN_HINT_NOT_LOGGED_IN','To join the chat, you have to login first!');
  497. ?>

Documentation generated on Tue, 29 Jun 2004 14:42:48 +0200 by phpDocumentor 1.3.0RC3