Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/js/messages.js
blob: 845f8ec0bdee27d1a92f855bbe0aed0deb0e12cf (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
/* -*- coding: utf-8  -*- */
$.i18n.es = {};
$.i18n.es.strings = {
    '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'
};

$.i18n.nl = {};
$.i18n.nl.strings = {
    'Acute-Angle' : 'Scherpe hoek',
    'Right-Angle' : 'Rechte hoek',
    'Obtuse-Angle' : 'Stompe hoek',
    'Triangle' : 'Driehoek',
    'Square' : 'Vierkant',
    'Rhombus' : 'Ruit',
    'Rectangle' : 'Rechthoek',
    'Parallelogram' : 'Parallellogram',
    'Pentagon' : 'Vijfhoek',
    'Hexagon' : 'Zeshoek',
    'Septagon' : 'Zevenhoek',
    'Octagon' : 'Achthoek',
    'Maths: Matching Angles with Shapes' : 'Wiskunde: passende hoeken en vormen zoeken'
};