-
Notifications
You must be signed in to change notification settings - Fork 347
/
en_us.json
51 lines (51 loc) · 2.93 KB
/
en_us.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
51
{
"localizedName": "English (US)",
"pluginVersion": "3.0.0",
"authors": "lenis, Plazmaz",
"generalNotAuthenticated": "You are not registered or already logged in!",
"generalNotLoggedIn": "You are currently not logged in!",
"generalPasswordLength": "Password must be between %min% and %max% characters!",
"generalUnknownHash": "Your account uses an unknown hashing algorithm, please report this to an admin.",
"loginTriesExceeded": "Exceeded max login tries: %max%",
"loginFail": "Login failed! Invalid password.",
"loginSuccess": "Successfully logged in.",
"changeFail": "Couldn't change, invalid password!",
"changeSuccess": "Successfully changed password!",
"logoutFail": "Couldn't log out! %error%",
"logoutSuccess": "You have successfully logged out!",
"registerAlready": "You are already registered under this account!",
"registerCaptcha": "Please enter the captcha on the map in the chat!",
"registerSuccess": "Successfully registered, you are now logged in.",
"unregisterSuccess": "Successfully unregistered your account.",
"unregisterFail": "Failed to unregister, invalid password!",
"unregisterNotPossible": "You can't unregister on this server.",
"commandError": "Error while executing command: %error%",
"commandUnknown": "Unknown command! Use %cmd% for help.",
"commandArguments": "Not enough arguments! Use %cmd% for help.",
"lacHelp": "Display command help",
"lacRmpass": "Remove a user's password",
"lacRmpassArgs": "<username>",
"lacChangepass": "Change a user's password",
"lacChangepassArgs": "<username> <new password>",
"lacNotRegistered": "No player with that name has been registered!",
"lacResetPlayer": "Successfully reset player account!",
"lacChangedPassword": "Successfully changed player password!",
"lacImport": "Import from another database",
"lacImportArgs": "<source> [args]",
"lacUnknownSource": "Unknown database type, please check the wiki!",
"lacImportFailed": "Couldn't perform import, please check log!",
"lacReload": "Reload configuration",
"lacReloadSuccess": "Reloaded configuration, some changed may not apply until restart.",
"sessionContinue": "Your last login session was continued from %sec% seconds ago.",
"messageLogin": "Please log in using /login <password>",
"messageRegister": "Please register using /register <password>",
"messageRegister2": "Please register using /register <password> <password again>",
"errorRefreshProfile": "Your account was modified by a third party, please rejoin!",
"errorNotRegistered": "User is not registered!",
"errorMatchPassword": "Passwords do not match, please try again.",
"kickAlreadyOnline": "This player is already online!",
"kickUsernameChars": "Your username contains illegal characters!",
"kickUsernameLength": "Your username is too long/short! (%min% - %max% chars)",
"kickUsernameRegistered": "This account is registered under the name %username%, please log in as such.",
"kickTimeOut": "Login timed out!"
}