moodle/lang/fr/hotpot.php

12 lines
445 B
PHP
Raw Normal View History

2004-09-11 10:22:04 +00:00
<?php // $Id$
//translators: You might want to leave the first two items 'as is' in English
$string['modulename'] = 'Test Hot Potatoes';
$string['modulenameplural'] = 'Tests Hot Potatoes';
$string['strattemptlabel'] = 'Tentatives : score, date heure (dur<75>e), [p<>nalit<69>s]';
$string['deleteall'] = 'Tout supprimer';
$string['clearall'] = 'Tout effacer';
$string['really'] = 'Voulez-vous vraiment supprimer tous les r<>sultats de ce test ?';
?>