diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-06 19:23:54 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-06 19:23:54 +0200 |
commit | cddb884be6c8a8890f4fbd7415763d46e51e050b (patch) | |
tree | 9bb7f502cecd153604d3b65a96de4197bf47b5a2 /phpBB/language | |
parent | 9595946508c198be3aaae6deb88dee2bba354aef (diff) | |
parent | 3708770eb91b65eae3f9fa8c2d647b13d17b5c8a (diff) | |
download | forums-cddb884be6c8a8890f4fbd7415763d46e51e050b.tar forums-cddb884be6c8a8890f4fbd7415763d46e51e050b.tar.gz forums-cddb884be6c8a8890f4fbd7415763d46e51e050b.tar.bz2 forums-cddb884be6c8a8890f4fbd7415763d46e51e050b.tar.xz forums-cddb884be6c8a8890f4fbd7415763d46e51e050b.zip |
Merge pull request #4354 from Stanzilla/smtp_explain
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8d6c1c141d..8b4db6a061 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -570,6 +570,7 @@ $lang = array_merge($lang, array( 'SMTP_PORT' => 'SMTP server port', 'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.', 'SMTP_SERVER' => 'SMTP server address', + 'SMTP_SERVER_EXPLAIN' => 'Note that you have to provide the protocol that your server uses. If you are using SSL, this has to be "ssl://your.mailserver.com"', 'SMTP_SETTINGS' => 'SMTP settings', 'SMTP_USERNAME' => 'SMTP username', 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.', |