1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{
"language": "Language",
"ui_language_title": "Select the UI language.",
"robot_address": "Robot’s IP address",
"robot_address_placeholder": "IP address",
"robot_address_title": "Set the robot's IPv4 or IPv6 address.",
"settings": "User settings",
"problem_list": "Problems",
"save": "Save",
"python": "Python",
"prolog": "Prolog",
"robot": "Robot",
"logout": "Logout",
"profile": "Profile",
"change_pass": "Change password",
"btn_plan": "Plan",
"btn_hint": "Hint",
"btn_test": "Test",
"btn_run": "Run",
"btn_stop": "Stop",
"btn_more": "More...",
"instructions": "Instructions",
"hints": "Hints",
"code": "Code",
"console": "Console",
"signin_header": "Please sign in",
"signin_via": "Login via",
"signin_or": "or",
"signin_button": "Sign in",
"signin_footer": "New here?",
"signin_footer_signup": "Sign up!",
"username": "Username",
"password": "Password",
"name" : "Display name",
"email": "E-mail",
"cancel": "Cancel",
"signup_header": "Sign up",
"signup_button": "Sign up",
"username_placeholder": "Desired username",
"name_placeholder" : "Desired display name",
"password_verify": "Verify password",
"password_verify_placeholder": "Repeat the password again",
"username_title": "Choose a alpha-numeric username of 5-15 characters.",
"name_title": "Choose a display name.",
"email_title": "Enter a valid email address.",
"password_title": "Choose a password with at least one number, one lowercase and one uppercase letter and at least 6 characters.",
"change_password_header": "Change password",
"password_new": "New Password",
"password_new_placeholder": "Enter a new password",
"change_password_button": "Change password",
"signed_in_as": "Signed in as ",
"go_back": "Go back",
"joined": "Joined",
"last_login": "Last seen",
"statistics": "Statistics",
"problem_group": "Problem group",
"problems_count": "All",
"done": "Done",
"in_progress": "In progress",
"layout_select": "Layout",
"line_layout": "Line",
"square_layout": "Square",
"settings_cancel_btn": "Close",
"upgrade_to_aai_header": "Upgrade to AAI?",
"upgrade_to_aai_body_text_1": "<p>User with this email address already exists.</p><p>Enter its password and select <span class=\"badge\">Yes</span> to upgrade it to AAI.</p>",
"upgrade_to_aai_body_text_2": "<p>Select <span class=\"badge\">No</span> to do a separate account.</p>",
"upgrade_to_aai_no_button": "No, make new",
"upgrade_to_aai_yes_button": "Yes, upgrade to AAI",
"about": "About",
"about_html" : "<p>CodeQ™ is the ...<div class=\"about-logos\"><div style=\"width: 29%;\"><img src=\"res/fri_logo.png\"></div><div class=\"vertical-line\"></div><div style=\"width: 29%;\"><img src=\"res/ai_lab_logo.png\"></div></div><hr><p>Programming by Guru Ltd, Ljubljana, Slovenia. Design by Loni DBS Ltd, Ljubljana, Slovenia.</p><hr></p>The project was co-funded by European Regional Development Fund and Slovenian Ministry of Education, Science, and Sport.<p></p><div class=\"about-logos\"><div style=\"width: 45%;\"><img src=\"res/nalozba_v_vaso_prihodnost.png\" style=\"max-height: 80%;max-width: 80%;\"></div><div class=\"vertical-line\"></div><div style=\"width: 45%;\"><img src=\"res/MIZS_slo.png\" style=\"max-height: 60%;max-width: 60%;\"></div></div><hr><h3>Contact</h3><p>Aleksander Sadikov, PhD, project leader.</p><hr><h3>Minimal requirements</h3><p>Android: version 3.1, iOS: version 5, Windows Phone: version 8</p>"
}
|