summaryrefslogtreecommitdiff
path: root/prolog/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/en.py')
-rw-r--r--prolog/en.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/prolog/en.py b/prolog/en.py
new file mode 100644
index 0000000..5fd881e
--- /dev/null
+++ b/prolog/en.py
@@ -0,0 +1,14 @@
+# coding=utf-8
+
+hint = {
+ 'no_hint': '''\
+<p>No hint available, sorry!</p>
+''',
+
+ 'syntax_error': '''\
+<p>Your code contains syntax errors! The Prolog compiler emitted the following messages:</p>
+<pre>
+[%=messages%]
+</pre>
+''',
+}