From 6b6719443e2fa859f61e2fc3cff054e927c59635 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 02 Sep 2013 09:42:54 -0400 Subject: [PATCH] Fixed a issue in raid monitoring. Failed harddrives in software raid5 are not detected correctly. --- interface/web/mail/lib/lang/it_mail_get.lng | 3 +++ 1 files changed, 3 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..09ef84e 100644 --- a/interface/web/mail/lib/lang/it_mail_get.lng +++ b/interface/web/mail/lib/lang/it_mail_get.lng @@ -12,4 +12,7 @@ $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'; ?> -- Gitblit v1.9.1