[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> config_mod_tools.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['mod_tools'] = "Moderator Tools";
   9  
  10  $l['thread_tools'] = "Thread Tools";
  11  $l['thread_tools_desc'] = "Custom moderator tools allows you to create combinations of moderator actions that can be used on both threads and posts. These can then be used like the default tools when managing your forum. Here you can manage your custom thread tools.";
  12  
  13  $l['add_thread_tool'] = "Add Thread Tool";
  14  $l['add_new_thread_tool'] = "Add New Thread Tool";
  15  $l['add_thread_tool_desc'] = "Here you can add a new custom thread moderation tool. This tool will be accessible from both inline thread moderation and from within threads themselves, listed with the default moderation tools.";
  16  
  17  $l['post_tools'] = "Post Tools";
  18  $l['post_tools_desc'] = "Custom moderator tools allows you to create combinations of moderator actions that can be used on both threads and posts. These can then be used like the default tools when managing your forum. Here you can manage your custom post tools.";
  19  
  20  $l['add_post_tool'] = "Add Post Tool";
  21  $l['add_new_post_tool'] = "Add New Post Tool";
  22  $l['add_post_tool_desc'] = "Here you can add a new custom post moderation tool. This tool will be accessible from within threads themselves, listed with the default moderation tools.";
  23  
  24  $l['edit_post_tool'] = "Edit Post Tool";
  25  $l['edit_post_tool_desc'] = "Here you can edit the post tool's settings and actions.";
  26  $l['edit_thread_tool'] = "Edit Thread Tool";
  27  $l['edit_thread_tool_desc'] = "Here you can edit the thread tool's settings and actions.";
  28  
  29  $l['no_thread_tools'] = "There are no thread tools setup on your forum.";
  30  $l['no_post_tools'] = "There are no post tools setup on your forum.";
  31  
  32  $l['confirm_thread_tool_deletion'] = "Are you sure you want to delete this thread tool?";
  33  $l['confirm_post_tool_deletion'] = "Are you sure you want to delete this post tool?";
  34  
  35  $l['success_post_tool_deleted'] = "The selected post moderation tool has been deleted successfully.";
  36  $l['success_thread_tool_deleted'] = "The selected thread moderation tool has been deleted successfully.";
  37  
  38  $l['error_invalid_post_tool'] = "The specified post tool does not exist.";
  39  $l['error_invalid_thread_tool'] = "The specified thread tool does not exist.";
  40  
  41  $l['general_options'] = "General Options";
  42  $l['short_description'] = "Short Description";
  43  $l['available_in_forums'] = "Available in forums";
  44  $l['available_to_groups'] = "Available to groups";
  45  $l['show_confirmation'] = "Show Confirmation Page";
  46  $l['save_thread_tool'] = "Save Thread Tool";
  47  
  48  $l['title'] = "Title";
  49  
  50  $l['thread_moderation'] = "Thread Moderation";
  51  $l['approve_unapprove'] = "Approve/Unapprove thread?";
  52  
  53  $l['no_change'] = "No Change";
  54  $l['approve'] = "Approve";
  55  $l['unapprove'] = "Unapprove";
  56  $l['stick'] = "Stick";
  57  $l['unstick'] = "Unstick";
  58  $l['open'] = "Open";
  59  $l['close'] = "Close";
  60  $l['stick'] = "Stick";
  61  $l['unstick'] = "Unstick";
  62  $l['toggle'] = "Toggle";
  63  $l['days'] = "Days";
  64  $l['no_prefix'] = "No Prefix";
  65  $l['restore'] = "Restore";
  66  $l['softdelete'] = "Soft delete";
  67  
  68  $l['forum_to_move_to'] = "Forum to move to:";
  69  $l['leave_redirect'] = "Leave redirect?";
  70  $l['delete_redirect_after'] = "Delete redirect after";
  71  $l['do_not_move_thread'] = "Do not move thread";
  72  $l['do_not_copy_thread'] = "Do not copy thread";
  73  $l['move_thread'] = "Move thread?";
  74  $l['move_thread_desc'] = "If moving the thread(s), the \"delete redirect after&hellip; days\" is only to be filled in if a redirect will be left.";
  75  $l['forum_to_copy_to'] = "Forum to copy to:";
  76  $l['copy_thread'] = "Copy thread?";
  77  $l['open_close_thread'] = "Open/close thread?";
  78  $l['stick_unstick_thread'] = "Stick/unstick thread?";
  79  $l['softdelete_restore_thread'] = "Soft delete/restore thread?";
  80  $l['delete_thread'] = "Delete thread permanently?";
  81  $l['merge_thread'] = "Merge thread?";
  82  $l['merge_thread_desc'] = "Only if used in inline moderation.";
  83  $l['delete_poll'] = "Delete poll?";
  84  $l['delete_redirects'] = "Delete redirects?";
  85  $l['remove_subscriptions'] = "Remove thread subscriptions?";
  86  $l['recount_rebuild'] = "Recount & Rebuild?";
  87  $l['apply_thread_prefix'] = "Apply thread prefix?";
  88  $l['new_subject'] = "New subject?";
  89  $l['new_subject_desc'] = "Enter the new subject for the thread.";
  90  
  91  $l['subject_message_replacements'] = "Available replacements";
  92  $l['subject_message_replacements_desc'] = "{subject} represents the original subject. {username} represents the moderator's username. {author} represents the thread author's username.";
  93  
  94  $l['add_new_reply'] = "Add New Reply";
  95  $l['add_new_reply_desc'] = "Leave blank for no reply.";
  96  $l['reply_subject'] = "Reply subject.";
  97  $l['reply_subject_desc'] = "Only used if a reply was made.";
  98  
  99  $l['success_mod_tool_created'] = "The moderation tool has been created successfully.";
 100  $l['success_mod_tool_updated'] = "The moderation tool has been updated successfully.";
 101  
 102  $l['inline_post_moderation'] = "Inline Post Moderation";
 103  $l['delete_posts'] = "Delete posts permanently?";
 104  $l['merge_posts'] = "Merge posts?";
 105  $l['merge_posts_desc'] = "Only if used from inline moderation.";
 106  $l['approve_unapprove_posts'] = "Approve/unapprove posts?";
 107  $l['softdelete_restore_posts'] = "Soft delete/restore posts?";
 108  
 109  $l['split_posts'] = "Split Posts";
 110  $l['split_posts2'] = "Split posts?";
 111  $l['do_not_split'] = "Do not split posts";
 112  $l['split_to_same_forum'] = "Split to same forum";
 113  $l['close_split_thread'] = "Close split thread?";
 114  $l['stick_split_thread'] = "Stick split thread?";
 115  $l['unapprove_split_thread'] = "Unapprove split thread?";
 116  $l['split_thread_prefix'] = "Split thread prefix";
 117  $l['split_thread_subject'] = "Split thread subject";
 118  $l['split_thread_subject_desc'] = "Only required if splitting posts.";
 119  $l['add_new_split_reply'] = "Add reply to split thread";
 120  $l['add_new_split_reply_desc'] = "Leave blank for no reply.";
 121  $l['split_reply_subject'] = "Reply subject";
 122  $l['split_reply_subject_desc'] = "Only used if a reply is made";
 123  $l['save_post_tool'] = "Save Post Tool";
 124  
 125  $l['send_private_message'] = 'Send Private Message';
 126  $l['private_message_message'] = 'Message';
 127  $l['private_message_message_desc'] = 'Message to send to the author of the thread. Leave empty to disable this feature.';
 128  $l['private_message_subject'] = 'Subject';
 129  $l['private_message_subject_desc'] = 'Enter the subject of the Private Message.';
 130  
 131  $l['error_missing_title'] = "Please enter a name for this tool.";
 132  $l['error_missing_description'] = "Please enter a short description for this tool.";
 133  $l['error_no_forums_selected'] = "Please select the forums in which this tool will be available.";
 134  $l['error_no_groups_selected'] = "Please select the groups to which this tool will be available.";
 135  $l['error_forum_is_category'] = "You can't pick a category-type forum as a destination forum.";


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