mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
$lang vars for reported/approved posts and topic
git-svn-id: file:///svn/phpbb/trunk@3636 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b5125ea70b
commit
b4e026844b
1 changed files with 6 additions and 1 deletions
|
@ -288,7 +288,12 @@ $lang = array(
|
||||||
'DELETE_POST' => 'Delete',
|
'DELETE_POST' => 'Delete',
|
||||||
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
|
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
|
||||||
'REPORT_TO_ADMIN' => 'Report this post',
|
'REPORT_TO_ADMIN' => 'Report this post',
|
||||||
'POST_BEEN_REPORTED' => 'This post has already been reported.',
|
|
||||||
|
'POST_BEEN_REPORTED' => 'This post has been reported',
|
||||||
|
'POST_NOT_BEEN_APPROVED' => 'This post has not been approved',
|
||||||
|
'TOPIC_BEEN_REPORTED' => 'This topic has been reported',
|
||||||
|
'TOPIC_NOT_BEEN_APPROVED' => 'This topic has not been approved',
|
||||||
|
|
||||||
'wrote' => 'wrote',
|
'wrote' => 'wrote',
|
||||||
'Quote' => 'Quote',
|
'Quote' => 'Quote',
|
||||||
'Code' => 'Code',
|
'Code' => 'Code',
|
||||||
|
|
Loading…
Add table
Reference in a new issue