Rev | Line | |
---|
[d0df50b6] | 1 | <?php |
---|
| 2 | //____________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fitxer d'idiomes php: estados_cat.php |
---|
| 5 | // Idioma: Català |
---|
| 6 | //____________________________________________ |
---|
| 7 | |
---|
| 8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[1602040] | 9 | $TbMsg["STATUS_BSY"]="Ocupat"; |
---|
| 10 | $TbMsg["STATUS_INI"]="Iniciant"; |
---|
| 11 | $TbMsg["STATUS_OFF"]="Apagat"; |
---|
[d0df50b6] | 12 | $TbMsg["STATUS_OPG"]="OpenGnSys"; |
---|
| 13 | $TbMsg["STATUS_LNX"]="GNU/Linux"; |
---|
| 14 | $TbMsg["STATUS_WXP"]="Windows"; |
---|
| 15 | ?> |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.