<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 23.02.07
* | For version: 1.6
* | Desc: admin files module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'File List',
'002' => 'Add File',
'003' => 'File was successfully added!',
'004' => 'File Name: ',
'005' => 'File Link: ',
'006' => 'Add File',
'007' => 'File was successfully edited!',
'008' => 'Edit File',
'009' => 'File has been successfuly deleted!',
'010' => 'File name',
'011' => 'Link',
'012' => 'Delete',
'013' => 'Edit',
'014' => 'There is no files.',
);
?>