From f95e730adf1d77e65cb4c408b49a62e2888b5f64 Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 25 Feb 2006 05:46:52 +0000 Subject: Another one bites the dust :D - Nicer way of cleaning junk in PM export - Added various signature and posting controls :P git-svn-id: file:///svn/phpbb/trunk@5583 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/posting.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpBB/language/en/posting.php') diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e54020b8f9..e76831cef1 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -113,7 +113,11 @@ $lang = array_merge($lang, array( '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.', 'LOGIN_EXPLAIN_POST' => 'You need to login in order to post within this forum', - + + 'MAX_FONT_SIZE_EXCEEDED' => 'You may only use fonts up to size %1$d.', + 'MAX_IMG_HEIGHT_EXCEEDED' => 'Your images may only be up to %1$d pixels high.', + 'MAX_IMG_WIDTH_EXCEEDED' => 'Your images may only be up to %1$d pixels wide.', + 'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than %d characters.', 'MESSAGE_DELETED' => 'Your message has been deleted successfully', 'MORE_SMILIES' => 'View more smilies', -- cgit v1.2.1