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/se_mail_alias.lng |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/interface/web/mail/lib/lang/se_mail_alias.lng b/interface/web/mail/lib/lang/se_mail_alias.lng
index 3443d3e..742a20a 100644
--- a/interface/web/mail/lib/lang/se_mail_alias.lng
+++ b/interface/web/mail/lib/lang/se_mail_alias.lng
@@ -1,10 +1,11 @@
-<?php
-$wb["email_txt"] = 'Epost';
-$wb["destination_txt"] = 'M�l';
-$wb["active_txt"] = 'Aktiv';
-$wb["btn_save_txt"] = 'Spara';
-$wb["btn_cancel_txt"] = 'Avbryt';
-$wb["email_error_isemail"] = 'Epostadressen �r tom.';
-$wb["email_error_unique"] = 'Dubbla Epostadresser.';
-$wb["no_domain_perm"] = "Du har ingen beh�righet f�r denna dom�nen.";
-?>
\ No newline at end of file
+<?php
+$wb['email_txt'] = 'Epost';
+$wb['destination_txt'] = 'M�l';
+$wb['active_txt'] = 'Aktiv';
+$wb['email_error_isemail'] = 'Epostadressen �r tom.';
+$wb['email_error_unique'] = 'Dubbla Epostadresser.';
+$wb['no_domain_perm'] = 'Du har ingen beh�righet f�r denna dom�nen.';
+$wb['destination_error_isemail'] = 'Destination Emailaddress is invalid.';
+$wb['limit_mailalias_txt'] = 'The max. number of email aliases for your account is reached.';
+$wb['duplicate_mailbox_txt'] = 'There is already a mailbox with this email address';
+?>

--
Gitblit v1.9.1