Update of /cvsroot/phpwebsite-comm/l10n/de/mod/layout/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/layout/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'] = "layout.png";
$image['alt'] = "Layout Admin by Matt McNaney";
$image2['name'] = "layout.png";
$image2['alt'] = "Change my View";
$link[] = array("label"=>"Layout Admin",
"module"=>"layout",
"description"=>"Lets you control the look and layout of your site.",
"url"=>"index.php?module=layout&lay_adm_op=admin",
"image"=>$image,
"admin"=>TRUE,
"tab"=>"administration");
$link[] = array("label"=>"Ändere persönliche Ansicht",
"module"=>"layout",
"description"=>"Lets you pick a different theme to view the site.",
"url"=>"index.php?module=layout&layout_user=admin",
"image"=>$image2,
"admin"=>FALSE,
"tab"=>"my_settings");
?>
|