moodle/lang/fr/hotpot.php
2004-09-11 10:22:04 +00:00

12 lines
445 B
PHP
Executable File

<?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ée), [pénalités]';
$string['deleteall'] = 'Tout supprimer';
$string['clearall'] = 'Tout effacer';
$string['really'] = 'Voulez-vous vraiment supprimer tous les résultats de ce test ?';
?>