moodle/lang/fr/quiz_analysis.php

30 lines
1.2 KiB
PHP
Raw Normal View History

2005-05-19 09:35:51 +00:00
<?php // $Id$
$string['analysisoptions'] = 'Options d\'analyse';
2005-06-05 15:23:33 +00:00
$string['analysistitle'] = 'Table d\'analyse <20>l<EFBFBD>ments';
2005-05-19 09:35:51 +00:00
$string['attemptsall'] = 'Toutes tentatives';
2005-06-05 15:23:33 +00:00
$string['attemptselection'] = 'Tentatives <20> analyser pour l\'utilisateur ';
2005-05-19 09:35:51 +00:00
$string['attemptsfirst'] = 'Premi<6D>re tentative';
2005-06-05 15:23:33 +00:00
$string['attemptshighest'] = 'Meilleure note';
2005-05-19 09:35:51 +00:00
$string['attemptslast'] = 'Derni<6E>re tentative';
2005-06-05 15:23:33 +00:00
$string['dicsindextitle'] = 'Index<br />discr.';
$string['disccoefftitle'] = 'Coeff.<br />discr.';
2005-05-19 09:35:51 +00:00
$string['downloadooo'] = 'T<>l<EFBFBD>charger en format OpenOffice';
2005-06-05 15:23:33 +00:00
$string['facilitytitle'] = '%% Correct<br />Facility';
$string['lowmarkslimit'] = 'Ne pas analyser si le score est inf<6E>rieur <20> ';
$string['pagesize'] = 'Questions par page&nbsp;: ';
$string['qcounttitle'] = 'Nombre Q.';
2005-05-19 09:35:51 +00:00
$string['qidtitle'] = 'Q#';
$string['qnametitle'] = 'Nom question';
$string['qtexttitle'] = 'Texte question';
$string['qtypetitle'] = 'Type Q.';
2005-06-05 15:23:33 +00:00
$string['quizreportdir'] = 'rapports_tests';
$string['rcounttitle'] = 'Nombre<br />r<>ponse';
$string['reportanalysis'] = 'Rapport d\'analyse <20>l<EFBFBD>ments';
2005-05-19 09:35:51 +00:00
$string['responsestitle'] = 'Texte r<>ponse';
$string['rfractiontitle'] = 'Points<br />partiels';
$string['rpercenttitle'] = 'R. %%';
$string['stddevtitle'] = '<27>c. Type';
?>