Update of /cvsroot/phpwebsite-comm/l10n/de/mod/approval/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/approval/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'] = "approve.png";
$image['alt'] = "Approval by Matt McNaney";
$link[] = array("label"=>"Genehmigen",
"module"=>"approval",
"description"=>"Allows you to approve elements from different modules in one convenient place.",
"image"=>$image,
"url"=>"index.php?module=approval&approval_op=admin",
"admin"=>TRUE,
"tab"=>"administration");
?>
|