|
From: OryNider <ory...@us...> - 2008-02-09 11:33:28
|
Update of /cvsroot/mxbb/mx_pjirc/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7824 Modified Files: lang_admin.php lang_faq.php lang_main.php Log Message: upgrade Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 8 Feb 2008 23:43:15 -0000 1.2 --- lang_main.php 9 Feb 2008 11:33:22 -0000 1.3 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team --- 2,6 ---- /** * ! * @package Mx-Publisher Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team *************** *** 24,26 **** // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file --- 24,26 ---- // That's all Folks! // ------------------------------------------------- ! ?> Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 10 Jul 2007 02:40:36 -0000 1.2 --- lang_admin.php 9 Feb 2008 11:33:21 -0000 1.3 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team --- 2,6 ---- /** * ! * @package Mx-Publisher Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team Index: lang_faq.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/language/lang_english/lang_faq.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_faq.php 8 Feb 2008 23:43:15 -0000 1.2 --- lang_faq.php 9 Feb 2008 11:33:21 -0000 1.3 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team --- 2,6 ---- /** * ! * @package Mx-Publisher Module - mx_pjirc * @version $Id$ * @copyright (c) 2003-2006 [Florin Bodin] mxBB Development Team *************** *** 16,18 **** $faq[] = array("What are the smilies?", "The smilies are the same ones that are on the board."); ! ?> \ No newline at end of file --- 16,18 ---- $faq[] = array("What are the smilies?", "The smilies are the same ones that are on the board."); ! ?> |