Update of /cvsroot/phpwebsite-comm/l10n/de/mod/modmaker/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/modmaker/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'] = "modmaker.png";
$image['alt'] = "Module Maker by Matt McNaney";
$link[] = array("label"=>"Module Macher",
"module"=>"modmaker",
"description"=>"Assists developers in the creation and editing of module settings.",
"url"=>"index.php?module=modmaker&mod_op=mod_admin",
"image"=>$image,
"admin"=>TRUE,
"tab"=>"developer");
?>
|