aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-07-28 22:09:46 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-07-28 22:09:46 +0000
commit1b8a1f73d77d3df21b8404611a130bb4ee19b822 (patch)
tree2895a73dde574d975869cf2742c06e474ac2bcdf /phpBB/language/en/acp/permissions.php
parentb4f3a0eb2d20cd618a1ade5f2d38a90cb9c6d265 (diff)
downloadforums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar
forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.gz
forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.bz2
forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.xz
forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.zip
[Feature] Ability to copy permissions from one forum to several other forums.
[Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
-rw-r--r--phpBB/language/en/acp/permissions.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index 151b903b3e..716f39a686 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -80,6 +80,7 @@ $lang = array_merge($lang, array(
'ACP_ADMINISTRATORS_EXPLAIN' => 'Here you can assign administrator permissions to users or groups. All users with administrator permissions can view the administration control panel.',
'ACP_FORUM_MODERATORS_EXPLAIN' => 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define global moderative permissions or administrators please use the appropriate page.',
'ACP_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page.',
+ 'ACP_FORUM_PERMISSIONS_COPY_EXPLAIN' => 'Here you can copy forum permissions from one forum to one or more other forums.',
'ACP_GLOBAL_MODERATORS_EXPLAIN' => 'Here you can assign global moderator permissions to users or groups. These moderators are like ordinary moderators except they have access to every forum on your board.',
'ACP_GROUPS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to groups.',
'ACP_GROUPS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to groups - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. Individual users permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',
@@ -109,6 +110,12 @@ $lang = array_merge($lang, array(
'APPLY_PERMISSIONS_EXPLAIN' => 'The permissions and role defined for this item will only be applied to this item and all checked items.',
'AUTH_UPDATED' => 'Permissions have been updated.',
+ 'COPY_PERMISSIONS_CONFIRM' => 'Please be aware that this will overwrite any existing permissions on the selected targets.',
+ 'COPY_PERMISSIONS_FORUM_FROM_EXPLAIN' => 'The source forum you want to copy permissions from.',
+ 'COPY_PERMISSIONS_FORUM_TO_EXPLAIN' => 'The destination forums you want the copied permissions applied to.',
+ 'COPY_PERMISSIONS_FROM' => 'Copy permissions from',
+ 'COPY_PERMISSIONS_TO' => 'Apply permissions to',
+
'CREATE_ROLE' => 'Create role',
'CREATE_ROLE_FROM' => 'Use settings from…',
'CUSTOM' => 'Custom…',