mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Basic posting of messages, no reply, quote or edit yet
git-svn-id: file:///svn/phpbb/trunk@488 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user