blob: 277e38bb4d6e1ef50e590e0dde0da049c6b6764e (
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"]="Ocupat";
$TbMsg["STATUS_INI"]="Iniciant";
$TbMsg["STATUS_OFF"]="Apagat";
$TbMsg["STATUS_OPG"]="OpenGnSys";
$TbMsg["STATUS_LNX"]="GNU/Linux";
$TbMsg["STATUS_WXP"]="Windows";
?>
|