Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
commit | author | age
027d48 1 <?php
10b4c8 2 $wb['diskspace_txt'] = 'Espacio en disco';
T 3 $wb['ram_txt'] = 'RAM (garantizado)';
522ef8 4 $wb['ram_burst_txt'] = 'RAM (burst)';
10b4c8 5 $wb['cpu_units_txt'] = 'CPU unidades';
T 6 $wb['cpu_num_txt'] = 'CPU número';
7 $wb['cpu_limit_txt'] = 'CPU limite %';
8 $wb['io_priority_txt'] = 'I/O prioridad';
9 $wb['nameserver_txt'] = 'Nombre de servidor(s)';
10 $wb['nameserver_desc_txt'] = '(separados por espacios en blanco)';
11 $wb['capability_txt'] = 'Capacidad';
522ef8 12 $wb['server_id_txt'] = 'Hostserver';
T 13 $wb['ostemplate_id_txt'] = 'OSTemplate';
10b4c8 14 $wb['template_id_txt'] = 'Plantilla';
T 15 $wb['ip_address_txt'] = 'Dirección IP';
16 $wb['hostname_txt'] = 'Nombre del host';
17 $wb['vm_password_txt'] = 'VM Contraseña';
18 $wb['start_boot_txt'] = 'Iniciar en el arranque';
19 $wb['active_txt'] = 'Activar';
20 $wb['description_txt'] = 'Descripción';
21 $wb['client_group_id_txt'] = 'Cliente';
522ef8 22 $wb['veid_txt'] = 'VEID';
10b4c8 23 $wb['create_dns_txt'] = 'Crear DNS para el nombre de host';
T 24 $wb['active_until_date_txt'] = 'Activo hasta la fecha';
25 $wb['ip_address_error_empty'] = 'Dirección IP está vacía.';
26 $wb['hostname_error_empty'] = 'Nombre de la host está vacío.';
27 $wb['vm_password_error_empty'] = 'Contraseña VM está vacía.';
28 $wb['veid_error_empty'] = 'VEID está vacío.';
29 $wb['veid_error_unique'] = 'VEID ya existe.';
30 $wb['diskspace_error_empty'] = 'Espacio en disco está vacío.';
31 $wb['ram_error_empty'] = 'RAM (garantizado) está vacío.';
32 $wb['ram_burst_error_empty'] = 'RAM (burst) está vacío.';
33 $wb['cpu_units_error_empty'] = 'CPU units está vacío.';
34 $wb['cpu_num_error_empty'] = 'CPU number está vacío.';
35 $wb['cpu_limit_error_empty'] = 'CPU limitestá vacío.';
36 $wb['io_priority_error_empty'] = 'I/O priority está vacío.';
37 $wb['template_nameserver_error_empty'] = 'Nameserver(s) está vacío.';
38 $wb['Virtual server'] = 'Servidor virtual';
39 $wb['Advanced'] = 'Avanzado';
503bbb 40 $wb['features_txt'] = 'Features';
ca330b 41 $wb["iptables_txt"] = "IP Tables";
522ef8 42 ?>