configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change
on this file since 9831706 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
|
Line | |
---|
1 | <?php |
---|
2 | //______________________________________________ |
---|
3 | // |
---|
4 | // Fichero de idiomas php: estados_esp.php |
---|
5 | // Idioma: Español |
---|
6 | //______________________________________________ |
---|
7 | |
---|
8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
9 | $TbMsg["STATUS_BSY"]="Ocupado"; |
---|
10 | $TbMsg["STATUS_INI"]="Iniciando"; |
---|
11 | $TbMsg["STATUS_OFF"]="Apagado"; |
---|
12 | $TbMsg["STATUS_OPG"]="OpenGnsys"; |
---|
13 | $TbMsg["STATUS_LNX"]="GNU/Linux"; |
---|
14 | $TbMsg["STATUS_MNT"]="Mantenimiento"; |
---|
15 | $TbMsg["STATUS_WXP"]="Windows"; |
---|
16 | // Estados nuevo agente OGAgent. |
---|
17 | $TbMsg["STATUS_LNXS"]="Sesión GNU/Linux"; |
---|
18 | $TbMsg["STATUS_OSX"]="macOS"; |
---|
19 | $TbMsg["STATUS_WIN"]="Windows"; |
---|
20 | $TbMsg["STATUS_WINS"]="Sesión Windows"; |
---|
21 | |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.