[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_mod_tools.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8   
   9  $l['mod_tools'] = "Moderator Tools";
  10  
  11  $l['thread_tools'] = "Thread Tools";
  12  $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.";
  13  
  14  $l['add_thread_tool'] = "Add Thread Tool";
  15  $l['add_new_thread_tool'] = "Add New Thread Tool";
  16  $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.";
  17  
  18  $l['post_tools'] = "Post Tools";
  19  $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.";
  20  
  21  $l['add_post_tool'] = "Add Post Tool";
  22  $l['add_new_post_tool'] = "Add New Post Tool";
  23  $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.";
  24  
  25  $l['edit_post_tool'] = "Edit Post Tool";
  26  $l['edit_post_tool_desc'] = "Here you can edit the post tool's settings and actions.";
  27  $l['edit_thread_tool'] = "Edit Thread Tool";
  28  $l['edit_thread_tool_desc'] = "Here you can edit the thread tool's settings and actions.";
  29  
  30  $l['no_thread_tools'] = "There are no thread tools setup on your forum.";
  31  $l['no_post_tools'] = "There are no post tools setup on your forum.";
  32  
  33  $l['confirm_thread_tool_deletion'] = "Are you sure you want to delete this thread tool?";
  34  $l['confirm_post_tool_deletion'] = "Are you sure you want to delete this post tool?";
  35  
  36  $l['success_post_tool_deleted'] = "The selected post moderation tool has been deleted successfully.";
  37  $l['success_thread_tool_deleted'] = "The selected thread moderation tool has been deleted successfully.";
  38  
  39  $l['error_invalid_post_tool'] = "The specified post tool does not exist.";
  40  $l['error_invalid_thread_tool'] = "The specified thread tool does not exist.";
  41  
  42  $l['general_options'] = "General Options";
  43  $l['short_description'] = "Short Description";
  44  $l['available_in_forums'] = "Available in forums";
  45  $l['all_forums'] = "All forums";
  46  $l['select_forums'] = "Select forums";
  47  $l['save_thread_tool'] = "Save Thread Tool";
  48  
  49  $l['title'] = "Title";
  50  
  51  $l['thread_moderation'] = "Thread Moderation";
  52  $l['approve_unapprove'] = "Approve/Unapprove thread?";
  53  
  54  $l['no_change'] = "No Change";
  55  $l['approve'] = "Approve";
  56  $l['unapprove'] = "Unapprove";
  57  $l['stick'] = "Stick";
  58  $l['unstick'] = "Unstick";
  59  $l['open'] = "Open";
  60  $l['close'] = "Close";
  61  $l['toggle'] = "Toggle";
  62  $l['days'] = "Days";
  63  $l['no_prefix'] = "No Prefix";
  64  
  65  $l['forum_to_move_to'] = "Forum to move to:";
  66  $l['leave_redirect'] = "Leave redirect?";
  67  $l['delete_redirect_after'] = "Delete redirect after";
  68  $l['do_not_move_thread'] = "Do not move thread";
  69  $l['do_not_copy_thread'] = "Do not copy thread";
  70  $l['move_thread'] = "Move thread?";
  71  $l['move_thread_desc'] = "If moving the thread(s), the \"delete redirect after... days\" is only to be filled in if a redirect will be left.";
  72  $l['forum_to_copy_to'] = "Forum to copy to:";
  73  $l['copy_thread'] = "Copy thread?";
  74  $l['open_close_thread'] = "Open/close thread?";
  75  $l['delete_thread'] = "Delete thread?";
  76  $l['merge_thread'] = "Merge thread?";
  77  $l['merge_thread_desc'] = "Only if used in inline moderation.";
  78  $l['delete_poll'] = "Delete poll?";
  79  $l['delete_redirects'] = "Delete redirects?";
  80  $l['apply_thread_prefix'] = "Apply thread prefix?";
  81  $l['new_subject'] = "New subject?";
  82  $l['new_subject_desc'] = "{subject} represents the original subject. {username} represents the moderator's username.";
  83  
  84  $l['add_new_reply'] = "Add New Reply";
  85  $l['add_new_reply_desc'] = "Leave blank for no reply.";
  86  $l['reply_subject'] = "Reply subject.";
  87  $l['reply_subject_desc'] = "Only used if a reply was made.<br />{subject} represents the original subject. {username} represents the moderator's username.";
  88  
  89  $l['success_mod_tool_created'] = "The moderation tool has been created successfully.";
  90  $l['success_mod_tool_updated'] = "The moderation tool has been updated successfully.";
  91  
  92  $l['inline_post_moderation'] = "Inline Post Moderation";
  93  $l['delete_posts'] = "Delete posts?";
  94  $l['merge_posts'] = "Merge posts?";
  95  $l['merge_posts_desc'] = "Only if used from inline moderation.";
  96  $l['approve_unapprove_posts'] = "Approve/unapprove posts?";
  97  
  98  $l['split_posts'] = "Split Posts";
  99  $l['split_posts2'] = "Split posts?";
 100  $l['do_not_split'] = "Do not split posts";
 101  $l['split_to_same_forum'] = "Split to same forum";
 102  $l['close_split_thread'] = "Close split thread?";
 103  $l['stick_split_thread'] = "Stick split thread?";
 104  $l['unapprove_split_thread'] = "Unapprove split thread?";
 105  $l['split_thread_subject'] = "Split thread subject";
 106  $l['split_thread_subject_desc'] = "{subject} represents the original subject. Only required if splitting posts.";
 107  $l['add_new_split_reply'] = "Add reply to split thread";
 108  $l['add_new_split_reply_desc'] = "Leave blank for no reply.";
 109  $l['split_reply_subject'] = "Reply subject";
 110  $l['split_reply_subject_desc'] = "Only used if a reply is made";
 111  $l['save_post_tool'] = "Save Post Tool";
 112  
 113  $l['error_missing_title'] = "Please enter a name for this tool.";
 114  $l['error_missing_description'] = "Please enter a short description for this tool.";
 115  $l['error_no_forums_selected'] = "Please select the forums in which this tool will be available.";
 116  $l['error_forum_is_category'] = "You can't pick a category-type forum as a destination forum.";
 117  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1