| | |
| | | <?php
|
| | | $wb["server_id_txt"] = 'Server';
|
| | | $wb["ip_address_txt"] = 'IP adresa';
|
| | | $wb["virtualhost_txt"] = 'HTTP NameVirtualHost';
|
| | | $wb["ip_error_wrong"] = 'IP adresa je neplatná';
|
| | | $wb["ip_error_unique"] = 'IP adresa musí být unikátní';
|
| | | ?>
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['ip_address_txt'] = 'IP adresa'; |
| | | $wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; |
| | | $wb['ip_error_wrong'] = 'IP adresa je neplatná nebo prázdná'; |
| | | $wb['ip_error_unique'] = 'IP adresa musí být unikátní'; |
| | | $wb['client_id_txt'] = 'Klient'; |
| | | $wb['ip_type_txt'] = 'Verze'; |
| | | $wb['virtualhost_port_txt'] = 'HTTP Porty'; |
| | | $wb['error_port_syntax'] = 'Neplatné znaky ve volbě HTTP Portů. Prosím, zadejte pouze číselné hodnoty oddělené čárkami. Příklad: 80,443'; |
| | | ?> |