|
From: Florin C B. <ory...@us...> - 2014-05-04 23:06:29
|
Update of /cvsroot/mxbb/mx_pjirc/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18127/lang_english Modified Files: lang_faq.php lang_main.php Log Message: utf-8 update Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 9 Feb 2008 11:33:22 -0000 1.3 --- lang_main.php 4 May 2014 23:06:27 -0000 1.4 *************** *** 8,12 **** * */ - $lang['Chat'] = "Chat"; $lang['How_Many_Chatters'] = "There are <b>%d</b> user(s) on Chat now"; --- 8,11 ---- *************** *** 24,26 **** // That's all Folks! // ------------------------------------------------- ! ?> --- 23,25 ---- // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file Index: lang_faq.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_english/lang_faq.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_faq.php 9 Feb 2008 11:33:21 -0000 1.3 --- lang_faq.php 4 May 2014 23:06:26 -0000 1.4 *************** *** 8,18 **** * */ - //PIRC Chat MOD FAQ by Eric - $faq[] = array("--", "PIRC Questions"); $faq[] = array("I can't Log in!", "If you are using Sun Java Virtual Machine instead of the Microsoft one, go to the control panel, then \"java plugin\", then \"browser\", and uncheck \"Internet Explorer\" checkbox.<br /><br />If you aren't using Sun Java and you still can't log in, make sure you are saying yes to the Sercurity Warning that Pops up. If you don't it won't let you log in.<br /><br />If you still can't log in this is a problem with PIRC. This is taken from their FAQ: \"...if you want pjirc to work correctly, you MUST install your irc server on the same server than the one running your website. This website may only contains pjirc files while the rest of the \"real\" website is on any other host, that's not a problem. But the pjirc files ARE to be on the irc server.\""); $faq[] = array("What if my name is being used?", "If your name is being used by someone else on the server then it will have a message pop up where you can change your name. Try adding numbers to the end of your name. Spaces aren't allowed in your name!"); $faq[] = array("What are the smilies?", "The smilies are the same ones that are on the board."); ! ! ?> --- 8,15 ---- * */ //PIRC Chat MOD FAQ by Eric $faq[] = array("--", "PIRC Questions"); $faq[] = array("I can't Log in!", "If you are using Sun Java Virtual Machine instead of the Microsoft one, go to the control panel, then \"java plugin\", then \"browser\", and uncheck \"Internet Explorer\" checkbox.<br /><br />If you aren't using Sun Java and you still can't log in, make sure you are saying yes to the Sercurity Warning that Pops up. If you don't it won't let you log in.<br /><br />If you still can't log in this is a problem with PIRC. This is taken from their FAQ: \"...if you want pjirc to work correctly, you MUST install your irc server on the same server than the one running your website. This website may only contains pjirc files while the rest of the \"real\" website is on any other host, that's not a problem. But the pjirc files ARE to be on the irc server.\""); $faq[] = array("What if my name is being used?", "If your name is being used by someone else on the server then it will have a message pop up where you can change your name. Try adding numbers to the end of your name. Spaces aren't allowed in your name!"); $faq[] = array("What are the smilies?", "The smilies are the same ones that are on the board."); ! ?> \ No newline at end of file |