|
From: Jon O. <jon...@us...> - 2008-03-09 23:40:01
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18378/lang_english Modified Files: lang_admin.php Log Message: Virtual pages See notes is Dev area Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 5 Feb 2008 18:37:20 -0000 1.10 --- lang_admin.php 9 Mar 2008 23:39:47 -0000 1.11 *************** *** 34,45 **** $lang['Menu_desc'] = 'Description'; $lang['Click_return_admin_index'] = 'Click %sHere%s to return to the Administration Index'; ! $lang['Menu_links'] = 'Menu URL<br />- Link to external page (enter full URL) or internal page (enter relative path)<br />- This option may be used together with \'Link Target: - iframe mode\'.'; ! $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>'; $lang['Menu_permissions_title'] = '<b>View/Edit Permissions:</b>'; ! $lang['Link_target'] = 'Link Target:<br />- \'default\', open in this browser<br />- \'new browser\', open in new browser<br />- \'iframe mode\', open url (given below) in page with IncludeX block.'; $lang['Menu_display_mode'] = 'Navigation Mode:<br /> - span horizontal or vertical'; $lang['Menu_page_sync'] = 'Highlight selected page in navigation menu<br /> - current menu option is highlighted and its icon will be switched (if you have a *_hot.gif)'; --- 34,45 ---- $lang['Menu_desc'] = 'Description'; $lang['Click_return_admin_index'] = 'Click %sHere%s to return to the Administration Index'; ! $lang['Menu_links'] = 'Alternative URL<br />- Link to external page (full URL) or internal page (relative path)<br />- compatible with \'Link Target: - iframe mode\''; ! $lang['Menu_page'] = 'Menu Page<br />- link to internal portal page<br />NOTE: Pages are created using Page Administration'; ! $lang['Menu_block'] = 'Sub Page<br />- sends dynamic block to the page. Note: the page must be set for subpages'; $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>'; $lang['Menu_permissions_title'] = '<b>View/Edit Permissions:</b>'; ! $lang['Link_target'] = 'Target:'; $lang['Menu_display_mode'] = 'Navigation Mode:<br /> - span horizontal or vertical'; $lang['Menu_page_sync'] = 'Highlight selected page in navigation menu<br /> - current menu option is highlighted and its icon will be switched (if you have a *_hot.gif)'; |