Update of /cvsroot/phpwebsite-comm/l10n/de/mod/faq/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/faq/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
$image['name'] = "faq.png";
$image['alt'] = "Author: Darren Greene";
$link[0] = array ("label"=>"Frequently Asked Questions",
"module"=>"faq",
"url"=>"index.php?module=faq&FAQ_op=menu&FAQ_op=viewFAQs",
"image"=>$image,
"admin"=>TRUE,
"description"=>"Provides an interface to manage a list of frequently asked questions.",
"tab"=>"content");
?>
|