Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
206676 1 <?php
TB 2 $wb['login_1_txt'] = 'Chcete se přihlásit jako klient';
3 $wb['login_2_txt'] = 'Pokud se přihlásíte jako klient, zpět do sekce Administrátora se vratíte kliknutím na odhlášení klienta.';
4 $wb['btn_yes_txt'] = 'Ano, přihlásit se jako klient';
5 $wb['btn_back_txt'] = 'Ne, zpět na seznam klientů';
6 $wb['udp_port_help_txt'] = 'Odděleny čárkou';
7 $wb['active_txt'] = 'Aktivní';
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 ?>
12
13