ftimme
2012-11-30 5ce54ba0ff6f7f39ce80bc43210c9fcf3cc95209
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Hostitelský server';
$wb['ip_address_txt'] = 'IP adresa';
$wb['vm_id_txt'] = 'Virtuální server';
$wb['reserved_txt'] = 'Rezervováno';
$wb['ip_error_wrong'] = 'Prosím, vyplňte platné IPv4 adresy.';
$wb['ip_error_unique'] = 'Tato IP adresa již existuje.';
$wb['IP address'] = 'IP adresa';
?>