Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json')
-rw-r--r--examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json b/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json
deleted file mode 100644
index f889468..0000000
--- a/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json
+++ /dev/null
@@ -1,50 +0,0 @@
-/* -*- coding: utf-8 -*- */
-$.i18n.es = {};
-$.i18n.es.strings = {
- "default":{
- 'Acute-Angle' : 'Ángulo-agudo',
- 'Right-Angle' : 'Ángulo-recto',
- 'Obtuse-Angle' : 'Ángulo-obtuso',
- 'Triangle' : 'Triángulo',
- 'Square' : 'Cuadrado',
- 'Rhombus' : 'Rombo',
- 'Rectangle' : 'Rectángulo',
- 'Parallelogram' : 'Paralelogramo',
- 'Pentagon' : 'Pentágono',
- 'Hexagon' : 'Hexágono',
- 'Septagon' : 'Heptágono',
- 'Octagon' : 'Octágono',
- 'Maths: Matching Angles with Shapes' : 'Matemáticas: reunir angulos y formas'
-
- },
- "$.ui.kFooter":{
- "Play Again": "Repite",
- "Pause" : "Pausa",
- "Start" : "Comienza",
- "Timer" : "Reloj",
- "Total" : "Total",
- "Score" : "Puntos"
- },
- "$.ui.kHeader":{
- "Lesson Plan": "Plan de Lección",
- "Teacher's Note": "Nota de Profesora"
- }
-};
-
-(function() { $.i18n.setLocale('es'); })();
-
- $.i18n.setLocale('es');
-
-// You can put these inside the dict above, but for now this will be easier to merge.
-
-
-$.i18n.es.strings['default']['You have completed the game in <span class="specialText">%d</span> clicks within <span class="specialText">%d</span> hour,'] =
- ['Has acabado el juego en <span class="specialText">%d</span> clics en <span class="specialText">%d</span> hora,',
- 'Has acabado el juego en <span class="specialText">%d</span> clics en <span class="specialText">%d</span> horas,'];
-$.i18n.es.strings['default']['<span class="specialText">%d</span> minute and '] =
- ['<span class="specialText">%d</span> minuto y ',
- '<span class="specialText">%d</span> minutos y '];
-$.i18n.es.strings['default']['<span class="specialText">%d</span> second.'] =
- ['<span class="specialText">%d</span> segundo.',
- '<span class="specialText">%d</span> segundos.'];
-