mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
- m_warn is no longer a local moderation permission
- magic urls should properly use html entities - speed up posting on big boards, MAX(post_id) query can be simplified a lot in certain cases - user IP list should be labelled with "Other users" [Bug #9707] git-svn-id: file:///svn/phpbb/trunk@7355 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -175,7 +175,7 @@ $lang = array_merge($lang, array(
|
||||
'acl_m_merge' => array('lang' => 'Can merge topics', 'cat' => 'topic_actions'),
|
||||
|
||||
'acl_m_info' => array('lang' => 'Can view post details', 'cat' => 'misc'),
|
||||
'acl_m_warn' => array('lang' => 'Can issue warnings', 'cat' => 'misc'),
|
||||
'acl_m_warn' => array('lang' => 'Can issue warnings', 'cat' => 'misc'), // This moderator setting is only global (and not local)
|
||||
'acl_m_ban' => array('lang' => 'Can manage bans', 'cat' => 'misc'), // This moderator setting is only global (and not local)
|
||||
));
|
||||
|
||||
|
@@ -222,7 +222,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPICS_QUEUE' => 'No topics',
|
||||
|
||||
'ONLY_TOPIC' => 'Only topic "%s"',
|
||||
'OTHER_USERS' => 'Users posting from this IP',
|
||||
'OTHER_USERS' => 'Other users posting from this IP',
|
||||
|
||||
'POSTER' => 'Poster',
|
||||
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved',
|
||||
|
Reference in New Issue
Block a user