the language vars for the authentication mechanisms.

git-svn-id: file:///svn/phpbb/trunk@4772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-01-31 15:46:44 +00:00
parent ae978d219a
commit c85f62bddc

View file

@ -693,6 +693,9 @@ $lang += array(
'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.', 'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.',
'SMTP_LOGIN' => 'LOGIN', 'SMTP_LOGIN' => 'LOGIN',
'SMTP_PLAIN' => 'PLAIN', 'SMTP_PLAIN' => 'PLAIN',
'SMTP_CRAM_MD5' => 'CRAM-MD5',
'SMTP_DIGEST_MD5' => 'DIGEST-MD5',
'SMTP_POP_BEFORE_SMTP' => 'POP-BEFORE-SMTP',
'SMTP_USERNAME' => 'SMTP Username', 'SMTP_USERNAME' => 'SMTP Username',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it.', 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it.',
'SMTP_PASSWORD' => 'SMTP Password', 'SMTP_PASSWORD' => 'SMTP Password',