|
From: Andrew <men...@us...> - 2006-01-08 23:18:10
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24439/language/lang_english Modified Files: lang_admin.php Log Message: As if I had nothing to do... *shrugs* (Minor edits, nothing really.) Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** lang_admin.php 18 Dec 2005 16:49:05 -0000 1.60 --- lang_admin.php 8 Jan 2006 23:17:59 -0000 1.61 *************** *** 32,36 **** // setlocale(LC_ALL, "en"); ! $lang['mxBB_adminCP'] = "mxBB-Portal Administration"; // --- 32,36 ---- // setlocale(LC_ALL, "en"); ! $lang['mxBB_adminCP'] = "mxBB Portal Administration"; // *************** *** 49,53 **** $lang['4_1_Cache'] = "Regenerate Cache"; $lang['4_1_Integrity'] = "Integrity Checker"; ! $lang['4_1_Meta'] = "META tags"; $lang['4_1_PHPinfo'] = "phpInfo()"; --- 49,53 ---- $lang['4_1_Cache'] = "Regenerate Cache"; $lang['4_1_Integrity'] = "Integrity Checker"; ! $lang['4_1_Meta'] = "<meta> tags"; $lang['4_1_PHPinfo'] = "phpInfo()"; *************** *** 65,69 **** $lang['Quick_nav'] = "Quick Navigation"; $lang['Include_all_modules'] = "List all modules"; ! $lang['Include_block_quickedit'] = "Include Block Quickedit panel"; $lang['Include_block_private'] = "Include Block Private Auth Panel"; $lang['Include_all_pages'] = "List all pages"; --- 65,69 ---- $lang['Quick_nav'] = "Quick Navigation"; $lang['Include_all_modules'] = "List all modules"; ! $lang['Include_block_quickedit'] = "Include Block QuickEdit panel"; $lang['Include_block_private'] = "Include Block Private Auth Panel"; $lang['Include_all_pages'] = "List all pages"; *************** *** 97,101 **** $lang['was_synced'] = "was synchronized"; ! $lang['error_no_field'] = "There is a missing field. Please fill out all the needed fields..."; // --- 97,101 ---- $lang['was_synced'] = "was synchronized"; ! $lang['error_no_field'] = "There is a missing field. Please fill out all the needed fields."; // *************** *** 110,114 **** $lang['Portal_Name'] = "Portal Name:"; $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; ! $lang['Portal_Url'] = "URL to mxBB-Portal:"; $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; --- 110,114 ---- $lang['Portal_Name'] = "Portal Name:"; $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; ! $lang['Portal_Url'] = "URL to mxBB Portal:"; $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; *************** *** 117,122 **** $lang['PHPBB_script_path'] = "phpBB Script Path:"; $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; ! $lang['MX_Portal'] = "mxBB-Portal"; ! $lang['MX_Modules'] = "mxBB-Modules"; $lang['Phpbb'] = "phpBB"; $lang['Top_phpbb_links'] = "phpBB Stats in Header (default value)<br /> - links to new/unread posts etc"; --- 117,122 ---- $lang['PHPBB_script_path'] = "phpBB Script Path:"; $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; ! $lang['MX_Portal'] = "mxBB Portal"; ! $lang['MX_Modules'] = "mxBB Modules"; $lang['Phpbb'] = "phpBB"; $lang['Top_phpbb_links'] = "phpBB Stats in Header (default value)<br /> - links to new/unread posts etc"; *************** *** 143,148 **** $lang['Module_name'] = "Module Name"; $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path, eg 'modules/mx_textblocks/'"; ! $lang['Module_include_admin'] = "Include this module in left pane Admin Menu Navigation"; // --- 143,148 ---- $lang['Module_name'] = "Module Name"; $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path, ex. 'modules/mx_textblocks/'"; ! $lang['Module_include_admin'] = "Include this module in the left pane of the AdminCP"; // |