|
From: Paul S. O. <ps...@us...> - 2002-02-05 00:29:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv3373/language/lang_english Modified Files: lang_admin.php Log Message: New SMTP_ entries in Configuration section ... I know, we said this was frozen ... it just defrosted again, sorry :( On quick re-freeze now :) Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** lang_admin.php 2002/01/29 22:46:16 1.29 --- lang_admin.php 2002/02/05 00:29:40 1.30 *************** *** 302,305 **** --- 302,309 ---- $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"; |