]> git.mjollnir.org Git - moodle.git/commitdiff
Latest updates
authorbarias <barias>
Wed, 2 Jun 2004 22:48:48 +0000 (22:48 +0000)
committerbarias <barias>
Wed, 2 Jun 2004 22:48:48 +0000 (22:48 +0000)
lang/es/hotpot.php [new file with mode: 0644]

diff --git a/lang/es/hotpot.php b/lang/es/hotpot.php
new file mode 100644 (file)
index 0000000..81ffead
--- /dev/null
@@ -0,0 +1,11 @@
+<?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?';
+
+?>