mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 02:58:03 +01:00
More message cleanup
This commit is contained in:
parent
c1eed8ebcd
commit
699ec273dd
@ -50,7 +50,7 @@ public class Commandgc extends EssentialsCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
sender.sendMessage(
|
sender.sendMessage(
|
||||||
worldType + " \"" + w.getName() + "\": "
|
"\u00a76" + worldType + " \"" + w.getName() + "\": "
|
||||||
+ w.getLoadedChunks().length + _("gcchunks")
|
+ w.getLoadedChunks().length + _("gcchunks")
|
||||||
+ w.getEntities().size() + _("gcentities"));
|
+ w.getEntities().size() + _("gcentities"));
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
# Single quotes have to be doubled: ''
|
# Single quotes have to be doubled: ''
|
||||||
# Translations start here
|
# Translations start here
|
||||||
# by:
|
# by:
|
||||||
action=\u00a75* {0} {1}
|
action=\u00a7d* {0} {1}
|
||||||
addedToAccount=\u00a7a{0} has been added to your account.
|
addedToAccount=\u00a7a{0} has been added to your account.
|
||||||
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
||||||
adventure = adventure
|
adventure= adventure
|
||||||
alertBroke=broke:
|
alertBroke=broke:
|
||||||
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at: {3}
|
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at: {3}
|
||||||
alertPlaced=placed:
|
alertPlaced=placed:
|
||||||
@ -27,7 +27,7 @@ banFormat=Banned: {0}
|
|||||||
banIpAddress=\u00a76Banned IP address
|
banIpAddress=\u00a76Banned IP address
|
||||||
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
|
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
|
||||||
bigTreeSuccess= \u00a76Big tree spawned.
|
bigTreeSuccess= \u00a76Big tree spawned.
|
||||||
blockList=\u00a7Essentials relayed the following commands to another plugin:
|
blockList=\u00a76Essentials relayed the following commands to another plugin:
|
||||||
broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0}
|
broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0}
|
||||||
buildAlert=\u00a74You are not permitted to build
|
buildAlert=\u00a74You are not permitted to build
|
||||||
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||||
@ -79,13 +79,13 @@ duplicatedUserdata=Duplicated userdata: {0} and {1}
|
|||||||
durability=\u00a76This tool has \u00a74{0}\u00a76 uses left
|
durability=\u00a76This tool has \u00a74{0}\u00a76 uses left
|
||||||
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
|
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
|
||||||
enabled=enabled
|
enabled=enabled
|
||||||
enchantmentApplied = \u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
|
enchantmentApplied= \u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
|
||||||
enchantmentNotFound = \u00a74Enchantment not found
|
enchantmentNotFound= \u00a74Enchantment not found
|
||||||
enchantmentPerm = \u00a74You do not have the permission for\u00a7c {0}
|
enchantmentPerm= \u00a74You do not have the permission for\u00a7c {0}
|
||||||
enchantmentRemoved = \u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
|
enchantmentRemoved= \u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
|
||||||
enchantments = \u00a76Enchantments:\u00a7r {0}
|
enchantments= \u00a76Enchantments:\u00a7r {0}
|
||||||
errorCallingCommand=Error calling command /{0}
|
errorCallingCommand=Error calling command /{0}
|
||||||
errorWithMessage=\u00a74Error: {0}
|
errorWithMessage=\u00a7cError:\u00a74 {0}
|
||||||
essentialsHelp1=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, go to http://tiny.cc/EssentialsChat
|
essentialsHelp1=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, go to http://tiny.cc/EssentialsChat
|
||||||
essentialsHelp2=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, either type /essentialshelp in game or go to http://tiny.cc/EssentialsChat
|
essentialsHelp2=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, either type /essentialshelp in game or go to http://tiny.cc/EssentialsChat
|
||||||
essentialsReload=\u00a76Essentials Reloaded\u00a7c {0}
|
essentialsReload=\u00a76Essentials Reloaded\u00a7c {0}
|
||||||
@ -107,9 +107,9 @@ freedMemory=Freed {0} MB.
|
|||||||
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
gcchunks= chunks,
|
gcchunks= chunks,
|
||||||
gcentities= entities
|
gcentities= entities
|
||||||
gcfree=Free memory: {0} MB
|
gcfree=\u00a76Free memory:\u00a7c {0} MB
|
||||||
gcmax=Maximum memory: {0} MB
|
gcmax=\u00a76Maximum memory:\u00a7c {0} MB
|
||||||
gctotal=Allocated memory: {0} MB
|
gctotal=\u00a76Allocated memory:\u00a7c {0} MB
|
||||||
geoIpUrlEmpty=GeoIP download url is empty.
|
geoIpUrlEmpty=GeoIP download url is empty.
|
||||||
geoIpUrlInvalid=GeoIP download url is invalid.
|
geoIpUrlInvalid=GeoIP download url is invalid.
|
||||||
geoipJoinFormat=Player {0} comes from {1}
|
geoipJoinFormat=Player {0} comes from {1}
|
||||||
@ -131,13 +131,13 @@ helpMatching=\u00a76Commands matching "{0}":
|
|||||||
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}:\u00a7r {1}
|
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}:\u00a7r {1}
|
||||||
helpPages=\u00a76Page \u00a7c{0}\u00a76 of \u00a7c{1}\u00a76:
|
helpPages=\u00a76Page \u00a7c{0}\u00a76 of \u00a7c{1}\u00a76:
|
||||||
helpPlugin=\u00a74{0}\u00a7r: Plugin Help: /help {1}
|
helpPlugin=\u00a74{0}\u00a7r: Plugin Help: /help {1}
|
||||||
holeInFloor=Hole in floor
|
holeInFloor=\u00a74Hole in floor
|
||||||
homeSet=\u00a76Home set.
|
homeSet=\u00a76Home set.
|
||||||
homeSetToBed=\u00a76Your home is now set to this bed.
|
homeSetToBed=\u00a76Your home is now set to this bed.
|
||||||
homes=\u00a76Homes:\u00a7r {0}
|
homes=\u00a76Homes:\u00a7r {0}
|
||||||
hour=hour
|
hour=hour
|
||||||
hours=hours
|
hours=hours
|
||||||
ignorePlayer=\u00a76You ignore player {0} \u00a76from now on.
|
ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on.
|
||||||
illegalDate=Illegal date format.
|
illegalDate=Illegal date format.
|
||||||
infoChapter=Select chapter:
|
infoChapter=Select chapter:
|
||||||
infoChapterPages=\u00a76Chapter {0}, page \u00a7c{1}\u00a76 of \u00a7c{2}\u00a76:
|
infoChapterPages=\u00a76Chapter {0}, page \u00a7c{1}\u00a76 of \u00a7c{2}\u00a76:
|
||||||
@ -146,32 +146,32 @@ infoPages=\u00a76 ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7
|
|||||||
infoUnknownChapter=Unknown chapter.
|
infoUnknownChapter=Unknown chapter.
|
||||||
invBigger=\u00a74The other users inventory is bigger than yours.
|
invBigger=\u00a74The other users inventory is bigger than yours.
|
||||||
invRestored=\u00a76Your inventory has been restored.
|
invRestored=\u00a76Your inventory has been restored.
|
||||||
invSee=\u00a76You see the inventory of {0}\u00a76.
|
invSee=\u00a76You see the inventory of\u00a7c {0}\u00a76.
|
||||||
invSeeHelp=\u00a76Use /invsee to restore your inventory.
|
invSeeHelp=\u00a76Use /invsee to restore your inventory.
|
||||||
invalidCharge=\u00a74Invalid charge.
|
invalidCharge=\u00a74Invalid charge.
|
||||||
invalidHome=\u00a74Home {0} doesn''t exist
|
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist
|
||||||
invalidMob=Invalid mob type.
|
invalidMob=Invalid mob type.
|
||||||
invalidServer=Invalid server!
|
invalidServer=Invalid server!
|
||||||
invalidSignLine=Line {0} on sign is invalid.
|
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
||||||
invalidWorld=\u00a74Invalid world.
|
invalidWorld=\u00a74Invalid world.
|
||||||
inventoryCleared=\u00a76Inventory Cleared.
|
inventoryCleared=\u00a76Inventory Cleared.
|
||||||
inventoryClearedOthers=\u00a76Inventory of \u00a7c{0}\u00a76 cleared.
|
inventoryClearedOthers=\u00a76Inventory of \u00a7c{0}\u00a76 cleared.
|
||||||
is=is
|
is=is
|
||||||
itemCannotBeSold=That item cannot be sold to the server.
|
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
||||||
itemMustBeStacked=Item must be traded in stacks. A quantity of 2s would be two stacks, etc.
|
itemMustBeStacked=\u00a74Item must be traded in stacks. A quantity of 2s would be two stacks, etc.
|
||||||
itemNames=\u00a76Item short names: {0}
|
itemNames=\u00a76Item short names:\u00a7r {0}
|
||||||
itemNotEnough1=\u00a74You do not have enough of that item to sell.
|
itemNotEnough1=\u00a74You do not have enough of that item to sell.
|
||||||
itemNotEnough2=\u00a76If you meant to sell all of your items of that type, use /sell itemname
|
itemNotEnough2=\u00a76If you meant to sell all of your items of that type, use /sell itemname
|
||||||
itemNotEnough3=\u00a76/sell itemname -1 will sell all but one item, etc.
|
itemNotEnough3=\u00a76/sell itemname -1 will sell all but one item, etc.
|
||||||
itemSellAir=You really tried to sell Air? Put an item in your hand.
|
itemSellAir=You really tried to sell Air? Put an item in your hand.
|
||||||
itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each)
|
itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each)
|
||||||
itemSoldConsole=\u00a7a{0} \u00a7asold {1} for \u00a7a{2} \u00a7a({3} items at {4} each)
|
itemSoldConsole=\u00a7a{0} \u00a7asold {1} for \u00a7a{2} \u00a7a({3} items at {4} each)
|
||||||
itemSpawn=\u00a76Giving {0} of {1}
|
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
|
||||||
itemType=\u00a76Item: {0} - {1}
|
itemType=\u00a76Item:\u00a7c {0} \u00a76-\u00a7c {1}
|
||||||
itemsCsvNotLoaded=Could not load items.csv.
|
itemsCsvNotLoaded=Could not load items.csv.
|
||||||
jailAlreadyIncarcerated=\u00a74Person is already in jail: {0}
|
jailAlreadyIncarcerated=\u00a74Person is already in jail: {0}
|
||||||
jailMessage=\u00a74You do the crime, you do the time.
|
jailMessage=\u00a74You do the crime, you do the time.
|
||||||
jailNotExist=That jail does not exist.
|
jailNotExist=\u00a74That jail does not exist.
|
||||||
jailReleased=\u00a76Player \u00a7c{0}\u00a76 unjailed.
|
jailReleased=\u00a76Player \u00a7c{0}\u00a76 unjailed.
|
||||||
jailReleasedPlayerNotify=\u00a76You have been released!
|
jailReleasedPlayerNotify=\u00a76You have been released!
|
||||||
jailSentenceExtended=\u00a76Jail time extend to: {0)
|
jailSentenceExtended=\u00a76Jail time extend to: {0)
|
||||||
@ -190,12 +190,12 @@ kitTimed=\u00a74You can''t use that kit again for another {0}.
|
|||||||
kits=\u00a76Kits:\u00a7r {0}
|
kits=\u00a76Kits:\u00a7r {0}
|
||||||
lightningSmited=\u00a76Thou hast been smitten
|
lightningSmited=\u00a76Thou hast been smitten
|
||||||
lightningUse=\u00a76Smiting {0}
|
lightningUse=\u00a76Smiting {0}
|
||||||
listAfkTag = \u00a77[AFK]\u00a7r
|
listAfkTag= \u00a77[AFK]\u00a7r
|
||||||
listAmount = \u00a76There are \u00a7c{0}\u00a76 out of maximum \u00a7c{1}\u00a76 players online.
|
listAmount= \u00a76There are \u00a7c{0}\u00a76 out of maximum \u00a7c{1}\u00a76 players online.
|
||||||
listAmountHidden = \u00a76There are \u00a7c{0}\u00a76/{1}\u00a76 out of maximum \u00a7c{2}\u00a76 players online.
|
listAmountHidden= \u00a76There are \u00a7c{0}\u00a76/{1}\u00a76 out of maximum \u00a7c{2}\u00a76 players online.
|
||||||
listGroupTag={0}\u00a7r:
|
listGroupTag={0}\u00a7r:
|
||||||
listHiddenTag = \u00a77[HIDDEN]\u00a7r
|
listHiddenTag= \u00a77[HIDDEN]\u00a7r
|
||||||
loadWarpError=Failed to load warp {0}
|
loadWarpError=\u00a74Failed to load warp {0}
|
||||||
localFormat=Local: <{0}> {1}
|
localFormat=Local: <{0}> {1}
|
||||||
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear
|
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear
|
||||||
mailCleared=\u00a76Mail Cleared!
|
mailCleared=\u00a76Mail Cleared!
|
||||||
@ -227,7 +227,7 @@ mutedPlayer=\u00a76Player {0} \u00a76muted.
|
|||||||
mutedPlayerFor=\u00a76Player {0} \u00a76muted for {1}.
|
mutedPlayerFor=\u00a76Player {0} \u00a76muted for {1}.
|
||||||
mutedUserSpeaks={0} tried to speak, but is muted.
|
mutedUserSpeaks={0} tried to speak, but is muted.
|
||||||
nearbyPlayers=\u00a76Players nearby:\u00a7r {0}
|
nearbyPlayers=\u00a76Players nearby:\u00a7r {0}
|
||||||
negativeBalanceError=User is not allowed to have a negative balance.
|
negativeBalanceError=\u00a74User is not allowed to have a negative balance.
|
||||||
nickChanged=\u00a76Nickname changed.
|
nickChanged=\u00a76Nickname changed.
|
||||||
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
|
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
|
||||||
nickInUse=\u00a74That name is already in use.
|
nickInUse=\u00a74That name is already in use.
|
||||||
@ -264,16 +264,16 @@ notEnoughMoney=\u00a74You do not have sufficient funds.
|
|||||||
notFlying=not flying
|
notFlying=not flying
|
||||||
notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build for Essentials.
|
notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build for Essentials.
|
||||||
notSupportedYet=Not supported yet.
|
notSupportedYet=Not supported yet.
|
||||||
nothingInHand = \u00a74You have nothing in your hand.
|
nothingInHand=\u00a74You have nothing in your hand.
|
||||||
now=now
|
now=now
|
||||||
nuke=\u00a75May death rain upon them
|
nuke=\u00a7dMay death rain upon them
|
||||||
numberRequired=A number goes there, silly.
|
numberRequired=A number goes there, silly.
|
||||||
onlyDayNight=/time only supports day/night.
|
onlyDayNight=/time only supports day/night.
|
||||||
onlyPlayers=\u00a74Only in-game players can use {0}.
|
onlyPlayers=\u00a74Only in-game players can use {0}.
|
||||||
onlySunStorm=\u00a74/weather only supports sun/storm.
|
onlySunStorm=\u00a74/weather only supports sun/storm.
|
||||||
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait ...
|
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait ...
|
||||||
pTimeCurrent=\u00a7c{0}''s\u00a76 time is {1}.
|
pTimeCurrent=\u00a7c{0}''s\u00a76 time is\u00a7c {1}\u00a76.
|
||||||
pTimeCurrentFixed=\u00a7c{0}''s\u00a76 time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7c{0}''s\u00a76 time is fixed to\u00a7c {1}\u00a76.
|
||||||
pTimeNormal=\u00a7c{0}''s\u00a76 time is normal and matches the server.
|
pTimeNormal=\u00a7c{0}''s\u00a76 time is normal and matches the server.
|
||||||
pTimeOthersPermission=\u00a74You are not authorized to set other players' time.
|
pTimeOthersPermission=\u00a74You are not authorized to set other players' time.
|
||||||
pTimePlayers=\u00a76These players have their own time:\u00a7r
|
pTimePlayers=\u00a76These players have their own time:\u00a7r
|
||||||
@ -289,7 +289,7 @@ playerJailed=\u00a76Player {0} jailed.
|
|||||||
playerJailedFor= \u00a76Player {0} \u00a76jailed for {1}.
|
playerJailedFor= \u00a76Player {0} \u00a76jailed for {1}.
|
||||||
playerKicked=\u00a76Player {0} \u00a76kicked {1} for {2}
|
playerKicked=\u00a76Player {0} \u00a76kicked {1} for {2}
|
||||||
playerMuted=\u00a76You have been muted
|
playerMuted=\u00a76You have been muted
|
||||||
playerMutedFor=\u00a76You have been muted for {0}
|
playerMutedFor=\u00a76You have been muted for\u00a7c {0}
|
||||||
playerNeverOnServer=\u00a74Player {0} \u00a74was never on this server.
|
playerNeverOnServer=\u00a74Player {0} \u00a74was never on this server.
|
||||||
playerNotFound=\u00a74Player not found.
|
playerNotFound=\u00a74Player not found.
|
||||||
playerUnmuted=\u00a76You have been unmuted
|
playerUnmuted=\u00a76You have been unmuted
|
||||||
@ -327,10 +327,10 @@ returnPlayerToJailError=\u00a74Error occurred when trying to return player {0} \
|
|||||||
second=second
|
second=second
|
||||||
seconds=seconds
|
seconds=seconds
|
||||||
seenOffline=\u00a76Player\u00a7c {0} \u00a76is \u00a74offline\u00a76 since {1}
|
seenOffline=\u00a76Player\u00a7c {0} \u00a76is \u00a74offline\u00a76 since {1}
|
||||||
seenOnline=\u00a76Player\u00a7c {0} \u00a76is \u00a7a6online\u00a76 since {1}
|
seenOnline=\u00a76Player\u00a7c {0} \u00a76is \u00a7aonline\u00a76 since {1}
|
||||||
serverFull=Server is full
|
serverFull=Server is full
|
||||||
serverTotal=\u00a76Server Total:\u00a7c {0}
|
serverTotal=\u00a76Server Total:\u00a7c {0}
|
||||||
setSpawner=\u00a76Changed spawner type to {0}
|
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
||||||
sheepMalformedColor=\u00a74Malformed color.
|
sheepMalformedColor=\u00a74Malformed color.
|
||||||
shoutFormat=\u00a76[Shout]\u00a7r {0}
|
shoutFormat=\u00a76[Shout]\u00a7r {0}
|
||||||
signFormatFail=\u00a74[{0}]
|
signFormatFail=\u00a74[{0}]
|
||||||
@ -338,7 +338,7 @@ signFormatSuccess=\u00a71[{0}]
|
|||||||
signFormatTemplate=[{0}]
|
signFormatTemplate=[{0}]
|
||||||
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
|
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
|
||||||
similarWarpExist=\u00a74A warp with a similar name already exists.
|
similarWarpExist=\u00a74A warp with a similar name already exists.
|
||||||
slimeMalformedSize=Malformed size.
|
slimeMalformedSize=\u00a74Malformed size.
|
||||||
soloMob=\u00a74That mob likes to be alone
|
soloMob=\u00a74That mob likes to be alone
|
||||||
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
|
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
|
||||||
spawned=spawned
|
spawned=spawned
|
||||||
@ -352,7 +352,7 @@ takenFromOthersAccount=\u00a7a{0} taken from {1}\u00a7a account. New balance: {2
|
|||||||
teleportAAll=\u00a76Teleporting request sent to all players...
|
teleportAAll=\u00a76Teleporting request sent to all players...
|
||||||
teleportAll=\u00a76Teleporting all players...
|
teleportAll=\u00a76Teleporting all players...
|
||||||
teleportAtoB=\u00a76{0}\u00a76 teleported you to {1}\u00a76.
|
teleportAtoB=\u00a76{0}\u00a76 teleported you to {1}\u00a76.
|
||||||
teleportDisabled=\u00a74{0} has teleportation disabled.
|
teleportDisabled=\u00a74{0} \u00a74has teleportation disabled.
|
||||||
teleportHereRequest=\u00a76{0}\u00a76 has requested that you teleport to them.
|
teleportHereRequest=\u00a76{0}\u00a76 has requested that you teleport to them.
|
||||||
teleportNewPlayerError=\u00a74Failed to teleport new player
|
teleportNewPlayerError=\u00a74Failed to teleport new player
|
||||||
teleportRequest=\u00a76{0}\u00a76 has requested to teleport to you.
|
teleportRequest=\u00a76{0}\u00a76 has requested to teleport to you.
|
||||||
@ -365,23 +365,23 @@ teleporting=\u00a76Teleporting...
|
|||||||
teleportingPortal=\u00a76Teleporting via portal.
|
teleportingPortal=\u00a76Teleporting via portal.
|
||||||
tempBanned=Temporarily banned from server for {0}
|
tempBanned=Temporarily banned from server for {0}
|
||||||
tempbanExempt=\u00a74You may not tempban that player
|
tempbanExempt=\u00a74You may not tempban that player
|
||||||
thunder= \u00a76You\u00a7c {0} thunder in your world
|
thunder= \u00a76You\u00a7c {0} \u00a76thunder in your world
|
||||||
thunderDuration=\u00a76You\u00a7c {0} thunder in your world for\u00a7c {1} \u00a76seconds.
|
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
||||||
timeBeforeHeal=\u00a76Time before next heal: {0}
|
timeBeforeHeal=\u00a76Time before next heal:\u00a7c {0}
|
||||||
timeBeforeTeleport=\u00a76Time before next teleport: {0}
|
timeBeforeTeleport=\u00a76Time before next teleport:\u00a7c {0}
|
||||||
timeFormat=\u00a73{0}\u00a76 or \u00a73{1}\u00a76 or \u00a73{2}\u00a76
|
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
|
||||||
timePattern=(?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
timePattern=(?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
||||||
timeSet=\u00a76Time set in all worlds.
|
timeSet=\u00a76Time set in all worlds.
|
||||||
timeSetPermission=\u00a74You are not authorized to set the time.
|
timeSetPermission=\u00a74You are not authorized to set the time.
|
||||||
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}
|
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}
|
||||||
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}
|
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}
|
||||||
tps=Current TPS = {0}
|
tps=\u00a76Current TPS = {0}
|
||||||
tradeCompleted=\u00a7aTrade completed.
|
tradeCompleted=\u00a7aTrade completed.
|
||||||
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
|
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
|
||||||
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
|
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
|
||||||
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
|
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
|
||||||
treeSpawned=\u00a76Tree spawned.
|
treeSpawned=\u00a76Tree spawned.
|
||||||
true=\u00a72true\u00a7r
|
true=\u00a7atrue\u00a7r
|
||||||
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
|
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
|
||||||
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
|
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
|
||||||
typeWorldName=\u00a76You can also type the name of a specific world.
|
typeWorldName=\u00a76You can also type the name of a specific world.
|
||||||
@ -399,8 +399,8 @@ unvanished=\u00a76You are once again visible.
|
|||||||
unvanishedReload=\u00a74A reload has forced you to become visible.
|
unvanishedReload=\u00a74A reload has forced you to become visible.
|
||||||
upgradingFilesError=Error while upgrading the files
|
upgradingFilesError=Error while upgrading the files
|
||||||
userDoesNotExist=\u00a74The user {0} \u00a74does not exist.
|
userDoesNotExist=\u00a74The user {0} \u00a74does not exist.
|
||||||
userIsAway=\u00a75{0} \u00a75is now AFK
|
userIsAway=\u00a7d{0} \u00a7dis now AFK
|
||||||
userIsNotAway=\u00a75{0} \u00a75is no longer AFK
|
userIsNotAway=\u00a7d{0} \u00a7dis no longer AFK
|
||||||
userJailed=\u00a76You have been jailed
|
userJailed=\u00a76You have been jailed
|
||||||
userUsedPortal={0} used an existing exit portal.
|
userUsedPortal={0} used an existing exit portal.
|
||||||
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
||||||
@ -411,7 +411,7 @@ versionMismatch=\u00a74Version mismatch! Please update {0} to the same version.
|
|||||||
versionMismatchAll=\u00a74Version mismatch! Please update all Essentials jars to the same version.
|
versionMismatchAll=\u00a74Version mismatch! Please update all Essentials jars to the same version.
|
||||||
voiceSilenced=\u00a76Your voice has been silenced
|
voiceSilenced=\u00a76Your voice has been silenced
|
||||||
walking=walking
|
walking=walking
|
||||||
warpDeleteError=Problem deleting the warp file.
|
warpDeleteError=\u00a74Problem deleting the warp file.
|
||||||
warpListPermission=\u00a74You do not have Permission to list warps.
|
warpListPermission=\u00a74You do not have Permission to list warps.
|
||||||
warpNotExist=\u00a74That warp does not exist.
|
warpNotExist=\u00a74That warp does not exist.
|
||||||
warpOverwrite=\u00a74You cannot overwrite that warp.
|
warpOverwrite=\u00a74You cannot overwrite that warp.
|
||||||
@ -447,3 +447,9 @@ year=year
|
|||||||
years=years
|
years=years
|
||||||
youAreHealed=\u00a76You have been healed.
|
youAreHealed=\u00a76You have been healed.
|
||||||
youHaveNewMail=\u00a76You have\u00a7c {0} \u00a76messages! Type \u00a7c/mail read\u00a76 to view your mail.
|
youHaveNewMail=\u00a76You have\u00a7c {0} \u00a76messages! Type \u00a7c/mail read\u00a76 to view your mail.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -450,3 +450,9 @@ year=rok
|
|||||||
years=roky
|
years=roky
|
||||||
youAreHealed=\u00a77Byl jsi uzdraven.
|
youAreHealed=\u00a77Byl jsi uzdraven.
|
||||||
youHaveNewMail=\u00a7cMas {0} zprav!\u00a7f Napis \u00a77/mail read\u00a7f aby jsi si precetl sve zpravy.
|
youHaveNewMail=\u00a7cMas {0} zprav!\u00a7f Napis \u00a77/mail read\u00a7f aby jsi si precetl sve zpravy.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=\u00e5r
|
|||||||
years=\u00e5r
|
years=\u00e5r
|
||||||
youAreHealed=\u00a77Du er blevet healed. Halleluja!
|
youAreHealed=\u00a77Du er blevet healed. Halleluja!
|
||||||
youHaveNewMail=\u00a7cDu har {0} flaskeposter!\u00a7f Type \u00a77/mail read for at se din flaskepost.
|
youHaveNewMail=\u00a7cDu har {0} flaskeposter!\u00a7f Type \u00a77/mail read for at se din flaskepost.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=Jahr
|
|||||||
years=Jahre
|
years=Jahre
|
||||||
youAreHealed=\u00a77Du wurdest geheilt.
|
youAreHealed=\u00a77Du wurdest geheilt.
|
||||||
youHaveNewMail=\u00a7cDu hast {0} Nachrichten!\u00a7f Schreibe \u00a77/mail read\u00a7f um deine Nachrichten anzuzeigen.
|
youHaveNewMail=\u00a7cDu hast {0} Nachrichten!\u00a7f Schreibe \u00a77/mail read\u00a7f um deine Nachrichten anzuzeigen.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
# Single quotes have to be doubled: ''
|
# Single quotes have to be doubled: ''
|
||||||
# Translations start here
|
# Translations start here
|
||||||
# by:
|
# by:
|
||||||
action=\u00a75* {0} {1}
|
action=\u00a7d* {0} {1}
|
||||||
addedToAccount=\u00a7a{0} has been added to your account.
|
addedToAccount=\u00a7a{0} has been added to your account.
|
||||||
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
||||||
adventure = adventure
|
adventure= adventure
|
||||||
alertBroke=broke:
|
alertBroke=broke:
|
||||||
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at: {3}
|
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at: {3}
|
||||||
alertPlaced=placed:
|
alertPlaced=placed:
|
||||||
@ -27,7 +27,7 @@ banFormat=Banned: {0}
|
|||||||
banIpAddress=\u00a76Banned IP address
|
banIpAddress=\u00a76Banned IP address
|
||||||
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
|
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
|
||||||
bigTreeSuccess= \u00a76Big tree spawned.
|
bigTreeSuccess= \u00a76Big tree spawned.
|
||||||
blockList=\u00a7Essentials relayed the following commands to another plugin:
|
blockList=\u00a76Essentials relayed the following commands to another plugin:
|
||||||
broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0}
|
broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0}
|
||||||
buildAlert=\u00a74You are not permitted to build
|
buildAlert=\u00a74You are not permitted to build
|
||||||
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||||
@ -79,13 +79,13 @@ duplicatedUserdata=Duplicated userdata: {0} and {1}
|
|||||||
durability=\u00a76This tool has \u00a74{0}\u00a76 uses left
|
durability=\u00a76This tool has \u00a74{0}\u00a76 uses left
|
||||||
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
|
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
|
||||||
enabled=enabled
|
enabled=enabled
|
||||||
enchantmentApplied = \u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
|
enchantmentApplied= \u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
|
||||||
enchantmentNotFound = \u00a74Enchantment not found
|
enchantmentNotFound= \u00a74Enchantment not found
|
||||||
enchantmentPerm = \u00a74You do not have the permission for\u00a7c {0}
|
enchantmentPerm= \u00a74You do not have the permission for\u00a7c {0}
|
||||||
enchantmentRemoved = \u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
|
enchantmentRemoved= \u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
|
||||||
enchantments = \u00a76Enchantments:\u00a7r {0}
|
enchantments= \u00a76Enchantments:\u00a7r {0}
|
||||||
errorCallingCommand=Error calling command /{0}
|
errorCallingCommand=Error calling command /{0}
|
||||||
errorWithMessage=\u00a74Error: {0}
|
errorWithMessage=\u00a7cError:\u00a74 {0}
|
||||||
essentialsHelp1=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, go to http://tiny.cc/EssentialsChat
|
essentialsHelp1=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, go to http://tiny.cc/EssentialsChat
|
||||||
essentialsHelp2=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, either type /essentialshelp in game or go to http://tiny.cc/EssentialsChat
|
essentialsHelp2=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, either type /essentialshelp in game or go to http://tiny.cc/EssentialsChat
|
||||||
essentialsReload=\u00a76Essentials Reloaded\u00a7c {0}
|
essentialsReload=\u00a76Essentials Reloaded\u00a7c {0}
|
||||||
@ -107,9 +107,9 @@ freedMemory=Freed {0} MB.
|
|||||||
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
gcchunks= chunks,
|
gcchunks= chunks,
|
||||||
gcentities= entities
|
gcentities= entities
|
||||||
gcfree=Free memory: {0} MB
|
gcfree=\u00a76Free memory:\u00a7c {0} MB
|
||||||
gcmax=Maximum memory: {0} MB
|
gcmax=\u00a76Maximum memory:\u00a7c {0} MB
|
||||||
gctotal=Allocated memory: {0} MB
|
gctotal=\u00a76Allocated memory:\u00a7c {0} MB
|
||||||
geoIpUrlEmpty=GeoIP download url is empty.
|
geoIpUrlEmpty=GeoIP download url is empty.
|
||||||
geoIpUrlInvalid=GeoIP download url is invalid.
|
geoIpUrlInvalid=GeoIP download url is invalid.
|
||||||
geoipJoinFormat=Player {0} comes from {1}
|
geoipJoinFormat=Player {0} comes from {1}
|
||||||
@ -131,13 +131,13 @@ helpMatching=\u00a76Commands matching "{0}":
|
|||||||
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}:\u00a7r {1}
|
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}:\u00a7r {1}
|
||||||
helpPages=\u00a76Page \u00a7c{0}\u00a76 of \u00a7c{1}\u00a76:
|
helpPages=\u00a76Page \u00a7c{0}\u00a76 of \u00a7c{1}\u00a76:
|
||||||
helpPlugin=\u00a74{0}\u00a7r: Plugin Help: /help {1}
|
helpPlugin=\u00a74{0}\u00a7r: Plugin Help: /help {1}
|
||||||
holeInFloor=Hole in floor
|
holeInFloor=\u00a74Hole in floor
|
||||||
homeSet=\u00a76Home set.
|
homeSet=\u00a76Home set.
|
||||||
homeSetToBed=\u00a76Your home is now set to this bed.
|
homeSetToBed=\u00a76Your home is now set to this bed.
|
||||||
homes=\u00a76Homes:\u00a7r {0}
|
homes=\u00a76Homes:\u00a7r {0}
|
||||||
hour=hour
|
hour=hour
|
||||||
hours=hours
|
hours=hours
|
||||||
ignorePlayer=\u00a76You ignore player {0} \u00a76from now on.
|
ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on.
|
||||||
illegalDate=Illegal date format.
|
illegalDate=Illegal date format.
|
||||||
infoChapter=Select chapter:
|
infoChapter=Select chapter:
|
||||||
infoChapterPages=\u00a76Chapter {0}, page \u00a7c{1}\u00a76 of \u00a7c{2}\u00a76:
|
infoChapterPages=\u00a76Chapter {0}, page \u00a7c{1}\u00a76 of \u00a7c{2}\u00a76:
|
||||||
@ -146,32 +146,32 @@ infoPages=\u00a76 ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7
|
|||||||
infoUnknownChapter=Unknown chapter.
|
infoUnknownChapter=Unknown chapter.
|
||||||
invBigger=\u00a74The other users inventory is bigger than yours.
|
invBigger=\u00a74The other users inventory is bigger than yours.
|
||||||
invRestored=\u00a76Your inventory has been restored.
|
invRestored=\u00a76Your inventory has been restored.
|
||||||
invSee=\u00a76You see the inventory of {0}\u00a76.
|
invSee=\u00a76You see the inventory of\u00a7c {0}\u00a76.
|
||||||
invSeeHelp=\u00a76Use /invsee to restore your inventory.
|
invSeeHelp=\u00a76Use /invsee to restore your inventory.
|
||||||
invalidCharge=\u00a74Invalid charge.
|
invalidCharge=\u00a74Invalid charge.
|
||||||
invalidHome=\u00a74Home {0} doesn''t exist
|
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist
|
||||||
invalidMob=Invalid mob type.
|
invalidMob=Invalid mob type.
|
||||||
invalidServer=Invalid server!
|
invalidServer=Invalid server!
|
||||||
invalidSignLine=Line {0} on sign is invalid.
|
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
||||||
invalidWorld=\u00a74Invalid world.
|
invalidWorld=\u00a74Invalid world.
|
||||||
inventoryCleared=\u00a76Inventory Cleared.
|
inventoryCleared=\u00a76Inventory Cleared.
|
||||||
inventoryClearedOthers=\u00a76Inventory of \u00a7c{0}\u00a76 cleared.
|
inventoryClearedOthers=\u00a76Inventory of \u00a7c{0}\u00a76 cleared.
|
||||||
is=is
|
is=is
|
||||||
itemCannotBeSold=That item cannot be sold to the server.
|
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
||||||
itemMustBeStacked=Item must be traded in stacks. A quantity of 2s would be two stacks, etc.
|
itemMustBeStacked=\u00a74Item must be traded in stacks. A quantity of 2s would be two stacks, etc.
|
||||||
itemNames=\u00a76Item short names: {0}
|
itemNames=\u00a76Item short names:\u00a7r {0}
|
||||||
itemNotEnough1=\u00a74You do not have enough of that item to sell.
|
itemNotEnough1=\u00a74You do not have enough of that item to sell.
|
||||||
itemNotEnough2=\u00a76If you meant to sell all of your items of that type, use /sell itemname
|
itemNotEnough2=\u00a76If you meant to sell all of your items of that type, use /sell itemname
|
||||||
itemNotEnough3=\u00a76/sell itemname -1 will sell all but one item, etc.
|
itemNotEnough3=\u00a76/sell itemname -1 will sell all but one item, etc.
|
||||||
itemSellAir=You really tried to sell Air? Put an item in your hand.
|
itemSellAir=You really tried to sell Air? Put an item in your hand.
|
||||||
itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each)
|
itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each)
|
||||||
itemSoldConsole=\u00a7a{0} \u00a7asold {1} for \u00a7a{2} \u00a7a({3} items at {4} each)
|
itemSoldConsole=\u00a7a{0} \u00a7asold {1} for \u00a7a{2} \u00a7a({3} items at {4} each)
|
||||||
itemSpawn=\u00a76Giving {0} of {1}
|
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
|
||||||
itemType=\u00a76Item: {0} - {1}
|
itemType=\u00a76Item:\u00a7c {0} \u00a76-\u00a7c {1}
|
||||||
itemsCsvNotLoaded=Could not load items.csv.
|
itemsCsvNotLoaded=Could not load items.csv.
|
||||||
jailAlreadyIncarcerated=\u00a74Person is already in jail: {0}
|
jailAlreadyIncarcerated=\u00a74Person is already in jail: {0}
|
||||||
jailMessage=\u00a74You do the crime, you do the time.
|
jailMessage=\u00a74You do the crime, you do the time.
|
||||||
jailNotExist=That jail does not exist.
|
jailNotExist=\u00a74That jail does not exist.
|
||||||
jailReleased=\u00a76Player \u00a7c{0}\u00a76 unjailed.
|
jailReleased=\u00a76Player \u00a7c{0}\u00a76 unjailed.
|
||||||
jailReleasedPlayerNotify=\u00a76You have been released!
|
jailReleasedPlayerNotify=\u00a76You have been released!
|
||||||
jailSentenceExtended=\u00a76Jail time extend to: {0)
|
jailSentenceExtended=\u00a76Jail time extend to: {0)
|
||||||
@ -190,12 +190,12 @@ kitTimed=\u00a74You can''t use that kit again for another {0}.
|
|||||||
kits=\u00a76Kits:\u00a7r {0}
|
kits=\u00a76Kits:\u00a7r {0}
|
||||||
lightningSmited=\u00a76Thou hast been smitten
|
lightningSmited=\u00a76Thou hast been smitten
|
||||||
lightningUse=\u00a76Smiting {0}
|
lightningUse=\u00a76Smiting {0}
|
||||||
listAfkTag = \u00a77[AFK]\u00a7r
|
listAfkTag= \u00a77[AFK]\u00a7r
|
||||||
listAmount = \u00a76There are \u00a7c{0}\u00a76 out of maximum \u00a7c{1}\u00a76 players online.
|
listAmount= \u00a76There are \u00a7c{0}\u00a76 out of maximum \u00a7c{1}\u00a76 players online.
|
||||||
listAmountHidden = \u00a76There are \u00a7c{0}\u00a76/{1}\u00a76 out of maximum \u00a7c{2}\u00a76 players online.
|
listAmountHidden= \u00a76There are \u00a7c{0}\u00a76/{1}\u00a76 out of maximum \u00a7c{2}\u00a76 players online.
|
||||||
listGroupTag={0}\u00a7r:
|
listGroupTag={0}\u00a7r:
|
||||||
listHiddenTag = \u00a77[HIDDEN]\u00a7r
|
listHiddenTag= \u00a77[HIDDEN]\u00a7r
|
||||||
loadWarpError=Failed to load warp {0}
|
loadWarpError=\u00a74Failed to load warp {0}
|
||||||
localFormat=Local: <{0}> {1}
|
localFormat=Local: <{0}> {1}
|
||||||
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear
|
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear
|
||||||
mailCleared=\u00a76Mail Cleared!
|
mailCleared=\u00a76Mail Cleared!
|
||||||
@ -227,7 +227,7 @@ mutedPlayer=\u00a76Player {0} \u00a76muted.
|
|||||||
mutedPlayerFor=\u00a76Player {0} \u00a76muted for {1}.
|
mutedPlayerFor=\u00a76Player {0} \u00a76muted for {1}.
|
||||||
mutedUserSpeaks={0} tried to speak, but is muted.
|
mutedUserSpeaks={0} tried to speak, but is muted.
|
||||||
nearbyPlayers=\u00a76Players nearby:\u00a7r {0}
|
nearbyPlayers=\u00a76Players nearby:\u00a7r {0}
|
||||||
negativeBalanceError=User is not allowed to have a negative balance.
|
negativeBalanceError=\u00a74User is not allowed to have a negative balance.
|
||||||
nickChanged=\u00a76Nickname changed.
|
nickChanged=\u00a76Nickname changed.
|
||||||
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
|
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
|
||||||
nickInUse=\u00a74That name is already in use.
|
nickInUse=\u00a74That name is already in use.
|
||||||
@ -264,16 +264,16 @@ notEnoughMoney=\u00a74You do not have sufficient funds.
|
|||||||
notFlying=not flying
|
notFlying=not flying
|
||||||
notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build for Essentials.
|
notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build for Essentials.
|
||||||
notSupportedYet=Not supported yet.
|
notSupportedYet=Not supported yet.
|
||||||
nothingInHand = \u00a74You have nothing in your hand.
|
nothingInHand=\u00a74You have nothing in your hand.
|
||||||
now=now
|
now=now
|
||||||
nuke=\u00a75May death rain upon them
|
nuke=\u00a7dMay death rain upon them
|
||||||
numberRequired=A number goes there, silly.
|
numberRequired=A number goes there, silly.
|
||||||
onlyDayNight=/time only supports day/night.
|
onlyDayNight=/time only supports day/night.
|
||||||
onlyPlayers=\u00a74Only in-game players can use {0}.
|
onlyPlayers=\u00a74Only in-game players can use {0}.
|
||||||
onlySunStorm=\u00a74/weather only supports sun/storm.
|
onlySunStorm=\u00a74/weather only supports sun/storm.
|
||||||
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait ...
|
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait ...
|
||||||
pTimeCurrent=\u00a7c{0}''s\u00a76 time is {1}.
|
pTimeCurrent=\u00a7c{0}''s\u00a76 time is\u00a7c {1}\u00a76.
|
||||||
pTimeCurrentFixed=\u00a7c{0}''s\u00a76 time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7c{0}''s\u00a76 time is fixed to\u00a7c {1}\u00a76.
|
||||||
pTimeNormal=\u00a7c{0}''s\u00a76 time is normal and matches the server.
|
pTimeNormal=\u00a7c{0}''s\u00a76 time is normal and matches the server.
|
||||||
pTimeOthersPermission=\u00a74You are not authorized to set other players' time.
|
pTimeOthersPermission=\u00a74You are not authorized to set other players' time.
|
||||||
pTimePlayers=\u00a76These players have their own time:\u00a7r
|
pTimePlayers=\u00a76These players have their own time:\u00a7r
|
||||||
@ -289,7 +289,7 @@ playerJailed=\u00a76Player {0} jailed.
|
|||||||
playerJailedFor= \u00a76Player {0} \u00a76jailed for {1}.
|
playerJailedFor= \u00a76Player {0} \u00a76jailed for {1}.
|
||||||
playerKicked=\u00a76Player {0} \u00a76kicked {1} for {2}
|
playerKicked=\u00a76Player {0} \u00a76kicked {1} for {2}
|
||||||
playerMuted=\u00a76You have been muted
|
playerMuted=\u00a76You have been muted
|
||||||
playerMutedFor=\u00a76You have been muted for {0}
|
playerMutedFor=\u00a76You have been muted for\u00a7c {0}
|
||||||
playerNeverOnServer=\u00a74Player {0} \u00a74was never on this server.
|
playerNeverOnServer=\u00a74Player {0} \u00a74was never on this server.
|
||||||
playerNotFound=\u00a74Player not found.
|
playerNotFound=\u00a74Player not found.
|
||||||
playerUnmuted=\u00a76You have been unmuted
|
playerUnmuted=\u00a76You have been unmuted
|
||||||
@ -327,10 +327,10 @@ returnPlayerToJailError=\u00a74Error occurred when trying to return player {0} \
|
|||||||
second=second
|
second=second
|
||||||
seconds=seconds
|
seconds=seconds
|
||||||
seenOffline=\u00a76Player\u00a7c {0} \u00a76is \u00a74offline\u00a76 since {1}
|
seenOffline=\u00a76Player\u00a7c {0} \u00a76is \u00a74offline\u00a76 since {1}
|
||||||
seenOnline=\u00a76Player\u00a7c {0} \u00a76is \u00a7a6online\u00a76 since {1}
|
seenOnline=\u00a76Player\u00a7c {0} \u00a76is \u00a7aonline\u00a76 since {1}
|
||||||
serverFull=Server is full
|
serverFull=Server is full
|
||||||
serverTotal=\u00a76Server Total:\u00a7c {0}
|
serverTotal=\u00a76Server Total:\u00a7c {0}
|
||||||
setSpawner=\u00a76Changed spawner type to {0}
|
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
||||||
sheepMalformedColor=\u00a74Malformed color.
|
sheepMalformedColor=\u00a74Malformed color.
|
||||||
shoutFormat=\u00a76[Shout]\u00a7r {0}
|
shoutFormat=\u00a76[Shout]\u00a7r {0}
|
||||||
signFormatFail=\u00a74[{0}]
|
signFormatFail=\u00a74[{0}]
|
||||||
@ -338,7 +338,7 @@ signFormatSuccess=\u00a71[{0}]
|
|||||||
signFormatTemplate=[{0}]
|
signFormatTemplate=[{0}]
|
||||||
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
|
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
|
||||||
similarWarpExist=\u00a74A warp with a similar name already exists.
|
similarWarpExist=\u00a74A warp with a similar name already exists.
|
||||||
slimeMalformedSize=Malformed size.
|
slimeMalformedSize=\u00a74Malformed size.
|
||||||
soloMob=\u00a74That mob likes to be alone
|
soloMob=\u00a74That mob likes to be alone
|
||||||
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
|
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
|
||||||
spawned=spawned
|
spawned=spawned
|
||||||
@ -352,7 +352,7 @@ takenFromOthersAccount=\u00a7a{0} taken from {1}\u00a7a account. New balance: {2
|
|||||||
teleportAAll=\u00a76Teleporting request sent to all players...
|
teleportAAll=\u00a76Teleporting request sent to all players...
|
||||||
teleportAll=\u00a76Teleporting all players...
|
teleportAll=\u00a76Teleporting all players...
|
||||||
teleportAtoB=\u00a76{0}\u00a76 teleported you to {1}\u00a76.
|
teleportAtoB=\u00a76{0}\u00a76 teleported you to {1}\u00a76.
|
||||||
teleportDisabled=\u00a74{0} has teleportation disabled.
|
teleportDisabled=\u00a74{0} \u00a74has teleportation disabled.
|
||||||
teleportHereRequest=\u00a76{0}\u00a76 has requested that you teleport to them.
|
teleportHereRequest=\u00a76{0}\u00a76 has requested that you teleport to them.
|
||||||
teleportNewPlayerError=\u00a74Failed to teleport new player
|
teleportNewPlayerError=\u00a74Failed to teleport new player
|
||||||
teleportRequest=\u00a76{0}\u00a76 has requested to teleport to you.
|
teleportRequest=\u00a76{0}\u00a76 has requested to teleport to you.
|
||||||
@ -365,23 +365,23 @@ teleporting=\u00a76Teleporting...
|
|||||||
teleportingPortal=\u00a76Teleporting via portal.
|
teleportingPortal=\u00a76Teleporting via portal.
|
||||||
tempBanned=Temporarily banned from server for {0}
|
tempBanned=Temporarily banned from server for {0}
|
||||||
tempbanExempt=\u00a74You may not tempban that player
|
tempbanExempt=\u00a74You may not tempban that player
|
||||||
thunder= \u00a76You\u00a7c {0} thunder in your world
|
thunder= \u00a76You\u00a7c {0} \u00a76thunder in your world
|
||||||
thunderDuration=\u00a76You\u00a7c {0} thunder in your world for\u00a7c {1} \u00a76seconds.
|
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
||||||
timeBeforeHeal=\u00a76Time before next heal: {0}
|
timeBeforeHeal=\u00a76Time before next heal:\u00a7c {0}
|
||||||
timeBeforeTeleport=\u00a76Time before next teleport: {0}
|
timeBeforeTeleport=\u00a76Time before next teleport:\u00a7c {0}
|
||||||
timeFormat=\u00a73{0}\u00a76 or \u00a73{1}\u00a76 or \u00a73{2}\u00a76
|
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
|
||||||
timePattern=(?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
timePattern=(?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
||||||
timeSet=\u00a76Time set in all worlds.
|
timeSet=\u00a76Time set in all worlds.
|
||||||
timeSetPermission=\u00a74You are not authorized to set the time.
|
timeSetPermission=\u00a74You are not authorized to set the time.
|
||||||
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}
|
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}
|
||||||
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}
|
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}
|
||||||
tps=Current TPS = {0}
|
tps=\u00a76Current TPS = {0}
|
||||||
tradeCompleted=\u00a7aTrade completed.
|
tradeCompleted=\u00a7aTrade completed.
|
||||||
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
|
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
|
||||||
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
|
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
|
||||||
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
|
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
|
||||||
treeSpawned=\u00a76Tree spawned.
|
treeSpawned=\u00a76Tree spawned.
|
||||||
true=\u00a72true\u00a7r
|
true=\u00a7atrue\u00a7r
|
||||||
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
|
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
|
||||||
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
|
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
|
||||||
typeWorldName=\u00a76You can also type the name of a specific world.
|
typeWorldName=\u00a76You can also type the name of a specific world.
|
||||||
@ -399,8 +399,8 @@ unvanished=\u00a76You are once again visible.
|
|||||||
unvanishedReload=\u00a74A reload has forced you to become visible.
|
unvanishedReload=\u00a74A reload has forced you to become visible.
|
||||||
upgradingFilesError=Error while upgrading the files
|
upgradingFilesError=Error while upgrading the files
|
||||||
userDoesNotExist=\u00a74The user {0} \u00a74does not exist.
|
userDoesNotExist=\u00a74The user {0} \u00a74does not exist.
|
||||||
userIsAway=\u00a75{0} \u00a75is now AFK
|
userIsAway=\u00a7d{0} \u00a7dis now AFK
|
||||||
userIsNotAway=\u00a75{0} \u00a75is no longer AFK
|
userIsNotAway=\u00a7d{0} \u00a7dis no longer AFK
|
||||||
userJailed=\u00a76You have been jailed
|
userJailed=\u00a76You have been jailed
|
||||||
userUsedPortal={0} used an existing exit portal.
|
userUsedPortal={0} used an existing exit portal.
|
||||||
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
||||||
@ -411,7 +411,7 @@ versionMismatch=\u00a74Version mismatch! Please update {0} to the same version.
|
|||||||
versionMismatchAll=\u00a74Version mismatch! Please update all Essentials jars to the same version.
|
versionMismatchAll=\u00a74Version mismatch! Please update all Essentials jars to the same version.
|
||||||
voiceSilenced=\u00a76Your voice has been silenced
|
voiceSilenced=\u00a76Your voice has been silenced
|
||||||
walking=walking
|
walking=walking
|
||||||
warpDeleteError=Problem deleting the warp file.
|
warpDeleteError=\u00a74Problem deleting the warp file.
|
||||||
warpListPermission=\u00a74You do not have Permission to list warps.
|
warpListPermission=\u00a74You do not have Permission to list warps.
|
||||||
warpNotExist=\u00a74That warp does not exist.
|
warpNotExist=\u00a74That warp does not exist.
|
||||||
warpOverwrite=\u00a74You cannot overwrite that warp.
|
warpOverwrite=\u00a74You cannot overwrite that warp.
|
||||||
@ -447,3 +447,9 @@ year=year
|
|||||||
years=years
|
years=years
|
||||||
youAreHealed=\u00a76You have been healed.
|
youAreHealed=\u00a76You have been healed.
|
||||||
youHaveNewMail=\u00a76You have\u00a7c {0} \u00a76messages! Type \u00a7c/mail read\u00a76 to view your mail.
|
youHaveNewMail=\u00a76You have\u00a7c {0} \u00a76messages! Type \u00a7c/mail read\u00a76 to view your mail.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=año
|
|||||||
years=años
|
years=años
|
||||||
youAreHealed=\u00a77Has sido curado.
|
youAreHealed=\u00a77Has sido curado.
|
||||||
youHaveNewMail=\u00a7cTienes {0} mensajes!\u00a7f Pon \u00a77/mail read\u00a7f para ver tus emails no leidos!.
|
youHaveNewMail=\u00a7cTienes {0} mensajes!\u00a7f Pon \u00a77/mail read\u00a7f para ver tus emails no leidos!.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=vuosi
|
|||||||
years=vuosia
|
years=vuosia
|
||||||
youAreHealed=\u00a77Sinut on parannettu.
|
youAreHealed=\u00a77Sinut on parannettu.
|
||||||
youHaveNewMail=\u00a7cSinulla on {0} viesti(\u00e4)!\u00a7f Kirjoita \u00a77/mail read\u00a7f lukeaksesi viestit.
|
youHaveNewMail=\u00a7cSinulla on {0} viesti(\u00e4)!\u00a7f Kirjoita \u00a77/mail read\u00a7f lukeaksesi viestit.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=ann\u00e9e
|
|||||||
years=ann\u00e9es
|
years=ann\u00e9es
|
||||||
youAreHealed=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
|
youAreHealed=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
|
||||||
youHaveNewMail=\u00a7cVous avez {0} messages ! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
youHaveNewMail=\u00a7cVous avez {0} messages ! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=anno
|
|||||||
years=anni
|
years=anni
|
||||||
youAreHealed=\u00a77Sei stato curato.
|
youAreHealed=\u00a77Sei stato curato.
|
||||||
youHaveNewMail=\u00a7cHai {0} messaggi!\u00a7f digita \u00a77/mail read\u00a7f per consultare la tua mail.
|
youHaveNewMail=\u00a7cHai {0} messaggi!\u00a7f digita \u00a77/mail read\u00a7f per consultare la tua mail.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=jaar
|
|||||||
years=jaren
|
years=jaren
|
||||||
youAreHealed=\u00a77Je bent genezen.
|
youAreHealed=\u00a77Je bent genezen.
|
||||||
youHaveNewMail=\u00a7cJe hebt {0} berichten!\u00a7f Type \u00a77/mail read\u00a7f om je berichten te bekijken.
|
youHaveNewMail=\u00a7cJe hebt {0} berichten!\u00a7f Type \u00a77/mail read\u00a7f om je berichten te bekijken.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=rok
|
|||||||
years=lat
|
years=lat
|
||||||
youAreHealed=\u00a77Zostales/as uleczony/na.
|
youAreHealed=\u00a77Zostales/as uleczony/na.
|
||||||
youHaveNewMail=\u00a7cMasz {0} wiadomosci!\u00a7f napisz \u00a77/mail read\u00a7f aby je przeczytac.
|
youHaveNewMail=\u00a7cMasz {0} wiadomosci!\u00a7f napisz \u00a77/mail read\u00a7f aby je przeczytac.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=ano
|
|||||||
years=anos
|
years=anos
|
||||||
youAreHealed=\u00a77Voc\u00ea foi curado.
|
youAreHealed=\u00a77Voc\u00ea foi curado.
|
||||||
youHaveNewMail=\u00a7cVoc\u00ea tem {0} mensagens!\u00a7f Digite \u00a77/mail read\u00a7f para ver seu email.
|
youHaveNewMail=\u00a7cVoc\u00ea tem {0} mensagens!\u00a7f Digite \u00a77/mail read\u00a7f para ver seu email.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
@ -447,3 +447,9 @@ year=\u00e5r
|
|||||||
years=\u00e5r
|
years=\u00e5r
|
||||||
youAreHealed=\u00a77Du har blivit l\u00e4kt.
|
youAreHealed=\u00a77Du har blivit l\u00e4kt.
|
||||||
youHaveNewMail=\u00a7cDu har {0} meddelanden!\u00a7f Skriv \u00a77/mail read\u00a7f f\u00f6r att l\u00e4sa dina meddelanden.
|
youHaveNewMail=\u00a7cDu har {0} meddelanden!\u00a7f Skriv \u00a77/mail read\u00a7f f\u00f6r att l\u00e4sa dina meddelanden.
|
||||||
|
posX=\u00a76X: {0} (+East <-> -West)
|
||||||
|
posY=\u00a76Y: {0} (+Up <-> -Down)
|
||||||
|
posZ=\u00a76Z: {0} (+South <-> -North)
|
||||||
|
posYaw=\u00a76Yaw: {0} (Rotation)
|
||||||
|
posPitch=\u00a76Pitch: {0} (Head angle)
|
||||||
|
distance=\u00a76Distance: {0}
|
||||||
|
Loading…
Reference in New Issue
Block a user