From 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 06 Jul 2016 10:29:10 -0400 Subject: [PATCH] Fixed issue in SQL lib. --- interface/web/mail/lib/lang/se_mail_forward.lng | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/lang/se_mail_forward.lng b/interface/web/mail/lib/lang/se_mail_forward.lng index 08e3125..d49fd63 100644 --- a/interface/web/mail/lib/lang/se_mail_forward.lng +++ b/interface/web/mail/lib/lang/se_mail_forward.lng @@ -1,8 +1,13 @@ <?php $wb['email_txt'] = 'Epost'; -$wb['destination_txt'] = 'Mottagande Epost'; +$wb['destination_txt'] = 'Mottagande epost'; $wb['active_txt'] = 'Aktiv'; -$wb['limit_mailforward_txt'] = 'The max. number of email forwarders for your account is reached.'; -$wb['duplicate_mailbox_txt'] = 'There is already a mailbox with this email address'; -$wb['domain_txt'] = 'Domain'; +$wb['limit_mailforward_txt'] = 'Det maximala antalet vidarebefordringar för ditt konto är uppnått.'; +$wb['duplicate_mailbox_txt'] = 'Det finns redan ett epostkonto med denna adress'; +$wb['domain_txt'] = 'Domän'; +$wb['source_txt'] = 'Källadress'; +$wb['greylisting_txt'] = 'Enable greylisting'; +$wb['email_error_isemail'] = 'Please enter a valid email address.'; +$wb['send_as_txt'] = 'Send as'; +$wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)'; ?> -- Gitblit v1.9.1