|
From: Jon O. <jon...@us...> - 2005-09-20 15:40:25
|
Update of /cvsroot/mxbb/mx_phpbb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17659/language/lang_english Added Files: lang_admin.php Log Message: adding new files for module mx_phpbb --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * lang_admin.php * ------------------- * begin : Sunday, Mar 31, 2003 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.1 2005/09/20 15:40:17 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. * ***************************************************************************/ $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'; $lang['reset'] = 'Reset'; $lang['default_pages_title'] = 'mxBB and phpBB integration'; $lang['default_pages_title_explain'] = ''; $lang['default_pages_more_title'] = 'More phpBB mappings...'; $lang['default_pages_more_title_explain'] = ''; $lang['default_pages_profilecp'] = 'If you have the ProfileCP module installed, you can do the page mapping here (instead of editing the phpBB files directly)'; $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'; $lang['phpbb_integration_enabled_no'] = 'Do not use this module'; $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'; $lang['phpbb_override_no'] = 'Use fixed mappings (see below)'; $lang['Group_Home'] = 'All groups'; ?> |