Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
522ef8 1 <?php
d6cd45 2 $wb['list_head_txt'] = 'IPTables';
14f228 3 $wb['add_new_rule_txt'] = 'Lägg till IPTables-regel';
d6cd45 4 $wb['server_id_txt'] = 'Server';
14f228 5 $wb['multiport_txt'] = 'Multiport';
TB 6 $wb['singleport_txt'] = 'Singleport';
7 $wb['protocol_txt'] = 'Protokoll';
8 $wb['table_txt'] = 'Tabell';
9 $wb['target_txt'] = 'Mål';
10 $wb['state_txt'] = 'Status';
11 $wb['destination_ip_txt'] = 'Destinationadress';
12 $wb['source_ip_txt'] = 'Källadress';
13 $wb['active_txt'] = 'Aktiv';
14 $wb['iptables_error_unique'] = 'Det finns redan ett brandväggsinlägg för den här servern';
522ef8 15 ?>
14f228 16