Update of /cvsroot/phpwebsite-comm/l10n/de/mod/menuman/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/menuman/conf
Added Files:
controlpanel.php
Log Message:
Updated the German language files for phpWebSite 0.9.3-4. Added 3rd party modules in the mod directory and translated a lot of configuration dialogs. Original files at www.phpws.de
--- NEW FILE: controlpanel.php ---
<?php
$image['name'] = "menu.png";
$image['alt'] = "Menu Manager Author: Steven Levin";
$link[0] = array ("label"=>"Menü Manager",
"module"=>"menuman",
"url"=>"index.php?module=menuman&MMN_menuman_op=adminMenu",
"description"=>"The Menu Manager allows you to add and create dynamic menus. Menus are used to link to stuff from your site and other sites.",
"admin"=>TRUE,
"image"=>$image,
"tab"=>"content");
?>
|