source: admin/WebConsole/idiomas/php/eng/estados_eng.php @ 09b8452

configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 09b8452 was 69d48a9, checked in by Irina Gómez <irinagomez@…>, 3 years ago

#1066 #991 Add maintenace status to lab status legend. (equivalent to commit 344e9c1)

  • Property mode set to 100644
File size: 592 bytes
RevLine 
[c65587c]1<?php
2//_________________________________________
3//
[beebc19]4//      Php language file: estados_eng.php
[c65587c]5//      Language: English
6//_________________________________________
7
[e7625e0]8if (empty ($TbMsg)) $TbMsg=array();
[68f360e]9$TbMsg["STATUS_BSY"]="Busy";
[c65587c]10$TbMsg["STATUS_INI"]="Initializing";
11$TbMsg["STATUS_OFF"]="Off";
[7b7d79c]12$TbMsg["STATUS_OPG"]="OpenGnsys";
[c65587c]13$TbMsg["STATUS_LNX"]="GNU/Linux";
[69d48a9]14$TbMsg["STATUS_MNT"]="Maintenance";
[c65587c]15$TbMsg["STATUS_WXP"]="Windows";
[7b7d79c]16// New OGAgent states.
17$TbMsg["STATUS_LNXS"]="GNU/Linux session";
[beebc19]18$TbMsg["STATUS_OSX"]="MacOS";
[7b7d79c]19$TbMsg["STATUS_WIN"]="Windows";
20$TbMsg["STATUS_WINS"]="Windows session";
Note: See TracBrowser for help on using the repository browser.