|
From: Jon O. <jon...@us...> - 2005-03-28 20:55:03
|
Update of /cvsroot/mxbb/kb_076_mxaddon/root/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9026/modules/kb_076_mxaddon/root/language/lang_english Modified Files: lang_kb.php Log Message: ## 2005/03/28 - Version KB MOD 2.01 ## - Name changed, since much is rewritten ;) ## - Updated with latest phpBB security patches ## - Category (PRIVATE) permissions ## - Subcategories ## - Comments phpBB forum set per category ## - Text reformatting options: img, link and linewidth controls ## - Rewritten BBcode/html handling (once more yes) ## - Custom fields added ## - wysiwyg feature (tinymce) ## - All reported bugs in dev thread fixed Index: lang_kb.php =================================================================== RCS file: /cvsroot/mxbb/kb_076_mxaddon/root/language/lang_english/lang_kb.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_kb.php 9 Jan 2005 22:16:31 -0000 1.1 --- lang_kb.php 28 Mar 2005 20:54:54 -0000 1.2 *************** *** 114,124 **** $lang['Del_topic'] = 'Delete Topic'; $lang['Del_topic_explain'] = 'When you delete an article, do you want its comments topic to be deleted also?'; ! $lang['Allow_comments'] = 'Allow comments'; ! $lang['Allow_comments_explain'] = 'Allow users to add comments to your articles'; $lang['Forum_id'] = 'Forum ID'; $lang['Forum_id_explain'] = 'This is the forum that the article\'s comments will be kept'; $lang['Allow_rating'] = 'Allow ratings'; ! $lang['Allow_rating_explain'] = 'Allow users to add ratings to your articles'; $lang['Allow_anonymos_rating'] = 'Allow anonymos ratings'; --- 114,145 ---- $lang['Del_topic'] = 'Delete Topic'; $lang['Del_topic_explain'] = 'When you delete an article, do you want its comments topic to be deleted also?'; ! ! $lang['Use_comments'] = 'Comments'; ! $lang['Use_comments_explain'] = 'Enable comments for articles, to be inserted in the phpbb forum'; ! $lang['Use_ratings'] = 'Ratings'; ! $lang['Use_ratings_explain'] = 'Enable ratings for articles'; ! $lang['Forum_id'] = 'Forum ID'; $lang['Forum_id_explain'] = 'This is the forum that the article\'s comments will be kept'; + + // + // Permissions + // + $lang['KB_Auth_Title'] = 'KB Permissions'; + $lang['KB_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each kb category or just has the private access'; + $lang['Select_a_Category'] = 'Select a Category'; + $lang['Look_up_Category'] = 'Look up Category'; + $lang['KB_Auth_successfully'] = 'Auth has been updated successfully'; + $lang['Click_return_KB_auth'] = 'Click %sHere%s to return to the KB Permissions'; + + $lang['Upload'] = 'Upload'; + $lang['Rate'] = 'Rate'; + $lang['Comment'] = 'Comment'; + $lang['Approval'] = 'Approval'; + $lang['Approval_edit'] = 'Approval Edit'; + $lang['Allow_rating'] = 'Allow ratings'; ! $lang['Allow_rating_explain'] = 'Users are allowed to rate articles.'; $lang['Allow_anonymos_rating'] = 'Allow anonymos ratings'; *************** *** 130,134 **** $lang['Email_body'] = 'An article has been submitted to your Knowledge Base.<br />\nRead the article and then approve or delete the article.<br />\nArticle is included below:<br />\n'; ! //Added by Haplo $lang['Comments_show'] = 'Display article comments.'; $lang['Comments_show_explain'] = '- also displays comments in the article page'; --- 151,183 ---- $lang['Email_body'] = 'An article has been submitted to your Knowledge Base.<br />\nRead the article and then approve or delete the article.<br />\nArticle is included below:<br />\n'; ! $lang['Category_Permissions'] = 'Category Permissions'; ! $lang['Category_Title'] = 'Category Title'; ! $lang['Category_Desc'] = 'Category Description'; ! $lang['View_level'] = 'View Level'; ! $lang['Upload_level'] = 'Upload Level'; ! $lang['Rate_level'] = 'Rate Level'; ! $lang['Comment_level'] = 'Comment Level'; ! $lang['Edit_level'] = ' Edit Level'; ! $lang['Delete_level'] = 'Delete Level'; ! $lang['Approval_level'] = 'Approval Level'; ! $lang['Approval_edit_level'] = 'Approval Edit Level'; ! ! $lang['KB_Rules_post_can'] = 'You <b>can</b> post new articles in this category'; ! $lang['KB_Rules_post_cannot'] = 'You <b>cannot</b> post new articles in this category'; ! $lang['KB_Rules_comment_can'] = 'You <b>can</b> comment articles in this category'; ! $lang['KB_Rules_comment_cannot'] = 'You <b>cannot</b> comment articles in this category'; ! $lang['KB_Rules_edit_can'] = 'You <b>can</b> edit your articles in this category'; ! $lang['KB_Rules_edit_cannot'] = 'You <b>cannot</b> edit your articles in this category'; ! $lang['KB_Rules_delete_can'] = 'You <b>can</b> delete your articles in this category'; ! $lang['KB_Rules_delete_cannot'] = 'You <b>cannot</b> delete your articles in this category'; ! $lang['KB_Rules_rate_can'] = 'You <b>can</b> rate articles in this category'; ! $lang['KB_Rules_rate_cannot'] = 'You <b>cannot</b> rate articles in this category'; ! $lang['KB_Rules_approval_can'] = 'Articles <b>need no</b> approval in this category'; ! $lang['KB_Rules_approval_cannot'] = 'Articles <b>need</b> approval in this category'; ! $lang['KB_Rules_approval_edit_can'] = 'Article edits <b>need no</b> approval in this category'; ! $lang['KB_Rules_approval_edit_cannot'] = 'Article edits <b>need</b> approval in this category'; ! $lang['KB_Rules_moderate'] = 'You <b>can</b> %smoderate this category%s'; // %s replaced by a href links, do not remove! ! $lang['KB_Rules_moderate_can'] = 'You <b>can</b> moderate this category'; // %s replaced by a href links, do not remove! ! $lang['Comments_show'] = 'Display article comments.'; $lang['Comments_show_explain'] = '- also displays comments in the article page'; *************** *** 172,177 **** --- 221,230 ---- $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'; *************** *** 180,184 **** $lang['Read_full_article'] = '>>Read Full Article'; ! $lang['Comments'] = 'Viewer Comments'; $lang['No_add'] = 'You can\'t add a new article'; --- 233,237 ---- $lang['Read_full_article'] = '>>Read Full Article'; ! $lang['Comments'] = 'Comments'; $lang['No_add'] = 'You can\'t add a new article'; *************** *** 191,197 **** // added ! $lang['Edited_Article_info'] = 'Article updated...'; $lang['No_Articles'] = 'This category is empty!'; ! $lang['Not_authorized'] = 'You are not authorized to do this...'; $lang['TOC'] = 'Contents'; --- 244,250 ---- // added ! $lang['Edited_Article_info'] = 'Article updated by '; $lang['No_Articles'] = 'This category is empty!'; ! $lang['Not_authorized'] = 'Sorry, you are not authorized!'; $lang['TOC'] = 'Contents'; *************** *** 199,202 **** --- 252,256 ---- $lang['Votes_label'] = 'Rating '; $lang['Votes'] = 'vote(s)'; + $lang['No_votes'] = 'No votes'; $lang['Rate'] = 'Rate Article'; $lang['ADD_RATING'] = '[Rate Article]'; *************** *** 258,265 **** $lang['News_update_error'] = "Couldn't update KB block configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; ! // kb $lang['Cat_all'] = "All"; ?> \ No newline at end of file --- 312,388 ---- $lang['News_update_error'] = "Couldn't update KB block configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; + // Custom Field + $lang['Fieldselecttitle'] = 'Select what to do'; + $lang['Afield'] = 'Custom Field: Add'; + $lang['Efield'] = 'Custom Field: Edit'; + $lang['Dfield'] = 'Custom Field: Delete'; + $lang['Mfieldtitle'] = 'Custom Fields'; + $lang['Afieldtitle'] = 'Add Field'; + $lang['Efieldtitle'] = 'Edit Field'; + $lang['Dfieldtitle'] = 'Delete Field'; + $lang['Fieldexplain'] = 'You can use the custom fields management section to add, edit, and delete custom fields. You can use custom fields to add more information about an article.'; + $lang['Fieldname'] = 'Field Name'; + $lang['Fieldnameinfo'] = 'This is the name of the field, for example \'File Size\''; + $lang['Fielddesc'] = 'Field Description'; + $lang['Fielddescinfo'] = 'This is a description of the field, for example \'File Size in Megabytes\''; + $lang['Fieldadded'] = 'The custom field has been successfully added'; + $lang['Fieldedited'] = 'The custom field you selected has been successfully edited'; + $lang['Dfielderror'] = 'You didn\'t select any fields to delete'; + $lang['Fieldsdel'] = 'The custom fields you selected have been successfully deleted'; ! $lang['Field_data'] = 'Options'; ! $lang['Field_data_info'] = 'Enter the options that the user can choose from. Separate each option with a new-line (carriage return).'; ! $lang['Field_regex'] = 'Regular Expression'; ! $lang['Field_regex_info'] = 'You may require the input field to match a regular expression %s(PCRE)%s.'; ! $lang['Field_order'] = 'Display Order'; ! ! //Fields Types ! ! $lang['Field_Input'] = 'Single-Line Text Box'; ! $lang['Field_Textarea'] = 'Multiple-Line Text Box'; ! $lang['Field_Radio'] = 'Single-Selection Radio Buttons'; ! $lang['Field_Select'] = 'Single-Selection Menu'; ! $lang['Field_Select_multiple'] = 'Multiple-Selection Menu'; ! $lang['Field_Checkbox'] = 'Multiple-Selection Checkbox'; ! ! $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; ! ! // added $lang['Cat_all'] = "All"; + $lang['L_Pages'] = "Pages"; + $lang['L_Pages_explain'] = "Use the '[pages]' command to split the article into pages"; + $lang['L_Toc'] = "Table of contents (TOC)"; + $lang['L_Toc_explain'] = "Use the '[toc]' command to add entry in the TOC"; + $lang['L_Abstract'] = "Abstract"; + $lang['L_Abstract_explain'] = "Use the '[abstract]...[/abstract]' environment to insert an abstract"; + + $lang['L_Title_Format'] = "Title"; + $lang['L_Title_Format_explain'] = "Use the '[title]...[/title]' environment to insert a main title"; + + $lang['L_Subtitle_Format'] = "Subtitle"; + $lang['L_Subtitle_Format_explain'] = "Use the '[subtitle]...[/subtitle]' environment to insert a subtitle"; + + $lang['L_Subsubtitle_Format'] = "Subsubtitle"; + $lang['L_Subsubtitle_Format'] = "Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header"; + + $lang['L_Options'] = "Options:"; + $lang['L_Formatting'] = "Formatting:"; + + $lang['Default_article_id'] = "Set default article, for the article viewer"; + + // Added for v. 2.0 + $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'; + + $lang['Addtional_field'] = 'More information (optional)'; ?> \ No newline at end of file |