diff options
author | Markus Stenudd <stenudden@gmail.com> | 2013-11-30 16:01:26 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-04-17 13:30:48 +0200 |
commit | 40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33 (patch) | |
tree | ebe90bf01b524f2e6fa157b45a5bb95b3c91356d /phpBB/language/en/acp | |
parent | 0da5e3bee9567138431d097aa1a4bea6d1fe2281 (diff) | |
download | forums-40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33.tar forums-40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33.tar.gz forums-40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33.tar.bz2 forums-40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33.tar.xz forums-40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33.zip |
[ticket/8558] Add display name in emails from board
PHPBB3-8558
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 1d2c979e0c..5ca2c9ea45 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -524,6 +524,8 @@ $lang = array_merge($lang, array( 'BOARD_HIDE_EMAILS_EXPLAIN' => 'This function keeps email addresses completely private.', 'CONTACT_EMAIL' => 'Contact email address', 'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc. It will always be used as the <samp>From</samp> and <samp>Reply-To</samp> address in emails.', + 'CONTACT_EMAIL_NAME' => 'Contact name', + 'CONTACT_EMAIL_NAME_EXPLAIN' => 'This is the contact name that e-mail recipients see. Leave blank to just send the e-mail address', 'EMAIL_FUNCTION_NAME' => 'Email function name', 'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.', 'EMAIL_PACKAGE_SIZE' => 'Email package size', |