Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
027d48 1 <?php
43b345 2 $wb['diskspace_txt'] = 'Diskspace';
T 3 $wb['ram_txt'] = 'RAM (guaranteed)';
522ef8 4 $wb['ram_burst_txt'] = 'RAM (burst)';
43b345 5 $wb['cpu_units_txt'] = 'CPU units';
T 6 $wb['cpu_num_txt'] = 'CPU number';
522ef8 7 $wb['cpu_limit_txt'] = 'CPU limit';
43b345 8 $wb['io_priority_txt'] = 'I/O priority';
T 9 $wb['nameserver_txt'] = 'Nameserver(s)';
522ef8 10 $wb['nameserver_desc_txt'] = '(separated by whitespace)';
43b345 11 $wb['capability_txt'] = 'Capability';
T 12 $wb['server_id_txt'] = 'Hostserver';
13 $wb['ostemplate_id_txt'] = 'OSTemplate';
72695f 14 $wb['template_id_txt'] = 'Šablona';
43b345 15 $wb['ip_address_txt'] = 'IP address';
1fbf0d 16 $wb['hostname_txt'] = 'Název hostitele';
43b345 17 $wb['vm_password_txt'] = 'VM Password';
T 18 $wb['start_boot_txt'] = 'Start at boot';
bfcdef 19 $wb['active_txt'] = 'Aktivní';
10b4c8 20 $wb['description_txt'] = 'Popis';
T 21 $wb['client_group_id_txt'] = 'Klient';
522ef8 22 $wb['veid_txt'] = 'VEID';
43b345 23 $wb['create_dns_txt'] = 'Create DNS for hostname';
T 24 $wb['active_until_date_txt'] = 'Active until date';
25 $wb['ip_address_error_empty'] = 'IP address is empty.';
26 $wb['hostname_error_empty'] = 'Hostname is empty.';
27 $wb['vm_password_error_empty'] = 'VM Password is empty.';
28 $wb['veid_error_empty'] = 'VEID is empty.';
29 $wb['veid_error_unique'] = 'VEID does already exist.';
b51db0 30 $wb['diskspace_error_empty'] = 'Diskspace is empty.';
T 31 $wb['ram_error_empty'] = 'RAM (guaranteed) is empty.';
32 $wb['ram_burst_error_empty'] = 'RAM (burst) is empty.';
33 $wb['cpu_units_error_empty'] = 'CPU units is empty.';
43b345 34 $wb['cpu_num_error_empty'] = 'CPU number is empty.';
T 35 $wb['cpu_limit_error_empty'] = 'CPU limit is empty.';
36 $wb['io_priority_error_empty'] = 'I/O priority is empty.';
37 $wb['template_nameserver_error_empty'] = 'Nameserver(s) is empty.';
38 $wb['Virtual server'] = 'Virtual server';
72695f 39 $wb['Advanced'] = 'Pokročilý';
522ef8 40 ?>
206676 41
1fbf0d 42