|
From: Jon O. <jon...@us...> - 2006-08-14 10:48:37
|
Update of /cvsroot/mxbb/mx_phpbb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25006/modules/mx_phpbb/language/lang_english Modified Files: lang_admin.php Log Message: updated pak and lang files Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/language/lang_english/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 5 Apr 2006 22:36:14 -0000 1.4 --- lang_admin.php 14 Aug 2006 10:48:33 -0000 1.5 *************** *** 15,24 **** // 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'; --- 15,26 ---- // 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'; *************** *** 43,53 **** $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?'; --- 45,55 ---- $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?'; *************** *** 64,67 **** $lang['Group_Home'] = 'All groups'; - ?> \ No newline at end of file --- 66,68 ---- |