From 3fb0ac54a814dcc134f9f6299e37d5d71e452a05 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 30 Mar 2016 15:54:42 +0200 Subject: Improve error messages for login form --- res/en.json | 2 ++ res/sl.json | 2 ++ 2 files changed, 4 insertions(+) (limited to 'res') 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.", -- cgit v1.2.1