moodle/lang/de/docs/files.php

20 lines
573 B
PHP
Raw Normal View History

2003-05-08 06:55:32 +00:00
<?PHP // $Id$
// Names of the documentation files
$string['intro.html'] = "Introduction";
$string['background.html'] = "Background";
$string['features.html'] = "Features";
$string['release.html'] = "Release Notes";
$string['install.html'] = "Installation";
$string['upgrade.html'] = "Upgrading";
$string['faq.html'] = "FAQ";
$string['teacher.html'] = "Teacher Manual";
$string['developer.html'] = "Developer Manual";
$string['cvs.html'] = "Using CVS";
$string['future.html'] = "Future";
$string['credits.html'] = "Credits";
$string['licence.html'] = "License";
?>