Marius Cramer
2014-08-22 b4f3f515ba92d74006f1f44f5e97c6625cfd8f43
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = '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'] = 'Destinationsadress';
$wb['source_ip_txt'] = 'Källadress';
$wb['active_txt'] = 'Aktiv';
$wb['iptables_error_unique'] = 'Det finns redan brandväggsinlägg för den här servern';
?>