From: Thomas L. <tl...@us...> - 2004-10-13 21:27:07
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/photoalbum/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/photoalbum/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 /** * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:51 tluft Exp $ * @author Steven Levin <steven at NOSPAM tux[dot]appstate[dot]edu> */ $image['name'] = "photo.png"; $image['alt'] = "Photo Albums Author: Steven Levin"; $link[0] = array ("label"=>"Foto Album", "module"=>"photoalbum", "url"=>"index.php?module=photoalbum&PHPWS_AlbumManager_op=list", "description"=>"The Photo Album allows you to manage sets of image galleries.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |