diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-30 15:54:42 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-30 16:59:23 +0200 |
commit | 3fb0ac54a814dcc134f9f6299e37d5d71e452a05 (patch) | |
tree | f920bc5aa5845cd22ad1ede9c3f9bc012a5d39c4 /res | |
parent | 07a6662be9f1a59bfe3ae42baa6589d74568c9ce (diff) |
Improve error messages for login form
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 2 | ||||
-rw-r--r-- | res/sl.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/en.json b/res/en.json index fb861c7..2c6559b 100644 --- a/res/en.json +++ b/res/en.json @@ -1,8 +1,10 @@ { "teacher_help": "If a teacher helped you solve this problem, please click", "here": "here", + "connection_failed": "Could not connect to server.", "language": "Language", "ui_language_title": "Select the UI language.", + "wrong_username_or_password": "Wrong username or password.", "password_change_failed": "Password change failed.", "password_changed": "Password changed.", "passwords_do_not_match": "Passwords do not match.", diff --git a/res/sl.json b/res/sl.json index aebc87f..18e2e86 100644 --- a/res/sl.json +++ b/res/sl.json @@ -1,8 +1,10 @@ { "teacher_help": "Če ti je pri reševanju pomagal učitelj, klikni", "here": "tukaj", + "connection_failed": "Povezava na strežnik ni uspela.", "language": "Jezik", "ui_language_title": "Izberi jezik uporabniškega vmesnika.", + "wrong_username_or_password": "Napačno uporabniško ime ali geslo.", "password_change_failed": "Sprememba gesla ni uspela.", "password_changed": "Geslo spremenjeno.", "passwords_do_not_match": "Gesli se ne ujemata.", |