diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7a4c424192..96db678f8a 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -85,6 +85,7 @@ $lang = array_merge($lang, array( 'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest', 'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests', 'BYTES' => 'Bytes', + 'BY' => 'By', 'CANCEL' => 'Cancel', 'CHANGE' => 'Change', @@ -403,6 +404,7 @@ $lang = array_merge($lang, array( 'TOPIC_ICON' => 'Topic icon', 'TOPIC_LOCKED' => 'This topic is locked you cannot edit posts or make replies', 'TOPIC_MOVED' => 'Moved Topic', + 'TOPIC_REVIEW' => 'Topic review', 'TOPIC_TITLE' => 'Topic Title', 'TOPIC_UNAPPROVED' => 'This topic has not been approved', 'TOTAL_ATTACHMENTS' => 'Attachment(s)', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 8fc94e7557..e54020b8f9 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -174,7 +174,6 @@ $lang = array_merge($lang, array( 'TOO_MANY_URLS' => 'Your message contains too many urls. A maximum of %d urls are allowed.', 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more Options per User than existing poll options', 'TOPIC_BUMPED' => 'Topic has been bumped successfully', - 'TOPIC_REVIEW' => 'Topic review', 'UNAUTHORISED_BBCODE' => 'You cannot use certain bbcodes: ', 'UPDATE_COMMENT' => 'Update comment',