[043e67d] | 1 | <?php |
---|
[3ec149c] | 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: aulas_eng.php |
---|
[4e5e8bb] | 5 | // Idioma: English |
---|
[3ec149c] | 6 | //________________________________________________________________________________________________________ |
---|
| 7 | $TbMsg=array(); |
---|
| 8 | $TbMsg[0]='"New labs group"'; |
---|
| 9 | $TbMsg[1]='"Computers status"'; |
---|
| 10 | $TbMsg[2]='"Purge"'; |
---|
| 11 | $TbMsg[3]='"Add new lab"'; |
---|
| 12 | $TbMsg[4]='"Refresh"'; |
---|
| 13 | $TbMsg[5]='"Commands"'; |
---|
| 14 | $TbMsg[6]='"Actions queue"'; |
---|
| 15 | $TbMsg[7]='"Remove labs group"'; |
---|
| 16 | $TbMsg[8]='"New computers group"'; |
---|
| 17 | $TbMsg[9]='"Add new computer"'; |
---|
| 18 | $TbMsg[10]='"Configuration"'; |
---|
| 19 | $TbMsg[11]='"To put computer"'; |
---|
| 20 | $TbMsg[12]='"Computer template"'; |
---|
| 21 | $TbMsg[13]='"Properties"'; |
---|
| 22 | $TbMsg[14]='"Remove lab"'; |
---|
| 23 | $TbMsg[15]='"Rename"'; |
---|
| 24 | $TbMsg[16]='"Remove computers group"'; |
---|
| 25 | $TbMsg[17]='"To move computer"'; |
---|
| 26 | $TbMsg[18]='"Remove Computer"'; |
---|
| 27 | $TbMsg[19]='"Tasks"'; |
---|
| 28 | $TbMsg[20]='"Jobs"'; |
---|
| 29 | $TbMsg[21]='"All actions"'; |
---|
| 30 | $TbMsg[22]='Computers Status'; |
---|
| 31 | $TbMsg[23]='Lab Computer'; |
---|
[59e0a94] | 32 | $TbMsg[24]='Scope: Centers'; |
---|
| 33 | $TbMsg[25]='Scope: Group of labs'; |
---|
| 34 | $TbMsg[26]='Scope: Group of computers'; |
---|
[3ec149c] | 35 | $TbMsg[27]='"Incorpore computers"'; |
---|
| 36 | $TbMsg[28]='"Procedures"'; |
---|
| 37 | $TbMsg[29]='"Labs Reserves"'; |
---|
[59e0a94] | 38 | $TbMsg[30]='"Confirmed"'; |
---|
| 39 | $TbMsg[31]='"Pending"'; |
---|
| 40 | $TbMsg[32]='"Denied"'; |
---|
[1c793fc] | 41 | $TbMsg[33]='"Remote console"'; |
---|
[3ec149c] | 42 | $TbMsg[34]='"Reserve schedules"'; |
---|
| 43 | $TbMsg[35]='"Operators"'; |
---|
| 44 | $TbMsg[36]='"Remove operator"'; |
---|
| 45 | $TbMsg[37]='"Add a new operator"'; |
---|
[59e0a94] | 46 | $TbMsg[38]='"Wizards"'; |
---|
[a406554] | 47 | $TbMsg[39]='"Console echo"'; |
---|
| 48 | $TbMsg[40]='"Advanced NetBoot"'; |
---|
| 49 | $TbMsg[41]='"Relocate computers"'; |
---|
[0beb818] | 50 | $TbMsg[42]='Advanced Boot Management'; |
---|
| 51 | $TbMsg[43]='"Save"'; |
---|
[4e5e8bb] | 52 | $TbMsg[44]='Computers locator'; |
---|
| 53 | $TbMsg[45]='Scope name'; |
---|
| 54 | $TbMsg[46]='Scope id'; |
---|
| 55 | $TbMsg[47]='"Historical log"'; |
---|
| 56 | $TbMsg[48]='"Real time log"'; |
---|
[a8c0a4a7] | 57 | $TbMsg[49]='"Synchronization'; |
---|
| 58 | $TbMsg[50]='"Synchronization 2'; |
---|
[a406554] | 59 | ?> |
---|
[3ec149c] | 60 | |
---|