<?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('Anwendungsfehler.');
}
$mlang = array (
'001' => 'Modulname',
'002' => 'Status',
'003' => 'Es gibt kein Modul mit dieser ID!',
'004' => 'Übernehmen',
'005' => 'Löschen',
);
?>