moodle/lang/en/docs/files.php
2003-06-14 05:48:57 +00:00

22 lines
675 B
PHP

<?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['faq.html'] = "Installation FAQ";
$string['installamp.html'] = "Apache, MySQL, PHP";
$string['upgrade.html'] = "Upgrading";
$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";
$string['other.html'] = "Other Docs";
?>