Sergio Cambra
2014-08-12 905294860a7f8aef80b93af94bda9e51d3f7fd43
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.';
?>