Florian Schaal
2014-06-30 877874b0caa0efdb98780f0fd54eeebe6838028d
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['multiport_txt'] = 'Multi Puerto';
$wb['singleport_txt'] = 'Puerto Único';
$wb['protocol_txt'] = 'Protocolo';
$wb['table_txt'] = 'Tabla';
$wb['target_txt'] = 'Destino';
$wb['state_txt'] = 'Estado';
$wb['destination_ip_txt'] = 'Dirección de destino';
$wb['source_ip_txt'] = 'Dirección de origen';
$wb['active_txt'] = 'Activar';
$wb['iptables_error_unique'] = 'Ya existe un registro de servidor de seguridad de este servidor.';
?>