mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
git-svn-id: file:///svn/phpbb/trunk@6737 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -118,7 +118,7 @@ $lang = array_merge($lang, array(
|
||||
'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 <strong>%d</strong> characters.',
|
||||
'MESSAGE_DELETED' => 'Your message has been deleted successfully',
|
||||
'MESSAGE_DELETED' => 'This message has been deleted successfully',
|
||||
'MORE_SMILIES' => 'View more smilies',
|
||||
|
||||
'NOTIFY_REPLY' => 'Send me an email when a reply is posted',
|
||||
@@ -146,17 +146,17 @@ $lang = array_merge($lang, array(
|
||||
'POSTED_ATTACHMENTS' => 'Posted attachments',
|
||||
'POST_CONFIRMATION' => 'Confirmation of post',
|
||||
'POST_CONFIRM_EXPLAIN' => 'To prevent automated posts the board administrator 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.',
|
||||
'POST_DELETED' => 'Your message has been deleted successfully',
|
||||
'POST_EDITED' => 'Your message has been edited successfully',
|
||||
'POST_EDITED_MOD' => 'Your message has been edited but requires approval',
|
||||
'POST_DELETED' => 'This message has been deleted successfully',
|
||||
'POST_EDITED' => 'This message has been edited successfully',
|
||||
'POST_EDITED_MOD' => 'This message has been edited but requires approval',
|
||||
'POST_GLOBAL' => 'Global',
|
||||
'POST_ICON' => 'Post icon',
|
||||
'POST_NORMAL' => 'Normal',
|
||||
'POST_REPLY' => 'Post a reply',
|
||||
'POST_REVIEW' => 'Post review',
|
||||
'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.',
|
||||
'POST_STORED' => 'Your message has been posted successfully',
|
||||
'POST_STORED_MOD' => 'Your message has been saved but requires approval',
|
||||
'POST_STORED' => 'This message has been posted successfully',
|
||||
'POST_STORED_MOD' => 'This message has been saved but requires approval',
|
||||
'POST_TOPIC' => 'Post a new topic',
|
||||
'POST_TOPIC_AS' => 'Post topic as',
|
||||
'PROGRESS_BAR' => 'Progress bar',
|
||||
|
Reference in New Issue
Block a user