Blame Identity/Webenv/App/phpBB/3.0.4/language/en/mcp.php

f2e824
f2e824
/**
f2e824
*
f2e824
* mcp [English]
f2e824
*
f2e824
* @package language
f2e824
* @version $Id: mcp.php 8940 2008-09-26 11:25:04Z toonarmy $
f2e824
* @copyright (c) 2005 phpBB Group
f2e824
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
f2e824
*
f2e824
*/
f2e824
f2e824
/**
f2e824
* DO NOT CHANGE
f2e824
*/
f2e824
if (!defined('IN_PHPBB'))
f2e824
{
f2e824
	exit;
f2e824
}
f2e824
f2e824
if (empty($lang) || !is_array($lang))
f2e824
{
f2e824
	$lang = array();
f2e824
}
f2e824
f2e824
// DEVELOPERS PLEASE NOTE
f2e824
//
f2e824
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
f2e824
//
f2e824
// Placeholders can now contain order information, e.g. instead of
f2e824
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
f2e824
// translators to re-order the output of data while ensuring it remains correct
f2e824
//
f2e824
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
f2e824
// equally where a string contains only two placeholders which are used to wrap text
f2e824
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
f2e824
f2e824
$lang = array_merge($lang, array(
f2e824
	'ACTION'				=> 'Action',
f2e824
	'ACTION_NOTE'			=> 'Action/Note',
f2e824
	'ADD_FEEDBACK'			=> 'Add feedback',
f2e824
	'ADD_FEEDBACK_EXPLAIN'	=> 'If you would like to add a report on this please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
f2e824
	'ADD_WARNING'			=> 'Add warning',
f2e824
	'ADD_WARNING_EXPLAIN'	=> 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
f2e824
	'ALL_ENTRIES'			=> 'All entries',
f2e824
	'ALL_NOTES_DELETED'		=> 'Successfully removed all user notes.',
f2e824
	'ALL_REPORTS'			=> 'All reports',
f2e824
	'ALREADY_REPORTED'		=> 'This post has already been reported.',
f2e824
	'ALREADY_WARNED'		=> 'A warning has already been issued for this post.',
f2e824
	'APPROVE'				=> 'Approve',
f2e824
	'APPROVE_POST'			=> 'Approve post',
f2e824
	'APPROVE_POST_CONFIRM'	=> 'Are you sure you want to approve this post?',
f2e824
	'APPROVE_POSTS'			=> 'Approve posts',
f2e824
	'APPROVE_POSTS_CONFIRM'	=> 'Are you sure you want to approve the selected posts?',
f2e824
f2e824
	'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in.',
f2e824
	'CANNOT_WARN_ANONYMOUS'	=> 'You cannot warn unregistered guest users.',
f2e824
	'CANNOT_WARN_SELF'		=> 'You cannot warn yourself.',
f2e824
	'CAN_LEAVE_BLANK'		=> 'This can be left blank.',
f2e824
	'CHANGE_POSTER'			=> 'Change poster',
f2e824
	'CLOSE_REPORT'			=> 'Close report',
f2e824
	'CLOSE_REPORT_CONFIRM'	=> 'Are you sure you want to close the selected report?',
f2e824
	'CLOSE_REPORTS'			=> 'Close reports',
f2e824
	'CLOSE_REPORTS_CONFIRM'	=> 'Are you sure you want to close the selected reports?',
f2e824
f2e824
	'DELETE_POSTS'				=> 'Delete posts',
f2e824
	'DELETE_POSTS_CONFIRM'		=> 'Are you sure you want to delete these posts?',
f2e824
	'DELETE_POST_CONFIRM'		=> 'Are you sure you want to delete this post?',
f2e824
	'DELETE_REPORT'				=> 'Delete report',
f2e824
	'DELETE_REPORT_CONFIRM'		=> 'Are you sure you want to delete the selected report?',
f2e824
	'DELETE_REPORTS'			=> 'Delete reports',
f2e824
	'DELETE_REPORTS_CONFIRM'	=> 'Are you sure you want to delete the selected reports?',
f2e824
	'DELETE_SHADOW_TOPIC'		=> 'Delete shadow topic',
f2e824
	'DELETE_TOPICS'				=> 'Delete selected topics',
f2e824
	'DELETE_TOPICS_CONFIRM'		=> 'Are you sure you want to delete these topics?',
f2e824
	'DELETE_TOPIC_CONFIRM'		=> 'Are you sure you want to delete this topic?',
f2e824
	'DISAPPROVE'				=> 'Disapprove',
f2e824
	'DISAPPROVE_REASON'			=> 'Reason for disapproval',
f2e824
	'DISAPPROVE_POST'			=> 'Disapprove post',
f2e824
	'DISAPPROVE_POST_CONFIRM'	=> 'Are you sure you want to disapprove this post?',
f2e824
	'DISAPPROVE_POSTS'			=> 'Disapprove posts',
f2e824
	'DISAPPROVE_POSTS_CONFIRM'	=> 'Are you sure you want to disapprove the selected posts?',
f2e824
	'DISPLAY_LOG'				=> 'Display entries from previous',
f2e824
	'DISPLAY_OPTIONS'			=> 'Display options',
f2e824
f2e824
	'EMPTY_REPORT'					=> 'You must enter a description when selecting this reason.',
f2e824
	'EMPTY_TOPICS_REMOVED_WARNING'	=> 'Please note that one or several topics have been removed from the database because they were or become empty.',
f2e824
f2e824
	'FEEDBACK'				=> 'Feedback',
f2e824
	'FORK'					=> 'Copy',
f2e824
	'FORK_TOPIC'			=> 'Copy topic',
f2e824
	'FORK_TOPIC_CONFIRM'	=> 'Are you sure you want to copy this topic?',
f2e824
	'FORK_TOPICS'			=> 'Copy selected topics',
f2e824
	'FORK_TOPICS_CONFIRM'	=> 'Are you sure you want to copy the selected topics?',
f2e824
	'FORUM_DESC'			=> 'Description',
f2e824
	'FORUM_NAME'			=> 'Forum name',
f2e824
	'FORUM_NOT_EXIST'		=> 'The forum you selected does not exist.',
f2e824
	'FORUM_NOT_POSTABLE'	=> 'The forum you selected cannot be posted to.',
f2e824
	'FORUM_STATUS'			=> 'Forum status',
f2e824
	'FORUM_STYLE'			=> 'Forum style',
f2e824
f2e824
	'GLOBAL_ANNOUNCEMENT'	=> 'Global announcement',
f2e824
f2e824
	'IP_INFO'				=> 'IP address information',
f2e824
	'IPS_POSTED_FROM'		=> 'IP addresses this user has posted from',
f2e824
f2e824
	'LATEST_LOGS'				=> 'Latest 5 logged actions',
f2e824
	'LATEST_REPORTED'			=> 'Latest 5 reports',
f2e824
	'LATEST_UNAPPROVED'			=> 'Latest 5 posts awaiting approval',
f2e824
	'LATEST_WARNING_TIME'		=> 'Latest warning issued',
f2e824
	'LATEST_WARNINGS'			=> 'Latest 5 warnings',
f2e824
	'LEAVE_SHADOW'				=> 'Leave shadow topic in place',
f2e824
	'LIST_REPORT'				=> '1 report',
f2e824
	'LIST_REPORTS'				=> '%d reports',
f2e824
	'LOCK'						=> 'Lock',
f2e824
	'LOCK_POST_POST'			=> 'Lock post',
f2e824
	'LOCK_POST_POST_CONFIRM'	=> 'Are you sure you want to prevent editing this post?',
f2e824
	'LOCK_POST_POSTS'			=> 'Lock selected posts',
f2e824
	'LOCK_POST_POSTS_CONFIRM'	=> 'Are you sure you want to prevent editing the selected posts?',
f2e824
	'LOCK_TOPIC_CONFIRM'		=> 'Are you sure you want to lock this topic?',
f2e824
	'LOCK_TOPICS'				=> 'Lock selected topics',
f2e824
	'LOCK_TOPICS_CONFIRM'		=> 'Are you sure you want to lock all selected topics?',
f2e824
	'LOGS_CURRENT_TOPIC'		=> 'Currently viewing logs of:',
f2e824
	'LOGIN_EXPLAIN_MCP'			=> 'To moderate this forum you must login.',
f2e824
	'LOGVIEW_VIEWTOPIC'			=> 'View topic',
f2e824
	'LOGVIEW_VIEWLOGS'			=> 'View topic log',
f2e824
	'LOGVIEW_VIEWFORUM'			=> 'View forum',
f2e824
	'LOOKUP_ALL'				=> 'Look up all IPs',
f2e824
	'LOOKUP_IP'					=> 'Look up IP',
f2e824
f2e824
	'MARKED_NOTES_DELETED'		=> 'Successfully removed all marked user notes.',
f2e824
f2e824
	'MCP_ADD'						=> 'Add a warning',
f2e824
f2e824
	'MCP_BAN'					=> 'Banning',
f2e824
	'MCP_BAN_EMAILS'			=> 'Ban e-mails',
f2e824
	'MCP_BAN_IPS'				=> 'Ban IPs',
f2e824
	'MCP_BAN_USERNAMES'			=> 'Ban Usernames',
f2e824
f2e824
	'MCP_LOGS'						=> 'Moderator logs',
f2e824
	'MCP_LOGS_FRONT'				=> 'Front page',
f2e824
	'MCP_LOGS_FORUM_VIEW'			=> 'Forum logs',
f2e824
	'MCP_LOGS_TOPIC_VIEW'			=> 'Topic logs',
f2e824
f2e824
	'MCP_MAIN'						=> 'Main',
f2e824
	'MCP_MAIN_FORUM_VIEW'			=> 'View forum',
f2e824
	'MCP_MAIN_FRONT'				=> 'Front page',
f2e824
	'MCP_MAIN_POST_DETAILS'			=> 'Post details',
f2e824
	'MCP_MAIN_TOPIC_VIEW'			=> 'View topic',
f2e824
	'MCP_MAKE_ANNOUNCEMENT'			=> 'Modify to “Announcement”',
f2e824
	'MCP_MAKE_ANNOUNCEMENT_CONFIRM'	=> 'Are you sure you want to change this topic to an “Announcement”?',
f2e824
	'MCP_MAKE_ANNOUNCEMENTS'		=> 'Modify to “Announcements”',
f2e824
	'MCP_MAKE_ANNOUNCEMENTS_CONFIRM'=> 'Are you sure you want to change the selected topics to “Announcements”?',
f2e824
	'MCP_MAKE_GLOBAL'				=> 'Modify to “Global announcement”',
f2e824
	'MCP_MAKE_GLOBAL_CONFIRM'		=> 'Are you sure you want to change this topic to a “Global announcement”?',
f2e824
	'MCP_MAKE_GLOBALS'				=> 'Modify to “Global announcements”',
f2e824
	'MCP_MAKE_GLOBALS_CONFIRM'		=> 'Are you sure you want to change the selected topics to “Global announcements”?',
f2e824
	'MCP_MAKE_STICKY'				=> 'Modify to “Sticky”',
f2e824
	'MCP_MAKE_STICKY_CONFIRM'		=> 'Are you sure you want to change this topic to a “Sticky”?',
f2e824
	'MCP_MAKE_STICKIES'				=> 'Modify to “Stickies”',
f2e824
	'MCP_MAKE_STICKIES_CONFIRM'		=> 'Are you sure you want to change the selected topics to “Stickies”?',
f2e824
	'MCP_MAKE_NORMAL'				=> 'Modify to “Standard Topic”',
f2e824
	'MCP_MAKE_NORMAL_CONFIRM'		=> 'Are you sure you want to change this topic to a “Standard Topic”?',
f2e824
	'MCP_MAKE_NORMALS'				=> 'Modify to “Standard Topics”',
f2e824
	'MCP_MAKE_NORMALS_CONFIRM'		=> 'Are you sure you want to change the selected topics to “Standard Topics”?',
f2e824
f2e824
	'MCP_NOTES'						=> 'User notes',
f2e824
	'MCP_NOTES_FRONT'				=> 'Front page',
f2e824
	'MCP_NOTES_USER'				=> 'User details',
f2e824
f2e824
	'MCP_POST_REPORTS'				=> 'Reports issued on this post',
f2e824
f2e824
	'MCP_REPORTS'					=> 'Reported posts',
f2e824
	'MCP_REPORT_DETAILS'			=> 'Report details',
f2e824
	'MCP_REPORTS_CLOSED'			=> 'Closed reports',
f2e824
	'MCP_REPORTS_CLOSED_EXPLAIN'	=> 'This is a list of all reports about posts which have previously been resolved.',
f2e824
	'MCP_REPORTS_OPEN'				=> 'Open reports',
f2e824
	'MCP_REPORTS_OPEN_EXPLAIN'		=> 'This is a list of all reported posts which are still to be handled.',
f2e824
f2e824
	'MCP_QUEUE'								=> 'Moderation queue',
f2e824
	'MCP_QUEUE_APPROVE_DETAILS'				=> 'Approve details',
f2e824
	'MCP_QUEUE_UNAPPROVED_POSTS'			=> 'Posts awaiting approval',
f2e824
	'MCP_QUEUE_UNAPPROVED_POSTS_EXPLAIN'	=> 'This is a list of all posts which require approving before they will be visible to users.',
f2e824
	'MCP_QUEUE_UNAPPROVED_TOPICS'			=> 'Topics awaiting approval',
f2e824
	'MCP_QUEUE_UNAPPROVED_TOPICS_EXPLAIN'	=> 'This is a list of all topics which require approving before they will be visible to users.',
f2e824
f2e824
	'MCP_VIEW_USER'			=> 'View warnings for a specific user',
f2e824
f2e824
	'MCP_WARN'				=> 'Warnings',
f2e824
	'MCP_WARN_FRONT'		=> 'Front page',
f2e824
	'MCP_WARN_LIST'			=> 'List warnings',
f2e824
	'MCP_WARN_POST'			=> 'Warn for specific post',
f2e824
	'MCP_WARN_USER'			=> 'Warn user',
f2e824
f2e824
	'MERGE_POSTS'			=> 'Merge posts',
f2e824
	'MERGE_POSTS_CONFIRM'	=> 'Are you sure you want to merge the selected posts?',
f2e824
	'MERGE_TOPIC_EXPLAIN'	=> 'Using the form below you can merge selected posts into another topic. These posts will not be reordered and will appear as if the users posted them to the new topic.
Please enter the destination topic id or click on “Select topic” to search for one.',
f2e824
	'MERGE_TOPIC_ID'		=> 'Destination topic identification number',
f2e824
	'MERGE_TOPICS'			=> 'Merge topics',
f2e824
	'MERGE_TOPICS_CONFIRM'	=> 'Are you sure you want to merge the selected topics?',
f2e824
	'MODERATE_FORUM'		=> 'Moderate forum',
f2e824
	'MODERATE_TOPIC'		=> 'Moderate topic',
f2e824
	'MODERATE_POST'			=> 'Moderate post',
f2e824
	'MOD_OPTIONS'			=> 'Moderator options',
f2e824
	'MORE_INFO'				=> 'Further information',
f2e824
	'MOST_WARNINGS'			=> 'Users with most warnings',
f2e824
	'MOVE_TOPIC_CONFIRM'	=> 'Are you sure you want to move the topic into a new forum?',
f2e824
	'MOVE_TOPICS'			=> 'Move selected topics',
f2e824
	'MOVE_TOPICS_CONFIRM'	=> 'Are you sure you want to move the selected topics into a new forum?',
f2e824
f2e824
	'NOTIFY_POSTER_APPROVAL'		=> 'Notify poster about approval?',
f2e824
	'NOTIFY_POSTER_DISAPPROVAL'		=> 'Notify poster about disapproval?',
f2e824
	'NOTIFY_USER_WARN'				=> 'Notify user about warning?',
f2e824
	'NOT_MODERATOR'					=> 'You are not a moderator of this forum.',
f2e824
	'NO_DESTINATION_FORUM'			=> 'Please select a forum for destination.',
f2e824
	'NO_DESTINATION_FORUM_FOUND'	=> 'There is no destination forum available.',
f2e824
	'NO_ENTRIES'					=> 'No log entries for this period.',
f2e824
	'NO_FEEDBACK'					=> 'No feedback exists for this user.',
f2e824
	'NO_FINAL_TOPIC_SELECTED'		=> 'You have to select a destination topic for merging posts.',
f2e824
	'NO_MATCHES_FOUND'				=> 'No matches found.',
f2e824
	'NO_POST'						=> 'You have to select a post in order to warn the user for a post.',
f2e824
	'NO_POST_REPORT'				=> 'This post was not reported.',
f2e824
	'NO_POST_SELECTED'				=> 'You must select at least one post to perform this action.',
f2e824
	'NO_REASON_DISAPPROVAL'			=> 'Please give an appropriate reason for disapproval.',
f2e824
	'NO_REPORT'						=> 'No report found',
f2e824
	'NO_REPORTS'					=> 'No reports found',
f2e824
	'NO_REPORT_SELECTED'			=> 'You must select at least one report to perform this action.',
f2e824
	'NO_TOPIC_ICON'					=> 'None',
f2e824
	'NO_TOPIC_SELECTED'				=> 'You must select at least one topic to perform this action.',
f2e824
	'NO_TOPICS_QUEUE'				=> 'There are no topics waiting for approval.',
f2e824
f2e824
	'ONLY_TOPIC'			=> 'Only topic “%s”',
f2e824
	'OTHER_USERS'			=> 'Other users posting from this IP',
f2e824
f2e824
	'POSTER'					=> 'Poster',
f2e824
	'POSTS_APPROVED_SUCCESS'	=> 'The selected posts have been approved.',
f2e824
	'POSTS_DELETED_SUCCESS'		=> 'The selected posts have been successfully removed from the database.',
f2e824
	'POSTS_DISAPPROVED_SUCCESS'	=> 'The selected posts have been disapproved.',
f2e824
	'POSTS_LOCKED_SUCCESS'		=> 'The selected posts have been locked successfully.',
f2e824
	'POSTS_MERGED_SUCCESS'		=> 'The selected posts have been merged.',
f2e824
	'POSTS_UNLOCKED_SUCCESS'	=> 'The selected posts have been unlocked successfully.',
f2e824
	'POSTS_PER_PAGE'			=> 'Posts per page',
f2e824
	'POSTS_PER_PAGE_EXPLAIN'	=> '(Set to 0 to view all posts.)',
f2e824
	'POST_APPROVED_SUCCESS'		=> 'The selected post has been approved.',
f2e824
	'POST_DELETED_SUCCESS'		=> 'The selected post has been successfully removed from the database.',
f2e824
	'POST_DISAPPROVED_SUCCESS'	=> 'The selected post has been disapproved.',
f2e824
	'POST_LOCKED_SUCCESS'		=> 'Post locked successfully.',
f2e824
	'POST_NOT_EXIST'			=> 'The post you requested does not exist.',
f2e824
	'POST_REPORTED_SUCCESS'		=> 'This post has been successfully reported.',
f2e824
	'POST_UNLOCKED_SUCCESS'		=> 'Post unlocked successfully.',
f2e824
f2e824
	'READ_USERNOTES'			=> 'User notes',
f2e824
	'READ_WARNINGS'				=> 'User warnings',
f2e824
	'REPORTER'					=> 'Reporter',
f2e824
	'REPORTED'					=> 'Reported',
f2e824
	'REPORTED_BY'				=> 'Reported by',
f2e824
	'REPORTED_ON_DATE'			=> 'on',
f2e824
	'REPORTS_CLOSED_SUCCESS'	=> 'The selected reports have been closed successfully.',
f2e824
	'REPORTS_DELETED_SUCCESS'	=> 'The selected reports have been deleted successfully.',
f2e824
	'REPORTS_TOTAL'				=> 'In total there are %d reports to review.',
f2e824
	'REPORTS_ZERO_TOTAL'		=> 'There are no reports to review.',
f2e824
	'REPORT_CLOSED'				=> 'This report has already been closed.',
f2e824
	'REPORT_CLOSED_SUCCESS'		=> 'The selected report has been closed successfully.',
f2e824
	'REPORT_DELETED_SUCCESS'	=> 'The selected report has been deleted successfully.',
f2e824
	'REPORT_DETAILS'			=> 'Report details',
f2e824
	'REPORT_MESSAGE'			=> 'Report this message',
f2e824
	'REPORT_MESSAGE_EXPLAIN'	=> 'Use this form to report the selected message. Reporting should generally be used only if the message breaks forum rules.',
f2e824
	'REPORT_NOTIFY'				=> 'Notify me',
f2e824
	'REPORT_NOTIFY_EXPLAIN'		=> 'Informs you when your report is dealt with.',
f2e824
	'REPORT_POST_EXPLAIN'		=> 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
f2e824
	'REPORT_REASON'				=> 'Report reason',
f2e824
	'REPORT_TIME'				=> 'Report time',
f2e824
	'REPORT_TOTAL'				=> 'In total there is 1 report to review.',
f2e824
	'RESYNC'					=> 'Resync',
f2e824
	'RETURN_MESSAGE'			=> '%sReturn to the message%s',
f2e824
	'RETURN_NEW_FORUM'			=> '%sGo to the new forum%s',
f2e824
	'RETURN_NEW_TOPIC'			=> '%sGo to the new topic%s',
f2e824
	'RETURN_POST'				=> '%sReturn to the post%s',
f2e824
	'RETURN_QUEUE'				=> '%sReturn to the queue%s',
f2e824
	'RETURN_REPORTS'			=> '%sReturn to the reports%s',
f2e824
	'RETURN_TOPIC_SIMPLE'		=> '%sReturn to the topic%s',
f2e824
f2e824
	'SEARCH_POSTS_BY_USER'				=> 'Search posts by',
f2e824
	'SELECT_ACTION'						=> 'Select desired action',
f2e824
	'SELECT_FORUM_GLOBAL_ANNOUNCEMENT'	=> 'Please select the forum you wish this global announcement to be displayed.',
f2e824
	'SELECT_FORUM_GLOBAL_ANNOUNCEMENTS'	=> 'One or more of the selected topics are global announcements. Please select the forum you wish these to be displayed.',
f2e824
	'SELECT_MERGE'						=> 'Select for merge',
f2e824
	'SELECT_TOPICS_FROM'				=> 'Select topics from',
f2e824
	'SELECT_TOPIC'						=> 'Select topic',
f2e824
	'SELECT_USER'						=> 'Select user',
f2e824
	'SORT_ACTION'						=> 'Log action',
f2e824
	'SORT_DATE'							=> 'Date',
f2e824
	'SORT_IP'							=> 'IP address',
f2e824
	'SORT_WARNINGS'						=> 'Warnings',
f2e824
	'SPLIT_AFTER'						=> 'Split topic from selected post onwards',
f2e824
	'SPLIT_FORUM'						=> 'Forum for new topic',
f2e824
	'SPLIT_POSTS'						=> 'Split selected posts',
f2e824
	'SPLIT_SUBJECT'						=> 'New topic title',
f2e824
	'SPLIT_TOPIC_ALL'					=> 'Split topic from selected posts',
f2e824
	'SPLIT_TOPIC_ALL_CONFIRM'			=> 'Are you sure you want to split this topic?',
f2e824
	'SPLIT_TOPIC_BEYOND'				=> 'Split topic at selected post',
f2e824
	'SPLIT_TOPIC_BEYOND_CONFIRM'		=> 'Are you sure you want to split this topic at the selected post?',
f2e824
	'SPLIT_TOPIC_EXPLAIN'				=> 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post.',
f2e824
f2e824
	'THIS_POST_IP'				=> 'IP for this post',
f2e824
	'TOPICS_APPROVED_SUCCESS'	=> 'The selected topics have been approved.',
f2e824
	'TOPICS_DELETED_SUCCESS'	=> 'The selected topics have been successfully removed from the database.',
f2e824
	'TOPICS_DISAPPROVED_SUCCESS'=> 'The selected topics have been disapproved.',
f2e824
	'TOPICS_FORKED_SUCCESS'		=> 'The selected topics have been copied successfully.',
f2e824
	'TOPICS_LOCKED_SUCCESS'		=> 'The selected topics have been locked.',
f2e824
	'TOPICS_MOVED_SUCCESS'		=> 'The selected topics have been moved successfully.',
f2e824
	'TOPICS_RESYNC_SUCCESS'		=> 'The selected topics have been resynchronised.',
f2e824
	'TOPICS_TYPE_CHANGED'		=> 'Topic types changed successfully.',
f2e824
	'TOPICS_UNLOCKED_SUCCESS'	=> 'The selected topics have been unlocked.',
f2e824
	'TOPIC_APPROVED_SUCCESS'	=> 'The selected topic has been approved.',
f2e824
	'TOPIC_DELETED_SUCCESS'		=> 'The selected topic has been successfully removed from the database.',
f2e824
	'TOPIC_DISAPPROVED_SUCCESS'	=> 'The selected topic has been disapproved.',
f2e824
	'TOPIC_FORKED_SUCCESS'		=> 'The selected topic has been copied successfully.',
f2e824
	'TOPIC_LOCKED_SUCCESS'		=> 'The selected topic has been locked.',
f2e824
	'TOPIC_MOVED_SUCCESS'		=> 'The selected topic has been moved successfully.',
f2e824
	'TOPIC_NOT_EXIST'			=> 'The topic you selected does not exist.',
f2e824
	'TOPIC_RESYNC_SUCCESS'		=> 'The selected topic has been resynchronised.',
f2e824
	'TOPIC_SPLIT_SUCCESS'		=> 'The selected topic has been split successfully.',
f2e824
	'TOPIC_TIME'				=> 'Topic time',
f2e824
	'TOPIC_TYPE_CHANGED'		=> 'Topic type changed successfully.',
f2e824
	'TOPIC_UNLOCKED_SUCCESS'	=> 'The selected topic has been unlocked.',
f2e824
	'TOTAL_WARNINGS'			=> 'Total Warnings',
f2e824
f2e824
	'UNAPPROVED_POSTS_TOTAL'		=> 'In total there are %d posts waiting for approval.',
f2e824
	'UNAPPROVED_POSTS_ZERO_TOTAL'	=> 'There are no posts waiting for approval.',
f2e824
	'UNAPPROVED_POST_TOTAL'			=> 'In total there is 1 post waiting for approval.',
f2e824
	'UNLOCK'						=> 'Unlock',
f2e824
	'UNLOCK_POST'					=> 'Unlock post',
f2e824
	'UNLOCK_POST_EXPLAIN'			=> 'Allow editing',
f2e824
	'UNLOCK_POST_POST'				=> 'Unlock post',
f2e824
	'UNLOCK_POST_POST_CONFIRM'		=> 'Are you sure you want to allow editing this post?',
f2e824
	'UNLOCK_POST_POSTS'				=> 'Unlock selected posts',
f2e824
	'UNLOCK_POST_POSTS_CONFIRM'		=> 'Are you sure you want to allow editing the selected posts?',
f2e824
	'UNLOCK_TOPIC'					=> 'Unlock topic',
f2e824
	'UNLOCK_TOPIC_CONFIRM'			=> 'Are you sure you want to unlock this topic?',
f2e824
	'UNLOCK_TOPICS'					=> 'Unlock selected topics',
f2e824
	'UNLOCK_TOPICS_CONFIRM'			=> 'Are you sure you want to unlock all selected topics?',
f2e824
	'USER_CANNOT_POST'				=> 'You cannot post in this forum.',
f2e824
	'USER_CANNOT_REPORT'			=> 'You cannot report posts in this forum.',
f2e824
	'USER_FEEDBACK_ADDED'			=> 'User feedback added successfully.',
f2e824
	'USER_WARNING_ADDED'			=> 'User warned successfully.',
f2e824
f2e824
	'VIEW_DETAILS'			=> 'View details',
f2e824
	'VIEW_POST'				=> 'View post',
f2e824
f2e824
	'WARNED_USERS'			=> 'Warned users',
f2e824
	'WARNED_USERS_EXPLAIN'	=> 'This is a list of users with unexpired warnings issued to them.',
f2e824
	'WARNING_PM_BODY'		=> 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
f2e824
	'WARNING_PM_SUBJECT'	=> 'Board warning issued',
f2e824
	'WARNING_POST_DEFAULT'	=> 'This is a warning regarding the following post made by you: %s .',
f2e824
	'WARNINGS_ZERO_TOTAL'	=> 'No warnings exist.',
f2e824
f2e824
	'YOU_SELECTED_TOPIC'	=> 'You selected topic number %d: %s.',
f2e824
f2e824
	'report_reasons'		=> array(
f2e824
		'TITLE'	=> array(
f2e824
			'WAREZ'		=> 'Warez',
f2e824
			'SPAM'		=> 'Spam',
f2e824
			'OFF_TOPIC'	=> 'Off-topic',
f2e824
			'OTHER'		=> 'Other',
f2e824
		),
f2e824
		'DESCRIPTION' => array(
f2e824
			'WAREZ'		=> 'The post contains links to illegal or pirated software.',
f2e824
			'SPAM'		=> 'The reported post has the only purpose to advertise for a website or another product.',
f2e824
			'OFF_TOPIC'	=> 'The reported post is off topic.',
f2e824
			'OTHER'		=> 'The reported post does not fit into any other category, please use the further information field.',
f2e824
		)
f2e824
	),
f2e824
));
f2e824
f2e824
?>