summaryrefslogtreecommitdiff
path: root/python/sl.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-01 17:28:09 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-01 17:28:09 +0200
commiteac01a22ad9c12e5625157db11c062021672858e (patch)
tree61fb1b05a52fc795fe22ecac2a30a85066e741e9 /python/sl.py
parente35f80372f283b81333a8260b07905848ea5f37d (diff)
Translate language-specific messages to Slovene
Diffstat (limited to 'python/sl.py')
-rw-r--r--python/sl.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/sl.py b/python/sl.py
new file mode 100644
index 0000000..b782298
--- /dev/null
+++ b/python/sl.py
@@ -0,0 +1,11 @@
+# coding=utf-8
+
+hint = {
+ 'no_hint': '''\
+<p>Namig ne obstaja! Poskusi uporabiti misli.</p>
+''',
+
+ 'test_results': '''\
+<p>Program je opravil [%=passed%] / [%=total%] testov.</p>
+''',
+}