From 78d872e530b2dcc27f51ec53fd3f4db3ac00992a Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 13 Mar 2003 00:45:02 +0000 Subject: [PATCH] More strings :] git-svn-id: file:///svn/phpbb/trunk@3641 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index aa7c689072..31cc533b0a 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -294,6 +294,9 @@ $lang = array( 'TOPIC_BEEN_REPORTED' => 'This topic has been reported', 'TOPIC_NOT_BEEN_APPROVED' => 'This topic has not been approved', + 'APPROVE_POST' => 'Approve this post', + 'READ_REPORTS' => 'Read post reports', + 'wrote' => 'wrote', 'Quote' => 'Quote', 'Code' => 'Code',