moodle/lang/es/hotpot.php

12 lines
520 B
PHP
Raw Normal View History

2004-06-02 22:48:48 +00:00
<?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';
2004-06-26 11:36:06 +00:00
$string['strattemptlabel'] = 'Intentos: Puntuaci<63>n, Tiempo (Duraci<63>n), [Penalizaciones]';
2004-06-02 22:48:48 +00:00
$string['deleteall'] = 'Eliminar todo';
$string['clearall'] = 'Limpiar todo';
$string['really'] = '<27>Realmente desea eliminar todos los resultados de este examen?';
?>