Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
027d48 1 <?php
10b4c8 2 $wb['diskspace_txt'] = 'Espacio en disco';
2ab1e5 3 $wb['ram_txt'] = 'RAM (garantizada)';
TB 4 $wb['ram_burst_txt'] = 'RAM (compartida)';
5 $wb['cpu_units_txt'] = 'Unidades de CPU';
6 $wb['cpu_num_txt'] = 'Cantidad de CPU';
7 $wb['cpu_limit_txt'] = 'Límite de CPU en %';
8 $wb['io_priority_txt'] = 'Prioridad I/O';
9 $wb['nameserver_txt'] = 'Nombre de servidor(es)';
10 $wb['nameserver_desc_txt'] = '(separado por espacio)';
10b4c8 11 $wb['capability_txt'] = 'Capacidad';
2ab1e5 12 $wb['server_id_txt'] = 'Servidor host';
TB 13 $wb['ostemplate_id_txt'] = 'Plantilla de SO';
10b4c8 14 $wb['template_id_txt'] = 'Plantilla';
T 15 $wb['ip_address_txt'] = 'Dirección IP';
2ab1e5 16 $wb['hostname_txt'] = 'Nombre de host';
TB 17 $wb['vm_password_txt'] = 'Contraseña para VM';
18 $wb['start_boot_txt'] = 'Arrancar al inicio';
19 $wb['active_txt'] = 'Habilitado';
10b4c8 20 $wb['description_txt'] = 'Descripción';
T 21 $wb['client_group_id_txt'] = 'Cliente';
522ef8 22 $wb['veid_txt'] = 'VEID';
2ab1e5 23 $wb['create_dns_txt'] = 'Crear DNS para el nombre del host';
10b4c8 24 $wb['active_until_date_txt'] = 'Activo hasta la fecha';
2ab1e5 25 $wb['ip_address_error_empty'] = 'La dirección IP está vacía.';
TB 26 $wb['hostname_error_empty'] = 'El nombre del host está vacío.';
27 $wb['vm_password_error_empty'] = 'La contraseña para VM está vacía.';
10b4c8 28 $wb['veid_error_empty'] = 'VEID está vacío.';
T 29 $wb['veid_error_unique'] = 'VEID ya existe.';
2ab1e5 30 $wb['diskspace_error_empty'] = 'El espacio en disco está vacío.';
TB 31 $wb['ram_error_empty'] = 'RAM (garantizada) está vacía.';
32 $wb['ram_burst_error_empty'] = 'RAM (compartida) está vacía.';
33 $wb['cpu_units_error_empty'] = 'Unidades de CPU está vacía.';
34 $wb['cpu_num_error_empty'] = 'CPU number está vacía.';
35 $wb['cpu_limit_error_empty'] = 'Límite de CPU está vacío.';
36 $wb['io_priority_error_empty'] = 'Prioridad de I/O está vacío.';
37 $wb['template_nameserver_error_empty'] = 'Nombre de servidor(es) está vacío.';
10b4c8 38 $wb['Virtual server'] = 'Servidor virtual';
T 39 $wb['Advanced'] = 'Avanzado';
522ef8 40 ?>