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/functions/en.py | 3 +++ python/problems/functions/greatest/en.py | 4 ++-- python/problems/functions/greatest_absolutist/en.py | 4 ++-- python/problems/functions/greatest_negative/en.py | 4 ++-- python/problems/functions/sl.py | 1 + 5 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 python/problems/functions/en.py (limited to 'python/problems/functions') diff --git a/python/problems/functions/en.py b/python/problems/functions/en.py new file mode 100644 index 0000000..3ad7d85 --- /dev/null +++ b/python/problems/functions/en.py @@ -0,0 +1,3 @@ +name = 'Functions' +description = 'Defining and using functions' + diff --git a/python/problems/functions/greatest/en.py b/python/problems/functions/greatest/en.py index 004cd27..8a0c883 100644 --- a/python/problems/functions/greatest/en.py +++ b/python/problems/functions/greatest/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 195 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Maximum number' +slug = 'Maximum number' description = '''\

(translation missing)

''' diff --git a/python/problems/functions/greatest_absolutist/en.py b/python/problems/functions/greatest_absolutist/en.py index 8058c4f..03614e7 100644 --- a/python/problems/functions/greatest_absolutist/en.py +++ b/python/problems/functions/greatest_absolutist/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 196 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest absolutist' +slug = 'Greatest absolutist' description = '''\

(translation missing)

''' diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py index 92e5841..a57cb1f 100644 --- a/python/problems/functions/greatest_negative/en.py +++ b/python/problems/functions/greatest_negative/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 197 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest negativist' +slug = 'Greatest negativist' description = '''\

(translation missing)

''' diff --git a/python/problems/functions/sl.py b/python/problems/functions/sl.py index 6dbfc78..e5f812d 100644 --- a/python/problems/functions/sl.py +++ b/python/problems/functions/sl.py @@ -1,2 +1,3 @@ name = 'Funkcije' +description = 'Pisanje in uporaba funkcij' -- cgit v1.2.1