1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Reply, quote and edit now work

git-svn-id: file:///svn/phpbb/trunk@496 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-06-14 22:05:00 +00:00
parent e1e0b9c29b
commit ee6fb7898d
2 changed files with 175 additions and 43 deletions

View File

@@ -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
//