aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/forums.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-31 12:46:15 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-31 12:46:15 +0000
commit312f2c87edbc81af7e332c14d7ce590df183cf60 (patch)
tree2a78409641e68500982344d8fe4493b228130ce1 /phpBB/language/en/acp/forums.php
parente6f133dc55095b337ad311c761e82d4f026c0ea1 (diff)
downloadforums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.gz
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.bz2
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.xz
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.zip
Add box if users decided not to select a forum to copy permissions from on forum creation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r--phpBB/language/en/acp/forums.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index 7f3b1b997d..371a184fb7 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -44,9 +44,12 @@ $lang = array_merge($lang, array(
'AUTO_PRUNE_VIEWED' => 'Auto-prune post viewed age',
'AUTO_PRUNE_VIEWED_EXPLAIN' => 'Number of days since topic was viewed after which topic is removed.',
+ 'CONTINUE' => 'Continue',
'COPY_PERMISSIONS' => 'Copy permissions from',
+ 'COPY_PERMISSIONS_EXPLAIN' => 'To ease up the permission setup for your new forum, you can copy the permissions of an existing forum.',
'COPY_PERMISSIONS_ADD_EXPLAIN' => 'Once created, the forum will have the same permissions as the one you select here. If no forum is selected the newly created forum will not be visible until permissions had been set.',
'COPY_PERMISSIONS_EDIT_EXPLAIN' => 'If you select to copy permissions, the forum will have the same permissions as the one you select here. This will overwrite any permissions you have previously set for this forum with the permissions of the forum you select here. If no forum is selected the current permissions will be kept.',
+ 'COPY_TO_ACL' => 'Alternatively, you are also able to %sset up new permissions%s for this forum.',
'CREATE_FORUM' => 'Create new forum',
'DECIDE_MOVE_DELETE_CONTENT' => 'Delete content or move to forum',