aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index a81c52248a..f59e0c343e 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -142,6 +142,11 @@ $lang += array(
'FRIENDS_ONLINE' => 'Online',
'FRIENDS_UPDATED' => 'Your friends list has been updated successfully',
'FULL_FOLDER_OPTION_CHANGED'=> 'Full Folder Option changed successfully',
+ 'FWD_ORIGINAL_MESSAGE' => '-------- Original Message --------',
+ 'FWD_SUBJECT' => 'Subject: %s',
+ 'FWD_DATE' => 'Date: %s',
+ 'FWD_FROM' => 'From: %s',
+ 'FWD_TO' => 'To: %s',
'HIDE_ONLINE' => 'Hide my online status',
'HOLD_NEW_MESSAGES' => 'Do not accept new messages (New messages will be held back until enough space is available)',
@@ -229,6 +234,8 @@ $lang += array(
'REMOVE_FOLDER' => 'Remove folder',
'REPLIED_MESSAGE' => 'Replied to Message',
'REPORT_PM' => 'Report PM',
+ 'REPORT_PM_NOTIFY' => 'Send report notifications as PM',
+ 'REPORT_PM_NOTIFY_EXPLAIN' => 'If enabled, notifications and status updates to new reports get send as PM instead of emailing them.',
'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel',
'RULE_ADDED' => 'Rule successfully added',
'RULE_ALREADY_DEFINED' => 'This rule was defined previously',