|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-22 21:39:15
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18577/language/lang_english Modified Files: lang_main.php Log Message: Some small changes... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** lang_main.php 16 Oct 2005 12:49:33 -0000 1.20 --- lang_main.php 22 Oct 2005 21:39:06 -0000 1.21 *************** *** 3,7 **** * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... --- 3,7 ---- * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & mxBB Development Team * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... *************** *** 107,111 **** $lang['Modules_copy'] = "and mxBB Modules "; ! $lang['mx_copy_text'] = '<b>mxBB - modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan & Snake - the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; --- 107,111 ---- $lang['Modules_copy'] = "and mxBB Modules "; ! $lang['mx_copy_text'] = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible AdminCP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan, Snake, and the rest of the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; |