summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/estados_eng.php
blob: 85af4c41c068dad1747dadc7ecc847ff9a9f2336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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";
// WoL states
$TbMsg["STATUS_WOL_SENT"]="WoL sent";