* Beginnings of making the breadmemes jobs easier * stuff * stuff pt. 2 * Stuff pt.3 * Stuff I forgot last time * Basic whitelist Only people that are added to the whitelist with the addwhitelist command will be able to join. I call this the "legacy" whitelist * Remove always deny condition in favor of just breaking if playtime check fails * Change default whitelist Default whitelist is now the "legacy" whitelist. * localization * Admin check * minor spelling change * Fix build * Whitelist message * Fix vars not being datafield and spelling mistakes * Minor spelling mistake * Change config for salamander * Reviews and stuff * Add summaries * Fix whitelists * Forgot to add a datafield * Fixing stuff I guess * Reuse admin remarks to reduce load when connecting. * Update log messages to be verbose instead of debug * Reviews * whoops * Explain a bit more how whitelist checking works * Apply CE's review * Append Membership to Blacklist and Whitelist conditions * Fix review comments * Uncapitalize playerConnectionWhitelist, add to ignored client prototypes * Make note count field work * Fix cvar for thingy --------- Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
58 lines
4.4 KiB
Plaintext
58 lines
4.4 KiB
Plaintext
cmd-whitelistadd-desc = Adds the player with the given username to the server whitelist.
|
|
cmd-whitelistadd-help = Usage: whitelistadd <username or User ID>
|
|
cmd-whitelistadd-existing = {$username} is already on the whitelist!
|
|
cmd-whitelistadd-added = {$username} added to the whitelist
|
|
cmd-whitelistadd-not-found = Unable to find '{$username}'
|
|
cmd-whitelistadd-arg-player = [player]
|
|
|
|
cmd-whitelistremove-desc = Removes the player with the given username from the server whitelist.
|
|
cmd-whitelistremove-help = Usage: whitelistremove <username or User ID>
|
|
cmd-whitelistremove-existing = {$username} is not on the whitelist!
|
|
cmd-whitelistremove-removed = {$username} removed from the whitelist
|
|
cmd-whitelistremove-not-found = Unable to find '{$username}'
|
|
cmd-whitelistremove-arg-player = [player]
|
|
|
|
cmd-kicknonwhitelisted-desc = Kicks all non-whitelisted players from the server.
|
|
cmd-kicknonwhitelisted-help = Usage: kicknonwhitelisted
|
|
|
|
ban-banned-permanent = This ban will only be removed via appeal.
|
|
ban-banned-permanent-appeal = This ban will only be removed via appeal. You can appeal at {$link}
|
|
ban-expires = This ban is for {$duration} minutes and will expire at {$time} UTC.
|
|
ban-banned-1 = You, or another user of this computer or connection, are banned from playing here.
|
|
ban-banned-2 = The ban reason is: "{$reason}"
|
|
ban-banned-3 = Attempts to circumvent this ban such as creating a new account will be logged.
|
|
|
|
soft-player-cap-full = The server is full!
|
|
panic-bunker-account-denied = This server is in panic bunker mode, often enabled as a precaution against raids. New connections by accounts not meeting certain requirements are temporarily not accepted. Try again later
|
|
panic-bunker-account-denied-reason = This server is in panic bunker mode, often enabled as a precaution against raids. New connections by accounts not meeting certain requirements are temporarily not accepted. Try again later. Reason: "{$reason}"
|
|
panic-bunker-account-reason-account = Your Space Station 14 account is too new. It must be older than {$minutes} minutes
|
|
panic-bunker-account-reason-overall = Your overall playtime on the server must be greater than {$minutes} $minutes
|
|
|
|
whitelist-playtime = You do not have enough playtime to join this server. You need at least {$minutes} minutes of playtime to join this server.
|
|
whitelist-player-count = This server is currently not accepting players. Please try again later.
|
|
whitelist-notes = You currently have too many admin notes to join this server. You can check your notes by typing /adminremarks in chat.
|
|
whitelist-manual = You are not whitelisted on this server.
|
|
whitelist-blacklisted = You are blacklisted from this server.
|
|
whitelist-always-deny = You are not allowed to join this server.
|
|
whitelist-fail-prefix = Not whitelisted: {$msg}
|
|
whitelist-misconfigured = The server is misconfigured and is not accepting players. Please contact the server owner and try again later.
|
|
|
|
cmd-blacklistadd-desc = Adds the player with the given username to the server blacklist.
|
|
cmd-blacklistadd-help = Usage: blacklistadd <username>
|
|
cmd-blacklistadd-existing = {$username} is already on the blacklist!
|
|
cmd-blacklistadd-added = {$username} added to the blacklist
|
|
cmd-blacklistadd-not-found = Unable to find '{$username}'
|
|
cmd-blacklistadd-arg-player = [player]
|
|
|
|
cmd-blacklistremove-desc = Removes the player with the given username from the server blacklist.
|
|
cmd-blacklistremove-help = Usage: blacklistremove <username>
|
|
cmd-blacklistremove-existing = {$username} is not on the blacklist!
|
|
cmd-blacklistremove-removed = {$username} removed from the blacklist
|
|
cmd-blacklistremove-not-found = Unable to find '{$username}'
|
|
cmd-blacklistremove-arg-player = [player]
|
|
|
|
baby-jail-account-denied = This server is a newbie server, intended for new players and those who want to help them. New connections by accounts that are too old or are not on a whitelist are not accepted. Check out some other servers and see everything Space Station 14 has to offer. Have fun!
|
|
baby-jail-account-denied-reason = This server is a newbie server, intended for new players and those who want to help them. New connections by accounts that are too old or are not on a whitelist are not accepted. Check out some other servers and see everything Space Station 14 has to offer. Have fun! Reason: "{$reason}"
|
|
baby-jail-account-reason-account = Your Space Station 14 account is too old. It must be younger than {$minutes} minutes
|
|
baby-jail-account-reason-overall = Your overall playtime on the server must be younger than {$minutes} $minutes
|