summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/estados_cat.php
blob: 40a37436ddbb2eaf79d552bc2e3b200e43be64d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
//____________________________________________
//
//	Fitxer d'idiomes php: estados_cat.php 
//	Idioma: Català
//____________________________________________

if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["STATUS_BSY"]="Ocupat";
$TbMsg["STATUS_INI"]="Iniciant";
$TbMsg["STATUS_OFF"]="Apagat";
$TbMsg["STATUS_OPG"]="OpenGnsys";
$TbMsg["STATUS_LNX"]="GNU/Linux";
$TbMsg["STATUS_WXP"]="Windows";
// Estats nou agent OGAgent.
$TbMsg["STATUS_LNXS"]="Sessi&oacute; GNU/Linux";
$TbMsg["STATUS_OSX"]="macOS";
$TbMsg["STATUS_WIN"]="Windows";
$TbMsg["STATUS_WINS"]="Sessi&oacute; Windows";