Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
0d9599 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['ip_address_txt'] = 'IP adresa';
4 $wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
cc6568 5 $wb['ip_error_wrong'] = 'IP adresa je neplatná nebo prázdná';
0d9599 6 $wb['ip_error_unique'] = 'IP adresa musí být unikátní';
bfcdef 7 $wb['client_id_txt'] = 'Klient';
T 8 $wb['ip_type_txt'] = 'Verze';
cc6568 9 $wb['virtualhost_port_txt'] = 'HTTP Porty';
H 10 $wb['error_port_syntax'] = 'Neplatné znaky ve volbě HTTP Portů. Prosím, zadejte pouze číselné hodnoty oddělené čárkami. Příklad: 80,443';
0d9599 11 ?>
206676 12
1fbf0d 13