|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:22
|
Update of /cvsroot/mxbb/core27x/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/modules/mx_textblocks/language/lang_english Added Files: lang_main.php Log Message: Initital core 2.7.x commit :-) --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_kb.php * ------------------- * begin : Sunday, Mar 31, 2003 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_main.php,v 1.1 2005/05/06 06:48:10 jonohlsson Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // 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:"; ?> |