Update of /cvsroot/phpwebsite-comm/l10n/de/mod/boost/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/boost/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'] = "boost.png";
$image['alt'] = "Boost by Matt McNaney";
$link[] = array("label"=>"Boost Modul-Verwaltung",
"module"=>"boost",
"image"=>$image,
"description"=>"Interface for installing, uninstalling, and updating modules.",
"admin"=>TRUE,
"url"=>"index.php?module=boost&boost_op=adminMenu",
"tab"=>"administration");
?>
|