diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-24 15:13:26 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-24 15:13:26 +0000 |
| commit | b5d2f5914e864b8967fb5fb29e66114768afa3cf (patch) | |
| tree | 10b4c7487983334ca99d47fbff6c71f703960609 /phpBB/language/lang_english.php | |
| parent | 6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2 (diff) | |
| download | forums-b5d2f5914e864b8967fb5fb29e66114768afa3cf.tar forums-b5d2f5914e864b8967fb5fb29e66114768afa3cf.tar.gz forums-b5d2f5914e864b8967fb5fb29e66114768afa3cf.tar.bz2 forums-b5d2f5914e864b8967fb5fb29e66114768afa3cf.tar.xz forums-b5d2f5914e864b8967fb5fb29e66114768afa3cf.zip | |
Added a simple search and select capability to posting messages
git-svn-id: file:///svn/phpbb/trunk@521 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
| -rwxr-xr-x | phpBB/language/lang_english.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 6857703a79..85c3146456 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -200,6 +200,8 @@ $lang['To'] = "To"; $lang['Date'] = "Date"; $lang['Mark'] = "Mark"; +$lang['Cannot_send_privmsg'] = "Sorry but you are not currently allowed to send private messages."; + $lang['No_to_user'] = "You must specify a username to send this message"; $lang['No_such_user'] = "Sorry but no such user exists"; @@ -214,7 +216,12 @@ $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']; +$lang['Notification_subject'] = "New Private Message has arrived"; +$lang['Notification_email'] = "Hello " . $to_userdata['username'] . "\n\n, You have received a new private message on your account at " . $board_config['sitename'] . ". 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"; + +$lang['Find_username'] = "Find a username"; +$lang['Find'] = "Find"; +$lang['No_match'] = "No matches found"; // // Profiles/Registration |
