moodle/lang/fr/choice.php

18 lines
574 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.6.3 (2002111401)
$string['answered'] = "Répondu";
$string['choice'] = "Proposition \$a";
$string['choicename'] = "Nom de la consultation";
$string['choicetext'] = "Texte de la question";
$string['modulename'] = "Consultation";
$string['modulenameplural'] = "Consultations";
$string['notanswered'] = "Pas encore répondu";
$string['responses'] = "Réponses";
$string['responsesto'] = "Réponses à \$a";
$string['savemychoice'] = "Enregistrer ma réponse";
$string['viewallresponses'] = "Voire les \$a réponses";
?>