|
From: OryNider <ory...@us...> - 2007-07-10 02:40:40
|
Update of /cvsroot/mxbb/mx_pjirc/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23468/lang_romanian Modified Files: lang_admin.php Log Message: new features, adminCP releated. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_romanian/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 7 Jun 2007 00:10:30 -0000 1.1 --- lang_admin.php 10 Jul 2007 02:40:36 -0000 1.2 *************** *** 63,66 **** --- 63,73 ---- $lang['Show_chanlist'] = "Show Channel List Button"; + $lang['show_chat'] = "Show Allways Chatting"; + $lang['show_chat_info'] = "Select Yes if you whant the listen option to be displayed allways or No if you whant to hide the listen option when allready chatting."; + + $lang['IRC_allow_guests'] = 'Allow guest (anonymous) users to join chat?'; + $lang['IRC_guestname'] = 'Guest Name'; + $lang['IRC_guestname_explain'] = 'Definition of guests names - do NOT start the name with numbers, and no use of special chars!'; + // // That's all Folks! |