|
From: Jon O. <jon...@us...> - 2005-03-26 22:52:49
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25039/modules/mx_kb/language/lang_english Modified Files: lang_kb.php Log Message: finally rewriting this module, once and for all - rewritten post methods - better security - separated html. bbcode, smilies from phpbb - wysiwyg support Index: lang_kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_kb.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lang_kb.php 18 Feb 2005 10:07:44 -0000 1.13 --- lang_kb.php 26 Mar 2005 22:52:36 -0000 1.14 *************** *** 220,225 **** --- 220,229 ---- $lang['Pre_text_body'] = 'Article Submission Instructions Body'; $lang['Pre_text_explain'] = 'This is text instructions displayed to users at the top of the submission forum.'; + $lang['Show'] = 'Show'; $lang['Hide'] = 'Hide'; + + $lang['Empty_fields'] ='Please fill out all parts of the form.'; + $lang['Empty_fields_return'] ='Click %sHere%s to return to the form.'; $lang['Empty_category'] ='You must choose a category'; $lang['Empty_type']='You must choose a type'; *************** *** 239,243 **** // added ! $lang['Edited_Article_info'] = 'Article updated...'; $lang['No_Articles'] = 'This category is empty!'; $lang['Not_authorized'] = 'Sorry, you are not authorized!'; --- 243,247 ---- // added ! $lang['Edited_Article_info'] = 'Article updated by '; $lang['No_Articles'] = 'This category is empty!'; $lang['Not_authorized'] = 'Sorry, you are not authorized!'; *************** *** 332,334 **** --- 336,350 ---- $lang['Default_article_id'] = "Set default article, for the article viewer"; + $lang['KB_comment_prefix'] = '[ KB ] '; + + $lang['Wysiwyg'] = 'Use wysiwyg editor'; + $lang['Wysiwyg_explain'] = 'If enabled, the standard bbcode/html/smilies input dialog is replaced by a wysiwyg editor.'; + + $lang['Wysiwyg_path'] = 'Path to wysiwyg software'; + $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB root) to the wysiwyg software folder, eg \'modules/\' if you have uploaded for example tinemce in modules/tinymce.'; + + $lang['Formatting_fixup'] = 'Fixup formatting'; + $lang['Formatting_fixup_explain'] = 'I enabled, the article text is reformatted: wordwrapping, url truncates, img resizing, some bbcode reformatting etc'; + + ?> \ No newline at end of file |