blob: 0c210427729726f1eabe6328c7c6a9c56063f296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
// Aviso: no dejar ningún carácter fuera del código PHP.
//______________________________________________________________
//
// Fichero de idiomas php: descargas_esp.php
// Idioma: Español
//______________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg['DOWNLOADS']="Descargas disponibles";
$TbMsg['NOFILES']="No hay ficheros disponibles";
// Aviso: no dejar ningún carácter fuera del código PHP.
|