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 dcc225a 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:
621 bytes
|
Rev | Line | |
---|
[c65587c] | 1 | <?php |
---|
| 2 | //____________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fitxer d'idiomes php: estados_cat.php |
---|
| 5 | // Idioma: Català |
---|
| 6 | //____________________________________________ |
---|
| 7 | |
---|
[e7625e0] | 8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[ca0f67c6] | 9 | $TbMsg["STATUS_BSY"]="Ocupat"; |
---|
| 10 | $TbMsg["STATUS_INI"]="Iniciant"; |
---|
| 11 | $TbMsg["STATUS_OFF"]="Apagat"; |
---|
[7b7d79c] | 12 | $TbMsg["STATUS_OPG"]="OpenGnsys"; |
---|
[c65587c] | 13 | $TbMsg["STATUS_LNX"]="GNU/Linux"; |
---|
[69d48a9] | 14 | $TbMsg["STATUS_MNT"]="Manteniment"; |
---|
[c65587c] | 15 | $TbMsg["STATUS_WXP"]="Windows"; |
---|
[7b7d79c] | 16 | // Estats nou agent OGAgent. |
---|
| 17 | $TbMsg["STATUS_LNXS"]="Sessió GNU/Linux"; |
---|
[ec529cc] | 18 | $TbMsg["STATUS_OSX"]="macOS"; |
---|
[7b7d79c] | 19 | $TbMsg["STATUS_WIN"]="Windows"; |
---|
| 20 | $TbMsg["STATUS_WINS"]="Sessió Windows"; |
---|
[b6ec162] | 21 | |
---|
[c65587c] | 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.