Update of /cvsroot/phpwebsite-comm/l10n/de/mod/featuredphoto/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/featuredphoto/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
/**
* featuredphoto
*
* See docs/AUTHORS and docs/COPYRIGHT for relevant info.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @author Greg Meiste <bli...@NO...>
* @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:30 tluft Exp $
*/
$image["name"] = "featuredphoto.png";
$image["alt"] = "Featured Photo";
/* Create a link to module */
$link[] = array ("label"=>"Gewähltes Foto",
"module"=>"featuredphoto",
"url"=>"index.php?module=featuredphoto&man_op=list",
"image"=>$image,
"admin"=>TRUE,
"description"=>"Maintain the featured photo(s) in the database.",
"tab"=>"content");
?>
|