aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-09-16 19:36:48 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-09-16 19:36:48 +0000
commitbbc4a0c3feb12bdd2b8231f2bb052be974b16f4a (patch)
tree2026aeecf314c8c5ce7e778165f18c74c6b05af6 /phpBB/language
parent26d4694071964ea48501b2126a679a3a9065bc0a (diff)
downloadforums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar
forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.gz
forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.bz2
forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.xz
forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.zip
* Fix default language option if more than one pack is present
* Fix moderator roles to match their description * Add new forum role for closer mapping of converted permissions git-svn-id: file:///svn/phpbb/trunk@6375 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/permissions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index 1b0513b2f3..07ee227486 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -150,6 +150,7 @@ $lang = array_merge($lang, array(
'ROLE_DESCRIPTION_FORUM_BOT' => 'This role is recommended for bots and search spiders.',
'ROLE_DESCRIPTION_FORUM_FULL' => 'Can use all forum features, including posting of announcements and stickies. Can also ignore the flood limit.<br />Not recommended for normal users.',
'ROLE_DESCRIPTION_FORUM_LIMITED' => 'Can use some forum features, but cannot attach files or use post icons.',
+ 'ROLE_DESCRIPTION_FORUM_LIMITED_POLLS' => 'Like Limited Access but can also create polls.',
'ROLE_DESCRIPTION_FORUM_NOACCESS' => 'Can neither see nor access the forum.',
'ROLE_DESCRIPTION_FORUM_ONQUEUE' => 'Can use most forum features including attachments, but posts and topics need to be approved by a moderator.',
'ROLE_DESCRIPTION_FORUM_POLLS' => 'Like Standard Access but can also create polls.',