2003-10-01 18:00:41 +00:00
|
|
|
<?php // $Id$
|
2003-01-01 11:26:50 +00:00
|
|
|
// Names of the documentation files
|
2003-10-01 18:00:41 +00:00
|
|
|
// Files with a definition "-" are treated as spacers
|
2003-01-01 11:26:50 +00:00
|
|
|
|
2003-10-01 18:00:41 +00:00
|
|
|
$string['-about'] = "About Moodle";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['intro.html'] = "Introduction";
|
|
|
|
$string['background.html'] = "Background";
|
2003-10-01 18:00:41 +00:00
|
|
|
$string['philosophy.html'] = "Philosophy";
|
|
|
|
$string['licence.html'] = "License";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['features.html'] = "Features";
|
|
|
|
$string['release.html'] = "Release Notes";
|
2003-10-01 18:00:41 +00:00
|
|
|
$string['future.html'] = "Future";
|
|
|
|
$string['credits.html'] = "Credits";
|
|
|
|
|
|
|
|
$string['-installation'] = "Administration";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['install.html'] = "Installation";
|
2003-05-12 05:49:06 +00:00
|
|
|
$string['faq.html'] = "Installation FAQ";
|
2003-05-29 14:13:18 +00:00
|
|
|
$string['installamp.html'] = "Apache, MySQL, PHP";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['upgrade.html'] = "Upgrading";
|
2003-10-01 18:00:41 +00:00
|
|
|
|
|
|
|
$string['-usage'] = "Using Moodle";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['teacher.html'] = "Teacher Manual";
|
2003-10-01 18:00:41 +00:00
|
|
|
$string['other.html'] = "Other Docs";
|
|
|
|
|
|
|
|
$string['-development'] = "Development";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['developer.html'] = "Developer Manual";
|
2003-10-01 18:00:41 +00:00
|
|
|
$string['coding.html'] = "Coding Guide";
|
2003-01-01 11:26:50 +00:00
|
|
|
$string['cvs.html'] = "Using CVS";
|
|
|
|
|
|
|
|
|
|
|
|
?>
|