From: Thomas L. <tl...@us...> - 2004-10-13 21:27:06
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/notes/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/notes/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 $tab[] = array ("label"=>"my_modules", "title"=>"My Modules", "grid"=>3 ); $image["name"] = "notes.png"; $image["alt"] = "Author: Adam Morton"; $link[] = array ("label"=>"Notiz / Notes", "module"=>"notes", "url"=>"index.php?module=notes&NOTE_op=menu", "image"=>$image, "admin"=>FALSE, "description"=>"Go here to send notes to other users on this site.", "tab"=>"my_modules"); $link[] = array ("label"=>"Multi-Send Notes", "module"=>"notes", "url"=>"index.php?module=notes&NOTE_op=adminMenu", "image"=>$image, "admin"=>TRUE, "description"=>"Go here to send notes to groups or all of the users on this site.", "tab"=>"content"); ?> |