From e253202995d188925fa4e9df4f6dea0523511eae Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Mon, 18 Jan 2010 05:56:48 -0500 Subject: [PATCH] Fixed: FS#928 - System Load Averages should no longer show as zero on non-english linux distros --- 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 af87586..f83c7d8 100644 --- a/interface/web/mail/lib/lang/it_mail_get.lng +++ b/interface/web/mail/lib/lang/it_mail_get.lng @@ -8,4 +8,8 @@ $wb['destination_txt'] = 'Destination'; $wb['active_txt'] = 'Active'; $wb['limit_fetchmail_txt'] = 'The max. number of Fetchmail records for your account is reached.'; +$wb['source_server_error_isempty'] = 'Server is empty.'; +$wb['source_username_error_isempty'] = 'Username is empty.'; +$wb['source_password_error_isempty'] = 'Password is empty.'; +$wb['destination_error_isemail'] = 'No destination selected.'; ?> -- Gitblit v1.9.1