source: admin/WebConsole/idiomas/php/eng/estados_eng.php @ 13e20ad

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 13e20ad was 7b7d79c, checked in by ramon <ramongomez@…>, 9 years ago

#718: Integrar nuevos iconos y descripciones de los estados para OGAgent.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4832 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 531 bytes
RevLine 
[c65587c]1<?php
2//_________________________________________
3//
4//      Php language file: estados_eng.php
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";
14$TbMsg["STATUS_WXP"]="Windows";
[7b7d79c]15// New OGAgent states.
16$TbMsg["STATUS_LNXS"]="GNU/Linux session";
17$TbMsg["STATUS_WIN"]="Windows";
18$TbMsg["STATUS_WINS"]="Windows session";
[c65587c]19?>
20
Note: See TracBrowser for help on using the repository browser.