Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
commit | author | age
027d48 1 <?php
522ef8 2 $wb['numproc_txt'] = 'Numproc';
T 3 $wb['numtcpsock_txt'] = 'Numtcpsock';
4 $wb['numothersock_txt'] = 'Numothersock';
5 $wb['vmguarpages_txt'] = 'Vmguarpages';
6 $wb['kmemsize_txt'] = 'Kmemsize';
7 $wb['tcpsndbuf_txt'] = 'Tcpsndbuf';
8 $wb['tcprcvbuf_txt'] = 'Tcprcvbuf';
9 $wb['othersockbuf_txt'] = 'Othersockbuf';
10 $wb['dgramrcvbuf_txt'] = 'Dgramrcvbuf';
11 $wb['oomguarpages_txt'] = 'Oomguarpages';
12 $wb['privvmpages_txt'] = 'Privvmpages';
13 $wb['lockedpages_txt'] = 'Lockedpages';
14 $wb['shmpages_txt'] = 'Shmpages';
15 $wb['physpages_txt'] = 'Physpages';
16 $wb['numfile_txt'] = 'Numfile';
17 $wb['avnumproc_txt'] = 'Avnumproc';
18 $wb['numflock_txt'] = 'Numflock';
19 $wb['numpty_txt'] = 'Numpty';
20 $wb['numsiginfo_txt'] = 'Numsiginfo';
21 $wb['dcachesize_txt'] = 'Dcachesize';
22 $wb['numiptent_txt'] = 'Numiptent';
23 $wb['swappages_txt'] = 'Swappages';
10b4c8 24 $wb['hostname_txt'] = 'Nombre de maquina';
522ef8 25 $wb['nameserver_txt'] = 'Nameserver(s)';
10b4c8 26 $wb['nameserver_desc_txt'] = '(separados por espacios en blanco)';
T 27 $wb['capability_txt'] = 'Capacidad';
28 $wb['template_name_txt'] = 'Nombre de plantilla';
29 $wb['diskspace_txt'] = 'Espacio en disco';
30 $wb['ram_txt'] = 'RAM (garantizado)';
522ef8 31 $wb['ram_burst_txt'] = 'RAM (burst)';
T 32 $wb['cpu_units_txt'] = 'CPU units';
10b4c8 33 $wb['cpu_num_txt'] = 'CPU number';
522ef8 34 $wb['cpu_limit_txt'] = 'CPU limit %';
10b4c8 35 $wb['io_priority_txt'] = 'I/O prioridad';
T 36 $wb['active_txt'] = 'Activar';
37 $wb['description_txt'] = 'Descripción';
522ef8 38 $wb['numproc_desc_txt'] = 'Number of processes and threads.';
T 39 $wb['numtcpsock_desc_txt'] = 'Number of TCP sockets.';
40 $wb['numothersock_desc_txt'] = 'Number of sockets other than TCP.';
41 $wb['vmguarpages_desc_txt'] = 'Memory allocation guarantee, in pages.';
42 $wb['kmemsize_desc_txt'] = 'Size of unswappable kernel memory, allocated for processes in this container.';
43 $wb['tcpsndbuf_desc_txt'] = 'Total size of TCP send buffers.';
44 $wb['tcprcvbuf_desc_txt'] = 'Total size of TCP receive buffers.';
45 $wb['othersockbuf_desc_txt'] = 'Total size of UNIX-domain socket buffers, UDP and other datagram protocol send buffers.';
46 $wb['dgramrcvbuf_desc_txt'] = 'Receive buffers of UDP and other datagram protocols.';
10b4c8 47 $wb['oomguarpages_desc_txt'] = 'The guaranteed amount of memory for the case the memory is ';
522ef8 48 $wb['privvmpages_desc_txt'] = 'Memory allocation limit, in pages.';
T 49 $wb['lockedpages_desc_txt'] = 'Process pages not allowed to be swapped out (pages locked by mlock(2)).';
50 $wb['shmpages_desc_txt'] = 'Total size of shared memory (IPC, shared anonymous mappings and tmpfs objects), in pages.';
51 $wb['physpages_desc_txt'] = 'Total number of RAM pages used by processes.';
52 $wb['numfile_desc_txt'] = 'Number of open files.';
53 $wb['numflock_desc_txt'] = 'Number of file locks.';
54 $wb['numpty_desc_txt'] = 'Number of pseudo-terminals.';
55 $wb['numsiginfo_desc_txt'] = 'Number of siginfo structures.';
56 $wb['dcachesize_desc_txt'] = 'Total size of dentry and inode structures locked in memory.';
57 $wb['numiptent_desc_txt'] = 'Number of NETFILTER (IP packet filtering) entries.';
58 $wb['swappages_desc_txt'] = 'Amount of swap space to show in container.';
10b4c8 59 $wb['create_dns_txt'] = 'Crear DNS para el nombre de maquina';
T 60 $wb['template_name_error_empty'] = 'Nombre de la plantilla está vacía.';
61 $wb['diskspace_error_empty'] = 'Espacio en disco está vacío.';
62 $wb['ram_error_empty'] = 'RAM (guaranteed) esta vacío.';
63 $wb['ram_burst_error_empty'] = 'RAM (burst) esta vacío.';
64 $wb['cpu_units_error_empty'] = 'CPU units esta vacío.';
65 $wb['cpu_num_error_empty'] = 'CPU cores esta vacío.';
66 $wb['cpu_limit_error_empty'] = 'CPU limit % esta vacío.';
67 $wb['io_priority_error_empty'] = 'I/O prioridad esta vacío.';
68 $wb['template_nameserver_error_empty'] = 'Nameserver(s) esta vacío.';
69 $wb['numproc_error_empty'] = 'Numproc esta vacío.';
b51db0 70 $wb['numtcpsock_error_empty'] = 'Numtcpsock is empty.';
10b4c8 71 $wb['numothersock_error_empty'] = 'Numothersock esta vacío.';
T 72 $wb['vmguarpages_error_empty'] = 'Vmguarpages esta vacío.';
73 $wb['kmemsize_error_empty'] = 'Kmemsize esta vacío.';
b51db0 74 $wb['tcpsndbuf_error_empty'] = 'Tcpsndbuf is empty.';
10b4c8 75 $wb['tcprcvbuf_error_empty'] = 'Tcprcvbuf esta vacío.';
T 76 $wb['othersockbuf_error_empty'] = 'Othersockbuf esta vacío.';
77 $wb['dgramrcvbuf_error_empty'] = 'Dgramrcvbuf esta vacío.';
78 $wb['oomguarpages_error_empty'] = 'Oomguarpages esta vacío.';
79 $wb['privvmpages_error_empty'] = 'Privvmpages esta vacío.';
80 $wb['lockedpages_error_empty'] = 'Lockedpages esta vacío.';
81 $wb['shmpages_error_empty'] = 'Shmpages esta vacío.';
82 $wb['physpages_error_empty'] = 'Physpages esta vacío.';
83 $wb['numfile_error_empty'] = 'Numfile esta vacío.';
84 $wb['avnumproc_error_empty'] = 'Avnumproc esta vacío.';
85 $wb['numflock_error_empty'] = 'Numflock esta vacío.';
86 $wb['numpty_error_empty'] = 'Numpty esta vacío.';
87 $wb['numsiginfo_error_empty'] = 'Numsiginfo esta vacío.';
88 $wb['dcachesize_error_empty'] = 'Dcachesize esta vacío.';
89 $wb['numiptent_error_empty'] = 'Numiptent esta vacío.';
90 $wb['swappages_error_empty'] = 'Swappages esta vacío.';
91 $wb['Template'] = 'Plantilla';
92 $wb['Advanced'] = 'Avanzado';
503bbb 93 $wb['features_txt'] = 'Features';
ca330b 94 $wb["iptables_txt"] = "IP Tables";
522ef8 95 ?>