tbrehm
2010-12-02 6ae502f2c25bc7d810f5d742bc6abd158f3a3080
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['tcp_port_txt'] = 'Abrir puertos TCP';
$wb['udp_port_txt'] = 'Abrir puertos UDP';
$wb['tcp_port_help_txt'] = 'Separados por coma';
$wb['udp_port_help_txt'] = 'Separados por coma';
$wb['active_txt'] = 'Activar';
$wb['firewall_error_unique'] = 'Ya hay un registro de cortafuegos en este servidor';
$wb['tcp_ports_error_regex'] = 'Caracter no permitido en la definición del puerto TCP. Los caracteres permitidos son números, : y ,.';
$wb['udp_ports_error_regex'] = 'Caracter no permitido en la definición del puerto UDP. Los caracteres permitidos son números, : y ,.';
?>