<?php /** * MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved * * $Id: moderate.lang.php 1398 2006-04-27 07:42:09Z chris $ */ $l['nav_moderate_threads'] = "Thread Moderation"; $l['nav_moderate_posts'] = "Post Moderation"; $l['nav_moderate_threadsposts'] = "Thread and Post Moderation"; $l['nav_moderate_attachments'] = "Attachment Moderation"; $l['threads_awaiting'] = "Threads Awaiting Moderation"; $l['thread_subject'] = "Thread Subject"; $l['posted_by'] = "Posted by"; $l['forum'] = "Forum"; $l['message'] = "Message"; $l['validate_thread'] = "Validate Thread"; $l['delete_thread'] = "Delete Thread"; $l['moderate_threads'] = "Moderate Selected Threads"; $l['posts_awaiting'] = "Posts Awaiting Activation"; $l['post_subject'] = "Post Subject"; $l['thread'] = "Thread"; $l['validate_post'] = "Validate Post"; $l['delete_post'] = "Delete Post"; $l['moderate_posts'] = "Moderate Selected Posts"; $l['moderate_threads_posts'] = "Moderate Selected Threads and Posts"; $l['no_threads'] = "There are currently no threads awaiting moderation."; $l['no_posts'] = "There are currently no posts awaiting moderation."; $l['no_threadsposts'] = "There are currently no threads or posts awaiting moderation."; $l['no_attachments'] = "There are no attachments currently awaiting moderation."; $l['attachments_awaiting'] = "Attachments Awaiting Moderation"; $l['attachment'] = "Attachment"; $l['size'] = "size:"; $l['view'] = "view"; $l['post'] = "Post"; $l['validate_attachment'] = "Validate Attachment"; $l['delete_attachment'] = "Delete Attachment"; $l['moderate_attachments'] = "Moderate Selected Attachments"; $l['attachments_moderated'] = "The selected attachments have successfully been validated or deleted."; $l['threadsposts_moderated'] = "The selected threads and posts have successfully been validated or deleted."; $l['no_subject'] = "[no subject]"; ?>