|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_textblocks/language/lang_english Modified Files: lang_main.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 26 Apr 2005 19:52:18 -0000 1.4 --- lang_main.php 20 Aug 2005 18:19:12 -0000 1.5 *************** *** 21,47 **** ***************************************************************************/ - // - // Entries for Flexible Blocks - // - $lang['Block_Style'] = "Block Border:"; - $lang['Title_Style'] = "Title Header Style:"; - $lang['Show_Title'] = "Show Title:"; - $lang['Text_Style'] = "Text Style:"; - - $lang['Block_Style_Explain'] = "Show border around textblock:"; - $lang['Title_Style_Explain'] = "Use css style for title row:"; - $lang['Show_Title_Explain'] = ""; - $lang['Text_Style_Explain'] = "Select default font size:"; - - - $lang['block_ids'] = "Portal Blocks (>2):<br />- Select which blocks to show "; - $lang['block_sizes'] = "Specify Block widths: <br /> - be sure to match the number of blocks to show<br />For example: '30%, *' for two blocks. "; - $lang['space_between'] = "Space between blocks:"; - - $lang['yes'] = "Yes"; - $lang['no'] = "No"; - $lang['Toc_title'] = "Contents:"; $lang['Goto_page'] = "Goto page:"; ?> \ No newline at end of file --- 21,28 ---- ***************************************************************************/ $lang['Toc_title'] = "Contents:"; $lang['Goto_page'] = "Goto page:"; + $lang['Blog_id'] = "Blog id:<br />- \"%s\" is replaced by the username."; + ?> \ No newline at end of file |