mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Add translation key for /alts output (#5595)
Co-authored-by: JRoy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
f02eeecee8
commit
9590d4cd75
@ -216,7 +216,7 @@ public class Commandseen extends EssentialsCommand {
|
||||
|
||||
if (matches.size() > 0) {
|
||||
sender.sendTl("matchingIPAddress");
|
||||
sender.sendMessage(StringUtil.joinList(matches));
|
||||
sender.sendTl("matchingAccounts", StringUtil.joinList(matches));
|
||||
} else {
|
||||
sender.sendTl("noMatchingPlayers");
|
||||
}
|
||||
|
@ -750,6 +750,7 @@ mailSentToExpire=<secondary>{0}<primary> has been sent the following mail which
|
||||
mailTooLong=<dark_red>Mail message too long. Try to keep it below 1000 characters.
|
||||
markMailAsRead=<primary>To mark your mail as read, type<secondary> /mail clear<primary>.
|
||||
matchingIPAddress=<primary>The following players previously logged in from that IP address\:
|
||||
matchingAccounts={0}
|
||||
maxHomes=<dark_red>You cannot set more than<secondary> {0} <dark_red>homes.
|
||||
maxMoney=<dark_red>This transaction would exceed the balance limit for this account.
|
||||
mayNotJail=<dark_red>You may not jail that person\!
|
||||
|
Loading…
Reference in New Issue
Block a user