1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +02:00

Fixing spawnmob errors to say the right thing.

This commit is contained in:
KHobbits
2011-12-01 14:43:00 +00:00
parent c3fa56bc67
commit 028aa6be67
9 changed files with 43 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ public class Commandessentials extends EssentialsCommand
{ {
sender.sendMessage("Essentials " + ess.getDescription().getVersion()); sender.sendMessage("Essentials " + ess.getDescription().getVersion());
sender.sendMessage("/<command> <reload/debug>"); sender.sendMessage("/<command> <reload/debug>");
sender.sendMessage("Essentials blocked the following commands, due to command conflicts:"); sender.sendMessage(_("blockList"));
final StringBuilder disabledCommands = new StringBuilder(); final StringBuilder disabledCommands = new StringBuilder();
for (Map.Entry<String, String> entry : ess.getAlternativeCommandsHandler().disabledCommands().entrySet()) for (Map.Entry<String, String> entry : ess.getAlternativeCommandsHandler().disabledCommands().entrySet())
{ {

View File

@@ -64,11 +64,11 @@ public class Commandspawnmob extends EssentialsCommand
if (ess.getSettings().getProtectPreventSpawn(mob.getType().toString().toLowerCase(Locale.ENGLISH))) if (ess.getSettings().getProtectPreventSpawn(mob.getType().toString().toLowerCase(Locale.ENGLISH)))
{ {
throw new Exception(_("unableToSpawnMob")); throw new Exception(_("disabledToSpawnMob"));
} }
if (!user.isAuthorized("essentials.spawnmob." + mob.name.toLowerCase())) if (!user.isAuthorized("essentials.spawnmob." + mob.name.toLowerCase()))
{ {
throw new Exception(_("unableToSpawnMob")); throw new Exception(_("noPermToSpawnMob"));
} }
final Block block = Util.getTarget(user).getBlock(); final Block block = Util.getTarget(user).getBlock();
@@ -98,11 +98,11 @@ public class Commandspawnmob extends EssentialsCommand
if (ess.getSettings().getProtectPreventSpawn(mobMount.getType().toString().toLowerCase(Locale.ENGLISH))) if (ess.getSettings().getProtectPreventSpawn(mobMount.getType().toString().toLowerCase(Locale.ENGLISH)))
{ {
throw new Exception(_("unableToSpawnMob")); throw new Exception(_("disabledToSpawnMob"));
} }
if (!user.isAuthorized("essentials.spawnmob." + mobMount.name.toLowerCase())) if (!user.isAuthorized("essentials.spawnmob." + mobMount.name.toLowerCase()))
{ {
throw new Exception(_("unableToSpawnMob")); throw new Exception(_("noPermToSpawnMob"));
} }
try try
{ {

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Error reading banned-players.txt
bannedPlayersFileNotFound=banned-players.txt not found bannedPlayersFileNotFound=banned-players.txt not found
bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt. bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt.
bigTreeSuccess= \u00a77Big tree spawned. bigTreeSuccess= \u00a77Big tree spawned.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0} broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
buildAlert=\u00a7cYou are not permitted to build buildAlert=\u00a7cYou are not permitted to build
bukkitFormatChanged=Bukkit version format changed. Version not checked. bukkitFormatChanged=Bukkit version format changed. Version not checked.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77You are {0} block(s) below sea level.
destinationNotSet=Destination not set destinationNotSet=Destination not set
disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}. disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}.
disabled=disabled disabled=disabled
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move. dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move.
downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB) downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
duplicatedUserdata=Duplicated userdata: {0} and {1} duplicatedUserdata=Duplicated userdata: {0} and {1}
@@ -151,8 +153,8 @@ jumpError=That would hurt your computer''s brain.
kickDefault=Kicked from server kickDefault=Kicked from server
kickExempt=\u00a7cYou can not kick that person. kickExempt=\u00a7cYou can not kick that person.
kill=\u00a77Killed {0}. kill=\u00a77Killed {0}.
kitError=\u00a7cThere are no valid kits.
kitError2=\u00a7cThat kit does not exist or is improperly defined. kitError2=\u00a7cThat kit does not exist or is improperly defined.
kitError=\u00a7cThere are no valid kits.
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration? kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
kitGive=\u00a77Giving kit {0}. kitGive=\u00a77Giving kit {0}.
kitInvFull=\u00a7cYour inventory was full, placing kit on the floor kitInvFull=\u00a7cYour inventory was full, placing kit on the floor
@@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
mutedPlayer=Player {0} muted. mutedPlayer=Player {0} muted.
mutedPlayerFor=Player {0} muted for {1}. mutedPlayerFor=Player {0} muted for {1}.
mutedUserSpeaks={0} tried to speak, but is muted. mutedUserSpeaks={0} tried to speak, but is muted.
nearbyPlayers=Players nearby: {0}
needTpohere=You need access to /tpohere to teleport other players. needTpohere=You need access to /tpohere to teleport other players.
negativeBalanceError=User is not allowed to have a negative balance. negativeBalanceError=User is not allowed to have a negative balance.
nickChanged=Nickname changed. nickChanged=Nickname changed.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cYou do not have the \u00a7fessentials.mail.send\u00a7c per
noMotd=\u00a7cThere is no message of the day. noMotd=\u00a7cThere is no message of the day.
noNewMail=\u00a77You have no new mail. noNewMail=\u00a77You have no new mail.
noPendingRequest=You do not have a pending request. noPendingRequest=You do not have a pending request.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign. noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
noPowerTools=You have no power tools assigned. noPowerTools=You have no power tools assigned.
noRules=\u00a7cThere are no rules specified yet. noRules=\u00a7cThere are no rules specified yet.
@@ -363,7 +367,7 @@ versionMismatch=Version mismatch! Please update {0} to the same version.
versionMismatchAll=Version mismatch! Please update all Essentials jars to the same version. versionMismatchAll=Version mismatch! Please update all Essentials jars to the same version.
voiceSilenced=\u00a77Your voice has been silenced voiceSilenced=\u00a77Your voice has been silenced
warpDeleteError=Problem deleting the warp file. warpDeleteError=Problem deleting the warp file.
warpListPermission=\u00a7cYou do not have Permission to list that warps. warpListPermission=\u00a7cYou do not have Permission to list warps.
warpNotExist=That warp does not exist. warpNotExist=That warp does not exist.
warpSet=\u00a77Warp {0} set. warpSet=\u00a77Warp {0} set.
warpUsePermission=\u00a7cYou do not have Permission to use that warp. warpUsePermission=\u00a7cYou do not have Permission to use that warp.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Fejl i l\u00e6sning af banned-players.txt
bannedPlayersFileNotFound=banned-players.txt ikke fundet bannedPlayersFileNotFound=banned-players.txt ikke fundet
bigTreeFailure=\u00a7cStort tr\u00e6 genererings fejl. Pr\u00f8v igen p\u00e5 gr\u00e6s eller jord. bigTreeFailure=\u00a7cStort tr\u00e6 genererings fejl. Pr\u00f8v igen p\u00e5 gr\u00e6s eller jord.
bigTreeSuccess= \u00a77Stort tr\u00e6 fremkaldt. bigTreeSuccess= \u00a77Stort tr\u00e6 fremkaldt.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cMeddelelse\u00a7f]\u00a7a {0} broadcast=[\u00a7cMeddelelse\u00a7f]\u00a7a {0}
buildAlert=\u00a7cDu er ikke tilladt at bygge! buildAlert=\u00a7cDu er ikke tilladt at bygge!
bukkitFormatChanged=Bukkit version format \u00e6ndret. Version er ikke checket. bukkitFormatChanged=Bukkit version format \u00e6ndret. Version er ikke checket.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77Du er {0} blok(ke) under havoverfladen.
destinationNotSet=Destination er ikke sat destinationNotSet=Destination er ikke sat
disableUnlimited=\u00a77Deaktiverede ubergr\u00e6nset placering af {0} for {1}. disableUnlimited=\u00a77Deaktiverede ubergr\u00e6nset placering af {0} for {1}.
disabled=deaktiveret disabled=deaktiveret
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Teleportering vil begynde om {0}. Bev\u00e6g dig ikke. dontMoveMessage=\u00a77Teleportering vil begynde om {0}. Bev\u00e6g dig ikke.
downloadingGeoIp=Downloader GeoIP database ... det her kan tage et stykke tid (land: 0.6 MB, by: 20MB) downloadingGeoIp=Downloader GeoIP database ... det her kan tage et stykke tid (land: 0.6 MB, by: 20MB)
duplicatedUserdata=Duplikerede userdata: {0} og {1} duplicatedUserdata=Duplikerede userdata: {0} og {1}
@@ -151,8 +153,8 @@ jumpError=Det ville skade din computer''s hjerne.
kickDefault=Kicket fra serveren kickDefault=Kicket fra serveren
kickExempt=\u00a77Du kan ikke sparke denne spiller. kickExempt=\u00a77Du kan ikke sparke denne spiller.
kill=\u00a77Dr\u00e6bte {0}. kill=\u00a77Dr\u00e6bte {0}.
kitError=\u00a7cDer er ikke nogen gyldige pakker.
kitError2=\u00a7cDen pakke eksisterer ikke eller er forkert defineret. kitError2=\u00a7cDen pakke eksisterer ikke eller er forkert defineret.
kitError=\u00a7cDer er ikke nogen gyldige pakker.
kitErrorHelp=\u00a7cM\u00e5ske mangler et element en m\u00e6ngde i konfigurationen? kitErrorHelp=\u00a7cM\u00e5ske mangler et element en m\u00e6ngde i konfigurationen?
kitGive=\u00a77Giver pakke {0}. kitGive=\u00a77Giver pakke {0}.
kitInvFull=\u00a7cDin inventory var fuld, placere pakken p\u00e5 gulvet kitInvFull=\u00a7cDin inventory var fuld, placere pakken p\u00e5 gulvet
@@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
mutedPlayer=Spiller {0} d\u00e6mpet. mutedPlayer=Spiller {0} d\u00e6mpet.
mutedPlayerFor=Spiller {0} d\u00e6mpet for {1}. mutedPlayerFor=Spiller {0} d\u00e6mpet for {1}.
mutedUserSpeaks={0} pr\u00f8vede at snakke, men er muted. mutedUserSpeaks={0} pr\u00f8vede at snakke, men er muted.
nearbyPlayers=Players nearby: {0}
needTpohere=Du skal have adgang til /tpohere for at teleporter andre spillere. needTpohere=Du skal have adgang til /tpohere for at teleporter andre spillere.
negativeBalanceError=Brugeren er ikke tilladt at have en negativ saldo. negativeBalanceError=Brugeren er ikke tilladt at have en negativ saldo.
nickChanged=Kaldenavn \u00e6ndret. nickChanged=Kaldenavn \u00e6ndret.
@@ -207,8 +210,8 @@ nickSet=\u00a77Dit kaldenavn er nu \u00a7c{0}
noAccessCommand=\u00a7cDu har ikke adgang til den kommando. noAccessCommand=\u00a7cDu har ikke adgang til den kommando.
noAccessPermission=\u00a7cDu har ikke tilladelse til at f\u00e5 adgang til det {0}. noAccessPermission=\u00a7cDu har ikke tilladelse til at f\u00e5 adgang til det {0}.
noDestroyPermission=\u00a7cDu har ikke tilladelse til at \u00f8del\u00e6gge det {0}. noDestroyPermission=\u00a7cDu har ikke tilladelse til at \u00f8del\u00e6gge det {0}.
noHelpFound=\u00a7cNo matching commands.
noGodWorldWarning=\u00a7cWarning! God mode in this world disabled. noGodWorldWarning=\u00a7cWarning! God mode in this world disabled.
noHelpFound=\u00a7cNo matching commands.
noHomeSet=Du har sat et nyt hjem. noHomeSet=Du har sat et nyt hjem.
noHomeSetPlayer=Spiller har ikke sat et hjem. noHomeSetPlayer=Spiller har ikke sat et hjem.
noKitPermission=\u00a7cDu har brug for \u00a7c{0}\u00a7c tilladelsen for at bruge den pakke. noKitPermission=\u00a7cDu har brug for \u00a7c{0}\u00a7c tilladelsen for at bruge den pakke.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cDu har ikke \u00a7fessentials.mail.send\u00a7c tilladelsen
noMotd=\u00a7cDer er ikke nogen besked for dagen. noMotd=\u00a7cDer er ikke nogen besked for dagen.
noNewMail=\u00a77Du har ingen ny post. noNewMail=\u00a77Du har ingen ny post.
noPendingRequest=Du har ikke en ventende anmodning. noPendingRequest=Du har ikke en ventende anmodning.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign. noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
noPowerTools= You have no power tools assigned. noPowerTools= You have no power tools assigned.
noRules=\u00a7cDer er ingen regler fastsat endnu. noRules=\u00a7cDer er ingen regler fastsat endnu.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Fehler beim Lesen von banned-players.txt
bannedPlayersFileNotFound=banned-players.txt nicht gefunden bannedPlayersFileNotFound=banned-players.txt nicht gefunden
bigTreeFailure=\u00a7cFehler beim Pflanzen eines grossen Baums. Versuch es auf Gras oder Dreck. bigTreeFailure=\u00a7cFehler beim Pflanzen eines grossen Baums. Versuch es auf Gras oder Dreck.
bigTreeSuccess= \u00a77Grosser Baum gepflanzt. bigTreeSuccess= \u00a77Grosser Baum gepflanzt.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cRundruf\u00a7f]\u00a7a {0} broadcast=[\u00a7cRundruf\u00a7f]\u00a7a {0}
buildAlert=\u00a7cDu hast keine Rechte zum Bauen. buildAlert=\u00a7cDu hast keine Rechte zum Bauen.
bukkitFormatChanged=Bukkit-Versionsformat hat sich ge\u00e4ndert. Version nicht kontrolliert. bukkitFormatChanged=Bukkit-Versionsformat hat sich ge\u00e4ndert. Version nicht kontrolliert.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77Du bist {0} Bl\u00f6cke unter Meeresh\u00f6he.
destinationNotSet=Ziel nicht gesetzt destinationNotSet=Ziel nicht gesetzt
disableUnlimited=\u00a77Deaktiviere unendliches Platzieren von {0} f\u00fcr {1}. disableUnlimited=\u00a77Deaktiviere unendliches Platzieren von {0} f\u00fcr {1}.
disabled=deaktiviert disabled=deaktiviert
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Teleportvorgang startet in {0}. Beweg dich nicht. dontMoveMessage=\u00a77Teleportvorgang startet in {0}. Beweg dich nicht.
downloadingGeoIp=Lade GeoIP-Datenbank ... dies kann etwas dauern (country: 0.6 MB, city: 20MB) downloadingGeoIp=Lade GeoIP-Datenbank ... dies kann etwas dauern (country: 0.6 MB, city: 20MB)
duplicatedUserdata=Doppelte Datei in userdata: {0} und {1} duplicatedUserdata=Doppelte Datei in userdata: {0} und {1}
@@ -151,8 +153,8 @@ jumpError=Das w\u00fcrde deinen Computer \u00fcberlasten.
kickDefault=Vom Server geworfen kickDefault=Vom Server geworfen
kickExempt=\u00a7cDu kannst diesen Spieler nicht rauswerfen. kickExempt=\u00a7cDu kannst diesen Spieler nicht rauswerfen.
kill=\u00a77{0} get\u00f6tet. kill=\u00a77{0} get\u00f6tet.
kitError=\u00a7cEs gibt keine g\u00fcltigen Ausr\u00fcstungen.
kitError2=\u00a7cDiese Ausr\u00fcstung existiert nicht oder ist ung\u00fcltig. kitError2=\u00a7cDiese Ausr\u00fcstung existiert nicht oder ist ung\u00fcltig.
kitError=\u00a7cEs gibt keine g\u00fcltigen Ausr\u00fcstungen.
kitErrorHelp=\u00a7cEventuell fehlt bei einem Gegenstand die Menge? kitErrorHelp=\u00a7cEventuell fehlt bei einem Gegenstand die Menge?
kitGive=\u00a77Gebe Ausr\u00fcstung {0}. kitGive=\u00a77Gebe Ausr\u00fcstung {0}.
kitInvFull=\u00a7cDein Inventar ist voll, lege Ausr\u00fcstung auf den Boden kitInvFull=\u00a7cDein Inventar ist voll, lege Ausr\u00fcstung auf den Boden
@@ -195,6 +197,7 @@ muteExempt=\u00a7cDu darfst diesen Spieler nicht stumm machen.
mutedPlayer=Player {0} ist nun stumm. mutedPlayer=Player {0} ist nun stumm.
mutedPlayerFor=Player {0} ist nun stumm f\u00fcr {1}. mutedPlayerFor=Player {0} ist nun stumm f\u00fcr {1}.
mutedUserSpeaks={0} versuchte zu sprechen, aber ist stumm geschaltet. mutedUserSpeaks={0} versuchte zu sprechen, aber ist stumm geschaltet.
nearbyPlayers=Players nearby: {0}
needTpohere=Du brauchst Zugriff auf /tpohere um andere Spieler teleportieren zu k\u00f6nnen. needTpohere=Du brauchst Zugriff auf /tpohere um andere Spieler teleportieren zu k\u00f6nnen.
negativeBalanceError=Spieler darf keine Schulden machen. negativeBalanceError=Spieler darf keine Schulden machen.
nickChanged=Nickname ge\u00e4ndert. nickChanged=Nickname ge\u00e4ndert.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cDu hast die Rechte \u00a7fessentials.mail.send\u00a7c nich
noMotd=\u00a7cEs existiert keine Willkommensnachricht. noMotd=\u00a7cEs existiert keine Willkommensnachricht.
noNewMail=\u00a77Du hast keine Nachrichten. noNewMail=\u00a77Du hast keine Nachrichten.
noPendingRequest=Du hast keine Teleportierungsanfragen. noPendingRequest=Du hast keine Teleportierungsanfragen.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cDu hast keine Rechte, einen Block in der N\u00e4he des Schildes zu platzieren. noPlacePermission=\u00a7cDu hast keine Rechte, einen Block in der N\u00e4he des Schildes zu platzieren.
noPowerTools=Du hast keine Powertools zugewiesen. noPowerTools=Du hast keine Powertools zugewiesen.
noRules=\u00a7cEs wurden keine Regeln definiert. noRules=\u00a7cEs wurden keine Regeln definiert.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Error reading banned-players.txt
bannedPlayersFileNotFound=banned-players.txt not found bannedPlayersFileNotFound=banned-players.txt not found
bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt. bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt.
bigTreeSuccess= \u00a77Big tree spawned. bigTreeSuccess= \u00a77Big tree spawned.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0} broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
buildAlert=\u00a7cYou are not permitted to build buildAlert=\u00a7cYou are not permitted to build
bukkitFormatChanged=Bukkit version format changed. Version not checked. bukkitFormatChanged=Bukkit version format changed. Version not checked.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77You are {0} block(s) below sea level.
destinationNotSet=Destination not set destinationNotSet=Destination not set
disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}. disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}.
disabled=disabled disabled=disabled
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move. dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move.
downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB) downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
duplicatedUserdata=Duplicated userdata: {0} and {1} duplicatedUserdata=Duplicated userdata: {0} and {1}
@@ -151,8 +153,8 @@ jumpError=That would hurt your computer''s brain.
kickDefault=Kicked from server kickDefault=Kicked from server
kickExempt=\u00a7cYou can not kick that person. kickExempt=\u00a7cYou can not kick that person.
kill=\u00a77Killed {0}. kill=\u00a77Killed {0}.
kitError=\u00a7cThere are no valid kits.
kitError2=\u00a7cThat kit does not exist or is improperly defined. kitError2=\u00a7cThat kit does not exist or is improperly defined.
kitError=\u00a7cThere are no valid kits.
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration? kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
kitGive=\u00a77Giving kit {0}. kitGive=\u00a77Giving kit {0}.
kitInvFull=\u00a7cYour inventory was full, placing kit on the floor kitInvFull=\u00a7cYour inventory was full, placing kit on the floor
@@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
mutedPlayer=Player {0} muted. mutedPlayer=Player {0} muted.
mutedPlayerFor=Player {0} muted for {1}. mutedPlayerFor=Player {0} muted for {1}.
mutedUserSpeaks={0} tried to speak, but is muted. mutedUserSpeaks={0} tried to speak, but is muted.
nearbyPlayers=Players nearby: {0}
needTpohere=You need access to /tpohere to teleport other players. needTpohere=You need access to /tpohere to teleport other players.
negativeBalanceError=User is not allowed to have a negative balance. negativeBalanceError=User is not allowed to have a negative balance.
nickChanged=Nickname changed. nickChanged=Nickname changed.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cYou do not have the \u00a7fessentials.mail.send\u00a7c per
noMotd=\u00a7cThere is no message of the day. noMotd=\u00a7cThere is no message of the day.
noNewMail=\u00a77You have no new mail. noNewMail=\u00a77You have no new mail.
noPendingRequest=You do not have a pending request. noPendingRequest=You do not have a pending request.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign. noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
noPowerTools=You have no power tools assigned. noPowerTools=You have no power tools assigned.
noRules=\u00a7cThere are no rules specified yet. noRules=\u00a7cThere are no rules specified yet.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Error leyendo banned-players.txt
bannedPlayersFileNotFound=banned-players.txt no encontrado bannedPlayersFileNotFound=banned-players.txt no encontrado
bigTreeFailure=\u00a7cBig Generacion de arbol fallida. Prueba de nuevo en hierba o arena. bigTreeFailure=\u00a7cBig Generacion de arbol fallida. Prueba de nuevo en hierba o arena.
bigTreeSuccess= \u00a77Big Arbol generado. bigTreeSuccess= \u00a77Big Arbol generado.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0} broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
buildAlert=\u00a7cNo tienes permisos para construir buildAlert=\u00a7cNo tienes permisos para construir
bukkitFormatChanged=Version de formato de Bukkit cambiado. Version no comprobada. bukkitFormatChanged=Version de formato de Bukkit cambiado. Version no comprobada.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77Estas {0} bloque(s) por debajo del mar.
destinationNotSet=Destino no establecido. destinationNotSet=Destino no establecido.
disableUnlimited=\u00a77Desactivando colocacion ilimitada de {0} para {1}. disableUnlimited=\u00a77Desactivando colocacion ilimitada de {0} para {1}.
disabled=desactivado disabled=desactivado
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Teletransporte comenzara en {0}. No te muevas. dontMoveMessage=\u00a77Teletransporte comenzara en {0}. No te muevas.
downloadingGeoIp=Descargando base de datos de GeoIP ... puede llevar un tiempo (pais: 0.6 MB, ciudad: 20MB) downloadingGeoIp=Descargando base de datos de GeoIP ... puede llevar un tiempo (pais: 0.6 MB, ciudad: 20MB)
duplicatedUserdata=Datos de usuario duplicados: {0} y {1} duplicatedUserdata=Datos de usuario duplicados: {0} y {1}
@@ -151,8 +153,8 @@ jumpError=Eso es demasiado para tu ordenador!
kickDefault=Echado del servidor. kickDefault=Echado del servidor.
kickExempt=\u00a7cNo puedes echar a esa persona. kickExempt=\u00a7cNo puedes echar a esa persona.
kill=\u00a77ha matado a {0}. kill=\u00a77ha matado a {0}.
kitError=\u00a7cNo hay ningun kit valido.
kitError2=\u00a7cEse kit no existe o esta mal escrito. kitError2=\u00a7cEse kit no existe o esta mal escrito.
kitError=\u00a7cNo hay ningun kit valido.
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration? kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
kitGive=\u00a77Dando kit a {0}. kitGive=\u00a77Dando kit a {0}.
kitInvFull=\u00a7cTu inventario esta lleno, su kit se pondra en el suelo kitInvFull=\u00a7cTu inventario esta lleno, su kit se pondra en el suelo
@@ -195,6 +197,7 @@ muteExempt=\u00a7cNo puedes silenciar a ese jugador.
mutedPlayer=Player {0} silenciado. mutedPlayer=Player {0} silenciado.
mutedPlayerFor=Player {0} silenciado durante {1}. mutedPlayerFor=Player {0} silenciado durante {1}.
mutedUserSpeaks={0} intento hablar, pero esta silenciado. mutedUserSpeaks={0} intento hablar, pero esta silenciado.
nearbyPlayers=Players nearby: {0}
needTpohere=Necesitas acceso a /tpohere para teletransportar a otros jugadores. needTpohere=Necesitas acceso a /tpohere para teletransportar a otros jugadores.
negativeBalanceError=El usuario no tiene permitido tener un saldo negativo. negativeBalanceError=El usuario no tiene permitido tener un saldo negativo.
nickChanged=Nombre de jugador cambiado. nickChanged=Nombre de jugador cambiado.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cNo tienes el permiso de \u00a7fessentials.mail.send\u00a7c
noMotd=\u00a7cNo hay ningun mensaje del dia. noMotd=\u00a7cNo hay ningun mensaje del dia.
noNewMail=\u00a77No tienes ningun correo nuevo. noNewMail=\u00a77No tienes ningun correo nuevo.
noPendingRequest=No tienes ninguna peticion pendiente. noPendingRequest=No tienes ninguna peticion pendiente.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cNo tienes permiso para situar ese bloque en ese lugar. noPlacePermission=\u00a7cNo tienes permiso para situar ese bloque en ese lugar.
noPowerTools=You have no power tools assigned. noPowerTools=You have no power tools assigned.
noRules=\u00a7cNo hay reglas especificadas todavia. noRules=\u00a7cNo hay reglas especificadas todavia.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Erreur lors de la lecture de banned-players.txt
bannedPlayersFileNotFound=banned-players.txt introuvable. bannedPlayersFileNotFound=banned-players.txt introuvable.
bigTreeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration du gros arbre. Essayez de nouveau sur de la terre ou de l''herbe. bigTreeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration du gros arbre. Essayez de nouveau sur de la terre ou de l''herbe.
bigTreeSuccess=\u00a77Gros arbre cr\u00e9e. bigTreeSuccess=\u00a77Gros arbre cr\u00e9e.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cMessage\u00a7f]\u00a7a {0} broadcast=[\u00a7cMessage\u00a7f]\u00a7a {0}
buildAlert=\u00a7cVous n''avez pas la permission de construire. buildAlert=\u00a7cVous n''avez pas la permission de construire.
bukkitFormatChanged=Le format de la version de Bukkit a \u00e9t\u00e9 chang\u00e9. La version n''a pas \u00e9t\u00e9 v\u00e9rifi\u00e9e. bukkitFormatChanged=Le format de la version de Bukkit a \u00e9t\u00e9 chang\u00e9. La version n''a pas \u00e9t\u00e9 v\u00e9rifi\u00e9e.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) en-dessous du niveau de l
destinationNotSet=Destination non d\u00e9finie destinationNotSet=Destination non d\u00e9finie
disableUnlimited=\u00a77D\u00e9sactivation du placement illimit\u00e9 de {0} pour {1}. disableUnlimited=\u00a77D\u00e9sactivation du placement illimit\u00e9 de {0} pour {1}.
disabled=d\u00e9sactiv\u00e9 disabled=d\u00e9sactiv\u00e9
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77La t\u00e9l\u00e9portation commence dans {0}. Ne bougez pas. dontMoveMessage=\u00a77La t\u00e9l\u00e9portation commence dans {0}. Ne bougez pas.
downloadingGeoIp=T\u00e9l\u00e9chargement de la base de donn\u00e9es GeoIP ... Cela peut prendre un moment (campagne : 0.6 Mo, ville : 20Mo) downloadingGeoIp=T\u00e9l\u00e9chargement de la base de donn\u00e9es GeoIP ... Cela peut prendre un moment (campagne : 0.6 Mo, ville : 20Mo)
duplicatedUserdata=Donn\u00e9e utilisateur dupliqu\u00e9e : {0} et {1} duplicatedUserdata=Donn\u00e9e utilisateur dupliqu\u00e9e : {0} et {1}
@@ -151,8 +153,8 @@ jumpError=\u00c7a aurait pu faire mal au cerveau de votre ordinateur.
kickDefault=Kick\u00e9 du serveur kickDefault=Kick\u00e9 du serveur
kickExempt=\u00a77Vous ne pouvez pas lancer ce joueur. kickExempt=\u00a77Vous ne pouvez pas lancer ce joueur.
kill=\u00a77Tu\u00e9 {0}. kill=\u00a77Tu\u00e9 {0}.
kitError=\u00a7cIl n''y a pas de kits valides.
kitError2=\u00a7cCe kit n''existe pas ou a \u00e9t\u00e9 mal d\u00e9fini. kitError2=\u00a7cCe kit n''existe pas ou a \u00e9t\u00e9 mal d\u00e9fini.
kitError=\u00a7cIl n''y a pas de kits valides.
kitErrorHelp=\u00a7cPeut-\u00eatre qu''un objet manque d''une quantit\u00e9 dans la configuration ? kitErrorHelp=\u00a7cPeut-\u00eatre qu''un objet manque d''une quantit\u00e9 dans la configuration ?
kitGive=\u00a77Donner le kit {0}. kitGive=\u00a77Donner le kit {0}.
kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est parre-terre. kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est parre-terre.
@@ -195,6 +197,7 @@ muteExempt=\u00a7cVous ne pouvez pas r\u00e9duire ce joueur au silence.
mutedPlayer=Le joueur {0} est d\u00e9sormais muet. mutedPlayer=Le joueur {0} est d\u00e9sormais muet.
mutedPlayerFor={0} a \u00e9t\u00e9 muet pour {1}. mutedPlayerFor={0} a \u00e9t\u00e9 muet pour {1}.
mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet. mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet.
nearbyPlayers=Players nearby: {0}
needTpohere=Vous avez besoin de l''acc\u00c3\u00a8s \u00e0 /tpohere pour t\u00e9l\u00e9porter d''autres joueurs. needTpohere=Vous avez besoin de l''acc\u00c3\u00a8s \u00e0 /tpohere pour t\u00e9l\u00e9porter d''autres joueurs.
negativeBalanceError=L''utilisateur n''est pas autoris\u00e9 \u00e0 avoir un solde n\u00e9gatif. negativeBalanceError=L''utilisateur n''est pas autoris\u00e9 \u00e0 avoir un solde n\u00e9gatif.
nickChanged=surnom modifi\u00e9. nickChanged=surnom modifi\u00e9.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cVous n''avez pas la permission \u00a7fessentials.mail.send
noMotd=\u00a7cIl n''y a pas de message su jour. noMotd=\u00a7cIl n''y a pas de message su jour.
noNewMail=\u00a77Vous n''avez pas de courrier. noNewMail=\u00a77Vous n''avez pas de courrier.
noPendingRequest=Vous n''avez pas de requ\u00eate non lue. noPendingRequest=Vous n''avez pas de requ\u00eate non lue.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cVous n''avez pas la permission de placer un bloc pr\u00c3\u00a8 de cette pancarte. noPlacePermission=\u00a7cVous n''avez pas la permission de placer un bloc pr\u00c3\u00a8 de cette pancarte.
noPowerTools=Vous n''avez pas d''outil automatique associ\u00e9. noPowerTools=Vous n''avez pas d''outil automatique associ\u00e9.
noRules=\u00a7cIl n''y a pas encore de r\u00c3\u00a8gles d\u00e9finies. noRules=\u00a7cIl n''y a pas encore de r\u00c3\u00a8gles d\u00e9finies.

