| 1 | <?php |
|---|
| 2 | //______________________________________________________ |
|---|
| 3 | // |
|---|
| 4 | // Fichero de idiomas php: configuraciones_esp.php |
|---|
| 5 | // Idioma: Español |
|---|
| 6 | //______________________________________________________ |
|---|
| 7 | if (empty ($TbMsg)) $TbMsg=array(); |
|---|
| 8 | $TbMsg[0]='Configuraciones'; |
|---|
| 9 | $TbMsg[1]='Ámbito'; |
|---|
| 10 | $TbMsg[2]="Aulas"; |
|---|
| 11 | $TbMsg[3]="Grupo de Ordenadores"; |
|---|
| 12 | $TbMsg[4]="Ordenadores"; |
|---|
| 13 | |
|---|
| 14 | $TbMsg[5]="Nombre"; |
|---|
| 15 | $TbMsg[6]="Ubicación"; |
|---|
| 16 | $TbMsg[7]="Proyector"; |
|---|
| 17 | $TbMsg[8]="Pizarra"; |
|---|
| 18 | $TbMsg[9]="Aforo"; |
|---|
| 19 | $TbMsg[10]="URL Imagen"; |
|---|
| 20 | $TbMsg[11]="Menú"; |
|---|
| 21 | $TbMsg[12]="Comentarios"; |
|---|
| 22 | $TbMsg[13]="Ordenadores"; |
|---|
| 23 | |
|---|
| 24 | $TbMsg[14]="Nombre"; |
|---|
| 25 | $TbMsg[15]="Dirección IP"; |
|---|
| 26 | $TbMsg[16]="Dirección MAC"; |
|---|
| 27 | $TbMsg[17]="Perfil Hardware"; |
|---|
| 28 | |
|---|
| 29 | $TbMsg[18]="DESAGRUPAR SEGÚN VALORES DISTINTOS DE:"; |
|---|
| 30 | $TbMsg[19]="Datos a suministrar"; |
|---|
| 31 | |
|---|
| 32 | $TbMsg[20]='Partición'; |
|---|
| 33 | $TbMsg[21]='S.O. Instalado'; |
|---|
| 34 | $TbMsg[22]='Tamaño (KB)'; |
|---|
| 35 | $TbMsg[23]='Datos de configuración'; |
|---|
| 36 | $TbMsg[24]='Tipo'; |
|---|
| 37 | $TbMsg[25]='Imagen'; |
|---|
| 38 | $TbMsg[26]='Perfil Software'; |
|---|
| 39 | $TbMsg[27]='S.F.'; |
|---|
| 40 | $TbMsg[28]='Ninguno'; |
|---|
| 41 | $TbMsg[29]='Desconocido'; |
|---|
| 42 | |
|---|
| 43 | $TbMsg[30]='Sistema de Ficheros'; |
|---|
| 44 | $TbMsg[31]='Nombre del S.O.'; |
|---|
| 45 | $TbMsg[32]='Tamaño de partición'; |
|---|
| 46 | $TbMsg[33]='Nombre de la Imagen '; |
|---|
| 47 | $TbMsg[34]='Perfil software'; |
|---|
| 48 | $TbMsg[35]='Disco'; |
|---|
| 49 | $TbMsg[36]='Particiones Primarias'; |
|---|
| 50 | $TbMsg[37]='Particiones Lógicas'; |
|---|
| 51 | $TbMsg[38]='Menor espacio libre (KB)'; |
|---|
| 52 | $TbMsg[39]='Personalizar'; |
|---|
| 53 | $TbMsg[40]='Sin modificar tamaño'; |
|---|
| 54 | $TbMsg[41]='Generar Instrucción OG'; |
|---|
| 55 | $TbMsg["CONFIG_PARTTABLE"]='Tabla de particiones'; |
|---|
| 56 | |
|---|
| 57 | $TbMsg[42]='Variable'; |
|---|
| 58 | $TbMsg["CONFIG_NOCONFIG"]='Sin configuración: cliente no conectado al servidor.'; |
|---|
| 59 | $TbMsg[44]='Equipo sin perfil de hardware'; |
|---|
| 60 | $TbMsg[45]='Agregue perfil para obtener datos'; |
|---|
| 61 | $TbMsg[495]='Fecha/Caché'; |
|---|
| 62 | $TbMsg[4951]='Caché libre'; |
|---|
| 63 | ?> |
|---|
| 64 | |
|---|