summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/estados_eng.php
blob: c5f2ed7b0fd2fed330852b1d9cd233087548d76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
//_________________________________________
//
//	Php language file: estados_eng.php
//	Language: English
//_________________________________________

if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["STATUS_BSY"]="Busy";
$TbMsg["STATUS_INI"]="Initializing";
$TbMsg["STATUS_OFF"]="Off";
$TbMsg["STATUS_OPG"]="OpenGnsys";
$TbMsg["STATUS_LNX"]="GNU/Linux";
$TbMsg["STATUS_MNT"]="Maintenance";
$TbMsg["STATUS_VDI"]="Virtual";
$TbMsg["STATUS_WXP"]="Windows";
// New OGAgent states.
$TbMsg["STATUS_LNXS"]="GNU/Linux session";
$TbMsg["STATUS_OSX"]="MacOS";
$TbMsg["STATUS_WIN"]="Windows";
$TbMsg["STATUS_WINS"]="Windows session";