[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> forum_moderation_queue.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  // Tabs
   9  $l['moderation_queue'] = "Moderation Queue";
  10  $l['threads'] = "Threads";
  11  $l['threads_desc'] = "Here you can view and approve threads in the moderation queue.";
  12  $l['posts'] = "Posts";
  13  $l['posts_desc'] = "Here you can view and approve posts in the moderation queue.";
  14  $l['attachments'] = "Attachments";
  15  $l['attachments_desc'] = "Here you can view and approve attachments in the moderation queue.";
  16  $l['threads_awaiting_moderation'] = "Threads Awaiting Moderation";
  17  $l['posts_awaiting_moderation'] = "Posts Awaiting Moderation";
  18  $l['attachments_awaiting_moderation'] = "Attachments Awaiting Moderation";
  19  
  20  // Errors
  21  $l['error_no_posts'] = "There are no posts currently awaiting moderation.";
  22  $l['error_no_attachments'] = "There are no attachments currently awaiting moderation.";
  23  $l['error_no_threads'] = "There are no threads, posts or attachments currently awaiting moderation.";
  24  
  25  // Success
  26  $l['success_threads'] = "The selected threads have been moderated successfully.";
  27  $l['success_posts'] = "The selected posts have been moderated successfully.";
  28  $l['success_attachments'] = "The selected attachments have been moderated successfully.";
  29  
  30  // Pages
  31  $l['subject'] = "Subject";
  32  $l['author'] = "Author";
  33  $l['posted'] = "Posted";
  34  $l['ignore'] = "Ignore";
  35  $l['approve'] = "Approve";
  36  $l['forum'] = "Forum:";
  37  $l['thread'] = "Thread:";
  38  $l['post'] = "Post:";
  39  $l['re'] = "RE:";
  40  $l['filename'] = "File Name";
  41  $l['uploadedby'] = "Uploaded by";
  42  $l['controls'] = "Controls";
  43  
  44  // Buttons
  45  $l['mark_as_ignored'] = "Mark all as ignored";
  46  $l['mark_as_deleted'] = "Mark all for deletion";
  47  $l['mark_as_approved'] = "Mark all as approved";
  48  $l['perform_action'] = "Perform Actions";
  49  


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