sibtracker/system/forum/language/English/forum.lng

117 lines
4.6 KiB
Plaintext
Raw Normal View History

2019-05-18 13:46:03 +08:00
<?php
// ********************************************************************************
// DLE Forum v.2.2
// ********************************************************************************
$f_lang = array(
'f_msg' => "Forum message",
'f_404' => "Reference, is <20>dead<61> or deleted. <a href=\"javascript:history.go(-1)\">go back</a>",
'page_deny' => "Members, of group <b>{user_group}</b>, cannot view this page.",
'all_info' => "Information",
'values_error' => "All fields are required! <a href=\"javascript:history.go(-1)\">go back</a>",
'subforums' => " - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
'forum_read' => "Members, of group <b>{user_group}</b>, cannot view this forum.",
'topic_read' => "Members, of group <b>{user_group}</b>, cannot view this topic.",
'topic_write' => "Members, of group <b>{user_group}</b>, cannot leave post on this forum.",
'forum_down' => "Members, of group <b>{user_group}</b>, cannot download files on this forum.",
'is_topics' => "<center><b>Not found. it is poseble that in this forum not exist any topic, or the topic are to old and was deleted.</b></center>",
'search_nresult' => "The search did not return any results. <a href=\"javascript:history.go(-1)\">search again?</a>",
'search_error' => " You have entered less than 4 characters!. <a href=\"javascript:history.go(-1)\">search again?</a>",
'topic_yes' => "With answers",
'topic_no' => "Without answers",
'topic_closed' => "Topic closed",
'last_post' => "<b>Last. post:</b>",
'mtf_op' => "Option",
'mtf_01' => " - Open",
'mtf_02' => " - Close",
'mtf_03' => " - Delete",
'mtf_05' => " - Move",
'mtf_06' => " - Hide",
'mtf_07' => " - Publish",
'mtf_08' => " - Pin",
'mtf_09' => " - Unpin",
'time_heute' => "Today",
'time_gestern' => "Yesterday",
'fs_new' => "There are new messages",
'fs_nonew' => "There are not new messages",
'fl_topic' => "<br /><b>Topic:</b>",
'fl_author' => "<br /><b>Author:</b>",
'fl_nopost' => "There are not messages",
'fl_c_forum' => "<i>Closed forum</i>",
'err_mail' => "E-mail address is incorrect!.",
'err_name' => "You have entered the name of a registered user. If you are this user you must login first.",
'topic_add_stop' => "Fill out all required fields! {stop} <a href=\"javascript:history.go(-1)\">go back</a>",
'topic_add_ndeny' => "Members, of group <b>{user_group}</b>, cannot open topics on this forum.",
'app_warn' => "Warn",
'app_rep' => "Reputation",
'app_subscr' => "Subscrition",
'app_getnew' => "New Messages",
'app_newtopic' => "New Topic",
'app_reply' => "Reply",
'app_user_topic' => "User topics",
'app_post_edit' => "Edit message",
'app_search' => "Search",
'search_result' => "Search result",
'u_log_empty' => "<hr><center><b>User magazine is empty.</b></center>",
'f_reply' => "Fast reply",
'getnew_title' => "Messages sice you last visited",
'all_read_link' => "Read all",
'subscr_not' => "<center><b>you dont have Subscrition on any topic.</b></center>",
'search_result' => "Search result",
'search_topic' => "The search did not return any results. <a href='javascript:history.go(-1)'>go back</a>",
'report_send' => "report was successfully send. <a href=\"{link}\">go back</a>",
'mail_send' => "mail was successfully send <a href=\"{link}\">go back</a>",
'title_forward' => "Send mail to friend",
'edit_info' => "Message was edited by",
'err_name' => "<Li>Check spelling entered name!</Li>",
'err_mail' => "<Li>Check spelling entered e-mail!</Li>",
'h_post' => "<b>Message hiden</b>",
'flood_stop' => "Flood protection is active, write your message in {time} seconds. <a href='javascript:history.go(-1)'>go back</a>",
'discuss_no_cat' => " choise forum for this category of news. <a href=\"javascript:history.go(-1)\">go back</a>",
'discuss_off' => "This function is turned of. to create forum login forum. <a href=\"javascript:history.go(-1)\">go back</a>",
// add for 2.3 //
'captcha_stop' => "Security code does not match the display! <a href=\"javascript:history.go(-1)\"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD></a>",
'maxlen_stop' => "The length of the message exceeds the limit! <a href=\"javascript:history.go(-1)\"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD></a>",
'ajax_stop_1' => "He was activated flood control!",
'ajax_stop_2' => "Security code does not match the display!",
'ajax_stop_3' => "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!",
'ajax_stop_4' => "The length of the message exceeds the limit!",
'topic_last_p' => "By the last report:",
'last_visit' => "<b>Since returning, the last time you were here</b>",
'reg_name' => "<br />Registered to ",
);
?>