[043e67d] | 1 | <?php |
---|
[f9f08d2] | 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: aulas_eng.php |
---|
| 5 | // Idioma: English |
---|
| 6 | //________________________________________________________________________________________________________ |
---|
| 7 | $TbMsg=array(); |
---|
| 8 | $TbMsg[0]='New'; |
---|
| 9 | $TbMsg[1]='Modify'; |
---|
| 10 | $TbMsg[2]='Delete'; |
---|
| 11 | $TbMsg[3]='Start new column'; |
---|
| 12 | $TbMsg[4]='Boot modify column'; |
---|
| 13 | $TbMsg[5]='Boot delete column'; |
---|
| 14 | $TbMsg[6]='Created Boot Properly'; |
---|
| 15 | $TbMsg[7]='Modified Start Properly'; |
---|
| 16 | $TbMsg[8]='Removed Boot Properly'; |
---|
| 17 | $TbMsg[9]='Select Start Column'; |
---|
| 18 | $TbMsg[10]='"User Mode"'; |
---|
| 19 | $TbMsg[11]='"Management Mode"'; |
---|
| 20 | $TbMsg[12]='Name'; |
---|
| 21 | $TbMsg[13]='Accept'; |
---|
| 22 | $TbMsg[14]='Enter a Column Name'; |
---|
| 23 | $TbMsg[15]='"Rename"'; |
---|
| 24 | $TbMsg[16]='Cancel'; |
---|
| 25 | $TbMsg[17]='Template'; |
---|
| 26 | $TbMsg[18]='No Template'; |
---|
| 27 | $TbMsg[19]='Commands'; |
---|
| 28 | $TbMsg[20]='Description'; |
---|
| 29 | $TbMsg[21]='File'; |
---|
| 30 | $TbMsg[22]='##NOT-TO-TOUCH-THIS-LINE '; |
---|
| 31 | $TbMsg[23]='NO NEW COLUMN'; |
---|
| 32 | $TbMsg[24]='Scope: Centers'; |
---|
| 33 | $TbMsg[25]='Scope: Group of labs'; |
---|
| 34 | $TbMsg[26]='Scope: Group of computers'; |
---|
| 35 | $TbMsg[27]='"Incorpore computers"'; |
---|
| 36 | $TbMsg[28]='"Procedures"'; |
---|
| 37 | $TbMsg[29]='"Labs Reserves"'; |
---|
| 38 | $TbMsg[30]='"Confirmed"'; |
---|
| 39 | $TbMsg[31]='"Pending"'; |
---|
| 40 | $TbMsg[32]='"Denied"'; |
---|
| 41 | $TbMsg[33]='"Remote console"'; |
---|
| 42 | $TbMsg[34]='"Reserve schedules"'; |
---|
| 43 | $TbMsg[35]='"Operators"'; |
---|
| 44 | $TbMsg[36]='"Remove operator"'; |
---|
| 45 | $TbMsg[37]='"Add a new operator"'; |
---|
| 46 | $TbMsg[38]='"Wizards"'; |
---|
| 47 | $TbMsg[39]='"Console echo"'; |
---|
| 48 | $TbMsg[40]='"Advanced NetBoot"'; |
---|
| 49 | $TbMsg[41]='"Relocate computers"'; |
---|
| 50 | $TbMsg[42]='Advanced Boot Management'; |
---|
| 51 | $TbMsg[43]='"Save"'; |
---|
| 52 | $TbMsg[44]='Computers locator'; |
---|
| 53 | $TbMsg[45]='Scope name'; |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | ?> |
---|
| 58 | |
---|