mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
18 lines
574 B
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";
|
|
|
|
?>
|