Blame Identity/Models/Html/phpBB/3.0.4/language/en/posting.php

d6e8d8
d6e8d8
/**
d6e8d8
*
d6e8d8
* posting [English]
d6e8d8
*
d6e8d8
* @package language
d6e8d8
* @version $Id: posting.php 8555 2008-05-15 14:10:11Z Kellanved $
d6e8d8
* @copyright (c) 2005 phpBB Group
d6e8d8
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
d6e8d8
*
d6e8d8
*/
d6e8d8
d6e8d8
/**
d6e8d8
* DO NOT CHANGE
d6e8d8
*/
d6e8d8
if (!defined('IN_PHPBB'))
d6e8d8
{
d6e8d8
	exit;
d6e8d8
}
d6e8d8
d6e8d8
if (empty($lang) || !is_array($lang))
d6e8d8
{
d6e8d8
	$lang = array();
d6e8d8
}
d6e8d8
d6e8d8
// DEVELOPERS PLEASE NOTE
d6e8d8
//
d6e8d8
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
d6e8d8
//
d6e8d8
// Placeholders can now contain order information, e.g. instead of
d6e8d8
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
d6e8d8
// translators to re-order the output of data while ensuring it remains correct
d6e8d8
//
d6e8d8
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
d6e8d8
// equally where a string contains only two placeholders which are used to wrap text
d6e8d8
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
d6e8d8
d6e8d8
$lang = array_merge($lang, array(
d6e8d8
	'ADD_ATTACHMENT'			=> 'Upload attachment',
d6e8d8
	'ADD_ATTACHMENT_EXPLAIN'	=> 'If you wish to attach one or more files enter the details below.',
d6e8d8
	'ADD_FILE'					=> 'Add the file',
d6e8d8
	'ADD_POLL'					=> 'Poll creation',
d6e8d8
	'ADD_POLL_EXPLAIN'			=> 'If you do not want to add a poll to your topic leave the fields blank.',
d6e8d8
	'ALREADY_DELETED'			=> 'Sorry but this message is already deleted.',
d6e8d8
	'ATTACH_QUOTA_REACHED'		=> 'Sorry, the board attachment quota has been reached.',
d6e8d8
	'ATTACH_SIG'				=> 'Attach a signature (signatures can be altered via the UCP)',
d6e8d8
d6e8d8
	'BBCODE_A_HELP'				=> 'Inline uploaded attachment: [attachment=]filename.ext[/attachment]',
d6e8d8
	'BBCODE_B_HELP'				=> 'Bold text: [b]text[/b]',
d6e8d8
	'BBCODE_C_HELP'				=> 'Code display: [code]code[/code]',
d6e8d8
	'BBCODE_E_HELP'				=> 'List: Add list element',
d6e8d8
	'BBCODE_F_HELP'				=> 'Font size: [size=85]small text[/size]',
d6e8d8
	'BBCODE_IS_OFF'				=> '%sBBCode%s is OFF',
d6e8d8
	'BBCODE_IS_ON'				=> '%sBBCode%s is ON',
d6e8d8
	'BBCODE_I_HELP'				=> 'Italic text: [i]text[/i]',
d6e8d8
	'BBCODE_L_HELP'				=> 'List: [list]text[/list]',
d6e8d8
	'BBCODE_LISTITEM_HELP'		=> 'List item: [*]text[/*]',
d6e8d8
	'BBCODE_O_HELP'				=> 'Ordered list: [list=]text[/list]',
d6e8d8
	'BBCODE_P_HELP'				=> 'Insert image: [img]http://image_url[/img]',
d6e8d8
	'BBCODE_Q_HELP'				=> 'Quote text: [quote]text[/quote]',
d6e8d8
	'BBCODE_S_HELP'				=> 'Font colour: [color=red]text[/color]  Tip: you can also use color=#FF0000',
d6e8d8
	'BBCODE_U_HELP'				=> 'Underline text: [u]text[/u]',
d6e8d8
	'BBCODE_W_HELP'				=> 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]',
d6e8d8
	'BBCODE_D_HELP'				=> 'Flash: [flash=width,height]http://url[/flash]',
d6e8d8
	'BUMP_ERROR'				=> 'You cannot bump this topic so soon after the last post.',
d6e8d8
d6e8d8
	'CANNOT_DELETE_REPLIED'		=> 'Sorry but you may only delete posts which have not been replied to.',
d6e8d8
	'CANNOT_EDIT_POST_LOCKED'	=> 'This post has been locked. You can no longer edit that post.',
d6e8d8
	'CANNOT_EDIT_TIME'			=> 'You can no longer edit or delete that post.',
d6e8d8
	'CANNOT_POST_ANNOUNCE'		=> 'Sorry but you cannot post announcements.',
d6e8d8
	'CANNOT_POST_STICKY'		=> 'Sorry but you cannot post sticky topics.',
d6e8d8
	'CHANGE_TOPIC_TO'			=> 'Change topic type to',
d6e8d8
	'CLOSE_TAGS'				=> 'Close tags',
d6e8d8
	'CURRENT_TOPIC'				=> 'Current topic',
d6e8d8
d6e8d8
	'DELETE_FILE'				=> 'Delete file',
d6e8d8
	'DELETE_MESSAGE'			=> 'Delete message',
d6e8d8
	'DELETE_MESSAGE_CONFIRM'	=> 'Are you sure you want to delete this message?',
d6e8d8
	'DELETE_OWN_POSTS'			=> 'Sorry but you can only delete your own posts.',
d6e8d8
	'DELETE_POST_CONFIRM'		=> 'Are you sure you want to delete this post?',
d6e8d8
	'DELETE_POST_WARN'			=> 'Once deleted the post cannot be recovered',
d6e8d8
	'DISABLE_BBCODE'			=> 'Disable BBCode',
d6e8d8
	'DISABLE_MAGIC_URL'			=> 'Do not automatically parse URLs',
d6e8d8
	'DISABLE_SMILIES'			=> 'Disable smilies',
d6e8d8
	'DISALLOWED_CONTENT'		=> 'The upload was rejected because the uploaded file was identified as a possible attack vector.',
d6e8d8
	'DISALLOWED_EXTENSION'		=> 'The extension %s is not allowed.',
d6e8d8
	'DRAFT_LOADED'				=> 'Draft loaded into posting area, you may want to finish your post now.
Your draft will be deleted after submitting this post.',
d6e8d8
	'DRAFT_LOADED_PM'			=> 'Draft loaded into message area, you may want to finish your private message now.
Your draft will be deleted after submitting this private message.',
d6e8d8
	'DRAFT_SAVED'				=> 'Draft successfully saved.',
d6e8d8
	'DRAFT_TITLE'				=> 'Draft title',
d6e8d8
d6e8d8
	'EDIT_REASON'				=> 'Reason for editing this post',
d6e8d8
	'EMPTY_FILEUPLOAD'			=> 'The uploaded file is empty.',
d6e8d8
	'EMPTY_MESSAGE'				=> 'You must enter a message when posting.',
d6e8d8
	'EMPTY_REMOTE_DATA'			=> 'File could not be uploaded, please try uploading the file manually.',
d6e8d8
d6e8d8
	'FLASH_IS_OFF'				=> '[flash] is OFF',
d6e8d8
	'FLASH_IS_ON'				=> '[flash] is ON',
d6e8d8
	'FLOOD_ERROR'				=> 'You cannot make another post so soon after your last.',
d6e8d8
	'FONT_COLOR'				=> 'Font colour',
d6e8d8
	'FONT_COLOR_HIDE'			=> 'Hide font colour',
d6e8d8
	'FONT_HUGE'					=> 'Huge',
d6e8d8
	'FONT_LARGE'				=> 'Large',
d6e8d8
	'FONT_NORMAL'				=> 'Normal',
d6e8d8
	'FONT_SIZE'					=> 'Font size',
d6e8d8
	'FONT_SMALL'				=> 'Small',
d6e8d8
	'FONT_TINY'					=> 'Tiny',
d6e8d8
d6e8d8
	'GENERAL_UPLOAD_ERROR'		=> 'Could not upload attachment to %s.',
d6e8d8
d6e8d8
	'IMAGES_ARE_OFF'			=> '[img] is OFF',
d6e8d8
	'IMAGES_ARE_ON'				=> '[img] is ON',
d6e8d8
	'INVALID_FILENAME'			=> '%s is an invalid filename.',
d6e8d8
d6e8d8
	'LOAD'						=> 'Load',
d6e8d8
	'LOAD_DRAFT'				=> 'Load draft',
d6e8d8
	'LOAD_DRAFT_EXPLAIN'		=> 'Here you are able to select the draft you want to continue writing. Your current post will be cancelled, all current post contents will be deleted. View, edit and delete drafts within your User Control Panel.',
d6e8d8
	'LOGIN_EXPLAIN_BUMP'		=> 'You need to login in order to bump topics within this forum.',
d6e8d8
	'LOGIN_EXPLAIN_DELETE'		=> 'You need to login in order to delete posts within this forum.',
d6e8d8
	'LOGIN_EXPLAIN_POST'		=> 'You need to login in order to post within this forum.',
d6e8d8
	'LOGIN_EXPLAIN_QUOTE'		=> 'You need to login in order to quote posts within this forum.',
d6e8d8
	'LOGIN_EXPLAIN_REPLY'		=> 'You need to login in order to reply to topics within this forum.',
d6e8d8
d6e8d8
	'MAX_FONT_SIZE_EXCEEDED'	=> 'You may only use fonts up to size %1$d.',
d6e8d8
	'MAX_FLASH_HEIGHT_EXCEEDED'	=> 'Your flash files may only be up to %1$d pixels high.',
d6e8d8
	'MAX_FLASH_WIDTH_EXCEEDED'	=> 'Your flash files may only be up to %1$d pixels wide.',
d6e8d8
	'MAX_IMG_HEIGHT_EXCEEDED'	=> 'Your images may only be up to %1$d pixels high.',
d6e8d8
	'MAX_IMG_WIDTH_EXCEEDED'	=> 'Your images may only be up to %1$d pixels wide.',
d6e8d8
d6e8d8
	'MESSAGE_BODY_EXPLAIN'		=> 'Enter your message here, it may contain no more than %d characters.',
d6e8d8
	'MESSAGE_DELETED'			=> 'This message has been deleted successfully.',
d6e8d8
	'MORE_SMILIES'				=> 'View more smilies',
d6e8d8
d6e8d8
	'NOTIFY_REPLY'				=> 'Notify me when a reply is posted',
d6e8d8
	'NOT_UPLOADED'				=> 'File could not be uploaded.',
d6e8d8
	'NO_DELETE_POLL_OPTIONS'	=> 'You cannot delete existing poll options.',
d6e8d8
	'NO_PM_ICON'				=> 'No PM icon',
d6e8d8
	'NO_POLL_TITLE'				=> 'You have to enter a poll title.',
d6e8d8
	'NO_POST'					=> 'The requested post does not exist.',
d6e8d8
	'NO_POST_MODE'				=> 'No post mode specified.',
d6e8d8
d6e8d8
	'PARTIAL_UPLOAD'			=> 'The uploaded file was only partially uploaded.',
d6e8d8
	'PHP_SIZE_NA'				=> 'The attachment’s file size is too large.
Could not determine the maximum size defined by PHP in php.ini.',
d6e8d8
	'PHP_SIZE_OVERRUN'			=> 'The attachment’s file size is too large, the maximum upload size is %d MB.
Please note this is set in php.ini and cannot be overridden.',
d6e8d8
	'PLACE_INLINE'				=> 'Place inline',
d6e8d8
	'POLL_DELETE'				=> 'Delete poll',
d6e8d8
	'POLL_FOR'					=> 'Run poll for',
d6e8d8
	'POLL_FOR_EXPLAIN'			=> 'Enter 0 or leave blank for a never ending poll.',
d6e8d8
	'POLL_MAX_OPTIONS'			=> 'Options per user',
d6e8d8
	'POLL_MAX_OPTIONS_EXPLAIN'	=> 'This is the number of options each user may select when voting.',
d6e8d8
	'POLL_OPTIONS'				=> 'Poll options',
d6e8d8
	'POLL_OPTIONS_EXPLAIN'		=> 'Place each option on a new line. You may enter up to %d options.',
d6e8d8
	'POLL_OPTIONS_EDIT_EXPLAIN'	=> 'Place each option on a new line. You may enter up to %d options. If you remove or add options all previous votes will be reset.',
d6e8d8
	'POLL_QUESTION'				=> 'Poll question',
d6e8d8
	'POLL_TITLE_TOO_LONG'		=> 'The poll title must contain fewer than 100 characters.',
d6e8d8
	'POLL_TITLE_COMP_TOO_LONG'	=> 'The parsed size of your poll title is too large, consider removing BBCodes or smilies.',
d6e8d8
	'POLL_VOTE_CHANGE'			=> 'Allow re-voting',
d6e8d8
	'POLL_VOTE_CHANGE_EXPLAIN'	=> 'If enabled users are able to change their vote.',
d6e8d8
	'POSTED_ATTACHMENTS'		=> 'Posted attachments',
d6e8d8
	'POST_APPROVAL_NOTIFY'		=> 'You will be notified when your post has been approved.',
d6e8d8
	'POST_CONFIRMATION'			=> 'Confirmation of post',
d6e8d8
	'POST_CONFIRM_EXPLAIN'		=> 'To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
d6e8d8
	'POST_DELETED'				=> 'This message has been deleted successfully.',
d6e8d8
	'POST_EDITED'				=> 'This message has been edited successfully.',
d6e8d8
	'POST_EDITED_MOD'			=> 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
d6e8d8
	'POST_GLOBAL'				=> 'Global',
d6e8d8
	'POST_ICON'					=> 'Post icon',
d6e8d8
	'POST_NORMAL'				=> 'Normal',
d6e8d8
	'POST_REVIEW'				=> 'Post review',
d6e8d8
	'POST_REVIEW_EXPLAIN'		=> 'At least one new post has been made to this topic. You may wish to review your post in light of this.',
d6e8d8
	'POST_STORED'				=> 'This message has been posted successfully.',
d6e8d8
	'POST_STORED_MOD'			=> 'This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable.',
d6e8d8
	'POST_TOPIC_AS'				=> 'Post topic as',
d6e8d8
	'PROGRESS_BAR'				=> 'Progress bar',
d6e8d8
d6e8d8
	'QUOTE_DEPTH_EXCEEDED'		=> 'You may embed only %1$d quotes within each other.',
d6e8d8
d6e8d8
	'SAVE'						=> 'Save',
d6e8d8
	'SAVE_DATE'					=> 'Saved at',
d6e8d8
	'SAVE_DRAFT'				=> 'Save draft',
d6e8d8
	'SAVE_DRAFT_CONFIRM'		=> 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?',
d6e8d8
	'SMILIES'					=> 'Smilies',
d6e8d8
	'SMILIES_ARE_OFF'			=> 'Smilies are OFF',
d6e8d8
	'SMILIES_ARE_ON'			=> 'Smilies are ON',
d6e8d8
	'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
d6e8d8
	'STICK_TOPIC_FOR'			=> 'Stick topic for',
d6e8d8
	'STICK_TOPIC_FOR_EXPLAIN'	=> 'Enter 0 or leave blank for a never ending Sticky/Announcement.',
d6e8d8
	'STYLES_TIP'				=> 'Tip: Styles can be applied quickly to selected text.',
d6e8d8
d6e8d8
	'TOO_FEW_CHARS'				=> 'Your message contains too few characters.',
d6e8d8
	'TOO_FEW_POLL_OPTIONS'		=> 'You must enter at least two poll options.',
d6e8d8
	'TOO_MANY_ATTACHMENTS'		=> 'Cannot add another attachment, %d is the maximum.',
d6e8d8
	'TOO_MANY_CHARS'			=> 'Your message contains too many characters.',
d6e8d8
	'TOO_MANY_CHARS_POST'		=> 'Your message contains %1$d characters. The maximum number of allowed characters is %2$d.',
d6e8d8
	'TOO_MANY_CHARS_SIG'		=> 'Your signature contains %1$d characters. The maximum number of allowed characters is %2$d.',
d6e8d8
	'TOO_MANY_POLL_OPTIONS'		=> 'You have tried to enter too many poll options.',
d6e8d8
	'TOO_MANY_SMILIES'			=> 'Your message contains too many smilies. The maximum number of smilies allowed is %d.',
d6e8d8
	'TOO_MANY_URLS'				=> 'Your message contains too many URLs. The maximum number of URLs allowed is %d.',
d6e8d8
	'TOO_MANY_USER_OPTIONS'		=> 'You cannot specify more options per user than existing poll options.',
d6e8d8
	'TOPIC_BUMPED'				=> 'Topic has been bumped successfully.',
d6e8d8
d6e8d8
	'UNAUTHORISED_BBCODE'		=> 'You cannot use certain BBCodes: %s.',
d6e8d8
	'UNGLOBALISE_EXPLAIN'		=> 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.',
d6e8d8
	'UPDATE_COMMENT'			=> 'Update comment',
d6e8d8
	'URL_INVALID'				=> 'The URL you specified is invalid.',
d6e8d8
	'URL_NOT_FOUND'				=> 'The file specified could not be found.',
d6e8d8
	'URL_IS_OFF'				=> '[url] is OFF',
d6e8d8
	'URL_IS_ON'					=> '[url] is ON',
d6e8d8
	'USER_CANNOT_BUMP'			=> 'You cannot bump topics in this forum.',
d6e8d8
	'USER_CANNOT_DELETE'		=> 'You cannot delete posts in this forum.',
d6e8d8
	'USER_CANNOT_EDIT'			=> 'You cannot edit posts in this forum.',
d6e8d8
	'USER_CANNOT_REPLY'			=> 'You cannot reply in this forum.',
d6e8d8
	'USER_CANNOT_FORUM_POST'	=> 'You are not able to do posting operations on this forum due to the forum type not supporting it.',
d6e8d8
d6e8d8
	'VIEW_MESSAGE'				=> '%sView your submitted message%s',
d6e8d8
	'VIEW_PRIVATE_MESSAGE'		=> '%sView your submitted private message%s',
d6e8d8
d6e8d8
	'WRONG_FILESIZE'			=> 'The file is too big, maximum allowed size is %1d %2s.',
d6e8d8
	'WRONG_SIZE'				=> 'The image must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high. The submitted image is %5$d pixels wide and %6$d pixels high.',
d6e8d8
));
d6e8d8
d6e8d8
?>