aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-11-08 19:24:19 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-11-08 19:24:19 +0000
commit8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86 (patch)
tree69e99e4a509fc5ae5f6b7a3f1f4e4a4d3a7069d1 /phpBB/language/en/ucp.php
parent183e968ce72ff30fc43914738fcdb6e1eb90705e (diff)
downloadforums-8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86.tar
forums-8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86.tar.gz
forums-8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86.tar.bz2
forums-8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86.tar.xz
forums-8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86.zip
- add module_display to modules table (for modes executed but not displayed)
- correctly assign $id variable for modules (name for modules and id for categories) git-svn-id: file:///svn/phpbb/trunk@5295 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
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',