diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
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)', |