blob: b04ef2a7a2c941711c8f7b087a741e0c5920a767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
//______________________________________________________________
//
// Php language file: descargas_eng.php
// Language: English
//______________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg['DOWNLOADS']="Available downloads";
$TbMsg['NOFILES']="No files available";
// Warning: Do not leave characters out of PHP code.
?>
|