Marius Cramer
2015-01-08 dec3e3d5ba2ef9a68e574b1e42416a8bd9936e67
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';
?>