/* Anti-guest addon language */
$anti_guest_title='Anti-spam protection';
$anti_guest_rule1='This rule is applied to all guests, and registered members, who has posted less than {POSTS_REQUIRED} messages on the forum.';
$anti_guest_rule2='This rule is applied to all guests only. Please consider registering to become a member with full privileges.';
$anti_guest_msg="Because of spamming issues, you are not allowed to post outgoing links, URLs or email addresses. ";
$anti_guest_dict='Because of spamming issues, you are not allowed to post the term: "{FORBIDDEN_WORD}". ';
$anti_guest_similar='It seems the message you are trying to post, <strong>has been <a href="'.$main_url.'/'.$indexphp.'action=search&amp;loc=1&amp;forum={EXISTING_FORUM_ID}&amp;topic={EXISTING_TOPIC_ID}&amp;page={EXISTING_MSG_ID}" class="mnblnk" target="_blank">already published</a></strong>. We try to match the unique content for our forum. Please fix your message, making it different from others!';
$anti_guest_similar_topic='It seems the topic title you are trying to post, <strong>has been <a href="{TOPIC_URL}" class="mnblnk" target="_blank">already created</a></strong>. We try to match the unique content for our forum. Please fix your topic title, making it different from others!';
$anti_guest_posts_limit='It seems you already have reached the limitation of <b>{POSTS_MAX} posts allowed for your account per 24 hours</b>. Please save your current message listed below, and come back tomorrow to create new posts.';
$anti_guest_topics_limit='It seems you already have reached the limitation of <b>{TOPICS_MAX} topics allowed for your account per 24 hours</b>. Please save your current texts listed below, please come back tomorrow to create new topics.';

