mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- fixed some quickmod bugs [#1994] and [Bug #1898] - browse reports/unapproved posts by topic id - correctly hide approval details - added return message to mcp_ban [Bug #1851] - adjusted some links, including [Bug #1855] - added some missing language variables, including [Bug #1824], [Bug #1841], [Bug #1852] and [Bug #1864] - always show all options in mcp_topic [Bug #1938] git-svn-id: file:///svn/phpbb/trunk@5986 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -200,11 +200,13 @@ $lang = array_merge($lang, array(
|
||||
'NO_FEEDBACK' => 'No feedback exists for this user',
|
||||
'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts',
|
||||
'NO_MATCHES_FOUND' => 'No matches found',
|
||||
'NO_POST' => 'You have to select a post in order to warn the user for a post',
|
||||
'NO_POST_REPORT' => 'This post was not reported.',
|
||||
'NO_POST_SELECTED' => 'You must select at least one post to perform this action',
|
||||
'NO_TOPIC_SELECTED' => 'You must select at least one topic to perform this action',
|
||||
|
||||
'OTHER_IPS' => 'Other IP addresses this user has posted from',
|
||||
'ONLY_TOPIC' => 'Only topic "%s"',
|
||||
'OTHER_USERS' => 'Users posting from this IP',
|
||||
|
||||
'POSTER' => 'Poster',
|
||||
@@ -286,7 +288,6 @@ $lang = array_merge($lang, array(
|
||||
'TOPIC_LOCKED_SUCCESS' => 'The selected topic has been locked',
|
||||
'TOPIC_MOVED_SUCCESS' => 'The selected topic has been moved successfully',
|
||||
'TOPIC_NOT_EXIST' => 'The topic you selected does not exist',
|
||||
'TOPIC_REPORTED' => 'This topic has been reported',
|
||||
'TOPIC_RESYNC_SUCCESS' => 'The selected topic has been resynchronised',
|
||||
'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully',
|
||||
'TOPIC_TIME' => 'Topic time',
|
||||
|
Reference in New Issue
Block a user