1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Changes related to private messaging + some bug fixes

git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-10-01 23:22:18 +00:00
parent 09dc77b581
commit a711e6d677
61 changed files with 3887 additions and 2907 deletions

View File

@@ -1,7 +1,9 @@
You are reciving this email because you have recived a private message
on {SITENAME} and you have requested that you be notified on this event.
Hello {USERNAME},
You have received a new private message to your account on "{SITENAME}" and you have requested that you be notified on this event. You can view your new message by clicking on the following link:
You can view your new private message by clicking on the following link:
{U_INBOX}
Remember that you can always choose not to be notified of new messages by changing the appropriate setting in your profile.
{EMAIL_SIG}

View File

@@ -384,6 +384,14 @@ $lang['No_post_id'] = "No post ID was specified";
$lang['No_such_folder'] = "No such folder exists";
$lang['No_folder'] = "No folder specified";
$lang['Savedbox'] = "Saved box";
$lang['Sentbox'] = "Sent box";
$lang['Mark_all'] = "Mark all";
$lang['Unmark_all'] = "Unmark all";
$lang['Your'] = "Your"; // Example of use of this var : "Your Inbox is 50% full";
$lang['full'] = "full";
//
// Profiles/Registration
@@ -963,7 +971,6 @@ $lang['Finish_Install'] = "Finish Installation";
$lang['Install_db_error'] = "An error occured trying to update the database";
$lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!";
$lang['Table_Prefix'] = "Table Name Prefix";
//
// End
// -------------------------------------------------
@@ -1003,4 +1010,4 @@ $l_emailpass = "Email Lost Password";
$l_passexplain = "Please fill out the form, a new password will be sent to your Email address";
$l_sendpass = "Send Password";
?>
?>