|
From: Jon O. <jon...@us...> - 2005-09-09 09:15:22
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25208/modules/mx_textblocks/language/lang_english Added Files: lang_admin.php Log Message: fixing up --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * lang_kb.php * ------------------- * begin : Sunday, Mar 31, 2003 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.1 2005/09/09 09:15:13 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. * ***************************************************************************/ // // Parameter Types // $lang['ParType_phpBBTextBlock'] = "Standard phpBB TextBlock"; $lang['ParType_phpBBTextBlock_info'] = "This is a Standard phpBB TextBlock, parsing bbcodes, html och smilies as defined by the phpBB config settings."; $lang['ParType_CustomizedTextBlock'] = "Customized TextBlock"; $lang['ParType_CustomizedTextBlock_info'] = "This is a Customized TextBlock, parsing bbcodes, html och smilies as defined by this block settings"; $lang['ParType_WysiwygTextBlock'] = "Wysiwyg TextBlock"; $lang['ParType_WysiwygTextBlock_info'] = "This is a Wysiwyg TextBlock, featuring a html editor"; // // Parameter Names // $lang['block_style'] = "Block Border:"; $lang['title_style'] = "Title Header Style:"; $lang['allow_bbcode'] = "Allow BBCodes:"; $lang['allow_html'] = "Allow Html:"; $lang['allow_smilies'] = "Allow smilies:"; $lang['html_tags'] = "Allowed Html tags:"; $lang['block_style_explain'] = "Show border around textblock:"; $lang['title_style_explain'] = "Use css style for title row:"; ?> |