diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2006-02-10 22:48:12 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-02-10 22:48:12 +0000 |
commit | 9f99285149aec72bde4048dbfe68bbb0eb2b0f0e (patch) | |
tree | 6766890e9ca503ea53e7680ba5b2e060ca20a681 /phpBB | |
parent | 677f9aedbf78cf4acc3f4f26d8b48afd11590584 (diff) | |
download | forums-9f99285149aec72bde4048dbfe68bbb0eb2b0f0e.tar forums-9f99285149aec72bde4048dbfe68bbb0eb2b0f0e.tar.gz forums-9f99285149aec72bde4048dbfe68bbb0eb2b0f0e.tar.bz2 forums-9f99285149aec72bde4048dbfe68bbb0eb2b0f0e.tar.xz forums-9f99285149aec72bde4048dbfe68bbb0eb2b0f0e.zip |
Moved topic_review string into the common so it is available for the MCP
git-svn-id: file:///svn/phpbb/trunk@5543 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/common.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
2 files changed, 2 insertions, 1 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)', 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', |