summaryrefslogtreecommitdiff
path: root/python/problems/introduction
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-29 11:08:27 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-29 11:08:27 +0200
commita1822f825d3ddfc7c8ece0b029604d3def8d6ecb (patch)
treef51bda379d8a3c2a1b134e61b300d68fe52f52b0 /python/problems/introduction
parent1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 (diff)
Added english descriptions.
Diffstat (limited to 'python/problems/introduction')
-rw-r--r--python/problems/introduction/average/en.py4
-rw-r--r--python/problems/introduction/ballistics/en.py4
-rw-r--r--python/problems/introduction/en.py3
-rw-r--r--python/problems/introduction/fast_fingers/en.py4
-rw-r--r--python/problems/introduction/fast_fingers_2/en.py4
-rw-r--r--python/problems/introduction/sl.py2
6 files changed, 12 insertions, 9 deletions
diff --git a/python/problems/introduction/average/en.py b/python/problems/introduction/average/en.py
index 72e83aa..7742a7d 100644
--- a/python/problems/introduction/average/en.py
+++ b/python/problems/introduction/average/en.py
@@ -1,8 +1,8 @@
# coding=utf-8
id = 1000
-name = 'Pythagorean theorem'
-slug = 'Pythagorean theorem'
+name = 'Average grade'
+slug = 'Average grade'
description = '''\
<p>(translation missing)'''
diff --git a/python/problems/introduction/ballistics/en.py b/python/problems/introduction/ballistics/en.py
index 72e83aa..34dca8a 100644
--- a/python/problems/introduction/ballistics/en.py
+++ b/python/problems/introduction/ballistics/en.py
@@ -1,8 +1,8 @@
# coding=utf-8
id = 1000
-name = 'Pythagorean theorem'
-slug = 'Pythagorean theorem'
+name = 'Ballistics'
+slug = 'Ballistics'
description = '''\
<p>(translation missing)'''
diff --git a/python/problems/introduction/en.py b/python/problems/introduction/en.py
new file mode 100644
index 0000000..c5b8415
--- /dev/null
+++ b/python/problems/introduction/en.py
@@ -0,0 +1,3 @@
+name = 'Introduction'
+description = 'Expressions, variables, functions, first program'
+
diff --git a/python/problems/introduction/fast_fingers/en.py b/python/problems/introduction/fast_fingers/en.py
index 72e83aa..de07494 100644
--- a/python/problems/introduction/fast_fingers/en.py
+++ b/python/problems/introduction/fast_fingers/en.py
@@ -1,8 +1,8 @@
# coding=utf-8
id = 1000
-name = 'Pythagorean theorem'
-slug = 'Pythagorean theorem'
+name = 'Fast fingers'
+slug = 'Fast fingers'
description = '''\
<p>(translation missing)'''
diff --git a/python/problems/introduction/fast_fingers_2/en.py b/python/problems/introduction/fast_fingers_2/en.py
index 72e83aa..636f4d0 100644
--- a/python/problems/introduction/fast_fingers_2/en.py
+++ b/python/problems/introduction/fast_fingers_2/en.py
@@ -1,8 +1,8 @@
# coding=utf-8
id = 1000
-name = 'Pythagorean theorem'
-slug = 'Pythagorean theorem'
+name = 'Fast fingers 2'
+slug = 'Fast fingers 2'
description = '''\
<p>(translation missing)'''
diff --git a/python/problems/introduction/sl.py b/python/problems/introduction/sl.py
index 8892f77..3141ece 100644
--- a/python/problems/introduction/sl.py
+++ b/python/problems/introduction/sl.py
@@ -1,3 +1,3 @@
name = 'Uvod'
-
+description = 'Izrazi, spremenljivke, funkcije, prvi program'