From: Thomas L. <tl...@us...> - 2004-10-13 21:26:42
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/documents/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/documents/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 /** * @author Steven Levin <steven [at] jasventures [dot] com> * @author Jeremy Agee <jeremy [at] jasventures [dot] com> * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:29 tluft Exp $ */ $image['name'] = "documents.png"; //$image['alt'] = JAS_DOCUMENTS_TITLE . "Authors: Steven Levin and Jeremy Agee"; $image['alt'] = JAS_DOCUMENT_TITLE; $link[0] = array ("label"=>JAS_DOCUMENT_TITLE, "module"=>"documents", "url"=>"index.php?module=documents&JAS_DocumentManager_op=list", "description"=>JAS_DOCUMENT_TITLE." allows you to manage ".JAS_DOCUMENT_PLURAL." which can have mutiple files associated with it.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |