Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json
diff options
context:
space:
mode:
authorhither2forlorn <vaibhawp@yahoo.co.uk>2010-03-01 08:35:25 (GMT)
committer hither2forlorn <vaibhawp@yahoo.co.uk>2010-03-01 08:35:25 (GMT)
commit101c4b018cdd587802518cecb6f91af9e20407f6 (patch)
tree90346903f3a0d9a4d095747cd71c1e48da4e388f /examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json
parent76e4e16aeb1db6c6793df091759f9aa5ef70e41c (diff)
parentb0ae77c94fe9b857538bd983092f02a474a423dd (diff)
Merge branch 'master' of git://git.sugarlabs.org/karma/mainline
Conflicts: examples/English_Animal_Identification/index.html examples/English_Animal_Identification/js/lesson.js
Diffstat (limited to 'examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json')
-rw-r--r--examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json b/examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json
new file mode 100644
index 0000000..bc4c278
--- /dev/null
+++ b/examples/6_Maths_matchingAnglesAndShapes/js/messages.nl.json
@@ -0,0 +1,18 @@
+$.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'
+};
+
+$(function() { $.i18n.setLocale('nl'); });