blob: fa4898ffa946d5c81434e530e9abdb9933ed77cd (
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.
?>
|