diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 15:52:32 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 15:52:32 +0100 |
commit | b7cb6ffc3f81bb8c6d37d187bb41e5e7118ab09e (patch) | |
tree | 90f67e7e9a0935de2ec0da0edfe3425b16d8c50f /res | |
parent | 0d5288b56645549ca4d7e76fa7e587b9af832d3c (diff) |
Add a screen to view own solutions
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 3 | ||||
-rw-r--r-- | res/sl.json | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/res/en.json b/res/en.json index a4731ed..364dfbd 100644 --- a/res/en.json +++ b/res/en.json @@ -5,8 +5,9 @@ "robot_address_placeholder": "IP address", "robot_address_title": "Set the robot's IPv4 or IPv6 address.", "settings": "User settings", - "problem_list": "Problems", "save": "Save", + "your_solutions": "Your solutions", + "problem_list": "Problems", "python": "Python", "prolog": "Prolog", "robot": "Robot", diff --git a/res/sl.json b/res/sl.json index 2743647..a9032ef 100644 --- a/res/sl.json +++ b/res/sl.json @@ -6,6 +6,7 @@ "robot_address_title": "Vnesi IPv4 ali IPv6 naslov robota.", "settings": "Uporabniške nastavitve", "save": "Shrani", + "your_solutions": "Tvoje rešitve", "problem_list": "Naloge", "python": "Python", "prolog": "Prolog", |