Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
522ef8 1 <?php
2e4662 2 $wb['active_txt'] = 'Habilitado';
CD 3 $wb['destination_ip_txt'] = 'Dirección de destino';
4 $wb['iptables_error_unique'] = 'Ya existe un registro de cortafuegos para este servidor.';
2ab1e5 5 $wb['multiport_txt'] = 'Multi-puerto';
10b4c8 6 $wb['protocol_txt'] = 'Protocolo';
2e4662 7 $wb['server_id_txt'] = 'Servidor';
CD 8 $wb['singleport_txt'] = 'Puerto individual';
9 $wb['source_ip_txt'] = 'Dirección de origen';
10 $wb['state_txt'] = 'Estado';
10b4c8 11 $wb['table_txt'] = 'Tabla';
9df44a 12 $wb['target_txt'] = 'Destino';
2e4662 13 ?>