1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-10 16:35:35 +02:00

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
This commit is contained in:
Tom Beddard 2006-02-10 22:48:12 +00:00
parent 677f9aedbf
commit 9f99285149
2 changed files with 2 additions and 1 deletions
phpBB/language/en

@ -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)',

@ -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',