Update of /cvsroot/phpwebsite-comm/l10n/de/mod/controlpanel/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/controlpanel/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
$tab[] = array ("label"=>"my_settings",
"title"=>"Meine Einstellungen",
"grid"=>3
);
$tab[] = array ("label"=>"my_modules",
"title"=>"Meine Module",
"grid"=>3
);
$tab[] = array ("label"=>"content",
"title"=>"Seiten Inhalte",
"grid"=>3
);
$tab[] = array ("label"=>"administration",
"title"=>"Administration",
"grid"=>3
);
$tab[] = array ("label"=>"developer",
"title"=>"Entwickler",
"grid"=>3
);
?>
|