| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Servidor'; |
| | | $wb['tcp_port_txt'] = 'Abrir puertos TCP'; |
| | | $wb['udp_port_txt'] = 'Abrir puertos UDP'; |
| | | $wb['tcp_port_txt'] = 'Puertos TCP abiertos'; |
| | | $wb['udp_port_txt'] = 'Puertos UDP abiertos'; |
| | | $wb['tcp_port_help_txt'] = 'Separados por coma'; |
| | | $wb['udp_port_help_txt'] = 'Separados por coma'; |
| | | $wb['active_txt'] = 'Activar'; |
| | | $wb['btn_save_txt'] = 'Guardar'; |
| | | $wb['btn_cancel_txt'] = 'Cancelar'; |
| | | $wb['firewall_error_unique'] = 'Ya hay un registro de cortafuegos en este servidor'; |
| | | $wb['active_txt'] = 'Habilitado'; |
| | | $wb['firewall_error_unique'] = 'Ya existe un registro de corta fuego para este servidor.'; |
| | | $wb['tcp_ports_error_regex'] = 'Caracteres no permitidos en la definición de puertos tcp. Los caracteres permitidos son números, \":\" y \",\".'; |
| | | $wb['udp_ports_error_regex'] = 'Caracteres no permitidos en la definición de puertos udp. Los caracteres permitidos son números, \":\" y \",\".'; |
| | | ?> |
| | | |