Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.js
blob: 6d35e6a8761703b09737d4739a3acc1b4527df69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$.i18n.es =
{
 "strings": {
  "": "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2010-03-02 23:40+0100\nPO-Revision-Date: 2010-02-28 14:58+0100\nLast-Translator: Peter Gijsels <peter.gijsels@gmail.com>\nLanguage-Team: Spanish\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=(n != 1);\n", 
  "<span class=\"specialText\">%d</span> minute and ": [
   "<span class=\"specialText\">%d</span> minuto y ", 
   "<span class=\"specialText\">%d</span> minutos y "
  ], 
  "Maths: Matching Angles with Shapes": "Matemáticas: reunir angulos y formas", 
  "Square": "Cuadrado", 
  "Triangle": "Triángulo", 
  "Right-Angle": "Ángulo-recto", 
  "Parallelogram": "Paralelogramo", 
  "Octagon": "Octágono", 
  "Rhombus": "Rombo", 
  "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,"
  ], 
  "<span class=\"specialText\">%d</span> second.": [
   "<span class=\"specialText\">%d</span> segundo.", 
   "<span class=\"specialText\">%d</span> segundos."
  ], 
  "Septagon": "Heptágono", 
  "Obtuse-Angle": "Ángulo-obtuso", 
  "Hexagon": "Hexágono", 
  "Pentagon": "Pentágono", 
  "Acute-Angle": "Ángulo-agudo", 
  "Rectangle": "Rectángulo"
 }, 
 "contextualized_strings": {
  "$.ui.kHeader": {
   "Teacher's Note": "Nota de Profesora", 
   "Lesson Plan": "Plan de Lección"
  }, 
  "$.ui.kFooter": {
   "Pause": "Pausa", 
   "Timer": "Reloj", 
   "Play Again": "Repite", 
   "Start": "Comienza", 
   "Score": "Puntos", 
   "Total": "Total"
  }
 }
};
$.i18n.setLocale('es');