Blame Extras/phpBB/3.0.4/language/en/mcp.php

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