|
From: Andrew <men...@us...> - 2005-12-18 16:44:36
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25569/language/lang_english Modified Files: lang_main.php Log Message: Minor fixes. Also updated the copyright line. Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** lang_main.php 13 Dec 2005 20:57:02 -0000 1.25 --- lang_main.php 18 Dec 2005 16:44:20 -0000 1.26 *************** *** 37,41 **** $lang['Edit your Profile'] = "Edit Your Profile"; ! $lang['Portal_lang'] = "Language CP"; // Blocktitle $lang['SELECTGUILANG'] = "Select Language:"; --- 37,41 ---- $lang['Edit your Profile'] = "Edit Your Profile"; ! $lang['Portal_lang'] = "LanguageCP"; // Blocktitle $lang['SELECTGUILANG'] = "Select Language:"; *************** *** 62,67 **** $lang['Block_Config_updated'] = "Block Configuration updated successfully"; $lang['Block_Edit'] = "Edit Block"; ! $lang['Block_Edit_dyn'] = "Edit parent dynamic Block"; ! $lang['Block_Edit_sub'] = "Edit parent split Block"; // --- 62,67 ---- $lang['Block_Config_updated'] = "Block Configuration updated successfully"; $lang['Block_Edit'] = "Edit Block"; ! $lang['Block_Edit_dyn'] = "Edit parent dynamic block"; ! $lang['Block_Edit_sub'] = "Edit parent split block"; // *************** *** 88,92 **** $lang['Show_admin_options'] = "Show/Hide Page Admin Options: "; $lang['Hidden_block'] = "Hidden block..."; ! $lang['Hidden_block_explain'] = "This block is 'hidden', but visible since you're an admin/moderator."; $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE --- 88,92 ---- $lang['Show_admin_options'] = "Show/Hide Page Admin Options: "; $lang['Hidden_block'] = "Hidden block..."; ! $lang['Hidden_block_explain'] = "This block is 'hidden', but visible since you're an administrator or moderator."; $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE *************** *** 104,113 **** $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report... "; $lang['Powered_by'] = "Powered by "; $lang['Modules_copy'] = "and mxBB Modules "; ! $lang['mx_copy_text'] = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible AdminCP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan, Snake, and the rest of the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; --- 104,113 ---- $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report. "; $lang['Powered_by'] = "Powered by "; $lang['Modules_copy'] = "and mxBB Modules "; ! $lang['mx_copy_text'] = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated functions and features. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; |