[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> forum_management.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['forum_management'] = "Forum Management";
   9  $l['forum_management_desc'] = "This section allows you to manage the categories and forums on your board. You can manage forum permissions and forum-specific moderators as well. If you change the display order for one or more forums or categories, make sure you submit the form at the bottom of the page.";
  10  $l['add_forum'] = "Add New Forum";
  11  $l['add_forum_desc'] = "Here you can add a new forum or category to your board. You may also set initial permissions for this forum.";
  12  $l['copy_forum'] = "Copy Forum";
  13  $l['copy_forum_desc'] = "Here you can copy forum settings or permissions from an existing forum to another or to a new forum.";
  14  $l['forum_permissions'] = "Permissions";
  15  $l['forum_permissions_desc'] = "Here you can modify the full permissions for an individual group for a single forum";
  16  $l['view_forum'] = "View Forum";
  17  $l['view_forum_desc'] = "Here you can view sub forums, quickly edit permissions and add moderators to your forum.";
  18  $l['add_child_forum'] = "Add Child Forum";
  19  $l['edit_forum_settings'] = "Edit Forum Settings";
  20  $l['edit_forum_settings_desc'] = "Here you can edit an existing forums' settings and its permissions.";
  21  $l['edit_forum'] = "Edit Forum";
  22  $l['edit_mod'] = "Edit Moderator";
  23  $l['edit_mod_desc'] = "Here you can modify a particular moderator's settings.";
  24  $l['forum_moderators'] = "Forum Moderators";
  25  $l['forum_permissions2'] = "Forum Permissions";
  26  $l['more_subforums'] = "and {1} more.";
  27  
  28  $l['manage_forums'] = "Manage Forums";
  29  $l['forum'] = "Forum";
  30  $l['order'] = "Order";
  31  
  32  $l['subforums'] = "Sub Forums";
  33  $l['moderators'] = "Moderators";
  34  $l['forum_thread_prefixes'] = "Thread Prefixes";
  35  $l['permissions'] = "Permissions";
  36  $l['delete_forum'] = "Delete Forum";
  37  
  38  $l['sub_forums'] = "Sub Forums";
  39  $l['update_forum_orders'] = "Save Forum Orders";
  40  $l['update_forum_permissions'] = "Save Forum Permissions";
  41  $l['reset'] = "Reset";
  42  $l['in_forums'] = "Forums in \"{1}\"";
  43  $l['forum_permissions_in'] = "Forum Permissions in \"{1}\"";
  44  $l['moderators_assigned_to'] = "Moderators Assigned to \"{1}\"";
  45  $l['edit_permissions'] = "Edit Permissions";
  46  $l['set_permissions'] = "Set Permissions";
  47  $l['using_custom_perms'] = "Using Custom Permissions";
  48  $l['using_default_perms'] = "Using Default Permissions";
  49  $l['clear_custom_perms'] = "Clear Custom Permissions";
  50  $l['set_custom_perms'] = "Set Custom Permissions";
  51  
  52  $l['permissions_use_group_default'] = "Use Group Default";
  53  $l['permissions_group'] = "Group";
  54  $l['permissions_user'] = "User";
  55  $l['permissions_canview'] = "Can view?";
  56  $l['permissions_canpostthreads'] = "Can post threads?";
  57  $l['permissions_canpostreplys'] = "Can post replies?";
  58  $l['permissions_canpostpolls'] = "Can post polls?";
  59  $l['permissions_canuploadattachments'] = "Can upload attachments?";
  60  $l['permissions_all'] = "All?";
  61  
  62  $l['overview_allowed_actions'] = "Overview: Allowed Actions";
  63  $l['overview_disallowed_actions'] = "Overview: Disallowed Actions";
  64  $l['perm_drag_canview'] = "&#149; View";
  65  $l['perm_drag_canpostthreads'] = "&#149; Post Threads";
  66  $l['perm_drag_canpostreplys'] = "&#149; Post Replies";
  67  $l['perm_drag_canpostpolls'] = "&#149; Post Polls";
  68  
  69  $l['moderator_permissions'] = "Moderator Permissions";
  70  $l['forum_desc'] = "Forum the moderator manages.";
  71  $l['edit_mod_for'] = "Edit moderator options for \"{1}\"";
  72  $l['can_edit_posts'] = "Can edit posts?";
  73  $l['can_soft_delete_posts'] = "Can soft delete posts?";
  74  $l['can_restore_posts'] = "Can restore soft deleted posts?";
  75  $l['can_delete_posts'] = "Can delete posts permanently?";
  76  $l['can_soft_delete_threads'] = "Can soft delete threads?";
  77  $l['can_restore_threads'] = "Can restore soft deleted threads?";
  78  $l['can_delete_threads'] = "Can delete threads permanently?";
  79  $l['can_view_ips'] = "Can view IPs?";
  80  $l['can_view_unapprove'] = "Can view unapproved threads and posts?";
  81  $l['can_view_deleted'] = "Can view deleted threads and posts?";
  82  $l['can_open_close_threads'] = "Can open/close threads?";
  83  $l['can_stick_unstick_threads'] = "Can stick/unstick threads?";
  84  $l['can_approve_unapprove_threads'] = "Can approve/unapprove threads?";
  85  $l['can_approve_unapprove_posts'] = "Can approve/unapprove posts?";
  86  $l['can_approve_unapprove_attachments'] = "Can approve/unapprove attachments?";
  87  $l['can_manage_threads'] = "Can manage threads (split, move, copy, merge)?";
  88  $l['can_manage_polls'] = "Can manage polls?";
  89  $l['can_post_closed_threads'] = "Can post in closed threads?";
  90  $l['can_move_to_other_forums'] = "Can move threads to another forum this user doesn't moderate?";
  91  $l['can_use_custom_tools'] = "Can use custom moderator tools?";
  92  $l['can_manage_announcements'] = "Can manage announcements in this forum?";
  93  $l['can_manage_reported_posts'] = "Can manage reported posts in this forum?";
  94  $l['can_view_mod_log'] = "Can view moderator log entries for this forum?";
  95  $l['moderator_cp_permissions'] = "Moderator CP Permissions";
  96  $l['moderator_cp_permissions_desc'] = "This user must be able to access the Mod CP and have usergroup permission to access these functions in order for these permissions to take effect.";
  97  
  98  $l['save_mod'] = "Save Moderator";
  99  
 100  $l['no_forums'] = "There are no forums found.";
 101  $l['no_moderators'] = "There are no moderators found.";
 102  
 103  $l['success_forum_disporder_updated'] = "The forum display orders have been updated successfully.";
 104  $l['success_forum_deleted'] = "The selected forum has been deleted successfully. Ideally you should now run the <a href=\"index.php?module=tools-recount_rebuild\">Recount &amp; Rebuild</a> tools.";
 105  $l['success_moderator_deleted'] = "The selected moderator has been deleted successfully.<br />Please remember that this hasn't changed this user's group permission, they may still have moderation powers.";
 106  $l['success_forum_permissions_updated'] = "The forum permissions have been updated successfully.";
 107  $l['success_forum_updated'] = "The forum settings have been updated successfully.";
 108  $l['success_moderator_updated'] = "The selected moderator has been updated successfully.";
 109  $l['success_custom_permission_cleared'] = "The custom permissions for this forum have been cleared successfully.";
 110  
 111  $l['error_invalid_forum'] = "Please select a valid forum.";
 112  $l['error_invalid_moderator'] = "Please select a valid moderator to delete.";
 113  $l['error_invalid_fid'] = "Invalid Forum ID selected.";
 114  $l['error_forum_parent_child'] = "You can't set the parent forum of this forum to one of it's children.";
 115  $l['error_forum_parent_itself'] = "The forum parent cannot be the forum itself.";
 116  $l['error_incorrect_moderator'] = "Please select a valid moderator.";
 117  
 118  $l['confirm_moderator_deletion'] = "Are you sure you wish to remove this moderator from this forum?";
 119  $l['confirm_forum_deletion'] = "Are you sure you wish to delete this forum?";
 120  $l['confirm_clear_custom_permission'] = "Are you sure you wish to clear this custom permission?";
 121  
 122  $l['forum_type'] = "Forum Type";
 123  $l['forum_type_desc'] = "Select the type of forum you are creating - a forum you can post in, or a category, which contains other forums.";
 124  $l['category'] = "Category";
 125  $l['title'] = "Title";
 126  $l['description'] = "Description";
 127  $l['save_forum'] = "Save Forum";
 128  $l['parent_forum'] = "Parent Forum";
 129  $l['parent_forum_desc'] = "The Forum that contains this forum. Categories do not have a parent forum - in this case, select 'None' - however, categories can be specified to have a parent forum.";
 130  $l['none'] = "None";
 131  $l['display_order'] = "Display Order";
 132  
 133  $l['show_additional_options'] = "Show Additional Options";
 134  $l['hide_additional_options'] = "Hide Additional Options";
 135  $l['additional_forum_options'] = "Additional Forum Options";
 136  $l['forum_link'] = "Forum Link";
 137  $l['forum_link_desc'] = "To make a forum redirect to another location, enter the URL to the destination you wish to redirect to. Entering a URL in this field will remove the forum functionality; however, permissions can still be set for it.";
 138  $l['forum_password'] = "Forum Password";
 139  $l['forum_password_desc'] = "To protect this forum further, you can choose a password that must be entered for access. Note: User groups still need permissions to access this forum.";
 140  $l['access_options'] = "Access Options";
 141  $l['forum_is_active'] = "Forum is Active?";
 142  $l['forum_is_active_desc'] = "If unselected, this forum will not be shown to users and will not \"exist\".";
 143  $l['forum_is_open'] = "Forum is Open?";
 144  $l['forum_is_open_desc'] = "If unselected, users will not be able to post in this forum regardless of permissions.";
 145  
 146  $l['copy_to_new_forum'] = "Copy to new forum";
 147  $l['source_forum'] = "Source forum";
 148  $l['source_forum_desc'] = "Forum to copy settings and/or permissions from.";
 149  $l['destination_forum'] = "Destination forum";
 150  $l['destination_forum_desc'] = "Forum to copy settings and/or permissions to.";
 151  $l['new_forum_settings'] = "New Forum Settings";
 152  $l['copy_settings_and_properties'] = "Copy Forum Settings and Properties";
 153  $l['copy_settings_and_properties_desc'] = "Only applies if the destination forum exists.";
 154  $l['copy_user_group_permissions'] = "Copy User Group Permissions";
 155  $l['copy_user_group_permissions_desc'] = "Use CTRL to select multiple groups.";
 156  
 157  $l['override_user_style'] = "Yes, override the user's selected style for this forum";
 158  $l['style_options'] = "Style Options";
 159  $l['forum_specific_style'] = "Forum-Specific Style:";
 160  $l['use_default'] = "Use Default";
 161  $l['dont_display_rules'] = "Don't display rules for this forum";
 162  $l['display_rules_inline'] = "Display rules for this forum on the thread listing";
 163  $l['display_rules_inline_new'] = "Display rules in the thread listing and for new threads/replies";
 164  $l['display_rules_link'] = "Display a link to the rules for this forum";
 165  $l['display_method'] = "Display Method:";
 166  $l['rules'] = "Rules:";
 167  $l['forum_rules'] = "Forum Rules";
 168  $l['name'] = "Name";
 169  $l['username'] = "Username";
 170  $l['moderator_username_desc'] = "Username of the moderator to be added";
 171  $l['add_user_as_moderator'] = "Add a user as Moderator";
 172  $l['usergroup'] = "Usergroup";
 173  $l['add_usergroup_as_moderator'] = "Add a usergroup as Moderators";
 174  $l['moderator_usergroup_desc'] = "Select a usergroup to add as a Moderator from the list below.";
 175  $l['add_usergroup_moderator'] = "Add Usergroup Moderator";
 176  $l['add_user_moderator'] = "Add User Moderator";
 177  
 178  $l['default_view_options'] = "Default View Options";
 179  $l['default_date_cut'] = "Default Date Cut:";
 180  $l['default_sort_by'] = "Default Sort By:";
 181  $l['default_sort_order'] = "Default Sort Order:";
 182  
 183  $l['board_default'] = "Board Default";
 184  
 185  $l['datelimit_1day'] = "Last day";
 186  $l['datelimit_5days'] = "Last 5 days";
 187  $l['datelimit_10days'] = "Last 10 days";
 188  $l['datelimit_20days'] = "Last 20 days";
 189  $l['datelimit_50days'] = "Last 50 days";
 190  $l['datelimit_75days'] = "Last 75 days";
 191  $l['datelimit_100days'] = "Last 100 days";
 192  $l['datelimit_lastyear'] = "Last year";
 193  $l['datelimit_beginning'] = "The beginning";
 194  
 195  $l['sort_by_subject'] = "Thread subject";
 196  $l['sort_by_lastpost'] = "Last post time";
 197  $l['sort_by_starter'] = "Thread starter";
 198  $l['sort_by_started'] = "Thread creation time";
 199  $l['sort_by_rating'] = "Thread rating";
 200  $l['sort_by_replies'] = "Number of replies";
 201  $l['sort_by_views'] = "Number of views";
 202  
 203  $l['sort_order_asc'] = "Ascending";
 204  $l['sort_order_desc'] = "Descending";
 205  
 206  $l['misc_options'] = "Miscellaneous Options";
 207  $l['allow_html'] = "Yes, allow HTML in posts";
 208  $l['allow_mycode'] = "Yes, allow MyCode in posts";
 209  $l['allow_smilies'] = "Yes, allow smilies in posts";
 210  $l['allow_img_code'] = "Yes, allow [img] code in posts (requires MyCode to be turned on)";
 211  $l['allow_video_code'] = "Yes, allow [video] code in posts (requires MyCode to be turned on)";
 212  $l['allow_post_icons'] = "Yes, allow post icons to be chosen for posts";
 213  $l['allow_thread_ratings'] = "Yes, allow threads to be rated";
 214  $l['show_forum_jump'] = "Yes, show this forum in the 'forum jump' menu";
 215  $l['use_postcounts'] = "Yes, posts in this forum should count towards user post counts";
 216  $l['use_threadcounts'] = "Yes, threads in this forum should count towards user thread counts";
 217  $l['require_thread_prefix'] = "Yes, require a thread prefix for all threads";
 218  
 219  $l['use_permissions'] = "Use Permissions";
 220  $l['use_permissions_desc'] = "Select the permissions you would like to use for this user group - inherited permissions (will delete custom permissions) or custom permissions.";
 221  $l['inherit_permissions'] = "Use user group permissions or inherit permissions from parent forums";
 222  $l['custom_permissions'] = "Use custom permissions (below)";
 223  $l['custom_permissions_for'] = "Custom Permissions for";
 224  
 225  $l['inherited_permission'] = "inherited";
 226  $l['custom_permission'] = "custom";
 227  
 228  $l['save_permissions'] = "Save Forum Permissions";
 229  
 230  $l['error_missing_title'] = "You must enter in a title.";
 231  $l['error_no_parent'] = "You must select a parent forum.";
 232  $l['error_not_empty'] = "Forums with threads cannot be converted to categories.";
 233  $l['error_forum_link_not_empty'] = "Forums with threads cannot be redirected to another webpage.";
 234  
 235  $l['success_forum_added'] = "The forum has been created successfully.";
 236  $l['success_moderator_added'] = "The moderator has been added to this forum successfully.";
 237  $l['success_forum_permissions_saved'] = "The forum permissions have been saved successfully.";
 238  $l['success_forum_copied'] = "The selected forum has been copied successfully.";
 239  
 240  $l['error_moderator_already_added'] = "The selected user/group is already a moderator of this forum.";
 241  $l['error_moderator_not_found'] = "The specified username/group was not found.";
 242  $l['error_new_forum_needs_name'] = "You need to give your new forum a name.";
 243  $l['error_invalid_source_forum'] = "Invalid source forum.";
 244  $l['error_invalid_destination_forum'] = "Invalid destination forum.";
 245  
 246  $l['group_viewing'] = "Viewing";
 247  $l['group_posting_rating'] = "Posting / Rating";
 248  $l['group_editing'] = "Editing";
 249  $l['group_moderate'] = "Moderation";
 250  $l['group_polls'] = "Polls";
 251  $l['group_misc'] = "Miscellaneous";
 252  
 253  $l['viewing_field_canview'] = "Can view forum?";
 254  $l['viewing_field_canviewthreads'] = "Can view threads within forum?";
 255  $l['viewing_field_canonlyviewownthreads'] = "Can only view own threads?";
 256  $l['viewing_field_candlattachments'] = "Can download attachments?";
 257  
 258  $l['posting_rating_field_canpostthreads'] = "Can post threads?";
 259  $l['posting_rating_field_canpostreplys'] = "Can post replies?";
 260  $l['posting_rating_field_canonlyreplyownthreads'] = "Can only reply to own threads?";
 261  $l['posting_rating_field_canpostattachments'] = "Can post attachments?";
 262  $l['posting_rating_field_canratethreads'] = "Can rate threads?";
 263  
 264  $l['editing_field_caneditposts'] = "Can edit own posts?";
 265  $l['editing_field_candeleteposts'] = "Can delete own posts?";
 266  $l['editing_field_candeletethreads'] = "Can delete own threads?";
 267  $l['editing_field_caneditattachments'] = "Can update own attachments?";
 268  $l['editing_field_canviewdeletionnotice'] = "Can view deletion notices?";
 269  
 270  $l['moderate_field_modposts'] = "Moderate new posts?";
 271  $l['moderate_field_modthreads'] = "Moderate new threads?";
 272  $l['moderate_field_modattachments'] = "Moderate new attachments?";
 273  $l['moderate_field_mod_edit_posts'] = "Moderate posts after they've been edited?";
 274  
 275  $l['polls_field_canpostpolls'] = "Can post polls?";
 276  $l['polls_field_canvotepolls'] = "Can vote in polls?";
 277  
 278  $l['misc_field_cansearch'] = "Can search forum?";
 279  
 280  $l['confirm_proceed_deletion'] = "Click \"Proceed\" to continue the deletion of the forum.";
 281  $l['automatically_redirecting'] = "Automatically Redirecting&hellip;";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref