<?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' => 'Block namn',
'002' => 'Status',
'003' => 'Finns ingen block med det ID!',
'004' => 'Spara',
'005' => 'Block statusen har ändrats.',
);
?>