ManagePermissions.english.php 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?php
  2. // Version: 2.1 Alpha 1; ManagePermissions
  3. $txt['permissions_title'] = 'Manage Permissions';
  4. $txt['permissions_modify'] = 'Modify';
  5. $txt['permissions_view'] = 'View';
  6. $txt['permissions_allowed'] = 'Allowed';
  7. $txt['permissions_denied'] = 'Denied';
  8. $txt['permission_cannot_edit'] = '<strong>Note:</strong> You cannot edit this permission profile as it is a predefined profile included within the forum software by default. If you wish to change the permissions of this profile you must first create a duplicate profile. You can carry out this task by clicking <a href="%1$s">here</a>.';
  9. $txt['permissions_for_profile'] = 'Permissions for Profile';
  10. $txt['permissions_boards_desc'] = 'The list below shows which set of permissions has been assigned to each board on your forum. You may edit the assigned permission profile by either clicking the board name or select &quot;edit all&quot; from the bottom of the page. To edit the profile itself simply click the profile name.';
  11. $txt['permissions_board_all'] = 'Edit All';
  12. $txt['permission_profile'] = 'Permission Profile';
  13. $txt['permission_profile_desc'] = 'Which <a href="%1$s">permission set</a> the board should use.';
  14. $txt['permission_profile_inherit'] = 'Inherit from parent board';
  15. $txt['permissions_profile'] = 'Profile';
  16. $txt['permissions_profiles_desc'] = 'Permission profiles are assigned to individual boards to allow you to easily manage your security settings. From this area you can create, edit and delete permission profiles.';
  17. $txt['permissions_profiles_change_for_board'] = 'Edit Permission Profile For: &quot;%1$s&quot;';
  18. $txt['permissions_profile_default'] = 'Default';
  19. $txt['permissions_profile_no_polls'] = 'No Polls';
  20. $txt['permissions_profile_reply_only'] = 'Reply Only';
  21. $txt['permissions_profile_read_only'] = 'Read Only';
  22. $txt['permissions_profile_rename'] = 'Rename all';
  23. $txt['permissions_profile_edit'] = 'Edit Profiles';
  24. $txt['permissions_profile_new'] = 'New Profile';
  25. $txt['permissions_profile_new_create'] = 'Create';
  26. $txt['permissions_profile_name'] = 'Profile Name';
  27. $txt['permissions_profile_used_by'] = 'Used By';
  28. $txt['permissions_profile_used_by_one'] = '1 Board';
  29. $txt['permissions_profile_used_by_many'] = '%1$d Boards';
  30. $txt['permissions_profile_used_by_none'] = 'No Boards';
  31. $txt['permissions_profile_do_edit'] = 'Edit';
  32. $txt['permissions_profile_do_delete'] = 'Delete';
  33. $txt['permissionname_profile_signature'] = 'Edit signature';
  34. $txt['permissionhelp_profile_signature'] = 'Allow the member to edit the signature field in their profile';
  35. $txt['permissionname_profile_signature_own'] = 'Own signature';
  36. $txt['permissionname_profile_signature_any'] = 'Any signature';
  37. $txt['permissionname_profile_forum'] = 'Allow Forum Profile edits';
  38. $txt['permissionhelp_profile_forum'] = 'This option will allow a member to edit their Forum Profile';
  39. $txt['permissionname_profile_forum_own'] = 'Own profile';
  40. $txt['permissionname_profile_forum_any'] = 'Any profile';
  41. $txt['permissionname_profile_other'] = 'Edit website';
  42. $txt['permissionhelp_profile_other'] = 'Allow the member to edit the website fields in their profile';
  43. $txt['permissionname_profile_other_own'] = 'Own profile';
  44. $txt['permissionname_profile_other_any'] = 'Any profile';
  45. $txt['permissionname_profile_blurb'] = 'Edit personal text';
  46. $txt['permissionhelp_profile_blurb'] = 'Allow the member to edit the personal text field in their profile';
  47. $txt['permissionname_profile_blurb_own'] = 'Own profile';
  48. $txt['permissionname_profile_blurb_any'] = 'Any profile';
  49. $txt['permissions_profile_copy_from'] = 'Copy Permissions From';
  50. $txt['permissions_includes_inherited'] = 'Inherited Groups';
  51. $txt['permissions_all'] = 'all';
  52. $txt['permissions_none'] = 'none';
  53. $txt['permissions_set_permissions'] = 'Set permissions';
  54. $txt['permissions_advanced_options'] = 'Advanced Options';
  55. $txt['permissions_with_selection'] = 'With selection';
  56. $txt['permissions_apply_pre_defined'] = 'Apply pre-defined permission set';
  57. $txt['permissions_select_pre_defined'] = 'Select a pre-defined profile';
  58. $txt['permissions_copy_from_board'] = 'Copy permissions from this board';
  59. $txt['permissions_select_board'] = 'Select a board';
  60. $txt['permissions_like_group'] = 'Set permissions like this group';
  61. $txt['permissions_select_membergroup'] = 'Select a membergroup';
  62. $txt['permissions_add'] = 'Add permission';
  63. $txt['permissions_remove'] = 'Clear permission';
  64. $txt['permissions_deny'] = 'Deny permission';
  65. $txt['permissions_select_permission'] = 'Select a permission';
  66. // All of the following block of strings should not use entities, instead use \\" for &quot; etc.
  67. $txt['permissions_only_one_option'] = 'You can only select one action to modify the permissions';
  68. $txt['permissions_no_action'] = 'No action selected';
  69. $txt['permissions_deny_dangerous'] = 'You are about to deny one or more permissions.\\nThis can be dangerous and cause unexpected results if you haven\'t made sure no one is \\"accidentally\\" in the group or groups you are denying permissions to.\\n\\nAre you sure you want to continue?';
  70. $txt['permissions_modify_group'] = 'Modify Group';
  71. $txt['permissions_general'] = 'General Permissions';
  72. $txt['permissions_board'] = 'Default Board Profile Permissions';
  73. $txt['permissions_board_desc'] = '<strong>Note</strong>: changing these board permissions will affect all boards currently assigned the &quot;Default&quot; permissions profile. Boards not using the &quot;Default&quot; profile will not be affected by changes to this page.';
  74. $txt['permissions_commit'] = 'Save changes';
  75. $txt['permissions_on'] = 'in profile';
  76. $txt['permissions_local_for'] = 'Permissions for group';
  77. $txt['permissions_option_own'] = 'Own';
  78. $txt['permissions_option_any'] = 'Any';
  79. $txt['permissions_option_on'] = 'A';
  80. $txt['permissions_option_off'] = 'X';
  81. $txt['permissions_option_deny'] = 'D';
  82. $txt['permissions_option_desc'] = 'For each permission you can pick either \'Allow\' (A), \'Disallow\' (X), or <span style="color: red;">\'Deny\' (D)</span>.<br><br>Remember that if you deny a permission, any member - whether moderator or otherwise - that is in that group will be denied that as well.<br>For this reason, you should use deny carefully, only when <strong>necessary</strong>. Disallow, on the other hand, denies unless otherwise granted.';
  83. $txt['permissiongroup_general'] = 'General';
  84. $txt['permissionname_view_stats'] = 'View forum statistics';
  85. $txt['permissionhelp_view_stats'] = 'The forum statistics is a page summarizing all statistics of the forum, like member count, daily number of posts, and several top 10 statistics. Enabling this permission adds a link to the bottom of the board index (\'[More Stats]\').';
  86. $txt['permissionname_view_mlist'] = 'View the memberlist and groups';
  87. $txt['permissionhelp_view_mlist'] = 'The memberlist shows all members that have registered on your forum. The list can be sorted and searched. The memberlist is linked from both the boardindex and the stats page, by clicking on the number of members. It also applies to the groups page which is a mini memberlist of people in that group.';
  88. $txt['permissionname_who_view'] = 'View Who\'s Online';
  89. $txt['permissionhelp_who_view'] = 'Who\'s online shows all members that are currently online and what they are doing at that moment. This permission will only work if you also have enabled it in \'Features and Options\'. You can access the \'Who\'s Online\' screen by clicking the link in the \'Users Online\' section of the board index. Even if this is denied, members will still be able to see who\'s online, just not where they are.';
  90. $txt['permissionname_search_posts'] = 'Search for posts and topics';
  91. $txt['permissionhelp_search_posts'] = 'The Search permission allows the user to search all boards he or she is allowed to access. When the search permission is enabled, a \'Search\' button will be added to the forum button bar.';
  92. $txt['permissionname_karma_edit'] = 'Change other people\'s karma';
  93. $txt['permissionhelp_karma_edit'] = 'Karma is a feature that shows the popularity of a member. In order to use this feature, you need to have it enabled in \'Features and Options\'. This permission will allow a membergroup to cast a vote. This permission has no effect on guests.';
  94. $txt['permissiongroup_pm'] = 'Personal Messaging';
  95. $txt['permissionname_pm_read'] = 'Read personal messages';
  96. $txt['permissionhelp_pm_read'] = 'This permission allows users to access the Personal Messages section and read their Personal Messages. Without this permission a user is unable to send Personal Messages.';
  97. $txt['permissionname_pm_send'] = 'Send personal messages';
  98. $txt['permissionhelp_pm_send'] = 'Send personal messages to other registered members. Requires the \'Read personal messages\' permission.';
  99. $txt['permissiongroup_calendar'] = 'Calendar';
  100. $txt['permissionname_calendar_view'] = 'View the calendar';
  101. $txt['permissionhelp_calendar_view'] = 'The calendar shows for each month the birthdays, events and holidays. This permission allows access to this calendar. When this permission is enabled, a button will be added to the top button bar and a list will be shown at the bottom of the board index with current and upcoming birthdays, events and holidays. The calendar needs be enabled from \'Configuration - Core Features\'.';
  102. $txt['permissionname_calendar_post'] = 'Create events in the calendar';
  103. $txt['permissionhelp_calendar_post'] = 'An Event is a topic linked to a certain date or date range. Creating events can be done from the calendar. An event can only be created if the user that creates the event is allowed to post new topics.';
  104. $txt['permissionname_calendar_edit'] = 'Edit events in the calendar';
  105. $txt['permissionhelp_calendar_edit'] = 'An Event is a topic linked to a certain date or date range. The event can be edited by clicking the red asterisk (*) next to the event in the calendar view. In order to be able to edit an event, a user must have sufficient permissions to edit the first message of the topic that is linked to the event.';
  106. $txt['permissionname_calendar_edit_own'] = 'Own events';
  107. $txt['permissionname_calendar_edit_any'] = 'Any events';
  108. $txt['permissiongroup_maintenance'] = 'Forum administration';
  109. $txt['permissionname_admin_forum'] = 'Administrate forum and database';
  110. $txt['permissionhelp_admin_forum'] = 'This permission allows a user to:<ul class="normallist"><li>change forum, database and theme settings</li><li>manage packages</li><li>use the forum and database maintenance tools</li><li>view the error and mod logs</li></ul> Use this permission with caution, as it is very powerful.';
  111. $txt['permissionname_manage_boards'] = 'Manage boards and categories';
  112. $txt['permissionhelp_manage_boards'] = 'This permission allows creation, editing and removal of boards and categories.';
  113. $txt['permissionname_manage_attachments'] = 'Manage attachments and avatars';
  114. $txt['permissionhelp_manage_attachments'] = 'This permission allows access to the attachment center, where all forum attachments and avatars are listed and can be removed.';
  115. $txt['permissionname_manage_smileys'] = 'Manage smileys and message icons';
  116. $txt['permissionhelp_manage_smileys'] = 'This allows access to the smiley center. In the smiley center you can add, edit and remove smileys and smiley sets. If you\'ve enabled customized message icons you are also able to add and edit message icons with this permission.';
  117. $txt['permissionname_edit_news'] = 'Edit news';
  118. $txt['permissionhelp_edit_news'] = 'The news function allows a random news line to appear on each screen. In order to use the news function, enabled it in the forum settings.';
  119. $txt['permissionname_access_mod_center'] = 'Access the moderation center';
  120. $txt['permissionhelp_access_mod_center'] = 'With this permission any members of this group can access the moderation center from where they will have access to functionality to ease moderation. Note that this does not in itself grant any moderation privileges.';
  121. $txt['permissiongroup_member_admin'] = 'Member administration';
  122. $txt['permissionname_moderate_forum'] = 'Moderate forum members';
  123. $txt['permissionhelp_moderate_forum'] = 'This permission includes all important member moderation functions:<ul class="normallist"><li>access to registration management</li><li>access to the view/delete members screen</li><li>extensive profile info, including track IP/user and (hidden) online status</li><li>activate accounts</li><li>get approval notifications and approve accounts</li><li>immune to ignore PM</li><li>several small things</li></ul>';
  124. $txt['permissionname_manage_membergroups'] = 'Manage and assign membergroups';
  125. $txt['permissionhelp_manage_membergroups'] = 'This permission allows a user to edit membergroups and assign membergroups to other members.';
  126. $txt['permissionname_manage_permissions'] = 'Manage permissions';
  127. $txt['permissionhelp_manage_permissions'] = 'This permission allows a user to edit all permissions of a membergroup, globally or for individual boards.';
  128. $txt['permissionname_manage_bans'] = 'Manage ban list';
  129. $txt['permissionhelp_manage_bans'] = 'This permission allows a user to add or remove usernames, IP addresses, hostnames and email addresses to a list of banned users. It also allows a user to view and remove log entries of banned users that attempted to login.';
  130. $txt['permissionname_send_mail'] = 'Send a forum email to members';
  131. $txt['permissionhelp_send_mail'] = 'Mass mail all forum members, or just a few membergroups by email or personal message (the latter requires \'Send Personal Message\' permission).';
  132. $txt['permissionname_issue_warning'] = 'Issue warnings to members';
  133. $txt['permissionhelp_issue_warning'] = 'Issue a warning to members of the forum and change that members\' warning level. Requires the warning system to be enabled.';
  134. $txt['permissiongroup_profile'] = 'Member Profiles';
  135. $txt['permissionname_profile_view'] = 'View other members\' profile summary and stats pages';
  136. $txt['permissionhelp_profile_view'] = 'This permission allows users clicking on a username to see a summary of other users\' profile settings, some statistics and their posts.';
  137. $txt['permissionname_profile_extra'] = 'Edit additional profile settings';
  138. $txt['permissionhelp_profile_extra'] = 'Additional profile settings include settings for avatars, theme preferences, notifications and Personal Messages.';
  139. $txt['permissionname_profile_extra_own'] = 'Own profile';
  140. $txt['permissionname_profile_extra_any'] = 'Any profile';
  141. $txt['permissionname_profile_title'] = 'Edit custom title';
  142. $txt['permissionhelp_profile_title'] = 'The custom title is shown on the topic display page, under the profile of each user that has a custom title.';
  143. $txt['permissionname_profile_title_own'] = 'Own profile';
  144. $txt['permissionname_profile_title_any'] = 'Any profile';
  145. $txt['permissionname_profile_server_avatar'] = 'Select an avatar from the server';
  146. $txt['permissionhelp_profile_server_avatar'] = 'If enabled this will allow a user to select an avatar from the avatar collections installed on the server.';
  147. $txt['permissionname_profile_upload_avatar'] = 'Upload an avatar to the server';
  148. $txt['permissionhelp_profile_upload_avatar'] = 'This permission will allow a user to upload their personal avatar to the server.';
  149. $txt['permissionname_profile_remote_avatar'] = 'Choose a remotely stored avatar';
  150. $txt['permissionhelp_profile_remote_avatar'] = 'Because avatars might influence the page creation time negatively, it is possible to disallow certain membergroups to use avatars from external servers.';
  151. $txt['permissiongroup_profile_account'] = 'Member Accounts';
  152. $txt['permissionname_profile_identity'] = 'Edit account settings';
  153. $txt['permissionhelp_profile_identity'] = 'Account settings are the basic settings of a profile, like password, email address, membergroup and preferred language.';
  154. $txt['permissionname_profile_identity_own'] = 'Own profile';
  155. $txt['permissionname_profile_identity_any'] = 'Any profile';
  156. $txt['permissionname_profile_displayed_name'] = 'Edit displayed name';
  157. $txt['permissionhelp_profile_displayed_name'] = 'Allow the member to edit the displayed name field in their profile';
  158. $txt['permissionname_profile_displayed_name_own'] = 'Own displayed name';
  159. $txt['permissionname_profile_displayed_name_any'] = 'Any displayed name';
  160. $txt['permissionname_profile_password'] = 'Change password';
  161. $txt['permissionhelp_profile_password'] = 'Allow the member to change the password or the secret question fields';
  162. $txt['permissionname_profile_password_own'] = 'Own profile';
  163. $txt['permissionname_profile_password_any'] = 'Any profile';
  164. $txt['permissionname_profile_remove'] = 'Delete account';
  165. $txt['permissionhelp_profile_remove'] = 'This permission allows a user to delete his account, when set to \'Own Account\'.';
  166. $txt['permissionname_profile_remove_own'] = 'Own account';
  167. $txt['permissionname_profile_remove_any'] = 'Any account';
  168. $txt['permissionname_view_warning'] = 'View warning status';
  169. $txt['permissionname_view_warning_own'] = 'Own account';
  170. $txt['permissionname_view_warning_any'] = 'Any account';
  171. $txt['permissionhelp_view_warning'] = 'Allows users to view their own warning status and history (\'Own account\') or that of any user (\'Any account\')';
  172. $txt['permissionname_report_user'] = 'Report users\' profiles';
  173. $txt['permissionhelp_report_user'] = 'This permission will allow members to report other users\' profiles to the admins to alert them of spam or other inappropriate content in the profile.';
  174. $txt['permissiongroup_general_board'] = 'General';
  175. $txt['permissionname_moderate_board'] = 'Moderate board';
  176. $txt['permissionhelp_moderate_board'] = 'The moderate board permission adds a few small permissions that make a moderator a real moderator. Permissions include replying to locked topics, changing the poll expire time and viewing poll results.';
  177. $txt['permissiongroup_topic'] = 'Topics';
  178. $txt['permissionname_post_new'] = 'Post new topics';
  179. $txt['permissionhelp_post_new'] = 'This permission allows users to post new topics. It doesn\'t allow to post replies to topics.';
  180. $txt['permissionname_merge_any'] = 'Merge any topic';
  181. $txt['permissionhelp_merge_any'] = 'Merge two or more topic into one. The order of messages within the merged topic will be based on the time the messages were created. A user can only merge topics on those boards a user is allowed to merge. In order to merge multiple topics at once, a user has to enable quickmoderation in their profile settings.';
  182. $txt['permissionname_split_any'] = 'Split any topic';
  183. $txt['permissionhelp_split_any'] = 'Split a topic into two separate topics.';
  184. $txt['permissionname_make_sticky'] = 'Make topics sticky';
  185. $txt['permissionhelp_make_sticky'] = 'Sticky topics are topics that always remain on top of a board. They can be useful for announcements or other important messages.';
  186. $txt['permissionname_move'] = 'Move topic';
  187. $txt['permissionhelp_move'] = 'Move a topic from one board to the other. Users can only select target boards they are allowed to access.';
  188. $txt['permissionname_move_own'] = 'Own topic';
  189. $txt['permissionname_move_any'] = 'Any topic';
  190. $txt['permissionname_lock'] = 'Lock topics';
  191. $txt['permissionhelp_lock'] = 'This permission allows a user to lock a topic. This can be done in order to make sure no one can reply to a topic. Only uses with a \'Moderate board\' permission can still post in locked topics.';
  192. $txt['permissionname_lock_own'] = 'Own topic';
  193. $txt['permissionname_lock_any'] = 'Any topic';
  194. $txt['permissionname_remove'] = 'Remove topics';
  195. $txt['permissionhelp_remove'] = 'Delete topics as a whole. Note that this permission doesn\'t allow to delete specific messages within the topic!';
  196. $txt['permissionname_remove_own'] = 'Own topic';
  197. $txt['permissionname_remove_any'] = 'Any topics';
  198. $txt['permissionname_post_reply'] = 'Post replies to topics';
  199. $txt['permissionhelp_post_reply'] = 'This permission allows replying to topics.';
  200. $txt['permissionname_post_reply_own'] = 'Own topic';
  201. $txt['permissionname_post_reply_any'] = 'Any topic';
  202. $txt['permissionname_modify_replies'] = 'Modify replies to own topics';
  203. $txt['permissionhelp_modify_replies'] = 'This permission allows a user that started a topic to modify all replies to their topic.';
  204. $txt['permissionname_delete_replies'] = 'Delete replies to own topics';
  205. $txt['permissionhelp_delete_replies'] = 'This permission allows a user that started a topic to remove all replies to their topic.';
  206. $txt['permissionname_announce_topic'] = 'Announce topic';
  207. $txt['permissionhelp_announce_topic'] = 'This allows a user to send an announcement e-mail about a topic to all members or to a few membergroups.';
  208. $txt['permissiongroup_post'] = 'Posts';
  209. $txt['permissionname_delete'] = 'Delete posts';
  210. $txt['permissionhelp_delete'] = 'Remove posts. This does not allow a user to delete the first post of a topic.';
  211. $txt['permissionname_delete_own'] = 'Own post';
  212. $txt['permissionname_delete_any'] = 'Any post';
  213. $txt['permissionname_modify'] = 'Modify posts';
  214. $txt['permissionhelp_modify'] = 'Edit posts';
  215. $txt['permissionname_modify_own'] = 'Own post';
  216. $txt['permissionname_modify_any'] = 'Any post';
  217. $txt['permissionname_report_any'] = 'Report posts to the moderators';
  218. $txt['permissionhelp_report_any'] = 'This permission adds a link to each message, allowing a user to report a post to a moderator. On reporting, all moderators on that board will receive an email with a link to the reported post and a description of the problem (as given by the reporting user).';
  219. $txt['permissiongroup_poll'] = 'Polls';
  220. $txt['permissionname_poll_view'] = 'View polls';
  221. $txt['permissionhelp_poll_view'] = 'This permission allows a user to view a poll. Without this permission, the user will only see the topic.';
  222. $txt['permissionname_poll_vote'] = 'Vote in polls';
  223. $txt['permissionhelp_poll_vote'] = 'This permission allows a (registered) user to cast one vote. It doesn\'t apply to guests.';
  224. $txt['permissionname_poll_post'] = 'Post polls';
  225. $txt['permissionhelp_poll_post'] = 'This permission allows a user to post a new poll. The user needs to have the \'Post new topics\' permission.';
  226. $txt['permissionname_poll_add'] = 'Add poll to topics';
  227. $txt['permissionhelp_poll_add'] = 'Add poll to topics allows a user to add a poll after the topic has been created. This permission requires sufficient rights to edit the first post of a topic.';
  228. $txt['permissionname_poll_add_own'] = 'Own topics';
  229. $txt['permissionname_poll_add_any'] = 'Any topics';
  230. $txt['permissionname_poll_edit'] = 'Edit polls';
  231. $txt['permissionhelp_poll_edit'] = 'This permission allows a user to edit the options of a poll and to reset the poll. In order to edit the maximum number of votes and the expiration time, a user needs to have the \'Moderate board\' permission.';
  232. $txt['permissionname_poll_edit_own'] = 'Own poll';
  233. $txt['permissionname_poll_edit_any'] = 'Any poll';
  234. $txt['permissionname_poll_lock'] = 'Lock polls';
  235. $txt['permissionhelp_poll_lock'] = 'Locking polls prevents the poll from accepting any more votes.';
  236. $txt['permissionname_poll_lock_own'] = 'Own poll';
  237. $txt['permissionname_poll_lock_any'] = 'Any poll';
  238. $txt['permissionname_poll_remove'] = 'Remove polls';
  239. $txt['permissionhelp_poll_remove'] = 'This permission allows removal of polls.';
  240. $txt['permissionname_poll_remove_own'] = 'Own poll';
  241. $txt['permissionname_poll_remove_any'] = 'Any poll';
  242. $txt['permissionname_post_draft'] = 'Save drafts of new posts';
  243. $txt['permissionhelp_post_draft'] = 'This permission allows users to save drafts of thier posts so they can complete them later.';
  244. $txt['permissionname_post_autosave_draft'] = 'Automaticaly save drafts of new posts';
  245. $txt['permissionhelp_post_autosave_draft'] = 'This permission allows users to have their posts autosaved as drafts so they can avoid loosing their work in the event of a timeout, disconnection or other error. The autosave schedule is defined in the admin panel';
  246. $txt['permissionname_pm_autosave_draft'] = 'Automaticaly save drafts of new PM\'s';
  247. $txt['permissionhelp_pm_autosave_draft'] = 'This permission allows users to have their posts autosaved as drafts so they can avoid loosing their work in the event of a timeout, disconnection or other error. The autosave schedule is defined in the admin panel';
  248. $txt['permissionname_pm_draft'] = 'Save drafts of personal messages';
  249. $txt['permissionhelp_pm_draft'] = 'This permission allows users to save drafts of thier personal messages so they can complete them later.';
  250. $txt['permissiongroup_approval'] = 'Post Moderation';
  251. $txt['permissionname_approve_posts'] = 'Approve items awaiting moderation';
  252. $txt['permissionhelp_approve_posts'] = 'This permission allows a user to approve all unapproved items on a board.';
  253. $txt['permissionname_post_unapproved_replies'] = 'Post replies to topics, but hide until approved';
  254. $txt['permissionhelp_post_unapproved_replies'] = 'This permission allows a user to post replies to a topic. The replies will not be shown until approved by a moderator.';
  255. $txt['permissionname_post_unapproved_replies_own'] = 'Own topic';
  256. $txt['permissionname_post_unapproved_replies_any'] = 'Any topic';
  257. $txt['permissionname_post_unapproved_topics'] = 'Post new topics, but hide until approved';
  258. $txt['permissionhelp_post_unapproved_topics'] = 'This permission allows a user to post a new topic which will require approval before being shown.';
  259. $txt['permissionname_post_unapproved_attachments'] = 'Post attachments, but hide until approved';
  260. $txt['permissionhelp_post_unapproved_attachments'] = 'This permission allows a user to attach files to their posts. The attached files will then require approval before being shown to other users.';
  261. $txt['permissiongroup_attachment'] = 'Attachments';
  262. $txt['permissionname_view_attachments'] = 'View attachments';
  263. $txt['permissionhelp_view_attachments'] = 'Attachments are files that are attached to posted messages. This feature can be enabled and configured in \'Attachments and avatars\'. Since attachments are not directly accessed, you can protect them from being downloaded by users that don\'t have this permission.';
  264. $txt['permissionname_post_attachment'] = 'Post attachments';
  265. $txt['permissionhelp_post_attachment'] = 'Attachments are files that are attached to posted messages. One message can contain multiple attachments.';
  266. $txt['permissionicon'] = '';
  267. $txt['permission_settings_title'] = 'Permission Settings';
  268. $txt['groups_manage_permissions'] = 'Membergroups allowed to manage permissions';
  269. $txt['permission_settings_submit'] = 'Save';
  270. $txt['permission_settings_enable_deny'] = 'Enable the option to deny permissions';
  271. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  272. $txt['permission_disable_deny_warning'] = 'Turning off this option will update \\\'Deny\\\'-permissions to \\\'Disallow\\\'.';
  273. $txt['permission_by_board_desc'] = 'Here you can set which permissions profile a board uses. You can create new permission profiles from the &quot;Edit Profiles&quot; menu.';
  274. $txt['permission_settings_desc'] = 'Here you can set who has permission to change permissions, as well as how sophisticated the permission system should be.';
  275. $txt['permission_settings_enable_postgroups'] = 'Enable permissions for post count based groups';
  276. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  277. $txt['permission_disable_postgroups_warning'] = 'Disabling this setting will remove permissions currently set to post count based groups.';
  278. $txt['permissions_post_moderation_desc'] = 'From this page, you can configure the ability to hold users\' posts before being visible to regular forum members, including which group or groups of users can approve them. Users whose posts are held for approval will still be able to see their posts, as well as replies from approvers, e.g. moderator feedback about making a post appropriate.';
  279. $txt['permissions_post_moderation_enable'] = 'Enable Post Moderation';
  280. $txt['permissions_post_moderation_deny_note'] = 'Note that while you have advanced permissions enabled you cannot apply the &quot;deny&quot; permission from this page. Please edit the permissions directly if you wish to apply a deny permission.';
  281. $txt['permissions_post_moderation_select'] = 'Select Profile';
  282. $txt['permissions_post_moderation_new_topics'] = 'New Topics';
  283. $txt['permissions_post_moderation_replies_own'] = 'Own Replies';
  284. $txt['permissions_post_moderation_replies_any'] = 'Any Replies';
  285. $txt['permissions_post_moderation_attachments'] = 'Attachments';
  286. $txt['permissions_post_moderation_legend'] = 'Legend';
  287. $txt['permissions_post_moderation_allow'] = 'Can create';
  288. $txt['permissions_post_moderation_moderate'] = 'Can create but requires approval';
  289. $txt['permissions_post_moderation_disallow'] = 'Cannot create';
  290. $txt['permissions_post_moderation_group'] = 'Group';
  291. $txt['auto_approve_topics'] = 'Post new topics, without requiring approval';
  292. $txt['auto_approve_replies'] = 'Post replies to topics, without requiring approval';
  293. $txt['auto_approve_attachments'] = 'Post attachments, without requiring approval';
  294. ?>