tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
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';
5 $wb['ip_error_wrong'] = 'IP adresa je neplatná';
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';
522ef8 9 $wb['virtualhost_port_txt'] = 'HTTP Ports';
T 10 $wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
0d9599 11 ?>