From: Thomas L. <tl...@us...> - 2004-10-13 21:28:56
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phpwsrssfeeds/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/mod/phpwsrssfeeds/conf Modified 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 Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/l10n/de/mod/phpwsrssfeeds/conf/controlpanel.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** controlpanel.php 4 Oct 2004 22:10:20 -0000 1.1 --- controlpanel.php 13 Oct 2004 21:28:13 -0000 1.2 *************** *** 1,23 **** ! <?php ! ! /** ! * Control panel configuration file for RSS Feeds ! * ! * @version $Id$ ! * @author Wendall Cada <wen...@us...> ! */ ! ! // Defines the access to and appearance of module listings. ! ! $image['name'] = "rss.png"; ! $image['alt'] = "RSS News Feeds by Wendall Cada"; ! ! $link[] = array("label"=>"RSS News Feeds", ! "module"=>"phpwsrssfeeds", ! "description"=>"Link to and display RSS news feeds from other sites.", ! "url"=>"index.php?module=phpwsrssfeeds&RSS_MAN_op=list", ! "image"=>$image, ! "admin"=>TRUE, ! "tab"=>"content"); ! ! ?> --- 1,23 ---- ! <?php ! ! /** ! * Control panel configuration file for RSS Feeds ! * ! * @version $Id$ ! * @author Wendall Cada <wen...@us...> ! */ ! ! // Defines the access to and appearance of module listings. ! ! $image['name'] = "rss.png"; ! $image['alt'] = "RSS News Feeds by Wendall Cada"; ! ! $link[] = array("label"=>"RSS News Feeds", ! "module"=>"phpwsrssfeeds", ! "description"=>"Link to and display RSS news feeds from other sites.", ! "url"=>"index.php?module=phpwsrssfeeds&RSS_MAN_op=list", ! "image"=>$image, ! "admin"=>TRUE, ! "tab"=>"content"); ! ! ?> |