source: admin/WebConsole/idiomas/php/cat/estados_cat.php @ d81fc6a

Last change on this file since d81fc6a was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 400 bytes
Line 
1<?php
2//____________________________________________
3//
4//      Fitxer d'idiomes php: estados_cat.php
5//      Idioma: Català
6//____________________________________________
7
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["STATUS_BSY"]="Ocupat";
10$TbMsg["STATUS_INI"]="Iniciant";
11$TbMsg["STATUS_OFF"]="Apagat";
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.