Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['list_head_txt'] = 'IPTables';
$wb['add_new_rule_txt'] = 'Lägg till IPTables-regel';
$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'] = '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';
?>