mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php // $Id$
|
|
|
|
$string['analysisoptions'] = 'Options d\'analyse';
|
|
$string['analysistitle'] = 'Table d\'analyse éléments';
|
|
$string['attemptsall'] = 'Toutes tentatives';
|
|
$string['attemptselection'] = 'Tentatives à analyser pour l\'utilisateur ';
|
|
$string['attemptsfirst'] = 'Première tentative';
|
|
$string['attemptshighest'] = 'Meilleure note';
|
|
$string['attemptslast'] = 'Dernière tentative';
|
|
$string['dicsindextitle'] = 'Index<br />discr.';
|
|
$string['disccoefftitle'] = 'Coeff.<br />discr.';
|
|
$string['downloadooo'] = 'Télécharger en format OpenOffice';
|
|
$string['facilitytitle'] = '%% Correct<br />Facility';
|
|
$string['lowmarkslimit'] = 'Ne pas analyser si le score est inférieur à ';
|
|
$string['pagesize'] = 'Questions par page : ';
|
|
$string['qcounttitle'] = 'Nombre Q.';
|
|
$string['qidtitle'] = 'Q#';
|
|
$string['qnametitle'] = 'Nom question';
|
|
$string['qtexttitle'] = 'Texte question';
|
|
$string['qtypetitle'] = 'Type Q.';
|
|
$string['quizreportdir'] = 'rapports_tests';
|
|
$string['rcounttitle'] = 'Nombre<br />réponse';
|
|
$string['reportanalysis'] = 'Rapport d\'analyse éléments';
|
|
$string['responsestitle'] = 'Texte réponse';
|
|
$string['rfractiontitle'] = 'Points<br />partiels';
|
|
$string['rpercenttitle'] = 'R. %%';
|
|
$string['stddevtitle'] = 'Éc. Type';
|
|
|
|
?>
|