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