diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/admin.php | 8 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
2 files changed, 4 insertions, 6 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', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 101f60a723..bcfa4b589b 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -221,10 +221,8 @@ $lang += array( 'NO_AUTH_EDIT_MESSAGE' => 'You are not authorized to edit private messages.', 'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorized to forward private messages.', 'NO_AUTH_GROUP_MESSAGE' => 'You are not authorized to send private messages to groups.', - 'NO_AUTH_QUOTE_MESSAGE' => 'You are not authorized to quote private messages.', 'NO_AUTH_READ_MESSAGE' => 'You are not authorized to read private messages.', 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', - 'NO_AUTH_REPLY_MESSAGE' => 'You are not authorized to reply to private messages.', 'NO_AUTH_SEND_MESSAGE' => 'You are not authorized sending private messages.', 'NO_AUTH_SIGNATURE' => 'You are not authorized to define a signature', |