From e8323b9c4365582b561be6d884e3466120c36db6 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 5 Feb 2002 00:29:40 +0000 Subject: [PATCH] New SMTP_ entries in Configuration section ... I know, we said this was frozen ... it just defrosted again, sorry :( On quick re-freeze now :) git-svn-id: file:///svn/phpbb/trunk@2058 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_admin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index deb8b29925..5da7bf2dc8 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -301,6 +301,10 @@ $lang['Email_sig_explain'] = "This text will be attached to all emails the board $lang['Use_SMTP'] = "Use SMTP Server for email"; $lang['Use_SMTP_explain'] = "Say yes if you want or have to send email via a named server instead of the local mail function"; $lang['SMTP_server'] = "SMTP Server Address"; +$lang['SMTP_username'] = "SMTP Username"; +$lang['SMTP_username_explain'] = "Only enter a username if your smtp server requires it"; +$lang['SMTP_password'] = "SMTP Password"; +$lang['SMTP_password_explain'] = "Only enter a password if your smtp server requires it"; $lang['Disable_privmsg'] = "Private Messaging"; $lang['Inbox_limits'] = "Max posts in Inbox";