mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +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) {
|
if (matches.size() > 0) {
|
||||||
sender.sendTl("matchingIPAddress");
|
sender.sendTl("matchingIPAddress");
|
||||||
sender.sendMessage(StringUtil.joinList(matches));
|
sender.sendTl("matchingAccounts", StringUtil.joinList(matches));
|
||||||
} else {
|
} else {
|
||||||
sender.sendTl("noMatchingPlayers");
|
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.
|
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>.
|
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\:
|
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.
|
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.
|
maxMoney=<dark_red>This transaction would exceed the balance limit for this account.
|
||||||
mayNotJail=<dark_red>You may not jail that person\!
|
mayNotJail=<dark_red>You may not jail that person\!
|
||||||
|
Loading…
Reference in New Issue
Block a user