From 14f228c3243a85ddb7ffa57c8445d09d5a50e495 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 05 May 2014 03:46:42 -0400
Subject: [PATCH] Updated Swedish language files.

---
 interface/web/admin/lib/lang/se_iptables_list.lng |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/interface/web/admin/lib/lang/se_iptables_list.lng b/interface/web/admin/lib/lang/se_iptables_list.lng
index 15c8bad..3d400b4 100644
--- a/interface/web/admin/lib/lang/se_iptables_list.lng
+++ b/interface/web/admin/lib/lang/se_iptables_list.lng
@@ -1,15 +1,16 @@
 <?php
 $wb['list_head_txt'] = 'IPTables';
-$wb['add_new_rule_txt'] = 'Add IPTables Rule';
+$wb['add_new_rule_txt'] = 'Lägg till IPTables-regel';
 $wb['server_id_txt'] = 'Server';
-$wb['multiport_txt'] = 'Multi Port';
-$wb['singleport_txt'] = 'Single Port';
-$wb['protocol_txt'] = 'Protocol';
-$wb['table_txt'] = 'Table';
-$wb['target_txt'] = 'Target';
-$wb['state_txt'] = 'State';
-$wb['destination_ip_txt'] = 'Destination Address';
-$wb['source_ip_txt'] = 'Source Address';
-$wb['active_txt'] = 'Active';
-$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
+$wb['multiport_txt'] = 'Multiport';
+$wb['singleport_txt'] = 'Singleport';
+$wb['protocol_txt'] = 'Protokoll';
+$wb['table_txt'] = 'Tabell';
+$wb['target_txt'] = 'Mål';
+$wb['state_txt'] = 'Status';
+$wb['destination_ip_txt'] = 'Destinationadress';
+$wb['source_ip_txt'] = 'Källadress';
+$wb['active_txt'] = 'Aktiv';
+$wb['iptables_error_unique'] = 'Det finns redan ett brandväggsinlägg för den här servern';
 ?>
+

--
Gitblit v1.9.1