mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 00:58:33 +01:00
32 lines
1.0 KiB
PHP
32 lines
1.0 KiB
PHP
<?php // $Id$
|
|
// Names of the documentation files
|
|
// Files with a definition "-" are treated as spacers
|
|
|
|
$string['-about'] = "À propos de Moodle";
|
|
$string['intro.html'] = "Introduction";
|
|
$string['background.html'] = "Contexte";
|
|
$string['philosophy.html'] = "Philosophie";
|
|
$string['licence.html'] = "Licence";
|
|
$string['features.html'] = "Fonctionnalités";
|
|
$string['release.html'] = "Nouveautés";
|
|
$string['future.html'] = "Futur";
|
|
$string['credits.html'] = "Remerciements";
|
|
|
|
$string['-installation'] = "Administration";
|
|
$string['install.html'] = "Installation";
|
|
$string['faq.html'] = "FAQ d'installation";
|
|
$string['installamp.html'] = "Apache, MySQL, PHP";
|
|
$string['upgrade.html'] = "Mise à jour";
|
|
|
|
$string['-usage'] = "Utilisation de Moodle";
|
|
$string['teacher.html'] = "Manuel de l'enseignant";
|
|
$string['other.html'] = "Autres documentations";
|
|
|
|
$string['-development'] = "Développement";
|
|
$string['developer.html'] = "Manuel du développeur";
|
|
$string['coding.html'] = "Guide de programmation";
|
|
$string['cvs.html'] = "Utilisation de CVS";
|
|
|
|
|
|
?>
|