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_blacklist_list.lng |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/interface/web/mail/lib/lang/se_mail_blacklist_list.lng b/interface/web/mail/lib/lang/se_mail_blacklist_list.lng
index e776d56..497e24d 100644
--- a/interface/web/mail/lib/lang/se_mail_blacklist_list.lng
+++ b/interface/web/mail/lib/lang/se_mail_blacklist_list.lng
@@ -1,12 +1,10 @@
-<?php
-$wb["list_head_txt"] = 'Epost Svartlista';
-$wb["server_id_txt"] = 'Server';
-$wb["address_txt"] = 'Svartlistade adresser';
-$wb["page_txt"] = 'Sida';
-$wb["page_of_txt"] = 'av';
-$wb["page_next_txt"] = 'N�sta';
-$wb["page_back_txt"] = 'Tillbaka';
-$wb["delete_txt"] = 'Ta bort';
-$wb["filter_txt"] = 'Filter';
-$wb["add_new_record_txt"] = 'L�gga till ny Svartlistad epostadress';
-?>
\ No newline at end of file
+<?php
+$wb['list_head_txt'] = 'Epost Svartlista';
+$wb['server_id_txt'] = 'Server';
+$wb['add_new_record_txt'] = 'L�gga till ny Svartlistad epostadress';
+$wb['active_txt'] = 'Active';
+$wb['source_txt'] = 'Blacklisted address';
+$wb['type_txt'] = 'Type';
+$wb['recipient_txt'] = 'Recipient';
+$wb['access_txt'] = 'access';
+?>

--
Gitblit v1.9.1