Marius Burkard
2016-02-10 af01e42f2b0b17bacba3e78aeea12b7c235688f5
1
2
3
4
5
6
7
8
9
10
11
<?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';
?>