From f2d9d064e086a5ca2dd4447ca2dcff863db68171 Mon Sep 17 00:00:00 2001 From: Rescue9 <Rescue9@yahoo.com> Date: Thu, 09 Oct 2014 15:02:45 -0400 Subject: [PATCH] outgoing email copy --- interface/web/mail/lib/lang/it_mail_get.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/it_mail_get.lng b/interface/web/mail/lib/lang/it_mail_get.lng index f83c7d8..8ae7712 100644 --- a/interface/web/mail/lib/lang/it_mail_get.lng +++ b/interface/web/mail/lib/lang/it_mail_get.lng @@ -12,4 +12,8 @@ $wb['source_username_error_isempty'] = 'Username is empty.'; $wb['source_password_error_isempty'] = 'Password is empty.'; $wb['destination_error_isemail'] = 'No destination selected.'; +$wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; +$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; +$wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes'; +$wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.'; ?> -- Gitblit v1.9.1