This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang.json
executable file
·50 lines (50 loc) · 1.91 KB
/
lang.json
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
{
"english": {
"frame": {
"title": "Pwnland | Udyam 2015",
"toggle": "Toggle navigation",
"login": "Sign in",
"register": "Register",
"logged_in": "Logged in as",
"logout": "log out"
},
"main": {
"title": "Krypto presents PWNLAND",
"text": "This is a 3-day challenge based on real-world cryptography. This will run from 12:00 IST 25 March, 2015 to 12:00 IST 28 March, 2015. For any queries, you can reach us at [email protected]."
},
"about": {
"title": "About",
"news": "News",
"news_text": "This is **not** the main Krypto event, but is intended to provide more insight into real world cryptography. You can reach us at [email protected]",
"rules": "Rules",
"rules_text": "This is an individual event. Goodies for top 3 participants! Hurry!"
},
"tasks": {
"title": "Tasks"
},
"task": {
"description": "Description",
"attachment": "Attachment",
"submit": "Submit",
"success": "Correct flag!",
"failure": "Incorrect flag",
"solution_format": "solved by %d",
"no_description": "(none)",
"placeholder": ""
},
"scoreboard": {
"title": "Scoreboard",
"player": "Player",
"score": "Score"
},
"error": {
"title": "Error",
"unknown": "Unknown error",
"login_required": "You need to be logged in to see this page",
"invalid_credentials": "Invalid username or password",
"already_registered": "This user is already registered",
"empty_user": "Empty username is not allowed",
"task_not_found": "TBD"
}
}
}