<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 26.02.07
* | For version: 1.6
* | Desc: module manager lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Module name',
'002' => 'Status',
'003' => 'There is no module having this ID!',
'004' => 'Apply',
'005' => 'Delete',
'006' => 'Module status has changed successfully.',
);
?>