Skip to content
cz_openvz_vm.lng 1.93 KiB
Newer Older
$wb['diskspace_txt'] = 'Diskspace';
$wb['ram_txt'] = 'RAM (guaranteed)';
tbrehm's avatar
tbrehm committed
$wb['ram_burst_txt'] = 'RAM (burst)';
$wb['cpu_units_txt'] = 'CPU units';
$wb['cpu_num_txt'] = 'CPU number';
tbrehm's avatar
tbrehm committed
$wb['cpu_limit_txt'] = 'CPU limit';
$wb['io_priority_txt'] = 'I/O priority';
$wb['nameserver_txt'] = 'Nameserver(s)';
tbrehm's avatar
tbrehm committed
$wb['nameserver_desc_txt'] = '(separated by whitespace)';
$wb['capability_txt'] = 'Capability';
$wb['server_id_txt'] = 'Hostserver';
$wb['ostemplate_id_txt'] = 'OSTemplate';
$wb['template_id_txt'] = 'Šablona';
Till Brehm's avatar
Till Brehm committed
$wb['ip_address_txt'] = 'IP adresa';
$wb['vm_password_txt'] = 'VM Password';
$wb['start_boot_txt'] = 'Start at boot';
$wb['active_txt'] = 'Aktivní';
$wb['description_txt'] = 'Popis';
$wb['client_group_id_txt'] = 'Klient';
tbrehm's avatar
tbrehm committed
$wb['veid_txt'] = 'VEID';
$wb['create_dns_txt'] = 'Create DNS for hostname';
$wb['active_until_date_txt'] = 'Active until date';
$wb['ip_address_error_empty'] = 'IP address is empty.';
$wb['vm_password_error_empty'] = 'VM Password is empty.';
$wb['veid_error_empty'] = 'VEID is empty.';
$wb['veid_error_unique'] = 'VEID does already exist.';
tbrehm's avatar
tbrehm committed
$wb['diskspace_error_empty'] = 'Diskspace is empty.';
$wb['ram_error_empty'] = 'RAM (guaranteed) is empty.';
$wb['ram_burst_error_empty'] = 'RAM (burst) is empty.';
$wb['cpu_units_error_empty'] = 'CPU units is empty.';
$wb['cpu_num_error_empty'] = 'CPU number is empty.';
$wb['cpu_limit_error_empty'] = 'CPU limit is empty.';
$wb['io_priority_error_empty'] = 'I/O priority is empty.';
$wb['template_nameserver_error_empty'] = 'Nameserver(s) is empty.';
$wb['Virtual server'] = 'Virtual server';
$wb['Advanced'] = 'Pokročilý';
$wb['features_txt'] = 'Features';
$wb['iptables_txt'] = 'IP Tables';
$wb['custom_txt'] = 'Custom settings';
$wb['bootorder_txt'] = 'Boot order priority';
$wb['bootorder_error_notpositive'] = 'Only positive integers are allowed for Boot order priority';
Till Brehm's avatar
Till Brehm committed
$wb['hostname_txt'] = 'Název hostitele';
$wb['hostname_error_empty'] = 'Název hostitele je prázdný';
tbrehm's avatar
tbrehm committed
?>