moodle/lang/en/docs/files.php

32 lines
980 B
PHP
Raw Normal View History

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