From: Thomas L. <tl...@us...> - 2004-10-13 21:26:57
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/help/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/help/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"] = "help.png"; $image["alt"] = "Author: Jeremy Agee"; $link[0] = array ("label"=>"Absolute Help", "module"=>"help", "url"=>"index.php?module=help&help_op=main_menu", "description"=>"The Help module allows you to manage help information shown in key areas on your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); ?> |