mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
19 lines
544 B
PHP
19 lines
544 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['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";
|
|
|
|
|
|
?>
|