diff options
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 430b499937..3849a718c5 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -264,6 +264,7 @@ $lang += array( 'POST_FORWARD_PM' => 'Forward message', 'POST_NEW_PM' => 'Post message', 'POST_PM_LOCKED' => 'Private Messaging is locked', + 'POST_PM_POST' => 'Quote post', 'POST_QUOTE_PM' => 'Quote message', 'POST_REPLY_PM' => 'Reply to message', 'PRINT_PM' => 'Print View', @@ -344,6 +345,7 @@ $lang += array( 'UCP_PM_DRAFTS' => 'PM Drafts', 'UCP_PM_OPTIONS' => 'Options', 'UCP_PM_POPUP' => 'Private Messages', + 'UCP_PM_POPUP_TITLE' => 'Private Message Popup', 'UCP_PM_UNREAD' => 'Unread Messages', 'UCP_PM_VIEW' => 'View Messages', |