Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
bef7e2 1 <?php
2c4579 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['tcp_port_txt'] = 'Öppna TCP-portar';
TB 4 $wb['udp_port_txt'] = 'Öppna UDP-portar';
5 $wb['tcp_port_help_txt'] = 'Kommaseparerade';
6 $wb['udp_port_help_txt'] = 'Kommaseparerade';
7 $wb['active_txt'] = 'Aktiv';
8 $wb['firewall_error_unique'] = 'Det finns redan ett brandväggsinlägg för den här servern';
11b3da 9 $wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, : and ,.';
T 10 $wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, : and ,.';
2c4579 11 ?>