From 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Thu, 07 Apr 2016 05:30:49 -0400 Subject: [PATCH] Implemented a checkbox "enable DNSSEC" in DNS-Wizard. This Checkbox can be enabled or disabled by template. --- interface/web/mailuser/lib/lang/it_mail_user_cc.lng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/mailuser/lib/lang/it_mail_user_cc.lng b/interface/web/mailuser/lib/lang/it_mail_user_cc.lng index 8187788..01f22f5 100644 --- a/interface/web/mailuser/lib/lang/it_mail_user_cc.lng +++ b/interface/web/mailuser/lib/lang/it_mail_user_cc.lng @@ -1,6 +1,6 @@ <?php -$wb['mailbox_cc_txt'] = 'Send copy to email address'; -$wb['cc_txt'] = 'Send copy to'; +$wb['mailbox_cc_txt'] = 'Trasmetti copia all indirizzo email'; +$wb['cc_txt'] = 'Manda copia a'; $wb['email_txt'] = 'Email'; $wb['cc_error_isemail'] = 'Email address invalid in -Send copy to- field'; $wb['email_is_cc_error'] = 'Email address and send copy to address can not be the same.'; -- Gitblit v1.9.1