From: Thomas L. <tl...@us...> - 2004-10-13 21:26:44
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/googlesvcs/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/googlesvcs/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 /* * This is the photobox control panel configuration file. * * Copyright (c) 2004 - Data Management & Warehousing - All rights reserved. * * ======================================================================= * Filename : Google Services - controlpanel.php * Purpose : Loads Control Panel image, description and link * Author : Andy Felong * Creation Date : 29 June 2004 * Parameters : * Change History : * ======================================================================= */ $image["name"] = "google_icon.gif"; $image["alt"] = "Module by: Data Management and Warehousing"; /* Create a link to your module */ $link[] = array ("label"=>"Google Services", "restricted" => TRUE, "module"=>"googlesvcs", "url"=>"index.php?module=googlesvcs&CP_OP=edit", "image"=>$image, "description"=>"Google search and web page translation services", "admin"=>TRUE, "tab"=>"content"); ?> |