1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-27 05:25:47 +02:00

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
This commit is contained in:
Paul S. Owen
2002-02-05 00:29:40 +00:00
parent 840dfa70ff
commit e8323b9c43

View File

@ -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";