Update of /cvsroot/phpwebsite-comm/l10n/de/mod/language/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/language/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'] = "language.png";
$image['alt'] = "Language Administrator by Matt McNaney";
$image2['name'] = "language.png";
$image2['alt'] = "Set My Language";
$link[] = array("label"=>"Sprachen Administrator",
"module"=>"language",
"description"=>"Lets you administrate the language options for your site.",
"image"=>$image,
"admin"=>TRUE,
"url"=>"index.php?module=language&lng_adm_op=admin",
"tab"=>"administration");
$link[] = array("label"=>"Meine Sprache einstellen",
"module"=>"language",
"description"=>"Lets you pick the language to display the site in.",
"image"=>$image2,
"admin"=>FALSE,
"url"=>"index.php?module=language&lng_usr_op=user_admin",
"tab"=>"my_settings");
?>
|