mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
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:
parent
ae978d219a
commit
c85f62bddc
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue