mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php // $Id$
|
|
// Names of the documentation files
|
|
// Files with a definition "-" are treated as spacers
|
|
// French translation 2003/10/12 22:54 Mina
|
|
|
|
$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'] = "Autre documentation";
|
|
|
|
$string['-development'] = "Développement";
|
|
$string['developer.html'] = "Manuel du développeur";
|
|
$string['coding.html'] = "Guide se programmation";
|
|
$string['cvs.html'] = "Utilisation de CVS";
|
|
|
|
|
|
?>
|