|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:37
|
Update of /cvsroot/mxbb/mx_dev_startkit/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31484/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/language/lang_english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_main.php 5 May 2007 20:21:05 -0000 1.6 --- lang_main.php 3 Jun 2008 20:07:28 -0000 1.7 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 16,20 **** $lang['Startkit_parameter'] = 'Block Parameters'; ! $lang['Startkit_parameter_explain'] = 'Block parameters are set in the blockCP - unique for this block and included in mxBB cache'; $lang['Test_string'] = 'This is block parameter (string), with value: '; $lang['Test_number'] = 'This is block parameter (number), with value: '; --- 16,20 ---- $lang['Startkit_parameter'] = 'Block Parameters'; ! $lang['Startkit_parameter_explain'] = 'Block parameters are set in the blockCP - unique for this block and included in MXP cache'; $lang['Test_string'] = 'This is block parameter (string), with value: '; $lang['Test_number'] = 'This is block parameter (number), with value: '; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/language/lang_english/lang_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_admin.php 5 May 2007 20:21:04 -0000 1.7 --- lang_admin.php 3 Jun 2008 20:07:28 -0000 1.8 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 13,17 **** // AdminCP // ! $lang['Config_Startkit'] = 'mxBB Startkit Example AdminCP'; $lang['Config_Startkit_explain'] = 'This panel demonstrates how the module may be configured using additional DB tables.'; --- 13,17 ---- // AdminCP // ! $lang['Config_Startkit'] = 'MXP Startkit Example AdminCP'; $lang['Config_Startkit_explain'] = 'This panel demonstrates how the module may be configured using additional DB tables.'; |