diff options
author | rxu <rxu@mail.ru> | 2017-03-17 01:21:57 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2017-03-17 01:21:57 +0700 |
commit | ac87784a113035416e137ffb588d18a5da7650ac (patch) | |
tree | ee2b446c20f647e1f11dac510ea281e3a76ed0cb /phpBB/language/en/acp/board.php | |
parent | 9267235f30b3275b4b00f49f99c6ae259ce26a3f (diff) | |
download | forums-ac87784a113035416e137ffb588d18a5da7650ac.tar forums-ac87784a113035416e137ffb588d18a5da7650ac.tar.gz forums-ac87784a113035416e137ffb588d18a5da7650ac.tar.bz2 forums-ac87784a113035416e137ffb588d18a5da7650ac.tar.xz forums-ac87784a113035416e137ffb588d18a5da7650ac.zip |
[ticket/13558] Add smtp SSL context configuration options
PHPBB3-13558
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8b4db6a061..3c9a1cc050 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -574,6 +574,14 @@ $lang = array_merge($lang, array( 'SMTP_SETTINGS' => 'SMTP settings', 'SMTP_USERNAME' => 'SMTP username', 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.', + + 'SSL_ALLOW_SELF_SIGNED' => 'Allow self-signed certificates', + 'SSL_ALLOW_SELF_SIGNED_EXPLAIN' => 'Allow self-signed certificates for SSL / TLS connections.', + 'SSL_VERIFY_PEER' => 'Verify peer', + 'SSL_VERIFY_PEER_EXPLAIN' => 'Require verification of SSL certificate used.', + 'SSL_VERIFY_PEER_NAME' => 'Verify peer name', + 'SSL_VERIFY_PEER_NAME_EXPLAIN' => 'Require verification of peer name for SSL / TLS connections.', + 'USE_SMTP' => 'Use SMTP server for email', 'USE_SMTP_EXPLAIN' => 'Select “Yes” if you want or have to send email via a named server instead of the local mail function.', )); |