<?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('Program fel.');
}
$mlang = array (
'001' => 'Modul namn',
'002' => 'Status',
'003' => 'Finns inga moduler med detta ID!',
'004' => 'Spara',
'005' => 'Radera',
'006' => 'Modul status ändrat.',
);
?>