Last change
on this file since a89da3d was
756b483,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#980 Add Virtual status
Since version 1.2.0, OpenGnsys supports ogVDI hypervisor OS. This commit
a new status which indicates that clients are running ogVDI
|
-
Property mode set to
100644
|
File size:
588 bytes
|
Line | |
---|
1 | <?php |
---|
2 | //_________________________________________ |
---|
3 | // |
---|
4 | // Php language file: estados_eng.php |
---|
5 | // Language: English |
---|
6 | //_________________________________________ |
---|
7 | |
---|
8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
9 | $TbMsg["STATUS_BSY"]="Busy"; |
---|
10 | $TbMsg["STATUS_INI"]="Initializing"; |
---|
11 | $TbMsg["STATUS_OFF"]="Off"; |
---|
12 | $TbMsg["STATUS_OPG"]="OpenGnsys"; |
---|
13 | $TbMsg["STATUS_LNX"]="GNU/Linux"; |
---|
14 | $TbMsg["STATUS_WXP"]="Windows"; |
---|
15 | $TbMsg["STATUS_VDI"]="Virtual"; |
---|
16 | // New OGAgent states. |
---|
17 | $TbMsg["STATUS_LNXS"]="GNU/Linux session"; |
---|
18 | $TbMsg["STATUS_OSX"]="MacOS"; |
---|
19 | $TbMsg["STATUS_WIN"]="Windows"; |
---|
20 | $TbMsg["STATUS_WINS"]="Windows session"; |
---|
Note: See
TracBrowser
for help on using the repository browser.