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