<?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"; $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"; ?>