diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-16 18:31:58 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-16 18:31:58 +0000 |
| commit | b0b5cc368d9fbd461d23c7ad3e5181612d5d9268 (patch) | |
| tree | df12b8fd47ba67b2f174d559931cf517504980aa /phpBB/language/lang_english.php | |
| parent | 3479343882bd0e9e767723ad6cbd8bc17c156568 (diff) | |
| download | forums-b0b5cc368d9fbd461d23c7ad3e5181612d5d9268.tar forums-b0b5cc368d9fbd461d23c7ad3e5181612d5d9268.tar.gz forums-b0b5cc368d9fbd461d23c7ad3e5181612d5d9268.tar.bz2 forums-b0b5cc368d9fbd461d23c7ad3e5181612d5d9268.tar.xz forums-b0b5cc368d9fbd461d23c7ad3e5181612d5d9268.zip | |
Added a profile preference for recieving notification on new PMs
git-svn-id: file:///svn/phpbb/trunk@504 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
| -rwxr-xr-x | phpBB/language/lang_english.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 27b9be96ac..6857703a79 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -214,6 +214,8 @@ $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"; +$lang['Notification_email'] = "Hello " . $username . "\n\n, You have received a new private message on your account at " . $forum_title . ". To view it immediately click the following link " . $pm_url . ", you may of course visit the site later your message will be stored in your Inbox.\n\n" . $board_config['email_from'] . "\n\n-------------------\n" . $board_config['email_sig']; + // // Profiles/Registration // @@ -230,6 +232,7 @@ $lang['Upload_Image'] = "Upload Image"; $lang['Delete_Image'] = "Delete Image"; $lang['Current_Image'] = "Current Image"; +$lang['Notify_on_privmsg'] = "Notify on Private Message"; // |
