From a1822f825d3ddfc7c8ece0b029604d3def8d6ecb Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:08:27 +0200 Subject: Added english descriptions. --- python/problems/introduction/average/en.py | 4 ++-- python/problems/introduction/ballistics/en.py | 4 ++-- python/problems/introduction/en.py | 3 +++ python/problems/introduction/fast_fingers/en.py | 4 ++-- python/problems/introduction/fast_fingers_2/en.py | 4 ++-- python/problems/introduction/sl.py | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 python/problems/introduction/en.py (limited to 'python/problems/introduction') 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 = '''\

(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 = '''\

(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 = '''\

(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 = '''\

(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' -- cgit v1.2.1