source: admin/WebConsole/idiomas/php/esp/estados_esp.php

lgromero-new-oglive
Last change on this file 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: 637 bytes
RevLine 
[c65587c]1<?php
2//______________________________________________
3//
4//      Fichero de idiomas php: estados_esp.php
5//      Idioma: Español
6//______________________________________________
7
[e7625e0]8if (empty ($TbMsg)) $TbMsg=array();
[c65587c]9$TbMsg["STATUS_BSY"]="Ocupado";
10$TbMsg["STATUS_INI"]="Iniciando";
11$TbMsg["STATUS_OFF"]="Apagado";
[7b7d79c]12$TbMsg["STATUS_OPG"]="OpenGnsys";
[c65587c]13$TbMsg["STATUS_LNX"]="GNU/Linux";
[69d48a9]14$TbMsg["STATUS_MNT"]="Mantenimiento";
[c65587c]15$TbMsg["STATUS_WXP"]="Windows";
[7b7d79c]16// Estados nuevo agente OGAgent.
17$TbMsg["STATUS_LNXS"]="Sesi&oacute;n GNU/Linux";
[ec529cc]18$TbMsg["STATUS_OSX"]="macOS";
[7b7d79c]19$TbMsg["STATUS_WIN"]="Windows";
20$TbMsg["STATUS_WINS"]="Sesi&oacute;n Windows";
[b6ec162]21
[c65587c]22
Note: See TracBrowser for help on using the repository browser.