diff options
Diffstat (limited to 'phpBB/language/en/admin.php')
| -rw-r--r-- | phpBB/language/en/admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index 30aec56bb2..cb16911993 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -523,13 +523,13 @@ $lang += array( 'acl_u_savedrafts' => 'Can save drafts', 'acl_u_download' => 'Can download files', 'acl_u_attach' => 'Can attach files', + 'acl_u_sig' => 'Can use signature', 'acl_u_pm_attach' => 'Can attach files in private messages', 'acl_u_pm_html' => 'Can post HTML in private messages', 'acl_u_pm_bbcode' => 'Can post BBCode in private messages', 'acl_u_pm_smilies' => 'Can post smilies in private messages', 'acl_u_pm_download' => 'Can download files in private messages', - 'acl_u_pm_sig' => 'Can use signature in private messages', 'acl_u_pm_report' => 'Can report private messages', 'acl_u_pm_edit' => 'Can edit own private messages', 'acl_u_pm_printpm' => 'Can print private messages', @@ -640,10 +640,8 @@ $lang += array( 'ALLOW_BBCODE_PM' => 'Allow BBCode in private messages', 'ALLOW_SMILIES_PM' => 'Allow smilies in private messages', 'ALLOW_DOWNLOAD_PM' => 'Allow downloading of attachments in private messages', - 'ALLOW_SIG_PM' => 'Allow signatures in private messages', 'ALLOW_REPORT_PM' => 'Allow reporting of private messages', 'ALLOW_FORWARD_PM' => 'Allow forwarding of private messages', - 'ALLOW_QUOTE_PM' => 'Allow quoting of private messages', 'ALLOW_PRINT_PM' => 'Allow print view in private messaging', 'ALLOW_EMAIL_PM' => 'Allow emailing private messages', 'ALLOW_IMG_PM' => 'Allow use of IMG BBCode Tag', @@ -746,7 +744,9 @@ $lang += array( 'ENABLE_EMAIL' => 'Enable board-wide emails', 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no emails will be sent by the board at all.', 'BOARD_EMAIL_FORM' => 'Users send email via board', - 'BOARD_EMAIL_FORM_EXPLAIN' => 'This function keeps email addresses completely private.', + 'BOARD_EMAIL_FORM_EXPLAIN' => 'Instead of showing the users email address users are able to send emails via the board.', + 'BOARD_HIDE_EMAILS' => 'Hide email addresses', + 'BOARD_HIDE_EMAILS_EXPLAIN' => 'This function keeps email addresses completely private.', 'EMAIL_FUNCTION_NAME' => 'Email Function Name', 'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.', 'EMAIL_PACKAGE_SIZE' => 'Email Package Size', |
