mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11666] Rewording POST_DELETED and
reverting removal of MESSAGE_DELETED. PHPBB3-11666
This commit is contained in:
parent
92fe7e61c2
commit
96291d9e6e
1 changed files with 4 additions and 3 deletions
|
@ -156,6 +156,7 @@ $lang = array_merge($lang, array(
|
||||||
1 => 'Enter your message here, it may contain no more than <strong>%d</strong> character.',
|
1 => 'Enter your message here, it may contain no more than <strong>%d</strong> character.',
|
||||||
2 => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.',
|
2 => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.',
|
||||||
),
|
),
|
||||||
|
'MESSAGE_DELETED' => 'This message has been deleted successfully.',
|
||||||
'MORE_SMILIES' => 'View more smilies',
|
'MORE_SMILIES' => 'View more smilies',
|
||||||
|
|
||||||
'NOTIFY_REPLY' => 'Notify me when a reply is posted',
|
'NOTIFY_REPLY' => 'Notify me when a reply is posted',
|
||||||
|
@ -193,9 +194,9 @@ $lang = array_merge($lang, array(
|
||||||
'POST_APPROVAL_NOTIFY' => 'You will be notified when your post has been approved.',
|
'POST_APPROVAL_NOTIFY' => 'You will be notified when your post has been approved.',
|
||||||
'POST_CONFIRMATION' => 'Confirmation of post',
|
'POST_CONFIRMATION' => 'Confirmation of post',
|
||||||
'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.',
|
'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.',
|
||||||
'POST_DELETED' => 'This message has been deleted successfully.',
|
'POST_DELETED' => 'This post has been deleted successfully.',
|
||||||
'POST_EDITED' => 'This message has been edited successfully.',
|
'POST_EDITED' => 'This post has been edited successfully.',
|
||||||
'POST_EDITED_MOD' => 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
|
'POST_EDITED_MOD' => 'This post has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
|
||||||
'POST_GLOBAL' => 'Global',
|
'POST_GLOBAL' => 'Global',
|
||||||
'POST_ICON' => 'Post icon',
|
'POST_ICON' => 'Post icon',
|
||||||
'POST_NORMAL' => 'Normal',
|
'POST_NORMAL' => 'Normal',
|
||||||
|
|
Loading…
Add table
Reference in a new issue