Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add anti-abuse banning mechanisms strings #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions en_us.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"localizedName": "English (US)",
"pluginVersion": "3.0.0",
"authors": "lenis, Plazmaz",
"authors": "lenis, Plazmaz, sxvghd",
"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!",
Expand Down Expand Up @@ -47,5 +47,7 @@
"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!"
"kickTimeOut": "Login timed out!",
"banAlreadyOnline": "Banned due to impersonation attempt on ",
"banBruteforceAttempt": "Banned for attempting to bruteforce the password for account "
}
6 changes: 4 additions & 2 deletions pl_pl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"localizedName": "Polish (PL)",
"pluginVersion": "3.0.0",
"authors": "Boguslaw Witek, Martynza, Krfcm",
"authors": "Boguslaw Witek, Martynza, Krfcm, sxvghd",
"generalNotAuthenticated": "Jeszcze sie nie zarejestrowales albo juz zalogowales!",
"generalNotLoggedIn": "Nie jestes zalogowany!",
"generalPasswordLength": "Haslo musi miec od %min% do %max% ilosc znakow!",
Expand Down Expand Up @@ -45,5 +45,7 @@
"kickUsernameChars": "Twoj nick zawiera niedozwolone znaki!",
"kickUsernameLength": "Twoj nick zawiera nieodpowiednia liczbe znakow! (wymagane %min% - %max% znakow)",
"kickUsernameRegistered": "To konto jest zarejestrowane pod nazwa %username%, zaloguj sie jako ta osoba.",
"kickTimeOut": "Minal czas logowania!"
"kickTimeOut": "Minal czas logowania!",
"banAlreadyOnline": "Zbanowano przez probe podszycia pod ",
"banBruteforceAttempt": "Zbanowano przez naduzycia loginowe dla konta "
}