From: Thomas L. <tl...@us...> - 2004-10-13 21:26:58
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/jobman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/jobman/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 /** * Control panel configuration file for Jobman * * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:46 tluft Exp $ * @author George Brackett <gbr...@NO...> */ // Defines the access to and appearance of module listings. $image['name'] = "jobman.gif"; $image['alt'] = "Positions Available by George Brackett"; $image2['name'] = "jobman.gif"; $image2['alt'] = "Job List"; $link[] = array("label"=>"Stellenangebote", "module"=>"jobman", "description"=>"Maintain a list of available positions for an organization.", "url"=>"index.php?module=jobman&JOB_MAN_op=list", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |