mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
31 lines
999 B
PHP
31 lines
999 B
PHP
<?php // $Id$
|
|
// Names of the documentation files
|
|
// Files with a definition "-" are treated as spacers
|
|
|
|
$string['-about'] = "Over Moodle";
|
|
$string['intro.html'] = "Inleiding";
|
|
$string['background.html'] = "Achtergrond";
|
|
$string['philosophy.html'] = "Filosofie";
|
|
$string['licence.html'] = "Licentie";
|
|
$string['features.html'] = "Mogelijkheden";
|
|
$string['release.html'] = "Release Notes";
|
|
$string['future.html'] = "Toekomst";
|
|
$string['credits.html'] = "Kredieten";
|
|
|
|
$string['-installation'] = "Beheer";
|
|
$string['install.html'] = "Installatie";
|
|
$string['faq.html'] = "Installatie FAQ";
|
|
$string['installamp.html'] = "Apache, MySQL, PHP";
|
|
$string['upgrade.html'] = "Upgraden";
|
|
|
|
$string['-usage'] = "Moodle Gebruiken";
|
|
$string['teacher.html'] = "Lerarenhandleiding";
|
|
$string['other.html'] = "Andere documenten";
|
|
|
|
$string['-development'] = "Ontwikkeling";
|
|
$string['developer.html'] = "Ontwikkelaarshandleiding";
|
|
$string['coding.html'] = "Code Gids";
|
|
$string['cvs.html'] = "CVS Gebruiken";
|
|
|
|
|
|
?>
|