From: Thomas L. <tl...@us...> - 2004-10-13 21:27:09
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/phpwsbb/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 /** * phpwsBB * * 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 Don Seiler <do...@NO...> * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:52 tluft Exp $ */ $image["name"] = "phpwsbb.png"; $image["alt"] = "Author: Don Seiler"; $link[] = array ("label"=>"Foren Board", "module"=>"phpwsbb", "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=list", "image"=>$image, "description"=>"Ein Foren Board Module.", "tab"=>"content"); $link[] = array ("label"=>"Meiner persönlichen Foren Einstellungen", "module"=>"phpwsbb", "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings", "image"=>$image, "description"=>"Allows you to set your bulletin board preferences.", "tab"=>"my_settings"); ?> |