|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-24 01:09:05
|
Update of /cvsroot/mxbb/mx_dev_startkit/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3654/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Some more fixes... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/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 22 Oct 2005 22:42:31 -0000 1.2 --- lang_main.php 24 Oct 2005 01:08:52 -0000 1.3 *************** *** 4,9 **** * ------------------- * begin : Sunday, Mar 31, 2003 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... * * $Id$ --- 4,9 ---- * ------------------- * begin : Sunday, Mar 31, 2003 ! * copyright : (C) 2001 mxBB Team ! * email : nu...@mx... * * $Id$ *************** *** 24,28 **** // Block specific // ! $lang['Startkit'] = 'This is a developers startkit exampmle block'; $lang['Startkit_parameter'] = 'Block Parameters'; --- 24,28 ---- // Block specific // ! $lang['Startkit'] = 'This is a developer\'s startkit example block'; $lang['Startkit_parameter'] = 'Block Parameters'; *************** *** 46,50 **** $lang['Startkit_get'] = 'GET value'; $lang['Startkit_get_explain'] = 'This is a fetched GET parameter'; ! $lang['Test_get_par'] = 'This block recognises the GET var "test". Try adding "&test=whatever" to the page url.'; ?> \ No newline at end of file --- 46,50 ---- $lang['Startkit_get'] = 'GET value'; $lang['Startkit_get_explain'] = 'This is a fetched GET parameter'; ! $lang['Test_get_par'] = 'This block recognizes the GET var "test". Try adding "&test=whatever" to the page url.'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/language/lang_english/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 24 Oct 2005 01:06:44 -0000 1.3 --- lang_admin.php 24 Oct 2005 01:08:52 -0000 1.4 *************** *** 25,31 **** // $lang['Config_Startkit'] = "mxBB Startkit Example AdminCP"; ! $lang['Config_Startkit_explain'] = "This panel demonstrates how the module may be configured using additional db tables."; ! $lang['Startkit_config_updated'] = "Calendar Configuration Updated Sucessfully"; $lang['Startkit_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; --- 25,31 ---- // $lang['Config_Startkit'] = "mxBB Startkit Example AdminCP"; ! $lang['Config_Startkit_explain'] = "This panel demonstrates how the module may be configured using additional DB tables."; ! $lang['Startkit_config_updated'] = "Calendar Configuration Updated Successfully"; $lang['Startkit_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; |