| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['tcp_port_txt'] = 'Open TCP ports'; |
| | | $wb['udp_port_txt'] = 'Open UDP ports'; |
| | | $wb['tcp_port_help_txt'] = 'Separated by comma'; |
| | | $wb['udp_port_help_txt'] = 'Separated by comma'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['firewall_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['server_id_txt'] = "Server"; |
| | | $wb['tcp_port_txt'] = "Offene TCP Ports"; |
| | | $wb['udp_port_txt'] = "Offene UDP Ports"; |
| | | $wb['tcp_port_help_txt'] = "Getrennt durch Kommata"; |
| | | $wb['udp_port_help_txt'] = "Getrennt durch Kommata"; |
| | | $wb['active_txt'] = "Aktiv"; |
| | | $wb['firewall_error_unique'] = "Es gibt bereits einen Firewalldatensatz für diesen Server."; |
| | | $wb['tcp_ports_error_regex'] = "Zeichen nicht erlaubt in TCP Port Definition. Erlaubte Zeichen sind Nummern, : und ,."; |
| | | $wb['udp_ports_error_regex'] = "Zeichen nicht erlaubt in TCP Port Definition. Erlaubte Zeichen sind Nummern, : und ,."; |
| | | ?> |
| | | |