mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
12 lines
519 B
PHP
12 lines
519 B
PHP
<?PHP // $Id$
|
|
// quiz.php - created with Moodle 1.2 development (2003111400)
|
|
//translators: You might want to leave the first two items 'as is' in English
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
$string['strattemptlabel'] = 'Intentos: Puntuación, Tiempo (Duración), [Penalizacones]';
|
|
$string['deleteall'] = 'Eliminar todo';
|
|
$string['clearall'] = 'Limpiar todo';
|
|
$string['really'] = '¿Realmente desea eliminar todos los resultados de este examen?';
|
|
|
|
?>
|