File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
interface/web/admin/lib/lang Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?php
2- $wb[" server_id_txt" ] = 'Server';
3- $wb[" tcp_port_txt" ] = 'Open TCP ports';
4- $wb[" udp_port_txt" ] = 'Open UDP ports';
5- $wb[" tcp_port_help_txt" ] = 'Separated by comma';
6- $wb[" udp_port_help_txt" ] = 'Separated by comma';
7- $wb[" active_txt" ] = 'Active';
8- $wb[" firewall_error_unique" ] = 'There is already a firewall record for this server.';
9- $wb[" tcp_ports_error_regex" ] = 'Character not allowed in TCP port definition. Allowed characters are numbers, colons (:) and commas.';
10- $wb[" udp_ports_error_regex" ] = 'Character not allowed in UDP port definition. Allowed characters are numbers, colons (:) and commas.';
2+ $wb[' server_id_txt' ] = 'Server';
3+ $wb[' tcp_port_txt' ] = 'Open TCP ports';
4+ $wb[' udp_port_txt' ] = 'Open UDP ports';
5+ $wb[' tcp_port_help_txt' ] = 'Separated by comma';
6+ $wb[' udp_port_help_txt' ] = 'Separated by comma';
7+ $wb[' active_txt' ] = 'Active';
8+ $wb[' firewall_error_unique' ] = 'There is already a firewall record for this server.';
9+ $wb[' tcp_ports_error_regex' ] = 'Character not allowed in TCP port definition. Allowed characters are numbers, colons (:) and commas.';
10+ $wb[' udp_ports_error_regex' ] = 'Character not allowed in UDP port definition. Allowed characters are numbers, colons (:) and commas.';
1111?>
You can’t perform that action at this time.
0 commit comments