|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-12-16 03:07:46
|
Update of /cvsroot/mxbb/mx_phpbb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25422/language/lang_english Modified Files: lang_admin.php Log Message: Fixes Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/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 1 Oct 2005 14:15:50 -0000 1.2 --- lang_admin.php 16 Dec 2005 03:07:37 -0000 1.3 *************** *** 20,52 **** $lang['mx_forum_admin'] = 'mxBB Forum Integration'; ! $lang['mx_forum_admin_explain'] = 'Here you do phpBB and mxBB pages mappings.<br/>If you run the module with fixed mappings, you only have to use ONE mx_phpbb block, and place this on every mxBB page with phpBB mappings. If you intend to split phpbb and run different forums on different mxBB pages, you need one mx_phpbb block for each subinstance.'; // ! // phpbb // $lang['Cat_all'] = "All"; $lang['phpbb_config_updated'] = 'phpBB Plugin Configuration Updated Successfully.'; ! $lang['Click_return_phpbb_config'] = 'Click %sHere%s to return to hpBB Plugin Configuration'; // Pages ! $lang['phpbb_index'] = 'index'; ! $lang['phpbb_viewforum'] = 'viewforum'; ! $lang['phpbb_viewtopic'] = 'viewtopic'; ! $lang['phpbb_faq'] = 'faq'; ! $lang['phpbb_groupcp'] = 'groupcp'; ! $lang['phpbb_login'] = 'login'; ! $lang['phpbb_memberlist'] = 'memberlist'; ! $lang['phpbb_modcp'] = 'modcp'; ! $lang['phpbb_posting'] = 'posting'; ! $lang['phpbb_privmsg'] = 'privmsg'; ! $lang['phpbb_profile'] = 'profile'; ! $lang['phpbb_search'] = 'search'; ! $lang['phpbb_viewonline'] = 'viewonline'; $lang['phpbb_other'] = 'Other phpBB pages'; ! $lang['phpbb_explain'] = 'Fixed mapping, or default mapping (if using blocksettings)'; $lang['submit'] = 'Submit'; --- 20,52 ---- $lang['mx_forum_admin'] = 'mxBB Forum Integration'; ! $lang['mx_forum_admin_explain'] = 'Here, you can do phpBB and mxBB page mappings.<br />If you run the module with fixed mappings, you only have to use ONE mx_phpbb block, and place this on every mxBB page with phpBB mappings. If you intend to split phpBB and run different forums on different mxBB pages, you need one mx_phpbb block for each subinstance.'; // ! // phpBB // $lang['Cat_all'] = "All"; $lang['phpbb_config_updated'] = 'phpBB Plugin Configuration Updated Successfully.'; ! $lang['Click_return_phpbb_config'] = 'Click %sHere%s to return to phpBB Plugin Configuration'; // Pages ! $lang['phpbb_index'] = 'Index'; ! $lang['phpbb_viewforum'] = 'Viewforum'; ! $lang['phpbb_viewtopic'] = 'Viewtopic'; ! $lang['phpbb_faq'] = 'FAQ'; ! $lang['phpbb_groupcp'] = 'GroupCP'; ! $lang['phpbb_login'] = 'Login'; ! $lang['phpbb_memberlist'] = 'Memberlist'; ! $lang['phpbb_modcp'] = 'ModCP'; ! $lang['phpbb_posting'] = 'Posting'; ! $lang['phpbb_privmsg'] = 'Privmsg'; ! $lang['phpbb_profile'] = 'Profile'; ! $lang['phpbb_search'] = 'Search'; ! $lang['phpbb_viewonline'] = 'View Online'; $lang['phpbb_other'] = 'Other phpBB pages'; ! $lang['phpbb_explain'] = 'Fixed mapping, or default mapping (if using block settings)'; $lang['submit'] = 'Submit'; *************** *** 62,66 **** $lang['phpbb_integration_enabled'] = 'Activate the phpBB module?'; ! $lang['phpbb_integration_enabled_explain'] = 'When the phpBB module is activated, all phpBB urls will be directed to mxBB pages. If deactivated, phpBB will operate "as usual", independently of mxBB'; $lang['phpbb_integration_enabled_yes'] = 'Activate'; --- 62,66 ---- $lang['phpbb_integration_enabled'] = 'Activate the phpBB module?'; ! $lang['phpbb_integration_enabled_explain'] = 'When the phpBB module is activated, all phpBB URLs will be directed to mxBB pages. If deactivated, phpBB will operate "as usual", independently of mxBB'; $lang['phpbb_integration_enabled_yes'] = 'Activate'; *************** *** 68,72 **** $lang['phpbb_override'] = 'Associate phpBB and mxBB pages'; ! $lang['phpbb_override_explain'] = 'phpBB urls are redirected to mxBB pages following these settings.<br /> If using "Block Settings", be sure to edit the phpbb block themselves.'; $lang['phpbb_override_yes'] = 'Use Block Settings'; --- 68,72 ---- $lang['phpbb_override'] = 'Associate phpBB and mxBB pages'; ! $lang['phpbb_override_explain'] = 'phpBB urls are redirected to mxBB pages following these settings.<br /> If using "Block Settings", be sure to edit the phpBB blocks themselves.'; $lang['phpbb_override_yes'] = 'Use Block Settings'; |