|
From: Jon O. <jon...@us...> - 2006-08-01 21:06:16
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24654/modules/mx_textblocks/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: - A few generic classes added to the functions_tools file, for modules - cleaned up lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_main.php 5 Apr 2006 21:07:17 -0000 1.7 --- lang_main.php 1 Aug 2006 21:06:13 -0000 1.8 *************** *** 4,16 **** * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! $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 --- 4,16 ---- * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! $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 Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english/lang_admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin.php 29 May 2006 15:37:04 -0000 1.5 --- lang_admin.php 1 Aug 2006 21:06:13 -0000 1.6 *************** *** 4,8 **** * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 12,33 **** // 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:"; ?> \ No newline at end of file --- 12,33 ---- // 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:'; ?> \ No newline at end of file |