<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 23.01.07
* | For version: 1.2
* | Desc: Files module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'No files in database.',
'002' => 'You are downloading file ',
'003' => 'If you not redirects, click on name file.',
'004' => 'File not found',
'005' => 'ID',
'006' => 'Filename',
'007' => 'Downloaded',
'008' => 'time(s)'
);
?>