From: Thomas L. <tl...@us...> - 2004-10-13 21:26:40
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/comments/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/comments/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'] = "comments.png"; $image['alt'] = "Comments Author: Steven Levin"; $link[0] = array ("label"=>"Verwalte Kommentare", "module"=>"comments", "url"=>"index.php?module=comments&CM_op=adminMenu", "description"=>"The Comment Manager administration allows you to manage all of the comment threads on your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); $link[1] = array ("label"=>"Persönliche Kommentar Einstellungen", "module"=>"comments", "url"=>"index.php?module=comments&CM_op=userSettings", "description"=>"Personal Comment settings allows you to set the default way you view comment threads on the site.", "image"=>$image, "admin"=>FALSE, "tab"=>"my_settings"); ?> |