aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-05 02:49:35 +0200
committerNils Adermann <naderman@naderman.de>2011-06-05 02:49:35 +0200
commita9f4e00234b98abbe70c6b697b82a9fcc9c922a4 (patch)
tree912d3257beb49a12ec3086fcb47625fe1ab23a67 /phpBB/language
parent27e1f1319f17277e29e7e14fbf623e81bb0289f2 (diff)
parent8155bc5a9dbbe5ad6a9ceb722baf4587db8f3689 (diff)
downloadforums-a9f4e00234b98abbe70c6b697b82a9fcc9c922a4.tar
forums-a9f4e00234b98abbe70c6b697b82a9fcc9c922a4.tar.gz
forums-a9f4e00234b98abbe70c6b697b82a9fcc9c922a4.tar.bz2
forums-a9f4e00234b98abbe70c6b697b82a9fcc9c922a4.tar.xz
forums-a9f4e00234b98abbe70c6b697b82a9fcc9c922a4.zip
Merge branch 'ticket/p/10067' into develop-olympus
* ticket/p/10067: [ticket/10067] Clarify language for user activation options in ACP.
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 5293b835d6..c770497655 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -208,16 +208,16 @@ $lang = array_merge($lang, array(
'ACP_REGISTER_SETTINGS_EXPLAIN' => 'Here you are able to define registration and profile related settings.',
'ACC_ACTIVATION' => 'Account activation',
- 'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',
+ 'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations. "Board-wide e-mail" must be enabled in order to use user or admin activation.',
'NEW_MEMBER_POST_LIMIT' => 'New member post limit',
'NEW_MEMBER_POST_LIMIT_EXPLAIN' => 'New members are within the <em>Newly Registered Users</em> group until they reach this number of posts. You can use this group to keep them from using the PM system or to review their posts. <strong>A value of 0 disables this feature.</strong>',
'NEW_MEMBER_GROUP_DEFAULT' => 'Set Newly Registered Users group to default',
'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN' => 'If set to yes, and a new member post limit is specified, newly registered users will not only be put into the <em>Newly Registered Users</em> group, but this group will also be their default one. This may come in handy if you want to assign a group default rank and/or avatar the user then inherits.',
- 'ACC_ADMIN' => 'By Admin',
- 'ACC_DISABLE' => 'Disable',
- 'ACC_NONE' => 'None',
- 'ACC_USER' => 'By User',
+ 'ACC_ADMIN' => 'By admin',
+ 'ACC_DISABLE' => 'Disable registration',
+ 'ACC_NONE' => 'No activation (immediate access)',
+ 'ACC_USER' => 'By user (email verification)',
// 'ACC_USER_ADMIN' => 'User + Admin',
'ALLOW_EMAIL_REUSE' => 'Allow e-mail address re-use',
'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same e-mail address.',