diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-12 23:17:04 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-12 23:17:04 +0000 |
| commit | b4e026844bf4f158c23c334378a762518784ce06 (patch) | |
| tree | bd9206a0140ccc33bcaf057b9f2613437bc39077 /phpBB/language | |
| parent | b5125ea70bd406ab40ebd2b58fb13e5b7e87b292 (diff) | |
| download | forums-b4e026844bf4f158c23c334378a762518784ce06.tar forums-b4e026844bf4f158c23c334378a762518784ce06.tar.gz forums-b4e026844bf4f158c23c334378a762518784ce06.tar.bz2 forums-b4e026844bf4f158c23c334378a762518784ce06.tar.xz forums-b4e026844bf4f158c23c334378a762518784ce06.zip | |
$lang vars for reported/approved posts and topic
git-svn-id: file:///svn/phpbb/trunk@3636 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 25cd2a674a..aa7c689072 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -288,7 +288,12 @@ $lang = array( 'DELETE_POST' => 'Delete', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', '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', 'Quote' => 'Quote', 'Code' => 'Code', |
