演示地址:
http://www.52east.com/index.php?option=com_moschat&Itemid=43复制内容到剪贴板
代码:
<?php
/**
* english.moschat.php
* MOS-Chat component
* @package MOS-Chat
* @copyright 2004 Peter Saitz
* @license This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs License. To view a copy of this license, visit http://creativecommons.org/
licenses/by-nc-nd/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
* @version $Revision: 1.4 $
* @author Peter Saitz <mos-chat@mos-chat.com>
* @HomePage <www.mos-chat.com>
**/
//version
DEFINE("_MC_LICENSE_T","License");
DEFINE("_MC_LICENSE","This work is licensed under a");
DEFINE("_MC_LICENSE_BY","You MUST give the original author credit");
DEFINE("_MC_LICENSE_NC","You may NOT use this work for commercial purposes");
DEFINE("_MC_LICENSE_ND","You may NOT alter, transform, or build upon this work");
//Admin - credits
DEFINE("_MC_CREDITS","Credits");
DEFINE("_MC_CREDITS_NAME","Name");
DEFINE("_MC_CREDITS_EMAIL","Email");
DEFINE("_MC_CREDITS_URL","HomePage");
DEFINE("_MC_CREDITS_WRITTENBY"," Written by");
DEFINE("_MC_CREDITS_TRANSLATIONBY","Translation by");
DEFINE("_MC_CREDITS_TRANSLATOR_NAME","Peter Saitz");
DEFINE("_MC_CREDITS_TRANSLATOR_EMAIL","mos-chat@mos-chat.com");
DEFINE("_MC_CREDITS_TRANSLATOR_URL","www.mos-chat.com");
DEFINE("_MC_CREDITS_TRANSLATOR_NEW",
"It is not permited to use languages file that is not published by author. "
."If you translate this file to another languages, send it to author for publishment. "
."Do not forget to fill in your credential. Thank you.");
//Admin - release notes
DEFINE("_MC_RNOTES","Release Notes");
//Admin - settings
DEFINE("_MC_SETTINGS","Settings");
DEFINE("_MC_SETTINGS_CURRENT","Current value");
DEFINE("_MC_SETTINGS_DES","Description");
DEFINE("_MC_SETTINGS_SAVE_COMP","Settings have been updated!");
DEFINE("_MC_SETTINGS_SAVE_ERR","An Error Has Occurred!\nUnable to open config file to write!");
DEFINE("_MC_SETTINGS_YES","Yes"); //new1.4
DEFINE("_MC_SETTINGS_NO","No"); //new1.4
DEFINE("_MC_SETTINGS_DOWN","Down"); //new1.4
DEFINE("_MC_SETTINGS_UP","Up"); //new1.4
DEFINE("_MC_SETTINGS_SITECSS","Site CSS"); //new1.4
DEFINE("_MC_SETTINGS_MOSCHATCSS","MOS-Chat CSS"); //new1.4
DEFINE("_MC_SETTINGS_TAB_CONFIG_SITECSS","CSS"); //new1.4
DEFINE("_MC_SETTINGS_TAB_CONFIG_SITECSS_DES","Select which css definitions to use"); //new1.4
DEFINE("_MC_SETTINGS_TAB_CONFIG","Configuration");
DEFINE("_MC_SETTINGS_TAB_CONFIG_WINDOWHEIGHT","Height");
DEFINE("_MC_SETTINGS_TAB_CONFIG_WINDOWHEIGHT_DES","Chat window height (pixels).");
DEFINE("_MC_SETTINGS_TAB_CONFIG_NUMBEROFMESSAGES","Messages");
DEFINE("_MC_SETTINGS_TAB_CONFIG_NUMBEROFMESSAGES_DES","Number of messages to show.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_MAXMESSAGES","Max");
DEFINE("_MC_SETTINGS_TAB_CONFIG_MAXMESSAGES_DES","Maximum amount of messages stored in database.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_EXPIREMESSAGES","Expire"); //new1.3p3
DEFINE("_MC_SETTINGS_TAB_CONFIG_EXPIREMESSAGES_DES","Time after which message expires, will not be visible in chat window (hour)."); //new1.3p3
DEFINE("_MC_SETTINGS_TAB_CONFIG_REFRESHTIME","Refresh");
DEFINE("_MC_SETTINGS_TAB_CONFIG_REFRESHTIME_DES","Refresh time of chat and users list window (sec).");
DEFINE("_MC_SETTINGS_TAB_CONFIG_USERIDLE","Idle");
DEFINE("_MC_SETTINGS_TAB_CONFIG_USERIDLE_DES","Time after which user is showed as idle (min).");
DEFINE("_MC_SETTINGS_TAB_CONFIG_DEBUG","Debug");
DEFINE("_MC_SETTINGS_TAB_CONFIG_DEBUG_DES","Activate debugging.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_EMOTIC","Emoticons");
DEFINE("_MC_SETTINGS_TAB_CONFIG_EMOTIC_DES","Activate emoticons (smilies).");
DEFINE("_MC_SETTINGS_TAB_CONFIG_SHOWEMOTIC","Show Emoticons"); //new1.3
DEFINE("_MC_SETTINGS_TAB_CONFIG_SHOWEMOTIC_DES","Show emoticons (smilies) for clik/insert action in chat window."); //new1.3
DEFINE("_MC_SETTINGS_TAB_CONFIG_DETACH","Detach");
DEFINE("_MC_SETTINGS_TAB_CONFIG_DETACH_DES","Allow detaching chat to separate window.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_ORGAN","Chat");
DEFINE("_MC_SETTINGS_TAB_CONFIG_ORGAN_DES","Organize chat window to scroll messages down or up.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_TFORMAT","Time");
DEFINE("_MC_SETTINGS_TAB_CONFIG_TFORMAT_DES","Format of the message time. Leave empty to not show message time.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_TFORMAT_DES1","Learn more about time format at");
DEFINE("_MC_SETTINGS_TAB_CONFIG_LOCTIME","Local Time"); //changed1.3p3
DEFINE("_MC_SETTINGS_TAB_CONFIG_LOCTIME_DES","Show local time.");
DEFINE("_MC_SETTINGS_TAB_CONFIG_SERVERTIME","Server Time"); //new1.4
DEFINE("_MC_SETTINGS_TAB_CONFIG_SERVERTIME_DES","Show server time."); //new1.4
DEFINE("_MC_SETTINGS_TAB_CONFIG_SYSTIMEOFF","Time offset"); //new1.3p3
DEFINE("_MC_SETTINGS_TAB_CONFIG_SYSTIMEOFF_DES","Server time offset (hour).");
DEFINE("_MC_SETTINGS_TAB_BANNED","Ban");
DEFINE("_MC_SETTINGS_TAB_BANNED_BAN","Active");
DEFINE("_MC_SETTINGS_TAB_BANNED_BAN_DES","Activate banning words");
DEFINE("_MC_SETTINGS_TAB_BANNED_BANWORD","Words");
DEFINE("_MC_SETTINGS_TAB_BANNED_BANWORD_DES","List of words to ban from submitting to chat.<br>Seperate words with comma. (ie. word1, word2, word3 etc...).");
DEFINE("_MC_SETTINGS_TAB_BANNED_REPLACEBAN","Replace");
DEFINE("_MC_SETTINGS_TAB_BANNED_REPLACEBAN_DES","Replace banned words with this string.");
DEFINE("_MC_SETTINGS_TAB_COLORS","Colors");
DEFINE("_MC_SETTINGS_TAB_COLORS_DES","Learn more about colors at");
DEFINE("_MC_SETTINGS_TAB_COLORS_PRIVS","Sent");
DEFINE("_MC_SETTINGS_TAB_COLORS_PRIVS_DES","Color of sent private message (if empty then defaults to blue).");
DEFINE("_MC_SETTINGS_TAB_COLORS_PRIVR","Received");
DEFINE("_MC_SETTINGS_TAB_COLORS_PRIVR_DES","Color of received private message (if empty then defaults to red).");
DEFINE("_MC_SETTINGS_TAB_COLORS_INVERT","Invert color");
DEFINE("_MC_SETTINGS_TAB_COLORS_INVERT_DES","Invert detach icon from black to white for dark background.");
//Mods
DEFINE("_MC_CHATTER","聊友"); //new1.4
DEFINE("_MC_CHATTERS","聊友"); //new1.4
DEFINE("_MC_NOCHATTERS","没有人在线"); //new1.4
DEFINE("_MC_JOINCHAT","加入聊天"); //new1.4
//User
DEFINE("_MC_DETACH_DES","弹出窗口聊天");
DEFINE("_MC_UNDETACH_DES","关闭窗口");
DEFINE("_MC_NOTLOGGED","还没有登录");
DEFINE("_MC_MUSTLOGIN","你必须登录才能发送消息。");
DEFINE("_MC_NOTTOYOURSELF","不能给自己发送私聊信息。");
DEFINE("_MC_USERNOTINCHAT","用户不在聊天。"); //new1.4
DEFINE("_MC_NOEMPTYMSG","你不能发送空信息。");
DEFINE("_MC_USERNOTEXIST","使用这个用户名的用户不存在。"); //new1.4
DEFINE("_MC_TOTITLE","发送至");
DEFINE("_MC_TOTITLE_DES","输入或在下面选择你想私聊用户的昵称。");
DEFINE("_MC_MSGTITLE","消息");
DEFINE("_MC_MSGTITLE_DES","输入你想发送的消息。");
DEFINE("_MC_SEND_DES","发送对话。");
DEFINE("_MC_CONTACTWEBMASTER","出现错误,请联系网站管理员。");
//Help
DEFINE("_MC_HELP","帮助");
DEFINE("_MC_HELP_EMOT","表情");
DEFINE("_MC_HELP_1q","当我在 '发送至:' 这个输入框中键入内容, 将起什么作用呢?");
DEFINE("_MC_HELP_1a","你应该在这里输入用户名,或者再聊天窗口中选择用户名,私聊信息将发送给这个用户.");
DEFINE("_MC_HELP_2q","发现错误怎么办?");
DEFINE("_MC_HELP_2a","请联系网站管理员.");
DEFINE("_MC_HELP_TT","友情提示");
DEFINE("_MC_HELP_TT1","使用 'tab' 键在 '发送至:' 和 '消息:'框间切换.");
DEFINE("_MC_HELP_TT2","敲回车键就可以发送消息, 不一定需要点'发送' 按钮.");
DEFINE("_MC_HELP_TT3","在聊天窗口中点击你想私聊的用户名, '发送至:' 区域将自动显示,无须键入用户名.");
DEFINE("_MC_HELP_TT4","请注意你的发言用词,即使在私聊状态当中.");
DEFINE("_MC_HELP_CLOSE","关闭");
DEFINE("_MC_HELP_BBCODE","BB代码"); //new1.3p4
DEFINE("_MC_HELP_BBCODE_LINK","<a href=''>URL 链接</a>"); //new1.3p4
DEFINE("_MC_HELP_BBCODE_BOLD","<b>加粗字体</b>"); //new1.3p4
DEFINE("_MC_HELP_BBCODE_ITALIC","<i>斜体</i>"); //new1.3p4
DEFINE("_MC_HELP_BBCODE_UNDERLINED","<u>加下划线</u>"); //new1.3p4
?>[
本帖最后由 dylan 于 2006-2-25 20:00 编辑 ]