Marius Cramer
2014-07-08 5d1c691970d8e30d4ab6e3ba9efcec98f858b1fc
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';
?>