View File

@@ -24,6 +24,7 @@ bannedPlayersFileError=Fout bij het lezen van banned-players.txt
bannedPlayersFileNotFound=banned-players.txt werd niet gevonden bannedPlayersFileNotFound=banned-players.txt werd niet gevonden
bigTreeFailure=\u00a7cMaken van een grote boom is mislukt. Probeer het opnieuw op gras of dirt. bigTreeFailure=\u00a7cMaken van een grote boom is mislukt. Probeer het opnieuw op gras of dirt.
bigTreeSuccess= \u00a77Grote boom gemaakt. bigTreeSuccess= \u00a77Grote boom gemaakt.
blockList=Essentials blocked the following commands, due to command conflicts:
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0} broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
buildAlert=\u00a7cJe bent niet bevoegd om te bouwen buildAlert=\u00a7cJe bent niet bevoegd om te bouwen
bukkitFormatChanged=Bukkit versie formaat veranderd. Versie niet nagekeken. bukkitFormatChanged=Bukkit versie formaat veranderd. Versie niet nagekeken.
@@ -63,6 +64,7 @@ depthBelowSea=\u00a77Je zit {0} blok(ken) onder zeeniveau.
destinationNotSet=Bestemming niet ingesteld destinationNotSet=Bestemming niet ingesteld
disableUnlimited=\u00a77Oneindig plaatsen van {0} uitgeschakeld voor {1}. disableUnlimited=\u00a77Oneindig plaatsen van {0} uitgeschakeld voor {1}.
disabled=uitgeschakeld disabled=uitgeschakeld
disabledToSpawnMob=Spawning this mob was disabled in the config file.
dontMoveMessage=\u00a77Beginnen met teleporteren in {0}. Niet bewegen. dontMoveMessage=\u00a77Beginnen met teleporteren in {0}. Niet bewegen.
downloadingGeoIp=Bezig met downloaden van GeoIP database ... Dit kan een tijdje duren (country: 0.6 MB, city: 20MB) downloadingGeoIp=Bezig met downloaden van GeoIP database ... Dit kan een tijdje duren (country: 0.6 MB, city: 20MB)
duplicatedUserdata=Dubbele userdata: {0} en {1}. duplicatedUserdata=Dubbele userdata: {0} en {1}.
@@ -151,8 +153,8 @@ jumpError=Dat zou je computers hersenen beschadigen.
kickDefault=Gekicked van de server kickDefault=Gekicked van de server
kickExempt=\u00a77Je kunt die speler niet schoppen. kickExempt=\u00a77Je kunt die speler niet schoppen.
kill=\u00a77Jij doodde {0}. kill=\u00a77Jij doodde {0}.
kitError=\u00a7cEr zijn geen geldige kits.
kitError2=\u00a7cDie kit bestaat niet of is verkeerde beschreven. kitError2=\u00a7cDie kit bestaat niet of is verkeerde beschreven.
kitError=\u00a7cEr zijn geen geldige kits.
kitErrorHelp=\u00a7cMisschien mist er een hoeveelheid van het item in de configuratie? kitErrorHelp=\u00a7cMisschien mist er een hoeveelheid van het item in de configuratie?
kitGive=\u00a77Kit {0} wordt gegeven. kitGive=\u00a77Kit {0} wordt gegeven.
kitInvFull=\u00a7cJe inventory was vol, de kit wordt op de grond geplaatst kitInvFull=\u00a7cJe inventory was vol, de kit wordt op de grond geplaatst
@@ -195,6 +197,7 @@ muteExempt=\u00a7cJe kan deze speler niet muten.
mutedPlayer=Speler {0} gemute. mutedPlayer=Speler {0} gemute.
mutedPlayerFor=Speler {0} is gemute voor {1}. mutedPlayerFor=Speler {0} is gemute voor {1}.
mutedUserSpeaks={0} probeerde te praten, maar is gemute. mutedUserSpeaks={0} probeerde te praten, maar is gemute.
nearbyPlayers=Players nearby: {0}
needTpohere=Je moet toegang krijgen tot /tpohere om naar andere spelers te teleporteren. needTpohere=Je moet toegang krijgen tot /tpohere om naar andere spelers te teleporteren.
negativeBalanceError=Speler is niet toegestaan om een negatief saldo te hebben. negativeBalanceError=Speler is niet toegestaan om een negatief saldo te hebben.
nickChanged=Nickname veranderd. nickChanged=Nickname veranderd.
@@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cJe hebt de \u00a7fessentials.mail.send\u00a7c toestemming
noMotd=\u00a7cEr is geen bericht van de dag. noMotd=\u00a7cEr is geen bericht van de dag.
noNewMail=\u00a77Je hebt geen nieuwe berichten. noNewMail=\u00a77Je hebt geen nieuwe berichten.
noPendingRequest=Je hebt geen aanvragen. noPendingRequest=Je hebt geen aanvragen.
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
noPlacePermission=\u00a7cJe hebt geen toestemming om een blok naast die sign te plaatsen. noPlacePermission=\u00a7cJe hebt geen toestemming om een blok naast die sign te plaatsen.
noPowerTools=You have no power tools assigned. noPowerTools=You have no power tools assigned.
noRules=\u00a7cEr zijn nog geen regels gegeven. noRules=\u00a7cEr zijn nog geen regels gegeven.