summaryrefslogtreecommitdiff
path: root/prolog
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-05-08 17:30:22 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-05-08 17:30:22 +0200
commit2d4957cf6aede3c1311ac8559d4b0ae43534e1cf (patch)
treed0e065d381f22ccbcd2abd9638459fd3bfca78e3 /prolog
parentd7ae7eb0e416d5e5d9c02bc4f3a3cd0003b288ea (diff)
Prolog: add English translations for monkey hints
Diffstat (limited to 'prolog')
-rw-r--r--prolog/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/prolog/en.py b/prolog/en.py
index 7183d76..8c60eb3 100644
--- a/prolog/en.py
+++ b/prolog/en.py
@@ -16,4 +16,20 @@ hint = {
[%=messages%]
</pre>
''',
+
+ 'monkey_main': '''\
+<p>I was able to correct your program. Check out the editor for hints.</p>
+''',
+
+ 'monkey_change': '''\
+<p>Check this part.</p>
+''',
+
+ 'monkey_insert': '''\
+<p>Add another part.</p>
+''',
+
+ 'monkey_remove': '''\
+<p>Remove this part.</p>
+''',
}