<?xml version="1.0" encoding="utf-8"?>
<phrases>
<phrase title="custom_bb_code_desc.club" version_id="2020870" version_string="2.2.8"><![CDATA[The information inside the code is displayed only to members of the club.]]></phrase>
<phrase title="custom_bb_code_desc.days" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Number of days from the date of registration on the forum, which the user needs to be able to view]]></phrase>
<phrase title="custom_bb_code_desc.groups" version_id="2020870" version_string="2.2.8"><![CDATA[The tag hides content from people who are not members of X,Y,Z user groups.]]></phrase>
<phrase title="custom_bb_code_desc.hide" version_id="2020770" version_string="2.2.7"><![CDATA[Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.
<p>
<b>Allowed expressions (tags):</b>
</p>
<ul>
<li>posts: Number of user posts.</li>
<li>likes: User reaction count.</li>
<li>reactions: User reaction count (same as likes).</li>
<li>trophies: Number of user trophies.</li>
<li>days: Number of days since user registration.</li>
<li>isMemberOf(id): User group, for multiple groups you can use comma-separated values.</li>
<li>username: User's username.</li>
<li>user_id: User's identifier.</li>
<li>user_state: User's state.</li>
<li>is_staff: Flag indicating whether the user is a staff member.</li>
<li>is_admin: Flag indicating whether the user is an administrator.</li>
<li>is_moderator: Flag indicating whether the user is a moderator.</li>
</ul>
<p>
<b>Allowed operators:</b>
</p>
<ul>
<li>
<b>Arithmetic operators:</b><br>
Arithmetic operators are used for performing mathematical calculations:
<ul>
<li>+</li>
<li>-</li>
<li>*</li>
<li>/</li>
<li>% (modulus)</li>
<li>** (exponentiation)</li>
</ul>
</li>
<li>
<b>Comparison operators:</b><br>
Comparison operators are used for comparing values and returning a boolean result:
<ul>
<li>== (equal to)</li>
<li>=== (strictly equal to)</li>
<li>!= (not equal to)</li>
<li>!== (strictly not equal to)</li>
<li>< (less than)</li>
<li>> (greater than)</li>
<li><= (less than or equal to)</li>
<li>>= (greater than or equal to)</li>
</ul>
</li>
<li>
<b>Logical operators:</b><br>
Logical operators are used for performing logical operations and returning a boolean result:
<ul>
<li>and or && (logical AND)</li>
<li>or or || (logical OR)</li>
<li>not or ! (logical NOT)</li>
</ul>
</li>
<li>
<b>Bitwise operators:</b><br>
Bitwise operators are performed on binary representations of numbers:
<ul>
<li>& (bitwise AND)</li>
<li>| (bitwise OR)</li>
<li>^ (bitwise XOR)</li>
</ul>
</li>
<li>
<b>String operators:</b><br>
The ~ operator is used for string concatenation:
<ul>
<li>~ (string concatenation)</li>
</ul>
</li>
<li>
<b>Array operators:</b><br>
Array operators are used for checking element membership in an array:
<ul>
<li>in (element present in array)</li>
<li>not in (element not present in array)</li>
</ul>
</li>
<li>
<b>Numeric operators:</b><br>
The .. operator is used to create a range of numbers:
<ul>
<li>.. (number range)</li>
</ul>
</li>
<li>
<b>Ternary operator:</b><br>
The ?: operator is used to perform conditional operations in a single line:
<ul>
<li>?: (ternary operator)</li>
</ul
</li>]]></phrase>
<phrase title="custom_bb_code_desc.hideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[This BB code hides content from users who have not reached a specified age.]]></phrase>
<phrase title="custom_bb_code_desc.likes" version_id="2020870" version_string="2.2.8"><![CDATA[Number of likes on the forum, which the user needs to be able to view]]></phrase>
<phrase title="custom_bb_code_desc.posts" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Number of posts on the forum, which the user needs to be able to view]]></phrase>
<phrase title="custom_bb_code_desc.reacts" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text for which you need to select a specific reaction]]></phrase>
<phrase title="custom_bb_code_desc.reply" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Hidden text until the user answers the thread.]]></phrase>
<phrase title="custom_bb_code_desc.replyandthanks" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text until the user responds to the thread and clicks Like on this message.]]></phrase>
<phrase title="custom_bb_code_desc.replythanks" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text until the user responds to the thread or clicks Like on this message.]]></phrase>
<phrase title="custom_bb_code_desc.thanks" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[This tag hides the text until the user clicks the <b>Like button</b> in the message.]]></phrase>
<phrase title="custom_bb_code_desc.trophies" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Number of trophies on the forum, which the user needs to be able to view]]></phrase>
<phrase title="custom_bb_code_desc.users" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Hides the text from users, except for the parameters listed in the list of BB-code.]]></phrase>
<phrase title="custom_bb_code_desc.usersexc" version_id="2020870" version_string="2.2.8"><![CDATA[Hides the text from users that is listed in the list of parameters of the BB-code.]]></phrase>
<phrase title="custom_bb_code_desc.usersid" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Hides the text from users by id, except for the parameters listed in the list of BB-code.]]></phrase>
<phrase title="custom_bb_code_desc.usersidexc" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[Hides the text from users by id that are listed in the list of parameters of the BB-code.]]></phrase>
<phrase title="custom_bb_code_example.club" version_id="2010470" version_string="2.1.4"><![CDATA[[CLUB]Hello World![/CLUB] - Hidden text for club members]]></phrase>
<phrase title="custom_bb_code_example.days" version_id="2010470" version_string="2.1.4"><![CDATA[[DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.]]></phrase>
<phrase title="custom_bb_code_example.groups" version_id="2010470" version_string="2.1.4"><![CDATA[[GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.]]></phrase>
<phrase title="custom_bb_code_example.hide" version_id="2020770" version_string="2.2.7"><![CDATA[[HIDE]Hello World![/HIDE] - only registered users see the hidden text
[HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
[HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
[HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
[HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.]]></phrase>
<phrase title="custom_bb_code_example.hideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[[hideuserage=18]This content is only visible to users who are at least 18 years old.[/hideuserage]]]></phrase>
<phrase title="custom_bb_code_example.likes" version_id="2010470" version_string="2.1.4"><![CDATA[[LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.]]></phrase>
<phrase title="custom_bb_code_example.posts" version_id="2010470" version_string="2.1.4"><![CDATA[[POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.]]></phrase>
<phrase title="custom_bb_code_example.reacts" version_id="2011070" version_string="2.1.10"><![CDATA[[REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.]]></phrase>
<phrase title="custom_bb_code_example.reply" version_id="2010470" version_string="2.1.4"><![CDATA[[REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.]]></phrase>
<phrase title="custom_bb_code_example.replyandthanks" version_id="2010570" version_string="2.1.5"><![CDATA[[REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".]]></phrase>
<phrase title="custom_bb_code_example.replythanks" version_id="2010570" version_string="2.1.5"><![CDATA[[REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".]]></phrase>
<phrase title="custom_bb_code_example.thanks" version_id="2010470" version_string="2.1.4"><![CDATA[[THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the <b>Like button</b> in the message.]]></phrase>
<phrase title="custom_bb_code_example.trophies" version_id="2010570" version_string="2.1.5"><![CDATA[[TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.]]></phrase>
<phrase title="custom_bb_code_example.users" version_id="2010470" version_string="2.1.4"><![CDATA[[USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.]]></phrase>
<phrase title="custom_bb_code_example.usersexc" version_id="2010470" version_string="2.1.4"><![CDATA[[USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.]]></phrase>
<phrase title="custom_bb_code_example.usersid" version_id="2010470" version_string="2.1.4"><![CDATA[[USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.]]></phrase>
<phrase title="custom_bb_code_example.usersidexc" version_id="2010570" version_string="2.1.5"><![CDATA[[USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.]]></phrase>
<phrase title="custom_bb_code_output.club" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.days" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.groups" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.hide" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.hideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.likes" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.posts" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.reacts" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.reply" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.replyandthanks" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.replythanks" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.thanks" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.trophies" version_id="2010470" version_string="2.1.4"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.users" version_id="2010470" version_string="2.1.4"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.usersexc" version_id="2010470" version_string="2.1.4"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.usersid" version_id="2010012" version_string="2.1.0 Alpha 2"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_output.usersidexc" version_id="2010470" version_string="2.1.4"><![CDATA[]]></phrase>
<phrase title="custom_bb_code_title.club" version_id="2010870" version_string="2.1.8"><![CDATA[For club members]]></phrase>
<phrase title="custom_bb_code_title.days" version_id="2010870" version_string="2.1.8"><![CDATA[Number of days]]></phrase>
<phrase title="custom_bb_code_title.groups" version_id="2010870" version_string="2.1.8"><![CDATA[For user groups]]></phrase>
<phrase title="custom_bb_code_title.hide" version_id="2020870" version_string="2.2.8"><![CDATA[For registered users only]]></phrase>
<phrase title="custom_bb_code_title.hideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[Hide Content by User Age]]></phrase>
<phrase title="custom_bb_code_title.likes" version_id="2010870" version_string="2.1.8"><![CDATA[Number of likes]]></phrase>
<phrase title="custom_bb_code_title.posts" version_id="2010870" version_string="2.1.8"><![CDATA[Number of posts]]></phrase>
<phrase title="custom_bb_code_title.reacts" version_id="2020870" version_string="2.2.8"><![CDATA[By the reactions]]></phrase>
<phrase title="custom_bb_code_title.reply" version_id="2010870" version_string="2.1.8"><![CDATA[Answers the thread]]></phrase>
<phrase title="custom_bb_code_title.replyandthanks" version_id="2010870" version_string="2.1.8"><![CDATA[Answer and click Like]]></phrase>
<phrase title="custom_bb_code_title.replythanks" version_id="2010870" version_string="2.1.8"><![CDATA[Answer or click Like]]></phrase>
<phrase title="custom_bb_code_title.thanks" version_id="2010870" version_string="2.1.8"><![CDATA[Click "Like"]]></phrase>
<phrase title="custom_bb_code_title.trophies" version_id="2010870" version_string="2.1.8"><![CDATA[Number of trophies]]></phrase>
<phrase title="custom_bb_code_title.users" version_id="2010870" version_string="2.1.8"><![CDATA[For users]]></phrase>
<phrase title="custom_bb_code_title.usersexc" version_id="2010870" version_string="2.1.8"><![CDATA[Exclude users]]></phrase>
<phrase title="custom_bb_code_title.usersid" version_id="2010870" version_string="2.1.8"><![CDATA[Users by id]]></phrase>
<phrase title="custom_bb_code_title.usersidexc" version_id="2010870" version_string="2.1.8"><![CDATA[Exclude users by id]]></phrase>
<phrase title="editor_dropdown.mh_hide" version_id="2010270" version_string="2.1.2"><![CDATA[Hide]]></phrase>
<phrase title="mh_auth_or_register" version_id="2010010" version_string="2.1.0 Alpha 1"><![CDATA[To view the content, you need to <a href="{login}">Sign In</a> or <a href="{register}">Register</a>.]]></phrase>
<phrase title="mh_dialog_hide_club_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content for club members]]></phrase>
<phrase title="mh_dialog_hide_club_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text for club members]]></phrase>
<phrase title="mh_dialog_hide_days_content" version_id="2011270" version_string="2.1.12"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_days_content_explain" version_id="2020870" version_string="2.2.8"><![CDATA[Enter content that will be hidden by a number of days]]></phrase>
<phrase title="mh_dialog_hide_days_label" version_id="2011270" version_string="2.1.12"><![CDATA[Number of days]]></phrase>
<phrase title="mh_dialog_hide_days_label_explain" version_id="2011270" version_string="2.1.12"><![CDATA[Number of days a user needs to view]]></phrase>
<phrase title="mh_dialog_hide_days_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text for days]]></phrase>
<phrase title="mh_dialog_hide_groups_content" version_id="2011270" version_string="2.1.12"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_groups_content_explain" version_id="2011270" version_string="2.1.12"><![CDATA[Enter the content that will be hidden for groups]]></phrase>
<phrase title="mh_dialog_hide_groups_label" version_id="2011270" version_string="2.1.12"><![CDATA[User Groups]]></phrase>
<phrase title="mh_dialog_hide_groups_label_explain" version_id="2011270" version_string="2.1.12"><![CDATA[Only users of selected groups will be able to view the hidden text inside this tag.]]></phrase>
<phrase title="mh_dialog_hide_groups_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text for groups]]></phrase>
<phrase title="mh_dialog_hide_hide_content" version_id="2011270" version_string="2.1.12"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_hide_content_explain" version_id="2011270" version_string="2.1.12"><![CDATA[Enter content for registered users]]></phrase>
<phrase title="mh_dialog_hide_hide_title" version_id="2010670" version_string="2.1.6"><![CDATA[Hide content only for users]]></phrase>
<phrase title="mh_dialog_hide_likes_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_likes_content_explain" version_id="2020870" version_string="2.2.8"><![CDATA[Enter content that will be hidden by a number of reactions]]></phrase>
<phrase title="mh_dialog_hide_likes_label" version_id="2011270" version_string="2.1.12"><![CDATA[Number of reactions]]></phrase>
<phrase title="mh_dialog_hide_likes_label_explain" version_id="2011270" version_string="2.1.12"><![CDATA[The number of likes the user needs to be able to view.]]></phrase>
<phrase title="mh_dialog_hide_posts_content" version_id="2011270" version_string="2.1.12"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_posts_content_explain" version_id="2020870" version_string="2.2.8"><![CDATA[Enter content that will be hidden by a number of posts]]></phrase>
<phrase title="mh_dialog_hide_posts_label" version_id="2011270" version_string="2.1.12"><![CDATA[Number of posts]]></phrase>
<phrase title="mh_dialog_hide_posts_label_explain" version_id="2011270" version_string="2.1.12"><![CDATA[The number of messages that the user needs to be able to view]]></phrase>
<phrase title="mh_dialog_hide_posts_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text by the number of posts]]></phrase>
<phrase title="mh_dialog_hide_reactions_title" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text by the number of likes]]></phrase>
<phrase title="mh_dialog_hide_reacts_content" version_id="2010010" version_string="2.1.0 Alpha"><![CDATA[Hidden content for reaction]]></phrase>
<phrase title="mh_dialog_hide_reacts_label" version_id="2010010" version_string="2.1.0 Alpha"><![CDATA[Choose a reaction to hide the content.]]></phrase>
<phrase title="mh_dialog_hide_reacts_title" version_id="2020870" version_string="2.2.8"><![CDATA[Hidden text for reactions]]></phrase>
<phrase title="mh_dialog_hide_reply_and_thanks_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_reply_and_thanks_title" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text until the user answers the thread and clicks "I like".]]></phrase>
<phrase title="mh_dialog_hide_reply_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_reply_thanks_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_reply_thanks_title" version_id="2010470" version_string="2.1.4"><![CDATA[Hidden text until the user answers the threads or clicks "I like".]]></phrase>
<phrase title="mh_dialog_hide_reply_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text until the user answers the thread.]]></phrase>
<phrase title="mh_dialog_hide_thanks_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_thanks_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text until the user clicks "I like"]]></phrase>
<phrase title="mh_dialog_hide_trophies_content" version_id="2011270" version_string="2.1.12"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_trophies_content_explain" version_id="2011270" version_string="2.1.12"><![CDATA[Enter the content that will be hidden by the number of points]]></phrase>
<phrase title="mh_dialog_hide_trophies_label" version_id="2011270" version_string="2.1.12"><![CDATA[Number of points]]></phrase>
<phrase title="mh_dialog_hide_trophies_label_explain" version_id="2011270" version_string="2.1.12"><![CDATA[The number of points that the user needs to be able to view.]]></phrase>
<phrase title="mh_dialog_hide_trophies_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text by the number of points for trophies.]]></phrase>
<phrase title="mh_dialog_hide_users_content" version_id="2000070" version_string="2.0.0"><![CDATA[User Content]]></phrase>
<phrase title="mh_dialog_hide_users_exc_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content]]></phrase>
<phrase title="mh_dialog_hide_users_exc_id_content" version_id="2010570" version_string="2.1.5"><![CDATA[Content for users except with ID]]></phrase>
<phrase title="mh_dialog_hide_users_exc_id_title" version_id="2010570" version_string="2.1.5"><![CDATA[Hidden text prohibits viewing users by id]]></phrase>
<phrase title="mh_dialog_hide_users_exc_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text prohibits viewing users]]></phrase>
<phrase title="mh_dialog_hide_users_id_content" version_id="2000070" version_string="2.0.0"><![CDATA[Content for users with an ID]]></phrase>
<phrase title="mh_dialog_hide_users_id_label" version_id="2000070" version_string="2.0.0"><![CDATA[What is a user ID? Hover over the avatar or nickname of the user and at the end of the link will be numbers. This is the user ID.]]></phrase>
<phrase title="mh_dialog_hide_users_id_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden content by user id]]></phrase>
<phrase title="mh_dialog_hide_users_title" version_id="2000070" version_string="2.0.0"><![CDATA[Hidden text for users]]></phrase>
<phrase title="mh_hidden_content" version_id="2020370" version_string="2.2.3"><![CDATA[Hidden content]]></phrase>
<phrase title="mh_hide_allowed_tags" version_id="2020870" version_string="2.2.8"><![CDATA[Allowed hide tags: {tags}. Use a new line separator]]></phrase>
<phrase title="mh_hide_and" version_id="2020770" version_string="2.2.7"><![CDATA[and]]></phrase>
<phrase title="mh_hide_is" version_id="2020770" version_string="2.2.7"><![CDATA[is]]></phrase>
<phrase title="mh_hide_option_register_or_auth_dialog" version_id="2020970" version_string="2.2.9"><![CDATA[Specify tags that will not display a login or register message to guests. Default is 'hide', 'groups', 'users'. Allowed hide tags: {tags}. Use a new line separator]]></phrase>
<phrase title="mh_hide_option_restricted_tags" version_id="2020970" version_string="2.2.9"><![CDATA[When this setting is enabled, the Hide becomes obsolete. Tags are set that will not be opened, even after the Hide has expired. Default is 'club', 'groups', 'users', 'usersid', 'usersexc', 'usersidexc'. The default tags are personal in nature and if you use tag deprecation, it is not advisable to remove them.<br>Allowed hide tags: {tags}. Use a new line separator]]></phrase>
<phrase title="mh_hide_or" version_id="2020770" version_string="2.2.7"><![CDATA[or]]></phrase>
<phrase title="mh_hide_tag_comprassion_club" version_id="2020770" version_string="2.2.7"><![CDATA[Club tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_club_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [CLUB] tag and processes its conditions. [HIDE] - For club members]]></phrase>
<phrase title="mh_hide_tag_comprassion_days" version_id="2020770" version_string="2.2.7"><![CDATA[Days tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_days_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [DAYS] tag and processes its conditions. [HIDE=option] - Number of days.]]></phrase>
<phrase title="mh_hide_tag_comprassion_default" version_id="2020770" version_string="2.2.7"><![CDATA[Default]]></phrase>
<phrase title="mh_hide_tag_comprassion_default_hint" version_id="2020770" version_string="2.2.7"><![CDATA[If this option is selected, the default tag will be rendered and processed. It will also support the implementation of the conditions]]></phrase>
<phrase title="mh_hide_tag_comprassion_groups" version_id="2020770" version_string="2.2.7"><![CDATA[Groups tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_groups_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [GROUPS] tag and processes its conditions. [HIDE=option] - For user groups.]]></phrase>
<phrase title="mh_hide_tag_comprassion_likes" version_id="2020770" version_string="2.2.7"><![CDATA[Likes tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_likes_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [LIKES] tag and processes its conditions. [HIDE=option] - Number of likes]]></phrase>
<phrase title="mh_hide_tag_comprassion_posts" version_id="2020770" version_string="2.2.7"><![CDATA[Posts tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_posts_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [POSTS] tag and processes its conditions. [HIDE=option] - Number of posts.]]></phrase>
<phrase title="mh_hide_tag_comprassion_reacts" version_id="2020870" version_string="2.2.8"><![CDATA[Reactions tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_reacts_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [REACTS] tag and processes its conditions. [HIDE=option] - By the reacts.]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply" version_id="2020770" version_string="2.2.7"><![CDATA[Reply tag matching
]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_and_thanks" version_id="2020770" version_string="2.2.7"><![CDATA[Reply and thanks tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_and_thanks_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [REPLYANDTHANKS] tag and processes its conditions. [HIDE] - Answer and click Like]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [REPLY] tag and processes its conditions. [HIDE] - Answers the thread.]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_reacts" version_id="2020870" version_string="2.2.8"><![CDATA[Reply reactions tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_thanks" version_id="2020770" version_string="2.2.7"><![CDATA[Reply thanks tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_reply_thanks_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [REPLYTHANKS] tag and processes its conditions. [HIDE] - Answer or click Like.]]></phrase>
<phrase title="mh_hide_tag_comprassion_thanks" version_id="2020770" version_string="2.2.7"><![CDATA[Thanks tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_thanks_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [THANKS] tag and processes its conditions. [HIDE] - Click "Like"]]></phrase>
<phrase title="mh_hide_tag_comprassion_trophies" version_id="2020770" version_string="2.2.7"><![CDATA[Trophies tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_trophies_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [TROPHIES] tag and processes its conditions. [HIDE=option] - Number of trophies]]></phrase>
<phrase title="mh_hide_tag_comprassion_users" version_id="2020770" version_string="2.2.7"><![CDATA[Users tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_exc" version_id="2020770" version_string="2.2.7"><![CDATA[Users exc tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_exc_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [USERSEXC] tag and processes its conditions. [HIDE=option] - Exclude users.]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [GROUPS] tag and processes its conditions. [HIDE=option] - For users]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_id" version_id="2020770" version_string="2.2.7"><![CDATA[Users id tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_id_exc" version_id="2020770" version_string="2.2.7"><![CDATA[Users id exc tag matching]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_id_exc_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [USERSIDEXC] tag and processes its conditions. [HIDE=option] - Exclude users by id]]></phrase>
<phrase title="mh_hide_tag_comprassion_users_id_hint" version_id="2020770" version_string="2.2.7"><![CDATA[Matches the [HIDE] tag with the [USERSID] tag and processes its conditions. [HIDE=option] - Users by id.]]></phrase>
<phrase title="mh_hide_tag_hide_cond_days" version_id="2020770" version_string="2.2.7"><![CDATA[{plural}]]></phrase>
<phrase title="mh_hide_tag_hide_cond_days_plural" version_id="2020770" version_string="2.2.7"><![CDATA[day|days]]></phrase>
<phrase title="mh_hide_tag_hide_cond_likes" version_id="2020770" version_string="2.2.7"><![CDATA[{plural}]]></phrase>
<phrase title="mh_hide_tag_hide_cond_likes_plural" version_id="2020770" version_string="2.2.7"><![CDATA[like|likes]]></phrase>
<phrase title="mh_hide_tag_hide_cond_posts" version_id="2020770" version_string="2.2.7"><![CDATA[{plural}]]></phrase>
<phrase title="mh_hide_tag_hide_cond_posts_plural" version_id="2020770" version_string="2.2.7"><![CDATA[message|messages]]></phrase>
<phrase title="mh_hide_tag_hide_cond_reactions_plural" version_id="2020770" version_string="2.2.7"><![CDATA[reaction|reactions]]></phrase>
<phrase title="mh_hide_tag_hide_cond_trophies" version_id="2020770" version_string="2.2.7"><![CDATA[{plural}]]></phrase>
<phrase title="mh_hide_tag_hide_cond_trophies_plural" version_id="2020770" version_string="2.2.7"><![CDATA[point|points]]></phrase>
<phrase title="mh_hide_tag_hide_is_member_of" version_id="2020770" version_string="2.2.7"><![CDATA[Member group(s): {groups}]]></phrase>
<phrase title="mh_hide_user_group_id" version_id="2010770" version_string="2.1.7"><![CDATA[User group id]]></phrase>
<phrase title="mh_please_enter_allowed_hide_tag" version_id="2020870" version_string="2.2.8"><![CDATA[Please enter the allowed hide tag]]></phrase>
<phrase title="mh_strip_noquote" version_id="2010470" version_string="2.1.4"><![CDATA[*** Hidden text: cannot be quoted. ***
]]></phrase>
<phrase title="mh_strip_visited_thread" version_id="2000070" version_string="2.0.0"><![CDATA[[B]*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***[/B]]]></phrase>
<phrase title="mh_tag_club.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden content for club members.]]></phrase>
<phrase title="mh_tag_club.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You are a member of the club and can view this content.]]></phrase>
<phrase title="mh_tag_club_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [CLUB].]]></phrase>
<phrase title="mh_tag_days.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[To view the hidden text, you must post it on the forum <span class="bbCodeBlock-count--require">{need_days}</span> since registration, and now you have <span class="bbCodeBlock-count--now">{now_days}</span>.]]></phrase>
<phrase title="mh_tag_days.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have been registered for <span class="bbCodeBlock-count--now">{now_days}</span>, which is enough to view this content.]]></phrase>
<phrase title="mh_tag_days_need_days" version_id="2020570" version_string="2.2.5"><![CDATA[{count} day|{count} days]]></phrase>
<phrase title="mh_tag_days_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [DAYS].]]></phrase>
<phrase title="mh_tag_days_now_days" version_id="2020570" version_string="2.2.5"><![CDATA[{count} day|{count} days]]></phrase>
<phrase title="mh_tag_days_value_of_cond_can_not_be_higher" version_id="2020670" version_string="2.2.6"><![CDATA[Value of '{option_value}' parameter in 'days' bbcode can not be higher {days}, because you have {now_days}]]></phrase>
<phrase title="mh_tag_groups.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Content of this hidden block can only be seen by members of: <span class="bbCodeBlock-count--require">{groups}</span>]]></phrase>
<phrase title="mh_tag_groups.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You are a member of one of these groups: <span class="bbCodeBlock-count--now">{groups}</span>]]></phrase>
<phrase title="mh_tag_groups_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [GROUPS].]]></phrase>
<phrase title="mh_tag_hide.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[View hidden content is available for registered users!]]></phrase>
<phrase title="mh_tag_hide.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You are registered and can view this content.]]></phrase>
<phrase title="mh_tag_hide_by_user_age.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[This content is only visible to users who are at least {age} years old.]]></phrase>
<phrase title="mh_tag_hide_by_user_age.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You are at least {age} years old and can view this content.]]></phrase>
<phrase title="mh_tag_hide_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [HIDE].]]></phrase>
<phrase title="mh_tag_hide_unexpected_character_variable_x_is_not_valid_around_position_y_for_expression_z" version_id="2020870" version_string="2.2.8"><![CDATA[The unexpected character "{variable}" around {position} for expression {expression}.]]></phrase>
<phrase title="mh_tag_hide_variable_x_is_not_valid_around_position_y_for_expression_z" version_id="2020870" version_string="2.2.8"><![CDATA[The variable "{variable}" is not valid around position {position} for expression {expression}.]]></phrase>
<phrase title="mh_tag_likes.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have <span class="bbCodeBlock-count--now">{now_reactions}</span>, which is enough to view this content.]]></phrase>
<phrase title="mh_tag_likes_need_reactions" version_id="2020570" version_string="2.2.5"><![CDATA[{count} reaction|{count} reactions]]></phrase>
<phrase title="mh_tag_likes_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [LIKES].]]></phrase>
<phrase title="mh_tag_likes_now_reactions" version_id="2020570" version_string="2.2.5"><![CDATA[{count} reaction|{count} reactions]]></phrase>
<phrase title="mh_tag_likes_value_of_cond_can_not_be_higher" version_id="2020670" version_string="2.2.6"><![CDATA[Value of '{option_value}' parameter in 'likes' bbcode can not be higher {reactions}, because you have {now_reactions}]]></phrase>
<phrase title="mh_tag_posts.hidden" version_id="2030370" version_string="2.3.3"><![CDATA[Hidden text, you need have <span class="bbCodeBlock-count--require">{need_posts}</span>, now you have <span class="bbCodeBlock-count--now">{now_posts}</span>.]]></phrase>
<phrase title="mh_tag_posts.visible" version_id="2030370" version_string="2.3.3"><![CDATA[Visible text, you have <span class="bbCodeBlock-count--now">{now_posts}</span>.]]></phrase>
<phrase title="mh_tag_posts_need_posts" version_id="2020570" version_string="2.2.5"><![CDATA[{count} message|{count} messages]]></phrase>
<phrase title="mh_tag_posts_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [POSTS].]]></phrase>
<phrase title="mh_tag_posts_now_posts" version_id="2020570" version_string="2.2.5"><![CDATA[{count} post|{count} posts]]></phrase>
<phrase title="mh_tag_posts_value_of_cond_can_not_be_higher" version_id="2020670" version_string="2.2.6"><![CDATA[Value of '{option_value}' parameter in 'posts' bbcode can not be higher {posts}, because you have {now_posts}]]></phrase>
<phrase title="mh_tag_react.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[To see this hidden content, you must react with one of the following reactions: ]]></phrase>
<phrase title="mh_tag_react.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have reacted to this post with the required reaction and can now view the content.]]></phrase>
<phrase title="mh_tag_react.your_reaction" version_id="2030470" version_string="2.3.4"><![CDATA[Your reaction]]></phrase>
<phrase title="mh_tag_reacts_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [REACTS].]]></phrase>
<phrase title="mh_tag_reply.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[You must reply in the thread to view hidden text.]]></phrase>
<phrase title="mh_tag_reply.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have replied to this thread and can view the content.]]></phrase>
<phrase title="mh_tag_reply_and_thanks.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[You must reply and click 'Like' to see the hidden information contained here.]]></phrase>
<phrase title="mh_tag_reply_and_thanks.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have replied to this thread and can view the content.]]></phrase>
<phrase title="mh_tag_reply_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [REPLY].]]></phrase>
<phrase title="mh_tag_reply_or_thanks.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[You must either reply or click 'Like' to see the hidden information contained here.]]></phrase>
<phrase title="mh_tag_reply_or_thanks.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have either replied to this thread or clicked 'Like', so you can view the content.]]></phrase>
<phrase title="mh_tag_replyandthanks_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [REPLYANDTHANKS]]]></phrase>
<phrase title="mh_tag_replythanks_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [REPLYTHANKS].]]></phrase>
<phrase title="mh_tag_thanks.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[You must click 'Like' before you can see the hidden data contained here]]></phrase>
<phrase title="mh_tag_thanks.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have either replied to this thread or clicked 'Like', so you can view the content.]]></phrase>
<phrase title="mh_tag_thanks_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [THANKS].]]></phrase>
<phrase title="mh_tag_trophies.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden text, you need have <span class="bbCodeBlock-count--require">{need_trophies}</span>, now you have <span class="bbCodeBlock-count--now">{now_trophies}</span>.]]></phrase>
<phrase title="mh_tag_trophies.visible" version_id="2030470" version_string="2.3.4"><![CDATA[You have <span class="bbCodeBlock-count--now">{now_trophies}</span>, which is enough to view this content.]]></phrase>
<phrase title="mh_tag_trophies_need_trophies" version_id="2020570" version_string="2.2.5"><![CDATA[{count} point|{count} points]]></phrase>
<phrase title="mh_tag_trophies_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [TROPHIES].]]></phrase>
<phrase title="mh_tag_trophies_now_trophies" version_id="2020570" version_string="2.2.5"><![CDATA[{count} point|{count} points]]></phrase>
<phrase title="mh_tag_trophies_value_of_cond_can_not_be_higher" version_id="2020670" version_string="2.2.6"><![CDATA[Value of '{option_value}' parameter in 'trophies' bbcode can not be higher {trophies}, because you have {now_trophies}]]></phrase>
<phrase title="mh_tag_users.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden text for users: {users}]]></phrase>
<phrase title="mh_tag_users.visible" version_id="2030470" version_string="2.3.4"><![CDATA[This content is visible to you as you are one of the allowed users: {users}]]></phrase>
<phrase title="mh_tag_users_exc.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden text exclude for users: {users}]]></phrase>
<phrase title="mh_tag_users_exc.visible" version_id="2030470" version_string="2.3.4"><![CDATA[This content is visible to you as you are not one of the excluded users: {users}]]></phrase>
<phrase title="mh_tag_users_id.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden content for users with ids: {user_id}]]></phrase>
<phrase title="mh_tag_users_id.visible" version_id="2030470" version_string="2.3.4"><![CDATA[This content is visible to you as your user ID is one of the allowed IDs: {user_id}]]></phrase>
<phrase title="mh_tag_users_id_exc.hidden" version_id="2030470" version_string="2.3.4"><![CDATA[Hidden content that prohibits users with identifiers from viewing: {user_id}]]></phrase>
<phrase title="mh_tag_users_id_exc.visible" version_id="2030470" version_string="2.3.4"><![CDATA[This content is visible to you as your user ID is not one of the excluded IDs: {user_id}]]></phrase>
<phrase title="mh_tag_users_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [USERS].]]></phrase>
<phrase title="mh_tag_usersexc_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [USERSEXC].]]></phrase>
<phrase title="mh_tag_usersid_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [USERSID]]]></phrase>
<phrase title="mh_tag_usersidexc_no_permission" version_id="2010270" version_string="2.1.2"><![CDATA[You do not have permissions to use the BB-code [USERSIDEXC].]]></phrase>
<phrase title="option.mhClubGroups" version_id="2010770" version_string="2.1.7"><![CDATA[Club member groups]]></phrase>
<phrase title="option.mhHideDisabledDialog" version_id="2020670" version_string="2.2.6"><![CDATA[Hide disabled dialog]]></phrase>
<phrase title="option.mhHideEnableCheckCond" version_id="2020670" version_string="2.2.6"><![CDATA[Enable check user condition in hide]]></phrase>
<phrase title="option.mhHideExpiration" version_id="2020870" version_string="2.2.8"><![CDATA[Hide Expiration Enable]]></phrase>
<phrase title="option.mhHideRegisterOrAuthTags" version_id="2020970" version_string="2.2.9"><![CDATA[Register or Auth tags]]></phrase>
<phrase title="option.mhHideRestrictedTags" version_id="2020970" version_string="2.2.9"><![CDATA[Restricted tags]]></phrase>
<phrase title="option.mhHideTagComprassion" version_id="2020770" version_string="2.2.7"><![CDATA[Comparison of the hide tag with]]></phrase>
<phrase title="option.mhHideUseCachingReactions" version_id="2020870" version_string="2.2.8"><![CDATA[Использовать кэширование поля реакции на тег спасибо?]]></phrase>
<phrase title="option.mhHideUserGroups" version_id="2010770" version_string="2.1.7"><![CDATA[Hide user groups in tag groups]]></phrase>
<phrase title="option.mhUserGroupsDefaultSortOrder" version_id="2010770" version_string="2.1.7"><![CDATA[Default sort order]]></phrase>
<phrase title="option_explain.mhClubGroups" version_id="2010770" version_string="2.1.7"><![CDATA[These user groups will be presented as members of the club.]]></phrase>
<phrase title="option_explain.mhHideDisabledDialog" version_id="2020670" version_string="2.2.6"><![CDATA[]]></phrase>
<phrase title="option_explain.mhHideEnableCheckCond" version_id="2020870" version_string="2.2.8"><![CDATA[Check the requirement in the user's message in the hide. If the user enters a value greater than he/she has, he will get an error that he cannot create a message with a such hide. Checks are also applied when editing a message.]]></phrase>
<phrase title="option_explain.mhHideExpiration" version_id="2020870" version_string="2.2.8"><![CDATA[Please specify the number of days to retain hides before they expire. This feature allows hides within thread messages to automatically open after the specified number of days. Please note that hide expiration does not apply to other content types such as conversations, profile messages, resources, and others. Additionally, hide expiration is not applicable to hides as club, groups, users, usersid, usersexc, and usersidexc. To disable hide expiration, set the value to 0.]]></phrase>
<phrase title="option_explain.mhHideRegisterOrAuthTags" version_id="2020970" version_string="2.2.9"><![CDATA[]]></phrase>
<phrase title="option_explain.mhHideRestrictedTags" version_id="2020970" version_string="2.2.9"><![CDATA[]]></phrase>
<phrase title="option_explain.mhHideTagComprassion" version_id="2020770" version_string="2.2.7"><![CDATA[Allows you to establish a comparison of the Hide tag, with another. Attention! If the default value is selected, then it will not be matched against other tags and will be processed as before]]></phrase>
<phrase title="option_explain.mhHideUseCachingReactions" version_id="2020870" version_string="2.2.8"><![CDATA[When using a caching field at the output, not all results will be obtained in the set of reactions, you will need to remove and set the reaction once again.]]></phrase>
<phrase title="option_explain.mhHideUserGroups" version_id="2010770" version_string="2.1.7"><![CDATA[Displays available groups when selecting hidden content groups in the groups tag]]></phrase>
<phrase title="option_explain.mhUserGroupsDefaultSortOrder" version_id="2010770" version_string="2.1.7"><![CDATA[When viewing the dialog hide tag, this will be the default sort order for user groups.]]></phrase>
<phrase title="option_group.mh_hide" version_id="2000070" version_string="2.0.0"><![CDATA[[MMO] Hide]]></phrase>
<phrase title="option_group_description.mh_hide" version_id="2000070" version_string="2.0.0"><![CDATA[Various settings for hiding content and related]]></phrase>
<phrase title="permission.mh_hide_bypassAnyTag" version_id="2020870" version_string="2.2.8"><![CDATA[The ability to always see the hidden content]]></phrase>
<phrase title="permission.mh_hide_bypassTagClub" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [CLUB]]]></phrase>
<phrase title="permission.mh_hide_bypassTagDays" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [DAYS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagGroups" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [GROUPS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagHide" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [HIDE]]]></phrase>
<phrase title="permission.mh_hide_bypassTagHideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[Ignoring code content [HIDEUSERAGE]]]></phrase>
<phrase title="permission.mh_hide_bypassTagLikes" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [LIKES]]]></phrase>
<phrase title="permission.mh_hide_bypassTagPosts" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [POSTS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagReacts" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [REACTS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagReply" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [REPLY]]]></phrase>
<phrase title="permission.mh_hide_bypassTagReplyandthanks" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [REPLYANDTHANKS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagReplythanks" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [REPLYTHANKS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagThanks" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [THANKS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagTrophies" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [TROPHIES]]]></phrase>
<phrase title="permission.mh_hide_bypassTagUsers" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [USERS]]]></phrase>
<phrase title="permission.mh_hide_bypassTagUsersexc" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [USERSEXC]]]></phrase>
<phrase title="permission.mh_hide_bypassTagUsersid" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [USERSID]]]></phrase>
<phrase title="permission.mh_hide_bypassTagUsersidexc" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [USERSIDEXC]]]></phrase>
<phrase title="permission.mh_hide_ignoreTagDays" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [DAYS], if less]]></phrase>
<phrase title="permission.mh_hide_ignoreTagLikes" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [LIKES], if less]]></phrase>
<phrase title="permission.mh_hide_ignoreTagPosts" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [POSTS], if less]]></phrase>
<phrase title="permission.mh_hide_ignoreTagTrophies" version_id="2020870" version_string="2.2.8"><![CDATA[Ignoring code content [TROPHIES], if less]]></phrase>
<phrase title="permission.mh_hide_useTagClub" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [CLUB]]]></phrase>
<phrase title="permission.mh_hide_useTagDays" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [DAYS]]]></phrase>
<phrase title="permission.mh_hide_useTagGroups" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [GROUPS]]]></phrase>
<phrase title="permission.mh_hide_useTagHide" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [HIDE]]]></phrase>
<phrase title="permission.mh_hide_useTagHideuserage" version_id="2030070" version_string="2.3.0"><![CDATA[Use tag code content [HIDEUSERAGE]]]></phrase>
<phrase title="permission.mh_hide_useTagLikes" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [LIKES]]]></phrase>
<phrase title="permission.mh_hide_useTagPosts" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [POSTS]]]></phrase>
<phrase title="permission.mh_hide_useTagReacts" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [REACTS]]]></phrase>
<phrase title="permission.mh_hide_useTagReply" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [REPLY]]]></phrase>
<phrase title="permission.mh_hide_useTagReplyandthanks" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [REPLYANDTHANKS]]]></phrase>
<phrase title="permission.mh_hide_useTagReplythanks" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [REPLYTHANKS]]]></phrase>
<phrase title="permission.mh_hide_useTagThanks" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [THANKS]]]></phrase>
<phrase title="permission.mh_hide_useTagTrophies" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [TROPHIES]]]></phrase>
<phrase title="permission.mh_hide_useTagUsers" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [USERS]]]></phrase>
<phrase title="permission.mh_hide_useTagUsersexc" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [USERSEXC]]]></phrase>
<phrase title="permission.mh_hide_useTagUsersid" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [USERSID]]]></phrase>
<phrase title="permission.mh_hide_useTagUsersidexc" version_id="2020870" version_string="2.2.8"><![CDATA[Use tag code content [USERSIDEXC]]]></phrase>
<phrase title="permission_interface.mh_hide" version_id="2000070" version_string="2.0.0"><![CDATA[[MMO] Hide]]></phrase>
<phrase title="style_prop.mhBlockHidden" version_id="2011270" version_string="2.1.12"><![CDATA[BB code block - hide (hidden)]]></phrase>
<phrase title="style_prop.mhBlockNowColor" version_id="2020570" version_string="2.2.5"><![CDATA[Block now color]]></phrase>
<phrase title="style_prop.mhBlockRequireColor" version_id="2020570" version_string="2.2.5"><![CDATA[Block require color]]></phrase>
<phrase title="style_prop.mhBlockShown" version_id="2011270" version_string="2.1.12"><![CDATA[BB code block - hide (shown)]]></phrase>
<phrase title="style_prop.mhBlockTitleShown" version_id="2020470" version_string="2.2.4"><![CDATA[BB code block - hide title (shown)]]></phrase>
<phrase title="style_prop.mhBlockType" version_id="2011270" version_string="2.1.12"><![CDATA[Use tag style [QUOTE]]]></phrase>
<phrase title="style_prop.mhShowTitleInVisible" version_id="2011270" version_string="2.1.12"><![CDATA[Show title in visible hide]]></phrase>
<phrase title="style_prop.mh_hide_link_from_guests_error_link" version_id="2010670" version_string="2.1.6"><![CDATA[Block displayed to guests when viewing hidden content]]></phrase>
<phrase title="style_prop_desc.mhBlockHidden" version_id="2020870" version_string="2.2.8"><![CDATA[Special styling rules for the hide BB codes content in a hidden state.]]></phrase>
<phrase title="style_prop_desc.mhBlockNowColor" version_id="2020570" version_string="2.2.5"><![CDATA[]]></phrase>
<phrase title="style_prop_desc.mhBlockRequireColor" version_id="2020570" version_string="2.2.5"><![CDATA[]]></phrase>
<phrase title="style_prop_desc.mhBlockShown" version_id="2020870" version_string="2.2.8"><![CDATA[Special styling rules for the hide BB codes content in a shown state.]]></phrase>
<phrase title="style_prop_desc.mhBlockTitleShown" version_id="2020470" version_string="2.2.4"><![CDATA[]]></phrase>
<phrase title="style_prop_desc.mhBlockType" version_id="2011270" version_string="2.1.12"><![CDATA[If selected, the same style as the quote will be used.
If not selected, the usual block that is configured in these settings will be used.]]></phrase>
<phrase title="style_prop_desc.mhShowTitleInVisible" version_id="2011270" version_string="2.1.12"><![CDATA[]]></phrase>
<phrase title="style_prop_desc.mh_hide_link_from_guests_error_link" version_id="2010670" version_string="2.1.6"><![CDATA[Setting the display of hidden content to guests with a request to log in or register]]></phrase>
<phrase title="style_prop_group.mhHide" version_id="2011270" version_string="2.1.12"><![CDATA[[MMO] Hide Style Properties]]></phrase>
<phrase title="style_prop_group_desc.mhHide" version_id="2011270" version_string="2.1.12"><![CDATA[Select the type of block, setting the background, fonts, etc.]]></phrase>
</phrases>