| 1 | <?php |
|---|
| 2 | //________________________________________________________________________________________________________ |
|---|
| 3 | // |
|---|
| 4 | // Php language file: msgbrowser.php |
|---|
| 5 | // Language: English |
|---|
| 6 | //________________________________________________________________________________________________________ |
|---|
| 7 | |
|---|
| 8 | // Literals of client browser messages |
|---|
| 9 | $TbMsg=array(); |
|---|
| 10 | $TbMsg[0]='NOT identified message index'; |
|---|
| 11 | $TbMsg[1]='Please wait, updating...'; |
|---|
| 12 | $TbMsg[2]='Please wait, creating image...'; |
|---|
| 13 | $TbMsg[3]='Please wait, restoring image...'; |
|---|
| 14 | $TbMsg[4]='Please wait, modifying partition table...'; |
|---|
| 15 | $TbMsg[5]='Please wait, formatting...'; |
|---|
| 16 | $TbMsg[6]='Please wait, creating hardware inventory...'; |
|---|
| 17 | $TbMsg[7]='Please wait, creating software inventory...'; |
|---|
| 18 | $TbMsg[8]='Please wait, running script...'; |
|---|
| 19 | $TbMsg[9]='Image creation process has successfully finished'; |
|---|
| 20 | $TbMsg[10]='WARNING, An error occurred when creating image'; |
|---|
| 21 | $TbMsg[11]='Image restoration process has successfully finished'; |
|---|
| 22 | $TbMsg[12]='WARNING, An error occurred when restoring image'; |
|---|
| 23 | $TbMsg[13]='Partitioning process has successfully finished'; |
|---|
| 24 | $TbMsg[14]='WARNING, An error occurred when partitioning image'; |
|---|
| 25 | $TbMsg[15]='Formatting process has successfully finished'; |
|---|
| 26 | $TbMsg[16]='WARNING, An error occurred when formatting image'; |
|---|
| 27 | $TbMsg[17]='Hardware inventory process has successfully finished'; |
|---|
| 28 | $TbMsg[18]='WARNING, An error occurred when inventorying hardware'; |
|---|
| 29 | $TbMsg[19]='Software inventory process has successfully finished'; |
|---|
| 30 | $TbMsg[20]='WARNING, An error occurred when inventorying software'; |
|---|
| 31 | $TbMsg[21]='Bash script running process has successfully finished'; |
|---|
| 32 | $TbMsg[22]='WARNING, An error occurred when running bash script'; |
|---|
| 33 | $TbMsg[23]='WARNING'; |
|---|
| 34 | $TbMsg[24]='DO NOT USE OR TURN OFF THIS COMPUTER.'; |
|---|
| 35 | $TbMsg[25]='Please wait, creating incremental image...'; |
|---|
| 36 | $TbMsg[26]='Incremental image creation process has successfully finished'; |
|---|
| 37 | $TbMsg[27]='WARNING, An error occurred when creating incremental image'; |
|---|
| 38 | $TbMsg[28]='Basic image creation process has successfully finished'; |
|---|
| 39 | $TbMsg[29]='WARNING, An error occurred when creating basic image'; |
|---|
| 40 | $TbMsg[30]='Please wait, creating basic image...'; |
|---|
| 41 | $TbMsg[31]='Please wait, restoring basic image...'; |
|---|
| 42 | $TbMsg[32]='Basic image restoration process has successfully finished'; |
|---|
| 43 | $TbMsg[33]='WARNING, An error occurred when restoring basic image'; |
|---|
| 44 | $TbMsg[34]='Incremental image restoration process has successfully finished'; |
|---|
| 45 | $TbMsg[35]='WARNING, An error occurred when restoring incremental image'; |
|---|