|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_navmenu/language/lang_english Added Files: lang_admin.php lang_main.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_main.php * ------------------- * begin : Sunday, Mar 31, 2003 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_main.php,v 1.1 2005/08/20 18:19:12 jonohlsson Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ ?> --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * lang_kb.php * ------------------- * begin : Sunday, Mar 31, 2003 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.1 2005/08/20 18:19:12 jonohlsson Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // Menu Management // $lang['Menu_admin'] = "Navigation Menu Administration"; $lang['Menu_admin_explain'] = "Use this form to customize your Navigation Menu"; $lang['Menu_edit_delete_explain'] = "Use this form to customize your Navigation Menu"; $lang['Menu_settings'] = "Navigation Menu Information"; $lang['Menu_delete'] = "Delete a Navigation Menu"; $lang['Menu_delete_explain'] = "Use this form to delete (and/or move) a Navigation Menu and its subelement(s)"; $lang['Edit_menu'] = "Edit a Navigation Menu"; $lang['Create_menu'] = "Add new Navigation Menu"; $lang['Create_category'] = "Add new Navigation Category"; $lang['Menu_Config_updated'] = "Navigation Menu Configuration Updated Successfully"; $lang['Menus_updated'] = "Menu and Category information updated successfully"; $lang['Click_return_menuadmin'] = "Click %sHere%s to return to Navigation Menu Administration"; $lang['Menu_name'] = "Navigation Menu Name"; $lang['Menu_icon'] = "Navigation Menu Icon<br /> - the *_hot.gif pic is only used when 'Mark Current Page' is enabled."; $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 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>"; $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)"; $lang['Menu_par_title'] = "General Menu Navigation Settings:"; $lang['Show_cat'] = "Folded/Unfolded Category: <br /> - Default value, before user value is set:"; // // Parameter Types // $lang['ParType_kb_type_select'] = "Advanced phpBB Source Forum Selection"; $lang['ParType_kb_type_select_info'] = ""; $lang['ParType_default_article_id'] = "Default Article"; $lang['ParType_default_article_id_info'] = "- Article Reader"; // // Parameter Names // $lang['kb_type_select'] = "KB Source:"; $lang['kb_type_select_explain'] = "Select Source KB categories and article types"; $lang['default_article_id'] = "Default Article:"; $lang['default_article_id_explain'] = "- This article is default (first) displayed if noone else is chosen"; ?> |