<?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' => 'Block name',
'002' => 'Status',
'003' => 'There is no block having this ID!',
'004' => 'Apply',
'005' => 'Block status has changed successfully.',
);
?>