|
From: Jon O. <jon...@us...> - 2008-03-01 21:18:17
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28927/lang_english Modified Files: lang_admin.php Log Message: I'm making the Page adminCP more clear. Dynamic and Split blocks are not really blocks, but blocks controlling page layout. This has been emphasized in the adminCP. Additionally, i've added a virtual block, to at last reactivate old bundled blog methods. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** lang_admin.php 5 Feb 2008 14:29:58 -0000 1.84 --- lang_admin.php 1 Mar 2008 21:18:11 -0000 1.85 *************** *** 370,373 **** --- 370,380 ---- $lang['Click_page_column_delete_yes'] = 'Click %sHere%s to delete the Page Column'; + $lang['Add_Split_Block'] = 'Add Split Column Block'; + $lang['Add_Split_Block_explain'] = 'This block splits the column'; + $lang['Add_Dynamic_Block'] = 'Add Dynamic (Sub) Block'; + $lang['Add_Dynamic_Block_explain'] = 'This dynamic block defines subpages, set from the navigation menu'; + $lang['Add_Virtual_Block'] = 'Add Virtual (Page Blog) Block'; + $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; + // // Page templates |