diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 11:08:27 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 11:08:27 +0200 |
commit | a1822f825d3ddfc7c8ece0b029604d3def8d6ecb (patch) | |
tree | f51bda379d8a3c2a1b134e61b300d68fe52f52b0 /python/problems/functions | |
parent | 1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 (diff) |
Added english descriptions.
Diffstat (limited to 'python/problems/functions')
-rw-r--r-- | python/problems/functions/en.py | 3 | ||||
-rw-r--r-- | python/problems/functions/greatest/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/greatest_absolutist/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/greatest_negative/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/sl.py | 1 |
5 files changed, 10 insertions, 6 deletions
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 = '''\ <p>(translation missing)</p>''' 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 = '''\ <p>(translation missing)</p>''' 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 = '''\ <p>(translation missing)</p>''' 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' |