Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
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