tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
72695f 1 <?php
526b99 2 $wb['login_1_txt'] = 'Do you want to login as user';
T 3 $wb['login_2_txt'] = 'If you do so, you can \\"go back\\" by clicking at logout.';
4 $wb['btn_yes_txt'] = 'Yes, login as Client';
5 $wb['btn_back_txt'] = 'No, back to list';
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, \\":\\" and \\",\\".';
10 $wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \\":\\" and \\",\\".';
11 ?>