[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: forum_moderation_queue.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  // Tabs
  10  $l['moderation_queue'] = "Moderation Queue";
  11  $l['threads'] = "Threads";
  12  $l['threads_desc'] = "Here you can view and approve threads in the moderation queue.";
  13  $l['posts'] = "Posts";
  14  $l['posts_desc'] = "Here you can view and approve posts in the moderation queue.";
  15  $l['attachments'] = "Attachments";
  16  $l['attachments_desc'] = "Here you can view and approve attachments in the moderation queue.";
  17  $l['threads_awaiting_moderation'] = "Threads Awaiting Moderation";
  18  $l['posts_awaiting_moderation'] = "Posts Awaiting Moderation";
  19  $l['attachments_awaiting_moderation'] = "Attachments Awaiting Moderation";
  20  
  21  // Errors
  22  $l['error_no_posts'] = "There are no posts currently awaiting moderation.";
  23  $l['error_no_attachments'] = "There are no attachments currently awaiting moderation.";
  24  $l['error_no_threads'] = "There are no threads, posts or attachments currently awaiting moderation.";
  25  
  26  // Success
  27  $l['success_threads'] = "The selected threads have been moderated successfully.";
  28  $l['success_posts'] = "The selected posts have been moderated successfully.";
  29  $l['success_attachments'] = "The selected attachments have been moderated successfully.";
  30  
  31  // Pages
  32  $l['subject'] = "Subject";
  33  $l['author'] = "Author";
  34  $l['posted'] = "Posted";
  35  $l['ignore'] = "Ignore";
  36  $l['approve'] = "Approve";
  37  $l['forum'] = "Forum:";
  38  $l['thread'] = "Thread:";
  39  $l['post'] = "Post:";
  40  $l['re'] = "RE:";
  41  $l['filename'] = "File Name";
  42  $l['uploadedby'] = "Uploaded by";
  43  $l['controls'] = "Controls";
  44  
  45  // Buttons
  46  $l['mark_as_ignored'] = "Mark all as ignored";
  47  $l['mark_as_deleted'] = "Mark all for deletion";
  48  $l['mark_as_approved'] = "Mark all as approved";
  49  $l['perform_action'] = "Perform Actions";
  50  
  51  ?>


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