Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lang / en_utf8 / docs / files.php
blob7b53b24c96a84e6cbd17fe17ae07e36ea55c24a1
1 <?php // $Id$
2 // Names of the documentation files
3 // Files with a definition "-" are treated as spacers
5 $string['-about'] = "About Moodle";
6 $string['intro.html'] = "Introduction";
7 $string['background.html'] = "Background";
8 $string['philosophy.html'] = "Philosophy";
9 $string['licence.html'] = "License";
10 $string['features.html'] = "Features";
11 $string['release.html'] = "Release Notes";
12 $string['future.html'] = "Future";
13 $string['credits.html'] = "Credits";
15 $string['-installation'] = "Administration";
16 $string['install.html'] = "Installation";
17 $string['faq.html'] = "Installation FAQ";
18 $string['installamp.html'] = "Apache, MySQL, PHP";
19 $string['upgrade.html'] = "Upgrading";
21 $string['-usage'] = "Using Moodle";
22 $string['teacher.html'] = "Teacher Manual";
23 $string['other.html'] = "Other Docs";
25 $string['-development'] = "Development";
26 $string['developer.html'] = "Developer Manual";
27 $string['coding.html'] = "Coding Guide";
28 $string['cvs.html'] = "Using CVS";
29 $string['translation.html'] = "Translation";