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

if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["STATUS_BSY"]="Ocupado";
$TbMsg["STATUS_INI"]="Iniciando";
$TbMsg["STATUS_OFF"]="Apagado";
$TbMsg["STATUS_OPG"]="OpenGnSys";
$TbMsg["STATUS_LNX"]="GNU/Linux";
$TbMsg["STATUS_WXP"]="Windows";
?>