// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang+=array(
'ADD_ATTACHMENT'=>'Add an Attachment',
'ADD_ATTACHMENT_EXPLAIN'=>'If you wish to attach one or more files enter the details below',
'ADD_FILE'=>'Add File',
'ADD_POLL'=>'Add Poll',
'ADD_POLL_EXPLAIN'=>'If you do not want to add a poll to your topic leave the fields blank',
'ALREADY_DELETED'=>'Sorry but this message is already deleted.',
'ATTACHMENT_PHP_SIZE_NA'=>'The attachment is too big.<br />Could not get determine the maximum size defined by PHP in php.ini.',
'ATTACHMENT_PHP_SIZE_OVERRUN'=>'The attachment is too big, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
'ATTACHMENT_TOO_BIG'=>'The attachment is too big, maximum allowed size is %1d %2s',
'ATTACH_QUOTA_REACHED'=>'Sorry, the board attachment quota has been reached.',
'ATTACH_SIG'=>'Attach a signature (signatures can be altered via the UCP)',
'EMPTY_MESSAGE'=>'You must enter a message when posting.',
'ERROR_IMAGESIZE'=>'The Image you tried to attach is too big, maximum allowed dimensions are %1d px X %2d px.',
'FLASH_IS_OFF'=>'[flash] is <u>ON</u>',
'FLASH_IS_ON'=>'[flash] is <u>ON</u>',
'FLOOD_ERROR'=>'You cannot make another post so soon after your last.',
'FONT_COLOR'=>'Font color',
'FONT_HUGE'=>'Huge',
'FONT_LARGE'=>'Large',
'FONT_NORMAL'=>'Normal',
'FONT_SIZE'=>'Font size',
'FONT_SMALL'=>'Small',
'FONT_TINY'=>'Tiny',
'GENERAL_UPLOAD_ERROR'=>'Could not upload Attachment to %s',
'HTML_IS_OFF'=>'HTML is <u>OFF</u>',
'HTML_IS_ON'=>'HTML is <u>ON</u>',
'IMAGES_ARE_OFF'=>'[img] is <u>OFF</u>',
'IMAGES_ARE_ON'=>'[img] is <u>ON</u>',
'INVALID_FILENAME'=>'%s is an invalid filename',
'KARMA_LEVEL'=>'Karma Level',
'LOAD'=>'Load',
'LOAD_DRAFT'=>'Load Draft',
'LOAD_DRAFT_EXPLAIN'=>'Here you are able to select the draft you want to continue writing. Your current post will be canceled, all current post contents will be deleted. View, edit and delete drafts within your User Control Panel.',
'MESSAGE_BODY_EXPLAIN'=>'Enter your message here, it may contain no more than <b>%d</b> characters.',