Till Brehm
2016-07-09 5693ad5e4b1890e1d159fb21ad27d5687ac76f65
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';
?>