From: Thomas L. <tl...@us...> - 2004-10-13 21:27:12
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phpwscontacts/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/phpwscontacts/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 /** * phpwsContacts * * 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 * * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:53 tluft Exp $ */ $image["name"] = "contacts.png"; $image["alt"] = "phpwsContacts by Don Seiler"; $link[] = array ("label"=>"Kontakte", "module"=>"phpwscontacts", "url"=>"index.php?module=phpwscontacts&CONTACTS_MAN_OP=list", "image"=>$image, "description"=>"Contacts provides extended user information.", "tab"=>"content"); $link[] = array ("label"=>"Set My Contact Information", "module"=>"phpwscontacts", "url"=>"index.php?module=phpwscontacts&CONTACTS_MAN_OP=edit", "image"=>$image, "description"=>"Allows you to set your contact information.", "tab"=>"my_settings"); ?> |