Till Brehm
2016-04-12 ae3e7aade5800213dd5c0a75f69344ce2097f35d
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['active_txt'] = 'Habilitado';
$wb['destination_ip_txt'] = 'Dirección de destino';
$wb['iptables_error_unique'] = 'Ya existe un registro de cortafuegos para este servidor.';
$wb['multiport_txt'] = 'Multi-puerto';
$wb['protocol_txt'] = 'Protocolo';
$wb['server_id_txt'] = 'Servidor';
$wb['singleport_txt'] = 'Puerto individual';
$wb['source_ip_txt'] = 'Dirección de origen';
$wb['state_txt'] = 'Estado';
$wb['table_txt'] = 'Tabla';
$wb['target_txt'] = 'Destino';
?>