blob: 8c3fd1da0861977d67a0c529d46ac9d51af98626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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_MNT"]="Manteniment";
$TbMsg["STATUS_VDI"]="Virtual";
$TbMsg["STATUS_WXP"]="Windows";
// Estats nou agent OGAgent.
$TbMsg["STATUS_LNXS"]="Sessió GNU/Linux";
$TbMsg["STATUS_OSX"]="macOS";
$TbMsg["STATUS_WIN"]="Windows";
$TbMsg["STATUS_WINS"]="Sessió Windows";
// Estats WoL
$TbMsg["STATUS_WOL_SENT"]="WoL enviat";
|