From 2a704f6cfc90c5cb0c037bffea0f70cad358a829 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 29 Jun 2010 06:54:09 -0400 Subject: [PATCH] Implemented: FS#891 - Email Forward check box to Leave a copy. --- interface/web/mail/lib/lang/en_mail_user.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/en_mail_user.lng b/interface/web/mail/lib/lang/en_mail_user.lng index 7ce7b52..d49bfb7 100644 --- a/interface/web/mail/lib/lang/en_mail_user.lng +++ b/interface/web/mail/lib/lang/en_mail_user.lng @@ -37,4 +37,6 @@ $wb["name_txt"] = 'Realname'; $wb["name_optional_txt"] = '(Optional)'; $wb['autoresponder_active'] = 'Enable the autoresponder'; +$wb['cc_txt'] = 'Send copy to'; +$wb['cc_error_isemail'] = 'The "Send copy to" field does not conatin a valid email address'; ?> -- Gitblit v1.9.1