--- /dev/null
+<?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?';
+
+?>