Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
027d48 1 <?php
L 2 $wb["diskspace_txt"] = 'Diskspace';
3 $wb["ram_txt"] = 'RAM (guaranteed)';
4 $wb["ram_burst_txt"] = 'RAM (burst)';
5 $wb["cpu_units_txt"] = 'CPU units';
6 $wb["cpu_num_txt"] = 'CPU number';
8ab3cd 7 $wb["cpu_limit_txt"] = 'CPU limit %';
027d48 8 $wb["io_priority_txt"] = 'I/O priority';
L 9 $wb["nameserver_txt"] = 'Nameserver(s)';
10 $wb["nameserver_desc_txt"] = '(separated by whitespace)';
11 $wb["capability_txt"] = 'Capability';
12 $wb["server_id_txt"] = 'Hostserver';
13 $wb["ostemplate_id_txt"] = 'OSTemplate';
14 $wb["template_id_txt"] = 'Template';
15 $wb["ip_address_txt"] = 'IP address';
16 $wb["hostname_txt"] = 'Hostname';
17 $wb["vm_password_txt"] = 'VM Password';
18 $wb["start_boot_txt"] = 'Start at boot';
19 $wb["active_txt"] = 'Active';
20 $wb["description_txt"] = 'Description';
21 $wb["client_group_id_txt"] = 'Client';
22 $wb["veid_txt"] = 'VEID';
23 $wb["create_dns_txt"] = 'Create DNS for hostname';
24 $wb["active_until_date_txt"] = 'Active until date';
df5fe9 25 $wb["ip_address_error_empty"] = 'IP address is empty.';
F 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.';
30 $wb["diskspace_error_empty"] = 'Diskspace is empty.';
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.';
34 $wb["cpu_num_error_empty"] = 'CPU number is empty.';
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';
39 $wb["Advanced"] = 'Advanced';
503bbb 40 $wb['features_txt'] = 'Features';
ca330b 41 $wb["iptables_txt"] = "IP Tables";
ca0698 42 $wb["custom_txt"] = "Custom settings";
33ad8f 43 $wb["bootorder_txt"] = "Boot order priority";
FS 44 $wb["bootorder_error_notpositive"] = "Only positive integers are allowed for Boot order priority";
503bbb 45 ?>