From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/mail/lib/lang/se_mail_forward.lng | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/interface/web/mail/lib/lang/se_mail_forward.lng b/interface/web/mail/lib/lang/se_mail_forward.lng index ea4413c..08e3125 100644 --- a/interface/web/mail/lib/lang/se_mail_forward.lng +++ b/interface/web/mail/lib/lang/se_mail_forward.lng @@ -1,7 +1,8 @@ -<?php -$wb["email_txt"] = 'Epost'; -$wb["destination_txt"] = 'Mottagande Epost'; -$wb["active_txt"] = 'Aktiv'; -$wb["btn_save_txt"] = 'Spara'; -$wb["btn_cancel_txt"] = 'Avbryt'; -?> \ No newline at end of file +<?php +$wb['email_txt'] = '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'; +?> -- Gitblit v1.9.1