21 lines
557 B
PHP
21 lines
557 B
PHP
<?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ó GNU/Linux";
|
|
$TbMsg["STATUS_WIN"]="Windows";
|
|
$TbMsg["STATUS_WINS"]="Sessió Windows";
|
|
?>
|
|
|