source: admin/WebConsole/idiomas/php/cat/estados_cat.php @ 101796b

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-instalacion
Last change on this file since 101796b was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 585 bytes
Line 
1<?php
2//____________________________________________
3//
4//      Fitxer d'idiomes php: estados_cat.php
5//      Idioma: Català
6//____________________________________________
7
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["STATUS_BSY"]="Ocupat";
10$TbMsg["STATUS_INI"]="Iniciant";
11$TbMsg["STATUS_OFF"]="Apagat";
12$TbMsg["STATUS_OPG"]="OpenGnsys";
13$TbMsg["STATUS_LNX"]="GNU/Linux";
14$TbMsg["STATUS_WXP"]="Windows";
15// Estats nou agent OGAgent.
16$TbMsg["STATUS_LNXS"]="Sessi&oacute; GNU/Linux";
17$TbMsg["STATUS_OSX"]="macOS";
18$TbMsg["STATUS_WIN"]="Windows";
19$TbMsg["STATUS_WINS"]="Sessi&oacute; Windows";
20
21
Note: See TracBrowser for help on using the repository browser.