aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-13 19:30:27 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-13 19:30:27 +0000
commitfc9163db62c4a28f59c2d7f97835185a492c7163 (patch)
treec35d322b12bdc10cd3b52ce81a3ff4fd47393eca /phpBB/language
parentf9b181e0ce92fbc2d91d64a0570a74e73156c5fe (diff)
downloadforums-fc9163db62c4a28f59c2d7f97835185a492c7163.tar
forums-fc9163db62c4a28f59c2d7f97835185a492c7163.tar.gz
forums-fc9163db62c4a28f59c2d7f97835185a492c7163.tar.bz2
forums-fc9163db62c4a28f59c2d7f97835185a492c7163.tar.xz
forums-fc9163db62c4a28f59c2d7f97835185a492c7163.zip
Basic posting of messages, no reply, quote or edit yet
git-svn-id: file:///svn/phpbb/trunk@488 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 a91fd7211d..0d6ab5ad44 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -198,6 +198,14 @@ $lang['To'] = "To";
$lang['Date'] = "Date";
$lang['Mark'] = "Mark";
+$lang['No_to_user'] = "You must specify a username to send this message";
+$lang['No_such_user'] = "Sorry but no such user exists";
+
+$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 ... "
+
//
// Profiles/Registration
//