<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: forum_moderation_queue.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ // Tabs $l['moderation_queue'] = "Moderation Queue"; $l['threads'] = "Threads"; $l['threads_desc'] = "Here you can view and approve threads in the moderation queue."; $l['posts'] = "Posts"; $l['posts_desc'] = "Here you can view and approve posts in the moderation queue."; $l['attachments'] = "Attachments"; $l['attachments_desc'] = "Here you can view and approve attachments in the moderation queue."; $l['threads_awaiting_moderation'] = "Threads Awaiting Moderation"; $l['posts_awaiting_moderation'] = "Posts Awaiting Moderation"; $l['attachments_awaiting_moderation'] = "Attachments Awaiting Moderation"; // Errors $l['error_no_posts'] = "There are no posts currently awaiting moderation."; $l['error_no_attachments'] = "There are no attachments currently awaiting moderation."; $l['error_no_threads'] = "There are no threads, posts or attachments currently awaiting moderation."; // Success $l['success_threads'] = "The selected threads have been moderated successfully."; $l['success_posts'] = "The selected posts have been moderated successfully."; $l['success_attachments'] = "The selected attachments have been moderated successfully."; // Pages $l['subject'] = "Subject"; $l['author'] = "Author"; $l['posted'] = "Posted"; $l['ignore'] = "Ignore"; $l['approve'] = "Approve"; $l['forum'] = "Forum:"; $l['thread'] = "Thread:"; $l['post'] = "Post:"; $l['re'] = "RE:"; $l['filename'] = "File Name"; $l['uploadedby'] = "Uploaded by"; $l['controls'] = "Controls"; // Buttons $l['mark_as_ignored'] = "Mark all as ignored"; $l['mark_as_deleted'] = "Mark all for deletion"; $l['mark_as_approved'] = "Mark all as approved"; $l['perform_action'] = "Perform Actions"; ?>