|
From: MW <jo...@us...> - 2008-02-05 18:37:33
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20849/modules/mx_navmenu/language/lang_english Modified Files: lang_admin.php Log Message: yet a bunch of more updates of MX-Publisher references, the last of the easy ones. still 344 references till mxbb left in core code, but mostly vars, const and parameters. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_english/lang_admin.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** lang_admin.php 4 Feb 2008 16:52:02 -0000 1.9 --- lang_admin.php 5 Feb 2008 18:37:20 -0000 1.10 *************** *** 37,41 **** $lang['Menu_page'] = 'Menu Page (default/standard) <br />- link to internal portal page<br />NOTE: Pages are created using Page Administration.'; $lang['Menu_block'] = 'Dynamic Block<br />- need a dynamic block on the Page to handle the setting'; ! $lang['Menu_function'] = 'Menu Function (dev only)<br />- link to mxBB specific function (not available)'; $lang['Menu_action_title'] = '<b>Menu Action:</b> <br /><i>(Chose one of the 4 options below.)</i> '; $lang['Menu_action_adv'] = '<b>Advanced Menu Actions:</b> <br /><i>(Use carefully - intended for developers only):</i>'; --- 37,41 ---- $lang['Menu_page'] = 'Menu Page (default/standard) <br />- link to internal portal page<br />NOTE: Pages are created using Page Administration.'; $lang['Menu_block'] = 'Dynamic Block<br />- need a dynamic block on the Page to handle the setting'; ! $lang['Menu_function'] = 'Menu Function (dev only)<br />- link to MX-Publisher specific function (not available)'; $lang['Menu_action_title'] = '<b>Menu Action:</b> <br /><i>(Chose one of the 4 options below.)</i> '; $lang['Menu_action_adv'] = '<b>Advanced Menu Actions:</b> <br /><i>(Use carefully - intended for developers only):</i>'; |