summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 18:10:32 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 18:10:32 +0100
commit6c3e4fa5a674063e61fb92f5d9001649476c9cc0 (patch)
tree73b794ea979ac17e1166cb304b97249b1fcaacb0 /res
parentaf6f38e8ad6bfcc5410646ee070d05f8ab0783db (diff)
Replace several alerts with friendlier messages
Diffstat (limited to 'res')
-rw-r--r--res/en.json9
-rw-r--r--res/sl.json5
2 files changed, 10 insertions, 4 deletions
diff --git a/res/en.json b/res/en.json
index be6c330..4f5e89d 100644
--- a/res/en.json
+++ b/res/en.json
@@ -1,12 +1,15 @@
{
"language": "Language",
"ui_language_title": "Select the UI language.",
+ "passwords_do_not_match": "Passwords do not match.",
"robot_address": "Robot’s IP address",
"robot_address_placeholder": "IP address",
- "robot_address_title": "Set the robot's IPv4 or IPv6 address.",
+ "robot_address_title": "Set the robot’s IPv4 or IPv6 address.",
"settings": "User settings",
"save": "Save",
+ "username_already_exists": "This username already exists.",
"your_solutions": "Your solutions",
+ "welcome": "Welcome",
"problem_list": "Problems",
"python": "Python",
"prolog": "Prolog",
@@ -19,7 +22,7 @@
"btn_test": "Test",
"btn_run": "Run",
"btn_stop": "Stop",
- "btn_more": "More...",
+ "btn_more": "More…",
"instructions": "Instructions",
"hints": "Hints",
"code": "Code",
@@ -40,7 +43,7 @@
"username_placeholder": "Desired username",
"name_placeholder" : "Desired display name",
"password_verify": "Verify password",
- "password_verify_placeholder": "Repeat the password again",
+ "password_verify_placeholder": "Repeat the password",
"username_title": "Choose a alpha-numeric username of 5-15 characters.",
"name_title": "Choose a display name.",
"email_title": "Enter a valid email address.",
diff --git a/res/sl.json b/res/sl.json
index 78646f9..f3af40c 100644
--- a/res/sl.json
+++ b/res/sl.json
@@ -1,12 +1,15 @@
{
"language": "Jezik",
"ui_language_title": "Izberi jezik uporabniškega vmesnika.",
+ "passwords_do_not_match": "Gesli se ne ujemata.",
"robot_address": "Robotov naslov IP",
"robot_address_placeholder": "Naslov IP",
"robot_address_title": "Vnesi IPv4 ali IPv6 naslov robota.",
"settings": "Uporabniške nastavitve",
"save": "Shrani",
+ "username_already_exists": "To uporabniško ime že obstaja.",
"your_solutions": "Tvoje rešitve",
+ "welcome": "Pozdravljen/a",
"problem_list": "Naloge",
"python": "Python",
"prolog": "Prolog",
@@ -19,7 +22,7 @@
"btn_test": "Testiraj",
"btn_run": "Zaženi",
"btn_stop": "Ustavi",
- "btn_more": "Več...",
+ "btn_more": "Več…",
"instructions": "Navodila",
"hints": "Namigi",
"code": "Program",