mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Addition to r9731: Add seperate language entry for more flexibility in other languages.
Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8278eb29a2
commit
65ec5e1bb5
2 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@ $lang = array_merge($lang, array(
|
|||
'POST_ICON' => 'Post icon',
|
||||
'POST_NORMAL' => 'Normal',
|
||||
'POST_REVIEW' => 'Post review',
|
||||
'POST_REVIEW_EDIT' => 'Post review',
|
||||
'POST_REVIEW_EDIT_EXPLAIN' => 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.',
|
||||
'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' => 'This message has been posted successfully.',
|
||||
|
|
|
@ -727,6 +727,7 @@ if ($submit || $preview || $refresh)
|
|||
$template->assign_vars(array(
|
||||
'S_POST_REVIEW' => true,
|
||||
|
||||
'L_POST_REVIEW' => $user->lang['POST_REVIEW_EDIT'],
|
||||
'L_POST_REVIEW_EXPLAIN' => $user->lang['POST_REVIEW_EDIT_EXPLAIN'],
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue