From: Thomas L. <tl...@us...> - 2004-10-13 21:26:41
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/debug/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/debug/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'] = "bug.png"; $image['alt'] = "Debugger Author: Steven Levin"; $link[0] = array ("label"=>"PhpWebSite Debugger", "module"=>"debug", "url"=>"index.php?module=debug&DBUG_op=admin_settings", "description"=>"PhpWebsite Debugger is a developer tool used for viewing session and request information.", "image"=>$image, "admin"=>TRUE, "tab"=>"developer"); ?> |