[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> moderation.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['nav_deletethread'] = "Delete Thread Permanently";
   9  $l['nav_deletepoll'] = "Delete Poll";
  10  $l['nav_deleteposts'] = "Delete Selective Posts";
  11  $l['nav_mergeposts'] = "Merge Selective Posts";
  12  $l['nav_move'] = "Move or Copy Thread";
  13  $l['nav_threadnotes'] = "Thread Notes and Moderator Log";
  14  $l['nav_getip'] = "View Post IP Address";
  15  $l['nav_getpmip'] = "View PM IP Address";
  16  $l['nav_pms'] = "Private Messages";
  17  $l['nav_merge'] = "Merge Threads";
  18  $l['nav_split'] = "Split Thread";
  19  $l['nav_multi_deletethreads'] = "Inline Thread Deletion";
  20  $l['nav_multi_deleteposts'] = "Inline Post Deletion";
  21  $l['nav_multi_splitposts'] = "Split Selected Posts";
  22  $l['nav_multi_moveposts'] = "Move Selected Posts";
  23  $l['nav_multi_mergeposts'] = "Merge Selected Posts";
  24  $l['nav_multi_movethreads'] = "Move / Copy Threads";
  25  
  26  $l['no_mod_options'] = "No moderation options have yet been performed on this thread.";
  27  $l['no_delayed_mods'] = "No delayed moderation actions are scheduled to be performed on the selected thread(s).";
  28  $l['delete_poll'] = "Delete Poll";
  29  $l['delete_posts'] = "Delete Posts Permanently";
  30  $l['delete_selected_posts'] = "Delete Selected Posts";
  31  $l['posted_by'] = "Posted by";
  32  $l['delete_thread'] = "Delete Thread Permanently";
  33  $l['get_post_ip'] = "Get Post IP Address";
  34  $l['get_pm_ip'] = "Get PM IP Address";
  35  $l['info_on_ip'] = "Information on this IP address";
  36  $l['ip_address'] = "IP Address:";
  37  $l['hostname'] = "Hostname:";
  38  $l['if_resolvable'] = "(if resolvable)";
  39  $l['mod_options'] = "Moderator Options:";
  40  $l['search_ip_users'] = "Search for users with this IP";
  41  $l['search_ip_posts'] = "Search for posts with this IP";
  42  $l['merge_threads'] = "Merge Threads";
  43  $l['new_subject'] = "New Subject:";
  44  $l['thread_to_merge_with'] = "Thread to merge with:";
  45  $l['merge_with_note'] = "Copy the URL of the thread to be merged into this one into the textbox on the right.<br />The thread on the right will be deleted and all posts will be merged into this one.";
  46  $l['merge_posts'] = "Merge Posts";
  47  $l['merge_posts_note'] = "All selected posts will be merged into the first selected post.";
  48  $l['move_copy_thread'] = "Move / Copy Thread";
  49  $l['new_forum'] = "New Forum:";
  50  $l['method'] = "Method";
  51  $l['method_move'] = "Move thread";
  52  $l['method_move_redirect'] = "Move thread and leave redirect in existing forum for days:";
  53  $l['redirect_expire_note'] = "(leave blank for 'infinite')";
  54  $l['method_copy'] = "Copy thread to the new forum";
  55  $l['split_thread_subject'] = "[split]";
  56  $l['split_thread'] = "Split Thread";
  57  $l['move_posts'] = "Move Posts";
  58  $l['thread_to_move_to'] = "Thread to move the posts to:";
  59  $l['move_post_note'] = "Copy the URL of the thread to move these posts to into the textbox on the right.";
  60  $l['new_thread_info'] = "New Thread Information";
  61  $l['posts_to_split'] = "Posts to Split";
  62  $l['thread_notes_editor'] = "Thread Notes Editor";
  63  $l['below_notes'] = "Below you can edit the notes for this thread.";
  64  $l['update_notes'] = "Update Thread Notes";
  65  $l['mod_logs'] = "Moderator Logs (showing last 20 actions)";
  66  $l['mod_username'] = "Username";
  67  $l['mod_date'] = "Date";
  68  $l['mod_actions'] = "Action";
  69  $l['mod_information'] = "Information";
  70  $l['read'] = "Read:";
  71  $l['thread'] = "Thread:";
  72  $l['post'] = "Post:";
  73  $l['forum'] = "Forum:";
  74  $l['confirm_execute_tool'] = "Execute Tool";
  75  $l['confirm_execute_tool_desc'] = "Are you sure you wish to execute the <strong>{1}</strong> custom moderation tool? Once a tool is executed it may not be able to revert the applied changes.";
  76  $l['delete_threads'] = "Delete Threads Permanently";
  77  $l['confirm_delete_threads'] = "Are you sure you wish to delete the selected threads? Once a thread has been deleted it cannot be restored and any posts, attachments or polls within that thread are also deleted.";
  78  $l['move_threads'] = "Move / Copy Threads";
  79  $l['confirm_delete_posts'] = "Are you sure you wish to delete the selected posts from the thread? Once they have been deleted they cannot be restored. If there are no posts left in the thread, the thread will also be deleted.";
  80  $l['post_separator'] = "Post Separator";
  81  $l['new_line'] = "New Line";
  82  $l['horizontal_rule'] = "Horizontal Rule";
  83  $l['resolve_fail'] = "N/A (Unable to resolve)";
  84  $l['time'] = "Time:";
  85  
  86  $l['opened'] = "Opened";
  87  $l['closed'] = "Closed";
  88  $l['stuck'] = "Stuck";
  89  $l['unstuck'] = "Unstuck";
  90  $l['error'] = "Error!";
  91  $l['mod_process'] = "Thread {1}";
  92  $l['redirects_removed'] = "Thread Redirects Removed";
  93  $l['thread_deleted'] = "Thread Deleted Permanently: {1}";
  94  $l['poll_deleted'] = "Poll Deleted: {1}";
  95  $l['thread_approved'] = "Thread Approved: {1}";
  96  $l['thread_unapproved'] = "Thread Unapproved: {1}";
  97  $l['thread_restored'] = "Thread Restored: {1}";
  98  $l['thread_soft_deleted'] = "Thread Soft Deleted: {1}";
  99  $l['deleted_selective_posts'] = "Deleted Selective Posts ({1})";
 100  $l['merged_selective_posts'] = "Merged Selective Posts";
 101  $l['split_selective_posts'] = "Split posts (PIDs: {1}) to thread (TID: {2})";
 102  $l['move_selective_posts'] = "Moved posts (PIDs: {1}) to thread (TID: {2})";
 103  $l['removed_subscriptions'] = "Removed All Subscriptions";
 104  $l['thread_moved'] = "Thread Moved";
 105  $l['thread_copied'] = "Thread Copied";
 106  $l['thread_merged'] = "Threads Merged";
 107  $l['thread_split'] = "Thread Split";
 108  $l['thread_notes_edited'] = "Thread Notes Edited";
 109  $l['multi_deleted_threads'] = "Threads Deleted Permanently";
 110  $l['multi_opened_threads'] = "Threads Opened";
 111  $l['multi_closed_threads'] = "Threads Closed";
 112  $l['multi_approved_threads'] = "Threads Approved";
 113  $l['multi_unapproved_threads'] = "Threads Unapproved";
 114  $l['multi_restored_threads'] = "Threads Restored";
 115  $l['multi_soft_deleted_threads'] = "Threads Soft Deleted";
 116  $l['multi_approve_posts'] = "Selected Posts Approved";
 117  $l['multi_unapprove_posts'] = "Selected Posts Unapproved";
 118  $l['multi_restore_posts'] = "Selected Posts Restored";
 119  $l['multi_soft_delete_posts'] = "Selected Posts Soft Deleted";
 120  $l['multi_stuck_threads'] = "Threads Stuck";
 121  $l['multi_unstuck_threads'] = "Threads Unstuck";
 122  $l['multi_moved_threads'] = "Threads Moved / Copied";
 123  $l['multi_copied_threads'] = "Threads Copied";
 124  $l['custom_tool'] = "Custom Moderator Tool: {1}";
 125  
 126  $l['delayed_moderation'] = "Delayed Moderation";
 127  $l['delayed_moderation_desc'] = "Here you can delay a moderation action for a selected number of days.";
 128  $l['threads'] = "Threads:";
 129  $l['threads_selected'] = "{1} thread(s) selected";
 130  $l['run_moderation_time'] = "Run moderation time:";
 131  $l['days'] = "day(s)";
 132  $l['moderation_action'] = "Moderation Action:";
 133  $l['open_close_thread'] = "Open/Close Thread";
 134  $l['remove_redirects'] = "Remove Redirects";
 135  $l['remove_subscriptions'] = "Remove Subscriptions";
 136  $l['approve_unapprove_thread'] = "Approve/Unapprove Thread";
 137  $l['softdelete_restore_thread'] = "Soft Delete/Restore Thread";
 138  $l['stick_unstick_thread'] = "Stick/Unstick Thread";
 139  $l['save_delayed_moderation'] = "Save Delayed Moderation";
 140  $l['custom'] = "custom";
 141  $l['delayed_mod_queue'] = "Delayed Moderation Queue";
 142  $l['time_to_perform_action'] = "Time to Perform Action";
 143  $l['leave_redirect'] = "Lead Redirect:";
 144  $l['multiple_threads'] = "Multiple Threads";
 145  $l['actions'] = "Actions";
 146  $l['cancel'] = "Cancel";
 147  $l['leave_redirect_for'] = "Leave redirect for:";
 148  $l['redirect_forever'] = "Forever";
 149  $l['view_notes_for'] = "Viewing Notes for {1}";
 150  
 151  $l['purgespammer'] = "Purge Spammer";
 152  $l['purgespammer_purge'] = "Purge spammer {1}";
 153  $l['purgespammer_purge_desc'] = "This will delete user's whole content (posts, private messages, events, etc.) and {1} them.";
 154  $l['purgespammer_ban'] = "ban";
 155  $l['purgespammer_delete'] = "delete";
 156  $l['purgespammer_submit'] = "Purge Spammer";
 157  $l['purgespammer_success'] = "The user has been purged.";
 158  $l['purgespammer_invalid_user'] = "You have specified an invalid user.";
 159  $l['purgespammer_modlog'] = "Purged Spammer";
 160  
 161  $l['error_invalidpm'] = "Invalid PM";
 162  $l['error_nomergeposts'] = "You need to select one or more posts to be able to merge posts together.";
 163  $l['error_cantsplitonepost'] = "You cannot split a thread that contains only one post.";
 164  $l['error_badmergeurl'] = "The URL for the thread to be merged seems to be invalid or empty. Please copy the exact URL into the textbox.<br />Please go back and try again.";
 165  $l['error_badmovepostsurl'] = "The URL for the thread to move to seems to be invalid or empty. Please copy the exact URL into the textbox.<br />Please go back and try again.";
 166  $l['error_inline_nothreadsselected'] = "Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again.";
 167  $l['error_inline_nopostsselected'] = "Sorry, but you did not select any posts to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some posts and try again.";
 168  $l['error_movetocategory'] = "This tool is trying to move the thread into a category. Please alter the tool and select a valid forum.";
 169  $l['error_cantsplitall'] = "You cannot split all of the posts out of this thread! If you did, what would be left in the thread?";
 170  $l['error_cantmoveall'] = "You cannot move all of the posts out of this thread! If you did, what would be left in the thread?";
 171  $l['error_nosplitposts'] = "You cannot split this thread as you did not select any posts to split from this thread.";
 172  $l['error_movetosameforum'] = "You cannot move this thread into the forum it is currently situated in. Please select a different forum.";
 173  $l['error_mergewithself'] = "Threads cannot be merged with themselves.<br />Please go back and enter a valid URL.";
 174  $l['error_movetoself'] = "Posts cannot be moved to the thread they are in.<br />Please go back and enter a valid URL.";
 175  $l['error_movetononmodforum'] = "You cannot move this thread to a forum you are not a moderator of or do not have permission to view.";
 176  $l['error_delayedmoderation_unsupported_type'] = "Sorry, but you did not select a valid type for this delayed moderation action or you do not have permission to do this action.";
 177  $l['error_delayedmoderation_unsupported_method'] = "Sorry, but you did not select a valid move method for this delayed moderation action.";
 178  $l['error_delayedmoderation_invalid_date_day'] = "Sorry, but you did not select a valid delay date day for this delayed moderation action.";
 179  $l['error_delayedmoderation_invalid_date_month'] = "Sorry, but you did not select a valid delay date month for this delayed moderation action.";
 180  $l['error_delayedmoderation_invalid_date_year'] = "Sorry, but you did not select a valid delay date year for this delayed moderation action.";
 181  $l['error_thread_deleted'] = "The target thread is soft deleted. In order to perform this action you need to restore the thread first.";
 182  
 183  $l['redirect_pollnotdeleted'] = "The poll was not deleted because you did not check the \"Delete\" checkbox.";
 184  $l['redirect_polldeleted'] = "Thank you, the poll has successfully been removed from the thread.<br />You will now be taken back to the thread.";
 185  $l['redirect_mergeposts'] = "The selected posts have now been merged together. You will now be returned to the thread.";
 186  $l['redirect_openthread'] = "Thank you, the thread has successfully been opened.<br />You will now be returned to the thread.";
 187  $l['redirect_closethread'] = "Thank you, the thread has successfully been closed.<br />You will now be returned to the thread.";
 188  $l['redirect_stickthread']  = "Thank you, the thread has successfully been stuck.<br />You will now be returned to the thread.";
 189  $l['redirect_unstickthread'] = "Thank you, the thread has successfully been unstuck.<br />You will now be returned to the thread.";
 190  $l['redirect_threaddeleted'] = "Thank you, the thread has been deleted permanently. <br />You will now be returned to the forum.";
 191  $l['redirect_threadmoved'] = "The thread has been moved or copied to the selected forum successfully.<br />You will now be returned to it.";
 192  $l['redirect_redirectsremoved'] = "All move redirects to this thread have now been removed.<br />You will now be returned to the thread.";
 193  $l['redirect_threadapproved'] = "The thread has been approved successfully.";
 194  $l['redirect_threadunapproved'] = "The thread has been unapproved successfully.";
 195  $l['redirect_threadrestored'] = "The thread has been restored successfully.";
 196  $l['redirect_threadsoftdeleted'] = "The thread has been soft deleted successfully.";
 197  $l['redirect_threadsplit'] = "The thread has been split successfully.<br />You will now be taken to the new thread.";
 198  $l['redirect_moveposts'] = "The posts have been moved successfully.<br />You will now be taken to the new thread the posts are in.";
 199  $l['redirect_threadnotesupdated'] = "Thank you, the notes for this thread have successfully been updated.<br />You will now be returned to the thread.";
 200  $l['redirect_threadsmerged'] = "Thank you, the two threads have successfully been merged together.<br />You will now be taken to the new thread.";
 201  $l['redirect_inline_threadsdeleted'] = "The selected threads have been deleted permanently.<br />You will now be returned to your previous location.";
 202  $l['redirect_inline_threadsopened'] = "The selected threads have been opened.<br />You will now be returned to your previous location.";
 203  $l['redirect_inline_threadsclosed'] = "The selected threads have been closed.<br />You will now be returned to your previous location.";
 204  $l['redirect_inline_threadsstuck'] = "The selected threads have been stuck.<br />You will now be returned to your previous location.";
 205  $l['redirect_inline_threadsunstuck'] = "The selected threads have been unstuck.<br />You will now be returned to your previous location.";
 206  $l['redirect_inline_threadsmoved'] = "The selected threads have been moved or copied.<br />You will now be taken to the new forum the threads are in.";
 207  $l['redirect_inline_threadsapproved'] = "The selected threads have been approved.<br />You will now be returned to your previous location.";
 208  $l['redirect_inline_threadsunapproved'] = "The selected threads have been unapproved.<br />You will now be returned to your previous location.";
 209  $l['redirect_inline_threadsrestored'] = "The selected threads have been restored.<br />You will now be returned to your previous location.";
 210  $l['redirect_inline_threadssoftdeleted'] = "The selected threads have been soft deleted.<br />You will now be returned to your previous location.";
 211  $l['redirect_inline_postsmerged'] = "The selected posts have been merged together.<br />You will now be returned to your previous location.";
 212  $l['redirect_inline_postsapproved'] = "The selected posts have been approved.<br />You will now be returned to your previous location.";
 213  $l['redirect_inline_postsunapproved'] = "The selected posts have been unapproved.<br />You will now be returned to your previous location.";
 214  $l['redirect_inline_postsrestored'] = "The selected posts have been restored.<br />You will now be returned to your previous location.";
 215  $l['redirect_inline_postssoftdeleted'] = "The selected posts have been soft deleted.<br />You will now be returned to your previous location.";
 216  $l['redirect_postsdeleted'] = "The selected posts have been deleted permanently.<br />You will now be returned to your previous location.";
 217  $l['redirect_removed_subscriptions'] = "All subscriptions for this thread have been removed successfully.<br />You will now be returned to the thread.";
 218  $l['redirect_customtool_thread'] = "\"{1}\" moderation tool executed successfully.<br />You will now be returned to the thread.";
 219  $l['redirect_customtool_forum'] = "\"{1}\" moderation tool executed successfully.<br />You will now be returned to the forum.";
 220  $l['redirect_customtool_search'] = "\"{1}\" moderation tool executed successfully.<br />You will now be returned to the search.";
 221  $l['redirect_delayed_moderation_thread'] = "The selected moderation tool has been saved and delayed till {1}.<br />You will now be returned to the thread.";
 222  $l['redirect_delayed_moderation_forum'] = "The selected moderation tool has been saved and delayed till {1}.<br />You will now be returned to the forum.";
 223  $l['redirect_delayed_moderation_search'] = "The selected moderation tool has been saved and delayed till {1}.<br />You will now be returned to the search.";
 224  $l['redirect_delayed_moderation_cancelled'] = "The selected delayed moderation action has been canceled.<br />You will now be returned to the delayed moderation page.";


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