Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
522ef8 1 <?php
10b4c8 2 $wb['server_id_txt'] = 'Servidor';
2ab1e5 3 $wb['multiport_txt'] = 'Multi-puerto';
TB 4 $wb['singleport_txt'] = 'Puerto individual';
10b4c8 5 $wb['protocol_txt'] = 'Protocolo';
T 6 $wb['table_txt'] = 'Tabla';
7 $wb['target_txt'] = 'Objetivo';
8 $wb['state_txt'] = 'Estado';
9 $wb['destination_ip_txt'] = 'Dirección de destino';
2ab1e5 10 $wb['source_ip_txt'] = 'Dirección de origen';
TB 11 $wb['active_txt'] = 'Habilitado';
12 $wb['iptables_error_unique'] = 'Ya existe un registro de corta fuego para este servidor.';
522ef8 13 ?>