lgromero-new-oglive
Last change
on this file was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
File size:
458 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // Aviso: no dejar ningún carácter fuera del código PHP. |
---|
3 | //______________________________________________________________ |
---|
4 | // |
---|
5 | // Fichero de idiomas php: descargas_esp.php |
---|
6 | // Idioma: Español |
---|
7 | //______________________________________________________________ |
---|
8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
9 | $TbMsg['DOWNLOADS']="Descargas disponibles"; |
---|
10 | $TbMsg['NOFILES']="No hay ficheros disponibles"; |
---|
11 | |
---|
12 | // Aviso: no dejar ningún carácter fuera del código PHP. |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.