Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
522ef8 1 <?php
d6cd45 2 $wb['server_id_txt'] = 'Server';
T 3 $wb['multiport_txt'] = 'Multi Port';
4 $wb['singleport_txt'] = 'Single Port';
5 $wb['protocol_txt'] = 'Protocol';
6 $wb['table_txt'] = 'Table';
7 $wb['target_txt'] = 'Target';
8 $wb['state_txt'] = 'State';
9 $wb['destination_ip_txt'] = 'Destination Address';
10 $wb['source_ip_txt'] = 'Source Address';
407003 11 $wb['active_txt'] = 'Attivo';
d6cd45 12 $wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
522ef8 13 ?>