source:
admin/WebConsole/idiomas/php/cat/estados_cat.php
@
b9345db
Last change on this file since b9345db was 69d48a9, checked in by , 3 years ago | |
---|---|
|
|
File size: 621 bytes |
Line | |
---|---|
1 | <?php |
2 | //____________________________________________ |
3 | // |
4 | // Fitxer d'idiomes php: estados_cat.php |
5 | // Idioma: Català |
6 | //____________________________________________ |
7 | |
8 | if (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_MNT"]="Manteniment"; |
15 | $TbMsg["STATUS_WXP"]="Windows"; |
16 | // Estats nou agent OGAgent. |
17 | $TbMsg["STATUS_LNXS"]="Sessió GNU/Linux"; |
18 | $TbMsg["STATUS_OSX"]="macOS"; |
19 | $TbMsg["STATUS_WIN"]="Windows"; |
20 | $TbMsg["STATUS_WINS"]="Sessió Windows"; |
21 | |
22 |
Note: See TracBrowser
for help on using the repository browser.