|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-23 20:51:37
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16124/language/lang_english Modified Files: lang_admin.php Log Message: Final round of language fixes I hope... Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** lang_admin.php 23 Oct 2005 02:18:48 -0000 1.49 --- lang_admin.php 23 Oct 2005 20:51:30 -0000 1.50 *************** *** 226,230 **** // $lang['Block_admin'] = "Block Control Panel"; ! $lang['Block_admin_explain'] = "Use this form to manage Portal Blocks.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; $lang['Block'] = "Block"; $lang['Show_title'] = "Show Block Title?"; --- 226,230 ---- // $lang['Block_admin'] = "Block Control Panel"; ! $lang['Block_admin_explain'] = "Use this form to manage Portal Blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>"; $lang['Block'] = "Block"; $lang['Show_title'] = "Show Block Title?"; *************** *** 261,265 **** // $lang['Page_admin'] = "Page Administration"; ! $lang['Page_admin_explain'] = "Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; $lang['Page_admin_edit'] = "Page Edit"; $lang['Page_admin_private'] = "Advanced Page (PRIVATE) Permissions"; --- 261,265 ---- // $lang['Page_admin'] = "Page Administration"; ! $lang['Page_admin_explain'] = "Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>"; $lang['Page_admin_edit'] = "Page Edit"; $lang['Page_admin_private'] = "Advanced Page (PRIVATE) Permissions"; |