aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-14 22:05:00 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-14 22:05:00 +0000
commitee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1 (patch)
tree21bf6a13c7dd53d5937bbf6b2f489326c2ba081f /phpBB/language/lang_english.php
parente1e0b9c29b8d77461a50c0b484e4a843bd869a94 (diff)
downloadforums-ee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1.tar
forums-ee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1.tar.gz
forums-ee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1.tar.bz2
forums-ee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1.tar.xz
forums-ee6fb7898d3b944e24c1d63e2fa695a0e3bf87b1.zip
Reply, quote and edit now work
git-svn-id: file:///svn/phpbb/trunk@496 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-xphpBB/language/lang_english.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 0d6ab5ad44..27b9be96ac 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -82,6 +82,8 @@ $lang['Page'] = "Page"; // Followed by the current page number then 'of x' where
$lang['of'] = "of"; // See Page above
$lang['Go'] = "Go";
+$lang['Private_messaging'] = "Send a Private Message";
+
//
// Global Header strings
//
@@ -206,6 +208,12 @@ $lang['Message_sent'] = "Your message has been sent";
$lang['to_return_inbox'] = " to return to your Inbox"; // This follows a "Click HERE ... "
$lang['to_return_index'] = " to return to the Forum Index"; // This follows a "Click HERE ... "
+$lang['Re'] = "Re"; // Re as in 'Response to'
+
+$lang['Send_a_new_message'] = "Send a new private message";
+$lang['Send_a_reply'] = "Reply to a private message";
+$lang['Edit_message'] = "Edit private message";
+
//
// Profiles/Registration
//