[70ed85d] | 1 | <?php |
---|
| 2 | //_________________________________________________ |
---|
[f1cef3e] | 3 | // |
---|
[beebc19] | 4 | // Php language file: configuraciones_eng.php |
---|
[70ed85d] | 5 | // Language: English |
---|
| 6 | //_________________________________________________ |
---|
[b2651a6] | 7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[59e0a94] | 8 | $TbMsg[0]='Configurations'; |
---|
| 9 | $TbMsg[1]='Scope'; |
---|
| 10 | $TbMsg[2]="Labs"; |
---|
[beebc19] | 11 | $TbMsg[3]="Computers Group"; |
---|
[59e0a94] | 12 | $TbMsg[4]="Computers"; |
---|
| 13 | |
---|
| 14 | $TbMsg[5]="Name"; |
---|
| 15 | $TbMsg[6]="Location"; |
---|
| 16 | $TbMsg[7]="Projector"; |
---|
| 17 | $TbMsg[8]="Board"; |
---|
[7955ce8] | 18 | $TbMsg[9]="Capacity"; |
---|
[59e0a94] | 19 | $TbMsg[10]="Image URL"; |
---|
| 20 | $TbMsg[11]="Menu"; |
---|
| 21 | $TbMsg[12]="Comments"; |
---|
[beebc19] | 22 | $TbMsg[13]="Computers"; |
---|
[f1cef3e] | 23 | |
---|
[59e0a94] | 24 | $TbMsg[14]="Name"; |
---|
| 25 | $TbMsg[15]="IP address"; |
---|
| 26 | $TbMsg[16]="MAC address"; |
---|
| 27 | $TbMsg[17]="Hardware profile"; |
---|
[f1cef3e] | 28 | |
---|
[045211d] | 29 | $TbMsg[18]="UNGROUP BY VALUES OF:"; |
---|
[beebc19] | 30 | $TbMsg[19]="Data to be supplied"; |
---|
[f1cef3e] | 31 | |
---|
[a71cfe29] | 32 | $TbMsg[20]='Partition'; |
---|
| 33 | $TbMsg[21]='Installed OS'; |
---|
| 34 | $TbMsg[22]='Size (KB)'; |
---|
| 35 | $TbMsg[23]='Configuration Data'; |
---|
| 36 | $TbMsg[24]='Type'; |
---|
| 37 | $TbMsg[25]='Image'; |
---|
| 38 | $TbMsg[26]='Software Profile'; |
---|
[beebc19] | 39 | $TbMsg[27]='Filesystem'; |
---|
[a71cfe29] | 40 | $TbMsg[28]='None'; |
---|
| 41 | $TbMsg[29]='Unknown'; |
---|
[f1cef3e] | 42 | |
---|
[a71cfe29] | 43 | $TbMsg[30]='Filesystem'; |
---|
| 44 | $TbMsg[31]='OS name'; |
---|
| 45 | $TbMsg[32]='Partition Size'; |
---|
| 46 | $TbMsg[33]='Image Name'; |
---|
| 47 | $TbMsg[34]='Software Profile'; |
---|
[e8d5eb1] | 48 | $TbMsg[35]='Disk'; |
---|
[a71cfe29] | 49 | $TbMsg[36]='Primary Partitions'; |
---|
| 50 | $TbMsg[37]='Logical Partitions'; |
---|
[beebc19] | 51 | $TbMsg[38]='Smaller free disk space (KB)'; |
---|
[a71cfe29] | 52 | $TbMsg[39]='Customize'; |
---|
[beebc19] | 53 | $TbMsg[40]='Unchanged size'; |
---|
[045211d] | 54 | $TbMsg[41]='Generate OG Instruction'; |
---|
[aed65e0] | 55 | $TbMsg["CONFIG_PARTTABLE"]='Partition table'; |
---|
[a57dbd8] | 56 | |
---|
| 57 | $TbMsg[42]='Variable'; |
---|
[beebc19] | 58 | $TbMsg["CONFIG_NOCONFIG"]='Without configuration: client is not connected to server.'; |
---|
| 59 | $TbMsg[44]='Host without hardware profile'; |
---|
[5fb6914] | 60 | $TbMsg[45]='Add Profile to obtain data'; |
---|
[beebc19] | 61 | $TbMsg[495]='Cache data'; |
---|
| 62 | $TbMsg[4951]='Free cache'; |
---|
[22391cf] | 63 | |
---|
| 64 | $TbMsg["SECT_SESSIONS"]='Sessions'; |
---|
| 65 | $TbMsg["SESS_DATETIME"]='Date and Time'; |
---|
| 66 | $TbMsg["SESS_OPERATION"]='Operation'; |
---|
| 67 | $TbMsg["SESS_OPSYS"]='Operating System'; |
---|
| 68 | $TbMsg["SESS_USER"]='User'; |
---|
| 69 | $TbMsg["SESS_NOSESSIONS"]='No sessions logged.'; |
---|
| 70 | |
---|