mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- #6110
- #6102 - #6096 git-svn-id: file:///svn/phpbb/trunk@6738 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -145,6 +145,29 @@ $lang = array_merge($lang, array(
|
||||
'ROLE_DELETED' => 'Role successfully removed.',
|
||||
'ROLE_DESCRIPTION' => 'Role description',
|
||||
|
||||
'ROLE_ADMIN_FORUM' => 'Forum Admin',
|
||||
'ROLE_ADMIN_FULL' => 'Full Admin',
|
||||
'ROLE_ADMIN_STANDARD' => 'Standard Admin',
|
||||
'ROLE_ADMIN_USERGROUP' => 'User and Groups Admin',
|
||||
'ROLE_FORUM_BOT' => 'Bot Access',
|
||||
'ROLE_FORUM_FULL' => 'Full Access',
|
||||
'ROLE_FORUM_LIMITED' => 'Limited Access',
|
||||
'ROLE_FORUM_LIMITED_POLLS' => 'Limited Access + Polls',
|
||||
'ROLE_FORUM_NOACCESS' => 'No Access',
|
||||
'ROLE_FORUM_ONQUEUE' => 'On Moderation Queue',
|
||||
'ROLE_FORUM_POLLS' => 'Standard Access + Polls',
|
||||
'ROLE_FORUM_READONLY' => 'Read Only Access',
|
||||
'ROLE_FORUM_STANDARD' => 'Standard Access',
|
||||
'ROLE_MOD_FULL' => 'Full Moderator',
|
||||
'ROLE_MOD_QUEUE' => 'Queue Moderator',
|
||||
'ROLE_MOD_SIMPLE' => 'Simple Moderator',
|
||||
'ROLE_MOD_STANDARD' => 'Standard Moderator',
|
||||
'ROLE_USER_FULL' => 'All Features',
|
||||
'ROLE_USER_LIMITED' => 'Limited Features',
|
||||
'ROLE_USER_NOAVATAR' => 'No Avatar',
|
||||
'ROLE_USER_NOPM' => 'No Private Messages',
|
||||
'ROLE_USER_STANDARD' => 'Standard Features',
|
||||
|
||||
'ROLE_DESCRIPTION_ADMIN_FORUM' => 'Can access the forum management and forum permission settings.',
|
||||
'ROLE_DESCRIPTION_ADMIN_FULL' => 'Has access to all admin functions of this forum.<br />Not recommended.',
|
||||
'ROLE_DESCRIPTION_ADMIN_STANDARD' => 'Has access to most admin features but is not allowed to use server or system related tools.',
|
||||
|
Reference in New Issue
Block a user