diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-05-08 17:30:22 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-05-08 17:30:22 +0200 |
commit | 2d4957cf6aede3c1311ac8559d4b0ae43534e1cf (patch) | |
tree | d0e065d381f22ccbcd2abd9638459fd3bfca78e3 /prolog | |
parent | d7ae7eb0e416d5e5d9c02bc4f3a3cd0003b288ea (diff) |
Prolog: add English translations for monkey hints
Diffstat (limited to 'prolog')
-rw-r--r-- | prolog/en.py | 16 |
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> +''', } |