mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
12 lines
445 B
PHP
Executable File
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 ?';
|
|
|
|
?>
|