summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/descargas_cat.php
blob: e1936f6ac70f87accc06769cae5e837c725d2eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// Avís: no hi ha cap deixar caràcter fora del codi PHP.
//______________________________________________________________
//
//	Fitxer d'idiomes php: descargas_cat.php 
//	Idioma: Català
//______________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg['DOWNLOADS']="Descàrregues disponibles";
$TbMsg['NOFILES']="No hi ha fitxers disponibles";

// Avís: no hi ha cap deixar caràcter fora del codi PHP.