Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
027d48 1 <?php
407003 2 $wb['diskspace_txt'] = 'Spazio Disco';
TB 3 $wb['ram_txt'] = 'RAM (garantita)';
522ef8 4 $wb['ram_burst_txt'] = 'RAM (burst)';
407003 5 $wb['cpu_units_txt'] = 'CPU unita';
TB 6 $wb['cpu_num_txt'] = 'CPU numero';
7 $wb['cpu_limit_txt'] = 'CPU limite';
8 $wb['io_priority_txt'] = 'I/O priorita';
522ef8 9 $wb['nameserver_txt'] = 'Nameserver(s)';
407003 10 $wb['nameserver_desc_txt'] = '(separati da spazi)';
TB 11 $wb['capability_txt'] = 'Capacita';
522ef8 12 $wb['server_id_txt'] = 'Hostserver';
T 13 $wb['ostemplate_id_txt'] = 'OSTemplate';
14 $wb['template_id_txt'] = 'Template';
407003 15 $wb['ip_address_txt'] = 'Indirizzo IP ';
522ef8 16 $wb['hostname_txt'] = 'Hostname';
T 17 $wb['vm_password_txt'] = 'VM Password';
407003 18 $wb['start_boot_txt'] = 'Avvia al boot ';
TB 19 $wb['active_txt'] = 'Attivo';
20 $wb['description_txt'] = 'Descrizione';
21 $wb['client_group_id_txt'] = 'Cliente';
522ef8 22 $wb['veid_txt'] = 'VEID';
407003 23 $wb['create_dns_txt'] = 'Crea  DNS per il nome host';
TB 24 $wb['active_until_date_txt'] = 'Attivo sino al ';
25 $wb['ip_address_error_empty'] = 'Indirizzo IP vuoto.';
26 $wb['hostname_error_empty'] = 'Nome Host vuoto.';
27 $wb['vm_password_error_empty'] = 'VM Password vuota.';
28 $wb['veid_error_empty'] = 'VEID vuoto.';
29 $wb['veid_error_unique'] = 'VEID giĆ  esistente.';
30 $wb['diskspace_error_empty'] = 'Spazio disco vuoto.';
31 $wb['ram_error_empty'] = 'Valore VRAM (garantita) vuoto.';
32 $wb['ram_burst_error_empty'] = 'Valore RAM (burst) vuoto.';
33 $wb['cpu_units_error_empty'] = 'Valore CPU vuoto.';
34 $wb['cpu_num_error_empty'] = 'CPU number  vuoto.';
35 $wb['cpu_limit_error_empty'] = 'CPU limit  vuoto.';
36 $wb['io_priority_error_empty'] = 'I/O priority  vuoto.';
37 $wb['template_nameserver_error_empty'] = 'Nameserver(s)  vuoto.';
b51db0 38 $wb['Virtual server'] = 'Virtual server';
407003 39 $wb['Advanced'] = 'Avanzato';
503bbb 40 $wb['features_txt'] = 'Features';
407003 41 $wb['iptables_txt'] = 'IP Tables';
TB 42 $wb['custom_txt'] = 'Custom settings';
43 $wb['bootorder_txt'] = 'Boot order priority';
44 $wb['bootorder_error_notpositive'] = 'Only positive integers are allowed for Boot order priority';
522ef8 45 ?>