mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 17:11:49 +01:00
12 lines
445 B
PHP
12 lines
445 B
PHP
|
<?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 ?';
|
|||
|
|
|||
|
?>
|