mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 11:36:24 +00:00
Translation cleanup
Allow '' in non format keys Update French translation from crowdin
This commit is contained in:
parent
03a10e80b9
commit
6d360421f8
4 changed files with 538 additions and 532 deletions
|
@ -11,6 +11,7 @@ import java.text.MessageFormat;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
|
||||||
public class I18n implements II18n
|
public class I18n implements II18n
|
||||||
|
@ -24,6 +25,7 @@ public class I18n implements II18n
|
||||||
private final transient ResourceBundle defaultBundle;
|
private final transient ResourceBundle defaultBundle;
|
||||||
private final transient Map<String, MessageFormat> messageFormatCache = new HashMap<String, MessageFormat>();
|
private final transient Map<String, MessageFormat> messageFormatCache = new HashMap<String, MessageFormat>();
|
||||||
private final transient IEssentials ess;
|
private final transient IEssentials ess;
|
||||||
|
private final static Pattern NODOUBLEMARK = Pattern.compile("''");
|
||||||
|
|
||||||
public I18n(final IEssentials ess)
|
public I18n(final IEssentials ess)
|
||||||
{
|
{
|
||||||
|
@ -55,11 +57,11 @@ public class I18n implements II18n
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return customBundle.getString(string);
|
return NODOUBLEMARK.matcher(customBundle.getString(string)).replaceAll("'");
|
||||||
}
|
}
|
||||||
catch (MissingResourceException ex)
|
catch (MissingResourceException ex)
|
||||||
{
|
{
|
||||||
return localeBundle.getString(string);
|
return NODOUBLEMARK.matcher(localeBundle.getString(string)).replaceAll("'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (MissingResourceException ex)
|
catch (MissingResourceException ex)
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
|
#X-Generator: crowdin.net
|
||||||
#version: TeamCity
|
#version: TeamCity
|
||||||
# Single quotes have to be doubled: ''
|
# Single quotes have to be doubled: ''
|
||||||
# Translations start here
|
# Translations start here
|
||||||
# by:
|
# by:
|
||||||
action=\u00a75* {0} \u00a75{1}
|
action=\u00a75* {0} \u00a75{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\:
|
||||||
alertUsed=used:
|
alertUsed=used\:
|
||||||
antiBuildBreak=\u00a74You are not permitted to break\u00a7c {0} \u00a74blocks here.
|
antiBuildBreak=\u00a74You are not permitted to break\u00a7c {0} \u00a74blocks here.
|
||||||
antiBuildCraft=\u00a74You are not permitted to create\u00a7c {0}\u00a74.
|
antiBuildCraft=\u00a74You are not permitted to create\u00a7c {0}\u00a74.
|
||||||
antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
|
antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
|
||||||
|
@ -22,18 +23,18 @@ backUsageMsg=\u00a76Returning to previous location.
|
||||||
backupDisabled=\u00a74An external backup script has not been configured.
|
backupDisabled=\u00a74An external backup script has not been configured.
|
||||||
backupFinished=\u00a76Backup finished.
|
backupFinished=\u00a76Backup finished.
|
||||||
backupStarted=\u00a76Backup started.
|
backupStarted=\u00a76Backup started.
|
||||||
balance=\u00a7aBalance:\u00a7c {0}
|
balance=\u00a7aBalance\:\u00a7c {0}
|
||||||
balanceOther=\u00a7aBalance of {0}\u00a7a:\u00a7c {1}
|
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
|
||||||
balanceTop=\u00a76Top balances ({0})
|
balanceTop=\u00a76Top balances ({0})
|
||||||
banExempt=\u00a74You can not ban that player.
|
banExempt=\u00a74You can not ban that player.
|
||||||
banFormat=\u00a74Banned:\n\u00a7r{0}
|
banFormat=\u00a74Banned\:\n\u00a7r{0}
|
||||||
bed=\u00a7obed\u00a7r
|
bed=\u00a7obed\u00a7r
|
||||||
bedMissing=\u00a74Your bed is either unset, missing or blocked.
|
bedMissing=\u00a74Your bed is either unset, missing or blocked.
|
||||||
bedNull=\u00a7mbed\u00a7r
|
bedNull=\u00a7mbed\u00a7r
|
||||||
bedSet=\u00a76Bed spawn set!
|
bedSet=\u00a76Bed spawn set\!
|
||||||
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=\u00a76Essentials relayed the following commands to another plugin:
|
blockList=\u00a76Essentials relayed the following commands to another plugin\:
|
||||||
bookAuthorSet=\u00a76Author of the book set to {0}.
|
bookAuthorSet=\u00a76Author of the book set to {0}.
|
||||||
bookLocked=\u00a76This book is now locked.
|
bookLocked=\u00a76This book is now locked.
|
||||||
bookTitleSet=\u00a76Title of the book set to {0}.
|
bookTitleSet=\u00a76Title of the book set to {0}.
|
||||||
|
@ -43,34 +44,34 @@ bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||||
burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76.
|
burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76.
|
||||||
canTalkAgain=\u00a76You can now talk again.
|
canTalkAgain=\u00a76You can now talk again.
|
||||||
cannotStackMob=\u00a74You do not have permission to stack multiple mobs.
|
cannotStackMob=\u00a74You do not have permission to stack multiple mobs.
|
||||||
cantFindGeoIpDB=Can't find GeoIP database!
|
cantFindGeoIpDB=Can''t find GeoIP database\!
|
||||||
cantReadGeoIpDB=Failed to read GeoIP database!
|
cantReadGeoIpDB=Failed to read GeoIP database\!
|
||||||
cantSpawnItem=\u00a74You are not allowed to spawn the item\u00a7c {0}\u00a74.
|
cantSpawnItem=\u00a74You are not allowed to spawn the item\u00a7c {0}\u00a74.
|
||||||
chatTypeAdmin=[A]
|
chatTypeAdmin=[A]
|
||||||
chatTypeLocal=[L]
|
chatTypeLocal=[L]
|
||||||
chatTypeSpy=[Spy]
|
chatTypeSpy=[Spy]
|
||||||
cleaned=Userfiles Cleaned.
|
cleaned=Userfiles Cleaned.
|
||||||
cleaning=Cleaning userfiles.
|
cleaning=Cleaning userfiles.
|
||||||
commandFailed=Command {0} failed:
|
commandFailed=Command {0} failed\:
|
||||||
commandHelpFailedForPlugin=Error getting help for plugin: {0}
|
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
|
||||||
commandNotLoaded=\u00a74Command {0} is improperly loaded.
|
commandNotLoaded=\u00a74Command {0} is improperly loaded.
|
||||||
compassBearing=\u00a76Bearing: {0} ({1} degrees).
|
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
|
||||||
configFileMoveError=Failed to move config.yml to backup location.
|
configFileMoveError=Failed to move config.yml to backup location.
|
||||||
configFileRenameError=Failed to rename temp file to config.yml.
|
configFileRenameError=Failed to rename temp file to config.yml.
|
||||||
connectedPlayers=\u00a76Connected players\u00a7r
|
connectedPlayers=\u00a76Connected players\u00a7r
|
||||||
connectionFailed=Failed to open connection.
|
connectionFailed=Failed to open connection.
|
||||||
cooldownWithMessage=\u00a74Cooldown: {0}
|
cooldownWithMessage=\u00a74Cooldown\: {0}
|
||||||
corruptNodeInConfig=\u00a74Notice: Your configuration file has a corrupt {0} node.
|
corruptNodeInConfig=\u00a74Notice\: Your configuration file has a corrupt {0} node.
|
||||||
couldNotFindTemplate=\u00a74Could not find template {0}
|
couldNotFindTemplate=\u00a74Could not find template {0}
|
||||||
creatingConfigFromTemplate=Creating config from template: {0}
|
creatingConfigFromTemplate=Creating config from template\: {0}
|
||||||
creatingEmptyConfig=Creating empty config: {0}
|
creatingEmptyConfig=Creating empty config\: {0}
|
||||||
creative=creative
|
creative=creative
|
||||||
currency={0}{1}
|
currency={0}{1}
|
||||||
currentWorld=\u00a76Current World:\u00a7c {0}
|
currentWorld=\u00a76Current World\:\u00a7c {0}
|
||||||
day=day
|
day=day
|
||||||
days=days
|
days=days
|
||||||
defaultBanReason=The Ban Hammer has spoken!
|
defaultBanReason=The Ban Hammer has spoken\!
|
||||||
deleteFileError=Could not delete file: {0}
|
deleteFileError=Could not delete file\: {0}
|
||||||
deleteHome=\u00a76Home\u00a7c {0} \u00a76has been removed.
|
deleteHome=\u00a76Home\u00a7c {0} \u00a76has been removed.
|
||||||
deleteJail=\u00a76Jail\u00a7c {0} \u00a76has been removed.
|
deleteJail=\u00a76Jail\u00a7c {0} \u00a76has been removed.
|
||||||
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76has been removed.
|
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76has been removed.
|
||||||
|
@ -84,27 +85,27 @@ dependancyNotFound=[Essentials] A required dependency was not found, downloading
|
||||||
depth=\u00a76You are at sea level.
|
depth=\u00a76You are at sea level.
|
||||||
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
|
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
|
||||||
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
|
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
|
||||||
destinationNotSet=Destination not set!
|
destinationNotSet=Destination not set\!
|
||||||
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
|
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
|
||||||
disabled=disabled
|
disabled=disabled
|
||||||
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
|
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
|
||||||
distance=\u00a76Distance: {0}
|
distance=\u00a76Distance\: {0}
|
||||||
dontMoveMessage=\u00a76Teleportation will commence in\u00a7c {0}\u00a76. Don''t move.
|
dontMoveMessage=\u00a76Teleportation will commence in\u00a7c {0}\u00a76. 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}.
|
||||||
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
|
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
|
||||||
editBookContents=\u00a7eYou may now edit the contents of this book.
|
editBookContents=\u00a7eYou may now edit the contents of this book.
|
||||||
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}\u00a74.
|
enchantmentPerm=\u00a74You do not have the permission for\u00a7c {0}\u00a74.
|
||||||
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=\u00a7cError:\u00a74 {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}
|
||||||
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
|
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
|
||||||
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
|
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
|
||||||
|
@ -116,20 +117,20 @@ failedToWriteConfig=Failed to write config {0}.
|
||||||
false=\u00a74false\u00a7r
|
false=\u00a74false\u00a7r
|
||||||
feed=\u00a76Your appetite was sated.
|
feed=\u00a76Your appetite was sated.
|
||||||
feedOther=\u00a76You satiated the appetite of {0}\u00a76.
|
feedOther=\u00a76You satiated the appetite of {0}\u00a76.
|
||||||
fileRenameError=Renaming file {0} failed!
|
fileRenameError=Renaming file {0} failed\!
|
||||||
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
|
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
|
||||||
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
|
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
|
||||||
fireworkSyntax=\u00a76Firework parameters:\u00a7c color:<color> [fade:<color>] [shape:<shape>] [effect:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas: \u00a7cred,blue,pink\n\u00a76Shapes:\u00a7c star, ball, large, creeper, burst \u00a76Effects:\u00a7c trail, twinkle.
|
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
|
||||||
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
|
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
flying=flying
|
flying=flying
|
||||||
foreverAlone=\u00a74You have nobody to whom you can reply.
|
foreverAlone=\u00a74You have nobody to whom you can reply.
|
||||||
freedMemory=Freed {0} MB.
|
freedMemory=Freed {0} MB.
|
||||||
fullStack=\u00a74You already have a full stack.
|
fullStack=\u00a74You already have a full stack.
|
||||||
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76": \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities.
|
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities.
|
||||||
gcfree=\u00a76Free memory:\u00a7c {0} MB.
|
gcfree=\u00a76Free memory\:\u00a7c {0} MB.
|
||||||
gcmax=\u00a76Maximum memory:\u00a7c {0} MB.
|
gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
|
||||||
gctotal=\u00a76Allocated memory:\u00a7c {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=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
||||||
|
@ -137,57 +138,57 @@ giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
||||||
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
||||||
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
||||||
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
||||||
groupDoesNotExist=\u00a74There's no one online in this group!
|
groupDoesNotExist=\u00a74There''s no one online in this group\!
|
||||||
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
|
||||||
hatArmor=\u00a74You cannot use this item as a hat!
|
hatArmor=\u00a74You cannot use this item as a hat\!
|
||||||
hatEmpty=\u00a74You are not wearing a hat.
|
hatEmpty=\u00a74You are not wearing a hat.
|
||||||
hatFail=\u00a74You must have something to wear in your hand.
|
hatFail=\u00a74You must have something to wear in your hand.
|
||||||
hatPlaced=\u00a76Enjoy your new hat!
|
hatPlaced=\u00a76Enjoy your new hat\!
|
||||||
hatRemoved=\u00a76Your hat has been removed.
|
hatRemoved=\u00a76Your hat has been removed.
|
||||||
haveBeenReleased=\u00a76You have been released.
|
haveBeenReleased=\u00a76You have been released.
|
||||||
heal=\u00a76You have been healed.
|
heal=\u00a76You have been healed.
|
||||||
healDead=\u00a74You cannot heal someone who is dead!
|
healDead=\u00a74You cannot heal someone who is dead\!
|
||||||
healOther=\u00a76Healed\u00a7c {0}\u00a76.
|
healOther=\u00a76Healed\u00a7c {0}\u00a76.
|
||||||
helpConsole=To view help from the console, type ?.
|
helpConsole=To view help from the console, type ?.
|
||||||
helpFrom=\u00a76Commands from {0}:
|
helpFrom=\u00a76Commands from {0}\:
|
||||||
helpLine=\u00a76/{0}\u00a7r: {1}
|
helpLine=\u00a76/{0}\u00a7r\: {1}
|
||||||
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76":
|
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
|
||||||
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}
|
||||||
holdBook=\u00a74You are not holding a writable book.
|
holdBook=\u00a74You are not holding a writable book.
|
||||||
holdFirework=\u00a74You must be holding a firework to add effects.
|
holdFirework=\u00a74You must be holding a firework to add effects.
|
||||||
holdPotion=\u00a74You must be holding a potion to apply effects to it.
|
holdPotion=\u00a74You must be holding a potion to apply effects to it.
|
||||||
holeInFloor=\u00a74Hole 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\u00a7c {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\:
|
||||||
infoFileDoesNotExist=File info.txt does not exist. Creating one for you.
|
infoFileDoesNotExist=File info.txt does not exist. Creating one for you.
|
||||||
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
|
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
|
||||||
infoUnknownChapter=Unknown chapter.
|
infoUnknownChapter=Unknown chapter.
|
||||||
insufficientFunds=\u00a74Insufficient funds available.
|
insufficientFunds=\u00a74Insufficient funds available.
|
||||||
invalidCharge=\u00a74Invalid charge.
|
invalidCharge=\u00a74Invalid charge.
|
||||||
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
|
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
|
||||||
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist!
|
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist\!
|
||||||
invalidHomeName=\u00a74Invalid home name!
|
invalidHomeName=\u00a74Invalid home name\!
|
||||||
invalidMob=Invalid mob type.
|
invalidMob=Invalid mob type.
|
||||||
invalidNumber=Invalid Number.
|
invalidNumber=Invalid Number.
|
||||||
invalidPotion=\u00a74Invalid Potion.
|
invalidPotion=\u00a74Invalid Potion.
|
||||||
invalidPotionMeta=\u00a74Invalid potion meta: \u00a7c{0}\u00a74.
|
invalidPotionMeta=\u00a74Invalid potion meta\: \u00a7c{0}\u00a74.
|
||||||
invalidServer=Invalid server!
|
invalidServer=Invalid server\!
|
||||||
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
||||||
invalidWarpName=\u00a74Invalid warp name!
|
invalidWarpName=\u00a74Invalid warp name\!
|
||||||
invalidWorld=\u00a74Invalid world.
|
invalidWorld=\u00a74Invalid world.
|
||||||
is=is
|
is=is
|
||||||
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
||||||
itemMustBeStacked=\u00a74Item 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:\u00a7r {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.
|
||||||
|
@ -195,16 +196,16 @@ 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\u00a7c {0} \u00a76of\u00a7c {1}
|
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
|
||||||
itemType=\u00a76Item:\u00a7c {0} \u00a76-\u00a7c {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:\u00a7c {0}
|
jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0}
|
||||||
jailMessage=\u00a74You do the crime, you do the time.
|
jailMessage=\u00a74You do the crime, you do the time.
|
||||||
jailNotExist=\u00a74That 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}
|
||||||
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
|
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
|
||||||
jumpError=\u00a74That would hurt your computer's brain.
|
jumpError=\u00a74That would hurt your computer''s brain.
|
||||||
kickDefault=Kicked from server.
|
kickDefault=Kicked from server.
|
||||||
kickExempt=\u00a74You can not kick that person.
|
kickExempt=\u00a74You can not kick that person.
|
||||||
kickedAll=\u00a74Kicked all players from server.
|
kickedAll=\u00a74Kicked all players from server.
|
||||||
|
@ -218,31 +219,31 @@ kitGive=\u00a76Giving kit\u00a7c {0}\u00a76.
|
||||||
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
|
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
|
||||||
kitInvFull=\u00a74Your inventory was full, placing kit on the floor.
|
kitInvFull=\u00a74Your inventory was full, placing kit on the floor.
|
||||||
kitNotFound=\u00a74That kit does not exist.
|
kitNotFound=\u00a74That kit does not exist.
|
||||||
kitOnce=\u00a74You can't use that kit again.
|
kitOnce=\u00a74You can''t use that kit again.
|
||||||
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
|
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
|
||||||
kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74.
|
kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74.
|
||||||
kits=\u00a76Kits:\u00a7r {0}
|
kits=\u00a76Kits\:\u00a7r {0}
|
||||||
leatherSyntax=\u00a76Leather Color Syntax: color:<red>,<green>,<blue> eg: color:255,0,0.
|
leatherSyntax=\u00a76Leather Color Syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
|
||||||
lightningSmited=\u00a76Thou hast been smitten!
|
lightningSmited=\u00a76Thou hast been smitten\!
|
||||||
lightningUse=\u00a76Smiting\u00a7c {0}
|
lightningUse=\u00a76Smiting\u00a7c {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=\u00a76{0}\u00a7r:
|
listGroupTag=\u00a76{0}\u00a7r\:
|
||||||
listHiddenTag=\u00a77[HIDDEN]\u00a7r
|
listHiddenTag=\u00a77[HIDDEN]\u00a7r
|
||||||
loadWarpError=\u00a74Failed to load warp {0}.
|
loadWarpError=\u00a74Failed to load warp {0}.
|
||||||
localFormat=[L]<{0}> {1}
|
localFormat=[L]<{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\!
|
||||||
mailSent=\u00a76Mail sent!
|
mailSent=\u00a76Mail sent\!
|
||||||
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear.
|
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear.
|
||||||
markedAsAway=\u00a76You are now marked as away.
|
markedAsAway=\u00a76You are now marked as away.
|
||||||
markedAsNotAway=\u00a76You are no longer marked as away.
|
markedAsNotAway=\u00a76You are no longer marked as away.
|
||||||
matchingIPAddress=\u00a76The following players previously logged in from that IP address:
|
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
|
||||||
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
|
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
|
||||||
mayNotJail=\u00a74You may not jail that person!
|
mayNotJail=\u00a74You may not jail that person\!
|
||||||
me=me
|
me=me
|
||||||
messageTruncated=\u00a74Message truncated, to see the full output type:\u00a7c /{0} {1}
|
messageTruncated=\u00a74Message truncated, to see the full output type\:\u00a7c /{0} {1}
|
||||||
minute=minute
|
minute=minute
|
||||||
minutes=minutes
|
minutes=minutes
|
||||||
missingItems=\u00a74You do not have {0}x {1}.
|
missingItems=\u00a74You do not have {0}x {1}.
|
||||||
|
@ -250,7 +251,7 @@ missingPrefixSuffix=Missing a prefix or suffix for {0}
|
||||||
mobSpawnError=\u00a74Error while changing mob spawner.
|
mobSpawnError=\u00a74Error while changing mob spawner.
|
||||||
mobSpawnLimit=Mob quantity limited to server limit.
|
mobSpawnLimit=Mob quantity limited to server limit.
|
||||||
mobSpawnTarget=\u00a74Target block must be a mob spawner.
|
mobSpawnTarget=\u00a74Target block must be a mob spawner.
|
||||||
mobsAvailable=\u00a76Mobs:\u00a7r {0}
|
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
|
||||||
moneyRecievedFrom=\u00a7a{0} has been received from {1}.
|
moneyRecievedFrom=\u00a7a{0} has been received from {1}.
|
||||||
moneySentTo=\u00a7a{0} has been sent to {1}.
|
moneySentTo=\u00a7a{0} has been sent to {1}.
|
||||||
moneyTaken=\u00a7a{0} taken from your bank account.
|
moneyTaken=\u00a7a{0} taken from your bank account.
|
||||||
|
@ -266,14 +267,14 @@ muteNotify=\u00a74{0} \u00a76has muted \u00a74{1}\u00a76.
|
||||||
mutedPlayer=\u00a76Player {0} \u00a76muted.
|
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=\u00a74User 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.
|
||||||
nickNamesAlpha=\u00a74Nicknames must be alphanumeric.
|
nickNamesAlpha=\u00a74Nicknames must be alphanumeric.
|
||||||
nickNoMore=\u00a76You no longer have a nickname.
|
nickNoMore=\u00a76You no longer have a nickname.
|
||||||
nickOthersPermission=\u00a74You do not have permission to change the nickname of others!
|
nickOthersPermission=\u00a74You do not have permission to change the nickname of others\!
|
||||||
nickSet=\u00a76Your nickname is now \u00a7c{0}
|
nickSet=\u00a76Your nickname is now \u00a7c{0}
|
||||||
noAccessCommand=\u00a74You do not have access to that command.
|
noAccessCommand=\u00a74You do not have access to that command.
|
||||||
noAccessPermission=\u00a74You do not have permission to access that {0}.
|
noAccessPermission=\u00a74You do not have permission to access that {0}.
|
||||||
|
@ -281,7 +282,7 @@ noBreakBedrock=\u00a74You are not allowed to destroy bedrock.
|
||||||
noChapterMeta=\u00a74You do not have permission to create dynamic books.
|
noChapterMeta=\u00a74You do not have permission to create dynamic books.
|
||||||
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
|
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
|
||||||
noDurability=\u00a74This item does not have a durability.
|
noDurability=\u00a74This item does not have a durability.
|
||||||
noGodWorldWarning=\u00a74Warning! God mode in this world disabled.
|
noGodWorldWarning=\u00a74Warning\! God mode in this world disabled.
|
||||||
noHelpFound=\u00a74No matching commands.
|
noHelpFound=\u00a74No matching commands.
|
||||||
noHomeSet=\u00a74You have not set a home.
|
noHomeSet=\u00a74You have not set a home.
|
||||||
noHomeSetPlayer=\u00a76Player has not set a home.
|
noHomeSetPlayer=\u00a76Player has not set a home.
|
||||||
|
@ -295,7 +296,7 @@ noMotd=\u00a76There is no message of the day.
|
||||||
noNewMail=\u00a76You have no new mail.
|
noNewMail=\u00a76You have no new mail.
|
||||||
noPendingRequest=\u00a74You do not have a pending request.
|
noPendingRequest=\u00a74You do not have a pending request.
|
||||||
noPerm=\u00a74You do not have the \u00a7c{0}\u00a74 permission.
|
noPerm=\u00a74You do not have the \u00a7c{0}\u00a74 permission.
|
||||||
noPermToSpawnMob=\u00a74You don't have permission to spawn this mob.
|
noPermToSpawnMob=\u00a74You don''t have permission to spawn this mob.
|
||||||
noPlacePermission=\u00a74You do not have permission to place a block near that sign.
|
noPlacePermission=\u00a74You do not have permission to place a block near that sign.
|
||||||
noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion.
|
noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion.
|
||||||
noPowerTools=\u00a76You have no power tools assigned.
|
noPowerTools=\u00a76You have no power tools assigned.
|
||||||
|
@ -307,14 +308,14 @@ notAllowedToShout=\u00a74You are not authorized to shout.
|
||||||
notEnoughExperience=\u00a74You do not have enough experience.
|
notEnoughExperience=\u00a74You do not have enough experience.
|
||||||
notEnoughMoney=\u00a74You do not have sufficient funds.
|
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=\u00a75May 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.
|
||||||
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397:3).
|
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
|
||||||
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...
|
||||||
|
@ -322,18 +323,18 @@ oversizedTempban=\u00a74You may not ban a player for this period of time.
|
||||||
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
|
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
|
||||||
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
|
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
|
||||||
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
|
pTimeNormal=\u00a7c{0}\u00a76''s 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
|
||||||
pTimeReset=\u00a76Player time has been reset for: \u00a7c{0}
|
pTimeReset=\u00a76Player time has been reset for\: \u00a7c{0}
|
||||||
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
|
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
|
||||||
pWeatherInvalidAlias=\u00a74Invalid weather type
|
pWeatherInvalidAlias=\u00a74Invalid weather type
|
||||||
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
|
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
|
||||||
pWeatherOthersPermission=\u00a74You are not authorized to set other players' weather.
|
pWeatherOthersPermission=\u00a74You are not authorized to set other players'' weather.
|
||||||
pWeatherPlayers=\u00a76These players have their own weather:\u00a7r
|
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
|
||||||
pWeatherReset=\u00a76Player weather has been reset for: \u00a7c{0}
|
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
|
||||||
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
parseError=\u00a74Error parsing\u00a7c {0} \u00a76on line {1}.
|
parseError=\u00a74Error parsing\u00a7c {0} \u00a76on line {1}.
|
||||||
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
|
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
|
||||||
permissionsError=Missing Permissions/GroupManager; chat prefixes/suffixes will be disabled.
|
permissionsError=Missing Permissions/GroupManager; chat prefixes/suffixes will be disabled.
|
||||||
|
@ -343,33 +344,33 @@ playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a76.
|
||||||
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
|
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
|
||||||
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
|
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
|
||||||
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
|
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
|
||||||
playerMuted=\u00a76You have been muted!
|
playerMuted=\u00a76You have been muted\!
|
||||||
playerMutedFor=\u00a76You have been muted for\u00a7c {0}.
|
playerMutedFor=\u00a76You have been muted for\u00a7c {0}.
|
||||||
playerNeverOnServer=\u00a74Player\u00a7c {0} \u00a74was never on this server.
|
playerNeverOnServer=\u00a74Player\u00a7c {0} \u00a74was never on this server.
|
||||||
playerNotFound=\u00a74Player not found.
|
playerNotFound=\u00a74Player not found.
|
||||||
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP: {1}.
|
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
|
||||||
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned {1}.
|
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned {1}.
|
||||||
playerUnmuted=\u00a76You have been unmuted.
|
playerUnmuted=\u00a76You have been unmuted.
|
||||||
pong=Pong!
|
pong=Pong\!
|
||||||
posPitch=\u00a76Pitch: {0} (Head angle)
|
posPitch=\u00a76Pitch\: {0} (Head angle)
|
||||||
posX=\u00a76X: {0} (+East <-> -West)
|
posX=\u00a76X\: {0} (+East <-> -West)
|
||||||
posY=\u00a76Y: {0} (+Up <-> -Down)
|
posY=\u00a76Y\: {0} (+Up <-> -Down)
|
||||||
posYaw=\u00a76Yaw: {0} (Rotation)
|
posYaw=\u00a76Yaw\: {0} (Rotation)
|
||||||
posZ=\u00a76Z: {0} (+South <-> -North)
|
posZ=\u00a76Z\: {0} (+South <-> -North)
|
||||||
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
|
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
|
||||||
potions=\u00a76Potions:\u00a7r {0}\u00a76.
|
potions=\u00a76Potions\:\u00a7r {0}\u00a76.
|
||||||
powerToolAir=\u00a74Command can't be attached to air.
|
powerToolAir=\u00a74Command can''t be attached to air.
|
||||||
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
|
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
|
||||||
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
|
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
|
||||||
powerToolClearAll=\u00a76All powertool commands have been cleared.
|
powerToolClearAll=\u00a76All powertool commands have been cleared.
|
||||||
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands: \u00a7c{0}\u00a76.
|
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
|
||||||
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
|
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
|
||||||
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
|
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
|
||||||
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
|
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
|
||||||
powerToolRemoveAll=\u00a76All commands removed from {0}.
|
powerToolRemoveAll=\u00a76All commands removed from {0}.
|
||||||
powerToolsDisabled=\u00a76All of your power tools have been disabled.
|
powerToolsDisabled=\u00a76All of your power tools have been disabled.
|
||||||
powerToolsEnabled=\u00a76All of your power tools have been enabled.
|
powerToolsEnabled=\u00a76All of your power tools have been enabled.
|
||||||
protectionOwner=\u00a76[EssentialsProtect] Protection owner:\u00a7r {0}.
|
protectionOwner=\u00a76[EssentialsProtect] Protection owner\:\u00a7r {0}.
|
||||||
questionFormat=\u00a72[Question]\u00a7r {0}
|
questionFormat=\u00a72[Question]\u00a7r {0}
|
||||||
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
|
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
|
||||||
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
|
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
|
||||||
|
@ -381,10 +382,10 @@ recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for
|
||||||
recipeNone=No recipes exist for {0}
|
recipeNone=No recipes exist for {0}
|
||||||
recipeNothing=nothing
|
recipeNothing=nothing
|
||||||
recipeShapeless=\u00a76Combine \u00a7c{0}
|
recipeShapeless=\u00a76Combine \u00a7c{0}
|
||||||
recipeWhere=\u00a76Where: {0}
|
recipeWhere=\u00a76Where\: {0}
|
||||||
reloadAllPlugins=\u00a76Reloaded all plugins.
|
reloadAllPlugins=\u00a76Reloaded all plugins.
|
||||||
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
|
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
|
||||||
repair=\u00a76You have successfully repaired your: \u00a7c{0}.
|
repair=\u00a76You have successfully repaired your\: \u00a7c{0}.
|
||||||
repairAlreadyFixed=\u00a74This item does not need repairing.
|
repairAlreadyFixed=\u00a74This item does not need repairing.
|
||||||
repairEnchanted=\u00a74You are not allowed to repair enchanted items.
|
repairEnchanted=\u00a74You are not allowed to repair enchanted items.
|
||||||
repairInvalidType=\u00a74This item cannot be repaired.
|
repairInvalidType=\u00a74This item cannot be repaired.
|
||||||
|
@ -395,17 +396,17 @@ requestDenied=\u00a76Teleport request denied.
|
||||||
requestDeniedFrom=\u00a7c{0} \u00a76denied your teleport request.
|
requestDeniedFrom=\u00a7c{0} \u00a76denied your teleport request.
|
||||||
requestSent=\u00a76Request sent to\u00a7c {0}\u00a76.
|
requestSent=\u00a76Request sent to\u00a7c {0}\u00a76.
|
||||||
requestTimedOut=\u00a74Teleport request has timed out.
|
requestTimedOut=\u00a74Teleport request has timed out.
|
||||||
requiredBukkit= \u00a76* ! * You need atleast build {0} of CraftBukkit, download it from http://dl.bukkit.org/downloads/craftbukkit/
|
requiredBukkit=\u00a76* \! * You need atleast build {0} of CraftBukkit, download it from http\://dl.bukkit.org/downloads/craftbukkit/
|
||||||
resetBal=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all online players.
|
resetBal=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all online players.
|
||||||
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
|
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
|
||||||
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail: {1}!
|
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: {1}\!
|
||||||
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
|
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
|
||||||
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 \u00a7aonline\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}
|
||||||
setBal=\u00a7aYour balance was set to {0}.
|
setBal=\u00a7aYour balance was set to {0}.
|
||||||
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
|
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
|
||||||
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
||||||
|
@ -417,23 +418,23 @@ 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=\u00a74Malformed size.
|
slimeMalformedSize=\u00a74Malformed size.
|
||||||
socialSpy=\u00a76SocialSpy for {0}\u00a76: {1}
|
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
|
||||||
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
|
||||||
sudoExempt=\u00a74You cannot sudo this user.
|
sudoExempt=\u00a74You cannot sudo this user.
|
||||||
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run:\u00a7r /{1} {2}
|
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
|
||||||
suicideMessage=\u00a76Goodbye cruel world...
|
suicideMessage=\u00a76Goodbye cruel world...
|
||||||
suicideSuccess=\u00a76{0} \u00a76took their own life.
|
suicideSuccess=\u00a76{0} \u00a76took their own life.
|
||||||
survival=survival
|
survival=survival
|
||||||
takenFromAccount=\u00a7a{0} has been taken from your account.
|
takenFromAccount=\u00a7a{0} has been taken from your account.
|
||||||
takenFromOthersAccount=\u00a7a{0} taken from {1}\u00a7a account. New balance: {2}.
|
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=\u00a7c{0}\u00a76 teleported you to {1}\u00a76.
|
teleportAtoB=\u00a7c{0}\u00a76 teleported you to {1}\u00a76.
|
||||||
teleportDisabled=\u00a7c{0} \u00a74has teleportation disabled.
|
teleportDisabled=\u00a7c{0} \u00a74has teleportation disabled.
|
||||||
teleportHereRequest=\u00a7c{0}\u00a76 has requested that you teleport to them.
|
teleportHereRequest=\u00a7c{0}\u00a76 has requested that you teleport to them.
|
||||||
teleportNewPlayerError=\u00a74Failed to teleport new player!
|
teleportNewPlayerError=\u00a74Failed to teleport new player\!
|
||||||
teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
|
teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
|
||||||
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
|
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
|
||||||
teleportTop=\u00a76Teleporting to top.
|
teleportTop=\u00a76Teleporting to top.
|
||||||
|
@ -448,17 +449,17 @@ 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} \u00a76thunder in your world.
|
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
|
||||||
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
||||||
timeBeforeHeal=\u00a74Time before next heal:\u00a7c {0}\u00a76.
|
timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a76.
|
||||||
timeBeforeTeleport=\u00a74Time before next teleport:\u00a7c {0}\u00a76.
|
timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a76.
|
||||||
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{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}\u00a76.
|
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}\u00a76.
|
||||||
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}\u00a76.
|
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
|
||||||
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
|
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
|
||||||
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
|
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
|
||||||
tps=\u00a76Current 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.
|
||||||
|
@ -470,30 +471,30 @@ 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.
|
||||||
unableToSpawnMob=\u00a74Unable to spawn mob.
|
unableToSpawnMob=\u00a74Unable to spawn mob.
|
||||||
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
|
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
|
||||||
unknownItemId=\u00a74Unknown item id:\u00a7r {0}\u00a74.
|
unknownItemId=\u00a74Unknown item id\:\u00a7r {0}\u00a74.
|
||||||
unknownItemInList=\u00a74Unknown item {0} in {1} list.
|
unknownItemInList=\u00a74Unknown item {0} in {1} list.
|
||||||
unknownItemName=\u00a74Unknown item name: {0}.
|
unknownItemName=\u00a74Unknown item name\: {0}.
|
||||||
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
|
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
|
||||||
unlimitedItems=\u00a76Unlimited items:\u00a7r
|
unlimitedItems=\u00a76Unlimited items\:\u00a7r
|
||||||
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
|
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
|
||||||
unvanished=\u00a76You are once again visible.
|
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.
|
||||||
uptime=\u00a76Uptime:\u00a7c {0}
|
uptime=\u00a76Uptime\:\u00a7c {0}
|
||||||
userAFK=\u00a77{0} \u00a75is currently AFK and may not respond.
|
userAFK=\u00a77{0} \u00a75is currently AFK and may not respond.
|
||||||
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
||||||
userIsAway=\u00a77* {0} \u00a77is now AFK.
|
userIsAway=\u00a77* {0} \u00a77is now AFK.
|
||||||
userIsNotAway=\u00a77* {0} \u00a77is no longer AFK.
|
userIsNotAway=\u00a77* {0} \u00a77is no longer AFK.
|
||||||
userJailed=\u00a76You have been jailed!
|
userJailed=\u00a76You have been jailed\!
|
||||||
userUnknown=\u00a74Warning: The user ''\u00a7c{0}\u00a74'' has never joined this server.
|
userUnknown=\u00a74Warning\: The user ''\u00a7c{0}\u00a74'' has never joined this server.
|
||||||
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}\!
|
||||||
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp!
|
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp\!
|
||||||
usingTempFolderForTesting=Using temp folder for testing:
|
usingTempFolderForTesting=Using temp folder for testing\:
|
||||||
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
|
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
|
||||||
versionMismatch=\u00a74Version mismatch! Please update {0} to the same version.
|
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=\u00a74Problem deleting the warp file.
|
warpDeleteError=\u00a74Problem deleting the warp file.
|
||||||
warpList={0}
|
warpList={0}
|
||||||
|
@ -503,36 +504,36 @@ warpOverwrite=\u00a74You cannot overwrite that warp.
|
||||||
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
|
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
|
||||||
warpUsePermission=\u00a74You do not have Permission to use that warp.
|
warpUsePermission=\u00a74You do not have Permission to use that warp.
|
||||||
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
|
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
|
||||||
warps=\u00a76Warps:\u00a7r {0}
|
warps=\u00a76Warps\:\u00a7r {0}
|
||||||
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
|
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
|
||||||
weatherStorm=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
|
weatherStorm=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
|
||||||
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
||||||
weatherSun=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
|
weatherSun=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
|
||||||
weatherSunFor=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
weatherSunFor=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
||||||
whoisAFK=\u00a76 - AFK:\u00a7r {0}
|
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
|
||||||
whoisBanned=\u00a76 - Banned:\u00a7r {0}
|
whoisBanned=\u00a76 - Banned\:\u00a7r {0}
|
||||||
whoisExp=\u00a76 - Exp:\u00a7r {0} (Level {1})
|
whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1})
|
||||||
whoisFly=\u00a76 - Fly mode:\u00a7r {0} ({1})
|
whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1})
|
||||||
whoisGamemode=\u00a76 - Gamemode:\u00a7r {0}
|
whoisGamemode=\u00a76 - Gamemode\:\u00a7r {0}
|
||||||
whoisGeoLocation=\u00a76 - Location:\u00a7r {0}
|
whoisGeoLocation=\u00a76 - Location\:\u00a7r {0}
|
||||||
whoisGod=\u00a76 - God mode:\u00a7r {0}
|
whoisGod=\u00a76 - God mode\:\u00a7r {0}
|
||||||
whoisHealth=\u00a76 - Health:\u00a7r {0}/20
|
whoisHealth=\u00a76 - Health\:\u00a7r {0}/20
|
||||||
whoisIPAddress=\u00a76 - IP Address:\u00a7r {0}
|
whoisIPAddress=\u00a76 - IP Address\:\u00a7r {0}
|
||||||
whoisJail=\u00a76 - Jail:\u00a7r {0}
|
whoisJail=\u00a76 - Jail\:\u00a7r {0}
|
||||||
whoisLocation=\u00a76 - Location:\u00a7r ({0}, {1}, {2}, {3})
|
whoisLocation=\u00a76 - Location\:\u00a7r ({0}, {1}, {2}, {3})
|
||||||
whoisMoney=\u00a76 - Money:\u00a7r {0}
|
whoisMoney=\u00a76 - Money\:\u00a7r {0}
|
||||||
whoisMuted=\u00a76 - Muted:\u00a7r {0}
|
whoisMuted=\u00a76 - Muted\:\u00a7r {0}
|
||||||
whoisNick=\u00a76 - Nick:\u00a7r {0}
|
whoisNick=\u00a76 - Nick\:\u00a7r {0}
|
||||||
whoisOp=\u00a76 - OP:\u00a7r {0}
|
whoisOp=\u00a76 - OP\:\u00a7r {0}
|
||||||
whoisTop=\u00a76 ====== WhoIs:\u00a7c {0} \u00a76======
|
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
|
||||||
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
|
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
|
||||||
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
|
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
|
||||||
worthSet=\u00a76Worth value set
|
worthSet=\u00a76Worth value set
|
||||||
year=year
|
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.
|
||||||
whoisHunger=\u00a76 - Hunger:\u00a7r {0}/20 (+{1} saturation)
|
whoisHunger=\u00a76 - Hunger\:\u00a7r {0}/20 (+{1} saturation)
|
||||||
kitDelay=\u00a7m{0}\u00a7r
|
kitDelay=\u00a7m{0}\u00a7r
|
||||||
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
|
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
|
||||||
noKitGroup=\u00a74You do not have access to this kit.
|
noKitGroup=\u00a74You do not have access to this kit.
|
||||||
|
@ -542,3 +543,4 @@ inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\
|
||||||
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
|
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
|
||||||
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
|
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
|
||||||
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
|
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
|
#X-Generator: crowdin.net
|
||||||
#version: TeamCity
|
#version: TeamCity
|
||||||
# Single quotes have to be doubled: ''
|
# Single quotes have to be doubled: ''
|
||||||
# Translations start here
|
# Translations start here
|
||||||
# by:
|
# by:
|
||||||
action=\u00a75* {0} \u00a75{1}
|
action=\u00a75* {0} \u00a75{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\:
|
||||||
alertUsed=used:
|
alertUsed=used\:
|
||||||
antiBuildBreak=\u00a74You are not permitted to break\u00a7c {0} \u00a74blocks here.
|
antiBuildBreak=\u00a74You are not permitted to break\u00a7c {0} \u00a74blocks here.
|
||||||
antiBuildCraft=\u00a74You are not permitted to create\u00a7c {0}\u00a74.
|
antiBuildCraft=\u00a74You are not permitted to create\u00a7c {0}\u00a74.
|
||||||
antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
|
antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
|
||||||
|
@ -22,18 +23,18 @@ backUsageMsg=\u00a76Returning to previous location.
|
||||||
backupDisabled=\u00a74An external backup script has not been configured.
|
backupDisabled=\u00a74An external backup script has not been configured.
|
||||||
backupFinished=\u00a76Backup finished.
|
backupFinished=\u00a76Backup finished.
|
||||||
backupStarted=\u00a76Backup started.
|
backupStarted=\u00a76Backup started.
|
||||||
balance=\u00a7aBalance:\u00a7c {0}
|
balance=\u00a7aBalance\:\u00a7c {0}
|
||||||
balanceOther=\u00a7aBalance of {0}\u00a7a:\u00a7c {1}
|
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
|
||||||
balanceTop=\u00a76Top balances ({0})
|
balanceTop=\u00a76Top balances ({0})
|
||||||
banExempt=\u00a74You can not ban that player.
|
banExempt=\u00a74You can not ban that player.
|
||||||
banFormat=\u00a74Banned:\n\u00a7r{0}
|
banFormat=\u00a74Banned\:\n\u00a7r{0}
|
||||||
bed=\u00a7obed\u00a7r
|
bed=\u00a7obed\u00a7r
|
||||||
bedMissing=\u00a74Your bed is either unset, missing or blocked.
|
bedMissing=\u00a74Your bed is either unset, missing or blocked.
|
||||||
bedNull=\u00a7mbed\u00a7r
|
bedNull=\u00a7mbed\u00a7r
|
||||||
bedSet=\u00a76Bed spawn set!
|
bedSet=\u00a76Bed spawn set\!
|
||||||
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=\u00a76Essentials relayed the following commands to another plugin:
|
blockList=\u00a76Essentials relayed the following commands to another plugin\:
|
||||||
bookAuthorSet=\u00a76Author of the book set to {0}.
|
bookAuthorSet=\u00a76Author of the book set to {0}.
|
||||||
bookLocked=\u00a76This book is now locked.
|
bookLocked=\u00a76This book is now locked.
|
||||||
bookTitleSet=\u00a76Title of the book set to {0}.
|
bookTitleSet=\u00a76Title of the book set to {0}.
|
||||||
|
@ -43,34 +44,34 @@ bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||||
burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76.
|
burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76.
|
||||||
canTalkAgain=\u00a76You can now talk again.
|
canTalkAgain=\u00a76You can now talk again.
|
||||||
cannotStackMob=\u00a74You do not have permission to stack multiple mobs.
|
cannotStackMob=\u00a74You do not have permission to stack multiple mobs.
|
||||||
cantFindGeoIpDB=Can't find GeoIP database!
|
cantFindGeoIpDB=Can''t find GeoIP database\!
|
||||||
cantReadGeoIpDB=Failed to read GeoIP database!
|
cantReadGeoIpDB=Failed to read GeoIP database\!
|
||||||
cantSpawnItem=\u00a74You are not allowed to spawn the item\u00a7c {0}\u00a74.
|
cantSpawnItem=\u00a74You are not allowed to spawn the item\u00a7c {0}\u00a74.
|
||||||
chatTypeAdmin=[A]
|
chatTypeAdmin=[A]
|
||||||
chatTypeLocal=[L]
|
chatTypeLocal=[L]
|
||||||
chatTypeSpy=[Spy]
|
chatTypeSpy=[Spy]
|
||||||
cleaned=Userfiles Cleaned.
|
cleaned=Userfiles Cleaned.
|
||||||
cleaning=Cleaning userfiles.
|
cleaning=Cleaning userfiles.
|
||||||
commandFailed=Command {0} failed:
|
commandFailed=Command {0} failed\:
|
||||||
commandHelpFailedForPlugin=Error getting help for plugin: {0}
|
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
|
||||||
commandNotLoaded=\u00a74Command {0} is improperly loaded.
|
commandNotLoaded=\u00a74Command {0} is improperly loaded.
|
||||||
compassBearing=\u00a76Bearing: {0} ({1} degrees).
|
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
|
||||||
configFileMoveError=Failed to move config.yml to backup location.
|
configFileMoveError=Failed to move config.yml to backup location.
|
||||||
configFileRenameError=Failed to rename temp file to config.yml.
|
configFileRenameError=Failed to rename temp file to config.yml.
|
||||||
connectedPlayers=\u00a76Connected players\u00a7r
|
connectedPlayers=\u00a76Connected players\u00a7r
|
||||||
connectionFailed=Failed to open connection.
|
connectionFailed=Failed to open connection.
|
||||||
cooldownWithMessage=\u00a74Cooldown: {0}
|
cooldownWithMessage=\u00a74Cooldown\: {0}
|
||||||
corruptNodeInConfig=\u00a74Notice: Your configuration file has a corrupt {0} node.
|
corruptNodeInConfig=\u00a74Notice\: Your configuration file has a corrupt {0} node.
|
||||||
couldNotFindTemplate=\u00a74Could not find template {0}
|
couldNotFindTemplate=\u00a74Could not find template {0}
|
||||||
creatingConfigFromTemplate=Creating config from template: {0}
|
creatingConfigFromTemplate=Creating config from template\: {0}
|
||||||
creatingEmptyConfig=Creating empty config: {0}
|
creatingEmptyConfig=Creating empty config\: {0}
|
||||||
creative=creative
|
creative=creative
|
||||||
currency={0}{1}
|
currency={0}{1}
|
||||||
currentWorld=\u00a76Current World:\u00a7c {0}
|
currentWorld=\u00a76Current World\:\u00a7c {0}
|
||||||
day=day
|
day=day
|
||||||
days=days
|
days=days
|
||||||
defaultBanReason=The Ban Hammer has spoken!
|
defaultBanReason=The Ban Hammer has spoken\!
|
||||||
deleteFileError=Could not delete file: {0}
|
deleteFileError=Could not delete file\: {0}
|
||||||
deleteHome=\u00a76Home\u00a7c {0} \u00a76has been removed.
|
deleteHome=\u00a76Home\u00a7c {0} \u00a76has been removed.
|
||||||
deleteJail=\u00a76Jail\u00a7c {0} \u00a76has been removed.
|
deleteJail=\u00a76Jail\u00a7c {0} \u00a76has been removed.
|
||||||
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76has been removed.
|
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76has been removed.
|
||||||
|
@ -84,27 +85,27 @@ dependancyNotFound=[Essentials] A required dependency was not found, downloading
|
||||||
depth=\u00a76You are at sea level.
|
depth=\u00a76You are at sea level.
|
||||||
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
|
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
|
||||||
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
|
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
|
||||||
destinationNotSet=Destination not set!
|
destinationNotSet=Destination not set\!
|
||||||
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
|
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
|
||||||
disabled=disabled
|
disabled=disabled
|
||||||
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
|
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
|
||||||
distance=\u00a76Distance: {0}
|
distance=\u00a76Distance\: {0}
|
||||||
dontMoveMessage=\u00a76Teleportation will commence in\u00a7c {0}\u00a76. Don''t move.
|
dontMoveMessage=\u00a76Teleportation will commence in\u00a7c {0}\u00a76. 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}.
|
||||||
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
|
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
|
||||||
editBookContents=\u00a7eYou may now edit the contents of this book.
|
editBookContents=\u00a7eYou may now edit the contents of this book.
|
||||||
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}\u00a74.
|
enchantmentPerm=\u00a74You do not have the permission for\u00a7c {0}\u00a74.
|
||||||
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=\u00a7cError:\u00a74 {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}
|
||||||
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
|
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
|
||||||
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
|
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
|
||||||
|
@ -116,20 +117,20 @@ failedToWriteConfig=Failed to write config {0}.
|
||||||
false=\u00a74false\u00a7r
|
false=\u00a74false\u00a7r
|
||||||
feed=\u00a76Your appetite was sated.
|
feed=\u00a76Your appetite was sated.
|
||||||
feedOther=\u00a76You satiated the appetite of {0}\u00a76.
|
feedOther=\u00a76You satiated the appetite of {0}\u00a76.
|
||||||
fileRenameError=Renaming file {0} failed!
|
fileRenameError=Renaming file {0} failed\!
|
||||||
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
|
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
|
||||||
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
|
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
|
||||||
fireworkSyntax=\u00a76Firework parameters:\u00a7c color:<color> [fade:<color>] [shape:<shape>] [effect:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas: \u00a7cred,blue,pink\n\u00a76Shapes:\u00a7c star, ball, large, creeper, burst \u00a76Effects:\u00a7c trail, twinkle.
|
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
|
||||||
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
|
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
flying=flying
|
flying=flying
|
||||||
foreverAlone=\u00a74You have nobody to whom you can reply.
|
foreverAlone=\u00a74You have nobody to whom you can reply.
|
||||||
freedMemory=Freed {0} MB.
|
freedMemory=Freed {0} MB.
|
||||||
fullStack=\u00a74You already have a full stack.
|
fullStack=\u00a74You already have a full stack.
|
||||||
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
|
||||||
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76": \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities.
|
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities.
|
||||||
gcfree=\u00a76Free memory:\u00a7c {0} MB.
|
gcfree=\u00a76Free memory\:\u00a7c {0} MB.
|
||||||
gcmax=\u00a76Maximum memory:\u00a7c {0} MB.
|
gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
|
||||||
gctotal=\u00a76Allocated memory:\u00a7c {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=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
||||||
|
@ -137,57 +138,57 @@ giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
||||||
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
||||||
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
||||||
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
||||||
groupDoesNotExist=\u00a74There's no one online in this group!
|
groupDoesNotExist=\u00a74There''s no one online in this group\!
|
||||||
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
|
||||||
hatArmor=\u00a74You cannot use this item as a hat!
|
hatArmor=\u00a74You cannot use this item as a hat\!
|
||||||
hatEmpty=\u00a74You are not wearing a hat.
|
hatEmpty=\u00a74You are not wearing a hat.
|
||||||
hatFail=\u00a74You must have something to wear in your hand.
|
hatFail=\u00a74You must have something to wear in your hand.
|
||||||
hatPlaced=\u00a76Enjoy your new hat!
|
hatPlaced=\u00a76Enjoy your new hat\!
|
||||||
hatRemoved=\u00a76Your hat has been removed.
|
hatRemoved=\u00a76Your hat has been removed.
|
||||||
haveBeenReleased=\u00a76You have been released.
|
haveBeenReleased=\u00a76You have been released.
|
||||||
heal=\u00a76You have been healed.
|
heal=\u00a76You have been healed.
|
||||||
healDead=\u00a74You cannot heal someone who is dead!
|
healDead=\u00a74You cannot heal someone who is dead\!
|
||||||
healOther=\u00a76Healed\u00a7c {0}\u00a76.
|
healOther=\u00a76Healed\u00a7c {0}\u00a76.
|
||||||
helpConsole=To view help from the console, type ?.
|
helpConsole=To view help from the console, type ?.
|
||||||
helpFrom=\u00a76Commands from {0}:
|
helpFrom=\u00a76Commands from {0}\:
|
||||||
helpLine=\u00a76/{0}\u00a7r: {1}
|
helpLine=\u00a76/{0}\u00a7r\: {1}
|
||||||
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76":
|
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
|
||||||
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}
|
||||||
holdBook=\u00a74You are not holding a writable book.
|
holdBook=\u00a74You are not holding a writable book.
|
||||||
holdFirework=\u00a74You must be holding a firework to add effects.
|
holdFirework=\u00a74You must be holding a firework to add effects.
|
||||||
holdPotion=\u00a74You must be holding a potion to apply effects to it.
|
holdPotion=\u00a74You must be holding a potion to apply effects to it.
|
||||||
holeInFloor=\u00a74Hole 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\u00a7c {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\:
|
||||||
infoFileDoesNotExist=File info.txt does not exist. Creating one for you.
|
infoFileDoesNotExist=File info.txt does not exist. Creating one for you.
|
||||||
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
|
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
|
||||||
infoUnknownChapter=Unknown chapter.
|
infoUnknownChapter=Unknown chapter.
|
||||||
insufficientFunds=\u00a74Insufficient funds available.
|
insufficientFunds=\u00a74Insufficient funds available.
|
||||||
invalidCharge=\u00a74Invalid charge.
|
invalidCharge=\u00a74Invalid charge.
|
||||||
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
|
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
|
||||||
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist!
|
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist\!
|
||||||
invalidHomeName=\u00a74Invalid home name!
|
invalidHomeName=\u00a74Invalid home name\!
|
||||||
invalidMob=Invalid mob type.
|
invalidMob=Invalid mob type.
|
||||||
invalidNumber=Invalid Number.
|
invalidNumber=Invalid Number.
|
||||||
invalidPotion=\u00a74Invalid Potion.
|
invalidPotion=\u00a74Invalid Potion.
|
||||||
invalidPotionMeta=\u00a74Invalid potion meta: \u00a7c{0}\u00a74.
|
invalidPotionMeta=\u00a74Invalid potion meta\: \u00a7c{0}\u00a74.
|
||||||
invalidServer=Invalid server!
|
invalidServer=Invalid server\!
|
||||||
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
|
||||||
invalidWarpName=\u00a74Invalid warp name!
|
invalidWarpName=\u00a74Invalid warp name\!
|
||||||
invalidWorld=\u00a74Invalid world.
|
invalidWorld=\u00a74Invalid world.
|
||||||
is=is
|
is=is
|
||||||
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
itemCannotBeSold=\u00a74That item cannot be sold to the server.
|
||||||
itemMustBeStacked=\u00a74Item 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:\u00a7r {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.
|
||||||
|
@ -195,16 +196,16 @@ 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\u00a7c {0} \u00a76of\u00a7c {1}
|
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
|
||||||
itemType=\u00a76Item:\u00a7c {0} \u00a76-\u00a7c {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:\u00a7c {0}
|
jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0}
|
||||||
jailMessage=\u00a74You do the crime, you do the time.
|
jailMessage=\u00a74You do the crime, you do the time.
|
||||||
jailNotExist=\u00a74That 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}
|
||||||
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
|
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
|
||||||
jumpError=\u00a74That would hurt your computer's brain.
|
jumpError=\u00a74That would hurt your computer''s brain.
|
||||||
kickDefault=Kicked from server.
|
kickDefault=Kicked from server.
|
||||||
kickExempt=\u00a74You can not kick that person.
|
kickExempt=\u00a74You can not kick that person.
|
||||||
kickedAll=\u00a74Kicked all players from server.
|
kickedAll=\u00a74Kicked all players from server.
|
||||||
|
@ -218,31 +219,31 @@ kitGive=\u00a76Giving kit\u00a7c {0}\u00a76.
|
||||||
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
|
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
|
||||||
kitInvFull=\u00a74Your inventory was full, placing kit on the floor.
|
kitInvFull=\u00a74Your inventory was full, placing kit on the floor.
|
||||||
kitNotFound=\u00a74That kit does not exist.
|
kitNotFound=\u00a74That kit does not exist.
|
||||||
kitOnce=\u00a74You can't use that kit again.
|
kitOnce=\u00a74You can''t use that kit again.
|
||||||
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
|
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
|
||||||
kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74.
|
kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74.
|
||||||
kits=\u00a76Kits:\u00a7r {0}
|
kits=\u00a76Kits\:\u00a7r {0}
|
||||||
leatherSyntax=\u00a76Leather Color Syntax: color:<red>,<green>,<blue> eg: color:255,0,0.
|
leatherSyntax=\u00a76Leather Color Syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
|
||||||
lightningSmited=\u00a76Thou hast been smitten!
|
lightningSmited=\u00a76Thou hast been smitten\!
|
||||||
lightningUse=\u00a76Smiting\u00a7c {0}
|
lightningUse=\u00a76Smiting\u00a7c {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=\u00a76{0}\u00a7r:
|
listGroupTag=\u00a76{0}\u00a7r\:
|
||||||
listHiddenTag=\u00a77[HIDDEN]\u00a7r
|
listHiddenTag=\u00a77[HIDDEN]\u00a7r
|
||||||
loadWarpError=\u00a74Failed to load warp {0}.
|
loadWarpError=\u00a74Failed to load warp {0}.
|
||||||
localFormat=[L]<{0}> {1}
|
localFormat=[L]<{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\!
|
||||||
mailSent=\u00a76Mail sent!
|
mailSent=\u00a76Mail sent\!
|
||||||
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear.
|
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear.
|
||||||
markedAsAway=\u00a76You are now marked as away.
|
markedAsAway=\u00a76You are now marked as away.
|
||||||
markedAsNotAway=\u00a76You are no longer marked as away.
|
markedAsNotAway=\u00a76You are no longer marked as away.
|
||||||
matchingIPAddress=\u00a76The following players previously logged in from that IP address:
|
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
|
||||||
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
|
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
|
||||||
mayNotJail=\u00a74You may not jail that person!
|
mayNotJail=\u00a74You may not jail that person\!
|
||||||
me=me
|
me=me
|
||||||
messageTruncated=\u00a74Message truncated, to see the full output type:\u00a7c /{0} {1}
|
messageTruncated=\u00a74Message truncated, to see the full output type\:\u00a7c /{0} {1}
|
||||||
minute=minute
|
minute=minute
|
||||||
minutes=minutes
|
minutes=minutes
|
||||||
missingItems=\u00a74You do not have {0}x {1}.
|
missingItems=\u00a74You do not have {0}x {1}.
|
||||||
|
@ -250,7 +251,7 @@ missingPrefixSuffix=Missing a prefix or suffix for {0}
|
||||||
mobSpawnError=\u00a74Error while changing mob spawner.
|
mobSpawnError=\u00a74Error while changing mob spawner.
|
||||||
mobSpawnLimit=Mob quantity limited to server limit.
|
mobSpawnLimit=Mob quantity limited to server limit.
|
||||||
mobSpawnTarget=\u00a74Target block must be a mob spawner.
|
mobSpawnTarget=\u00a74Target block must be a mob spawner.
|
||||||
mobsAvailable=\u00a76Mobs:\u00a7r {0}
|
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
|
||||||
moneyRecievedFrom=\u00a7a{0} has been received from {1}.
|
moneyRecievedFrom=\u00a7a{0} has been received from {1}.
|
||||||
moneySentTo=\u00a7a{0} has been sent to {1}.
|
moneySentTo=\u00a7a{0} has been sent to {1}.
|
||||||
moneyTaken=\u00a7a{0} taken from your bank account.
|
moneyTaken=\u00a7a{0} taken from your bank account.
|
||||||
|
@ -266,14 +267,14 @@ muteNotify=\u00a74{0} \u00a76has muted \u00a74{1}\u00a76.
|
||||||
mutedPlayer=\u00a76Player {0} \u00a76muted.
|
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=\u00a74User 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.
|
||||||
nickNamesAlpha=\u00a74Nicknames must be alphanumeric.
|
nickNamesAlpha=\u00a74Nicknames must be alphanumeric.
|
||||||
nickNoMore=\u00a76You no longer have a nickname.
|
nickNoMore=\u00a76You no longer have a nickname.
|
||||||
nickOthersPermission=\u00a74You do not have permission to change the nickname of others!
|
nickOthersPermission=\u00a74You do not have permission to change the nickname of others\!
|
||||||
nickSet=\u00a76Your nickname is now \u00a7c{0}
|
nickSet=\u00a76Your nickname is now \u00a7c{0}
|
||||||
noAccessCommand=\u00a74You do not have access to that command.
|
noAccessCommand=\u00a74You do not have access to that command.
|
||||||
noAccessPermission=\u00a74You do not have permission to access that {0}.
|
noAccessPermission=\u00a74You do not have permission to access that {0}.
|
||||||
|
@ -281,7 +282,7 @@ noBreakBedrock=\u00a74You are not allowed to destroy bedrock.
|
||||||
noChapterMeta=\u00a74You do not have permission to create dynamic books.
|
noChapterMeta=\u00a74You do not have permission to create dynamic books.
|
||||||
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
|
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
|
||||||
noDurability=\u00a74This item does not have a durability.
|
noDurability=\u00a74This item does not have a durability.
|
||||||
noGodWorldWarning=\u00a74Warning! God mode in this world disabled.
|
noGodWorldWarning=\u00a74Warning\! God mode in this world disabled.
|
||||||
noHelpFound=\u00a74No matching commands.
|
noHelpFound=\u00a74No matching commands.
|
||||||
noHomeSet=\u00a74You have not set a home.
|
noHomeSet=\u00a74You have not set a home.
|
||||||
noHomeSetPlayer=\u00a76Player has not set a home.
|
noHomeSetPlayer=\u00a76Player has not set a home.
|
||||||
|
@ -295,7 +296,7 @@ noMotd=\u00a76There is no message of the day.
|
||||||
noNewMail=\u00a76You have no new mail.
|
noNewMail=\u00a76You have no new mail.
|
||||||
noPendingRequest=\u00a74You do not have a pending request.
|
noPendingRequest=\u00a74You do not have a pending request.
|
||||||
noPerm=\u00a74You do not have the \u00a7c{0}\u00a74 permission.
|
noPerm=\u00a74You do not have the \u00a7c{0}\u00a74 permission.
|
||||||
noPermToSpawnMob=\u00a74You don't have permission to spawn this mob.
|
noPermToSpawnMob=\u00a74You don''t have permission to spawn this mob.
|
||||||
noPlacePermission=\u00a74You do not have permission to place a block near that sign.
|
noPlacePermission=\u00a74You do not have permission to place a block near that sign.
|
||||||
noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion.
|
noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion.
|
||||||
noPowerTools=\u00a76You have no power tools assigned.
|
noPowerTools=\u00a76You have no power tools assigned.
|
||||||
|
@ -307,14 +308,14 @@ notAllowedToShout=\u00a74You are not authorized to shout.
|
||||||
notEnoughExperience=\u00a74You do not have enough experience.
|
notEnoughExperience=\u00a74You do not have enough experience.
|
||||||
notEnoughMoney=\u00a74You do not have sufficient funds.
|
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=\u00a75May 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.
|
||||||
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397:3).
|
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
|
||||||
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...
|
||||||
|
@ -322,18 +323,18 @@ oversizedTempban=\u00a74You may not ban a player for this period of time.
|
||||||
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
|
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
|
||||||
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
|
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
|
||||||
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
|
pTimeNormal=\u00a7c{0}\u00a76''s 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
|
||||||
pTimeReset=\u00a76Player time has been reset for: \u00a7c{0}
|
pTimeReset=\u00a76Player time has been reset for\: \u00a7c{0}
|
||||||
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
|
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
|
||||||
pWeatherInvalidAlias=\u00a74Invalid weather type
|
pWeatherInvalidAlias=\u00a74Invalid weather type
|
||||||
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
|
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
|
||||||
pWeatherOthersPermission=\u00a74You are not authorized to set other players' weather.
|
pWeatherOthersPermission=\u00a74You are not authorized to set other players'' weather.
|
||||||
pWeatherPlayers=\u00a76These players have their own weather:\u00a7r
|
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
|
||||||
pWeatherReset=\u00a76Player weather has been reset for: \u00a7c{0}
|
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
|
||||||
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for: \u00a7c{1}.
|
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
|
||||||
parseError=\u00a74Error parsing\u00a7c {0} \u00a76on line {1}.
|
parseError=\u00a74Error parsing\u00a7c {0} \u00a76on line {1}.
|
||||||
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
|
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
|
||||||
permissionsError=Missing Permissions/GroupManager; chat prefixes/suffixes will be disabled.
|
permissionsError=Missing Permissions/GroupManager; chat prefixes/suffixes will be disabled.
|
||||||
|
@ -343,33 +344,33 @@ playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a76.
|
||||||
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
|
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
|
||||||
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
|
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
|
||||||
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
|
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
|
||||||
playerMuted=\u00a76You have been muted!
|
playerMuted=\u00a76You have been muted\!
|
||||||
playerMutedFor=\u00a76You have been muted for\u00a7c {0}.
|
playerMutedFor=\u00a76You have been muted for\u00a7c {0}.
|
||||||
playerNeverOnServer=\u00a74Player\u00a7c {0} \u00a74was never on this server.
|
playerNeverOnServer=\u00a74Player\u00a7c {0} \u00a74was never on this server.
|
||||||
playerNotFound=\u00a74Player not found.
|
playerNotFound=\u00a74Player not found.
|
||||||
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP: {1}.
|
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
|
||||||
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned {1}.
|
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned {1}.
|
||||||
playerUnmuted=\u00a76You have been unmuted.
|
playerUnmuted=\u00a76You have been unmuted.
|
||||||
pong=Pong!
|
pong=Pong\!
|
||||||
posPitch=\u00a76Pitch: {0} (Head angle)
|
posPitch=\u00a76Pitch\: {0} (Head angle)
|
||||||
posX=\u00a76X: {0} (+East <-> -West)
|
posX=\u00a76X\: {0} (+East <-> -West)
|
||||||
posY=\u00a76Y: {0} (+Up <-> -Down)
|
posY=\u00a76Y\: {0} (+Up <-> -Down)
|
||||||
posYaw=\u00a76Yaw: {0} (Rotation)
|
posYaw=\u00a76Yaw\: {0} (Rotation)
|
||||||
posZ=\u00a76Z: {0} (+South <-> -North)
|
posZ=\u00a76Z\: {0} (+South <-> -North)
|
||||||
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
|
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
|
||||||
potions=\u00a76Potions:\u00a7r {0}\u00a76.
|
potions=\u00a76Potions\:\u00a7r {0}\u00a76.
|
||||||
powerToolAir=\u00a74Command can't be attached to air.
|
powerToolAir=\u00a74Command can''t be attached to air.
|
||||||
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
|
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
|
||||||
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
|
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
|
||||||
powerToolClearAll=\u00a76All powertool commands have been cleared.
|
powerToolClearAll=\u00a76All powertool commands have been cleared.
|
||||||
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands: \u00a7c{0}\u00a76.
|
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
|
||||||
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
|
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
|
||||||
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
|
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
|
||||||
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
|
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
|
||||||
powerToolRemoveAll=\u00a76All commands removed from {0}.
|
powerToolRemoveAll=\u00a76All commands removed from {0}.
|
||||||
powerToolsDisabled=\u00a76All of your power tools have been disabled.
|
powerToolsDisabled=\u00a76All of your power tools have been disabled.
|
||||||
powerToolsEnabled=\u00a76All of your power tools have been enabled.
|
powerToolsEnabled=\u00a76All of your power tools have been enabled.
|
||||||
protectionOwner=\u00a76[EssentialsProtect] Protection owner:\u00a7r {0}.
|
protectionOwner=\u00a76[EssentialsProtect] Protection owner\:\u00a7r {0}.
|
||||||
questionFormat=\u00a72[Question]\u00a7r {0}
|
questionFormat=\u00a72[Question]\u00a7r {0}
|
||||||
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
|
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
|
||||||
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
|
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
|
||||||
|
@ -381,10 +382,10 @@ recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for
|
||||||
recipeNone=No recipes exist for {0}
|
recipeNone=No recipes exist for {0}
|
||||||
recipeNothing=nothing
|
recipeNothing=nothing
|
||||||
recipeShapeless=\u00a76Combine \u00a7c{0}
|
recipeShapeless=\u00a76Combine \u00a7c{0}
|
||||||
recipeWhere=\u00a76Where: {0}
|
recipeWhere=\u00a76Where\: {0}
|
||||||
reloadAllPlugins=\u00a76Reloaded all plugins.
|
reloadAllPlugins=\u00a76Reloaded all plugins.
|
||||||
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
|
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
|
||||||
repair=\u00a76You have successfully repaired your: \u00a7c{0}.
|
repair=\u00a76You have successfully repaired your\: \u00a7c{0}.
|
||||||
repairAlreadyFixed=\u00a74This item does not need repairing.
|
repairAlreadyFixed=\u00a74This item does not need repairing.
|
||||||
repairEnchanted=\u00a74You are not allowed to repair enchanted items.
|
repairEnchanted=\u00a74You are not allowed to repair enchanted items.
|
||||||
repairInvalidType=\u00a74This item cannot be repaired.
|
repairInvalidType=\u00a74This item cannot be repaired.
|
||||||
|
@ -395,17 +396,17 @@ requestDenied=\u00a76Teleport request denied.
|
||||||
requestDeniedFrom=\u00a7c{0} \u00a76denied your teleport request.
|
requestDeniedFrom=\u00a7c{0} \u00a76denied your teleport request.
|
||||||
requestSent=\u00a76Request sent to\u00a7c {0}\u00a76.
|
requestSent=\u00a76Request sent to\u00a7c {0}\u00a76.
|
||||||
requestTimedOut=\u00a74Teleport request has timed out.
|
requestTimedOut=\u00a74Teleport request has timed out.
|
||||||
requiredBukkit= \u00a76* ! * You need atleast build {0} of CraftBukkit, download it from http://dl.bukkit.org/downloads/craftbukkit/
|
requiredBukkit=\u00a76* \! * You need atleast build {0} of CraftBukkit, download it from http\://dl.bukkit.org/downloads/craftbukkit/
|
||||||
resetBal=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all online players.
|
resetBal=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all online players.
|
||||||
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
|
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
|
||||||
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail: {1}!
|
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: {1}\!
|
||||||
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
|
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
|
||||||
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 \u00a7aonline\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}
|
||||||
setBal=\u00a7aYour balance was set to {0}.
|
setBal=\u00a7aYour balance was set to {0}.
|
||||||
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
|
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
|
||||||
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
setSpawner=\u00a76Changed spawner type to\u00a7c {0}
|
||||||
|
@ -417,23 +418,23 @@ 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=\u00a74Malformed size.
|
slimeMalformedSize=\u00a74Malformed size.
|
||||||
socialSpy=\u00a76SocialSpy for {0}\u00a76: {1}
|
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
|
||||||
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
|
||||||
sudoExempt=\u00a74You cannot sudo this user.
|
sudoExempt=\u00a74You cannot sudo this user.
|
||||||
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run:\u00a7r /{1} {2}
|
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
|
||||||
suicideMessage=\u00a76Goodbye cruel world...
|
suicideMessage=\u00a76Goodbye cruel world...
|
||||||
suicideSuccess=\u00a76{0} \u00a76took their own life.
|
suicideSuccess=\u00a76{0} \u00a76took their own life.
|
||||||
survival=survival
|
survival=survival
|
||||||
takenFromAccount=\u00a7a{0} has been taken from your account.
|
takenFromAccount=\u00a7a{0} has been taken from your account.
|
||||||
takenFromOthersAccount=\u00a7a{0} taken from {1}\u00a7a account. New balance: {2}.
|
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=\u00a7c{0}\u00a76 teleported you to {1}\u00a76.
|
teleportAtoB=\u00a7c{0}\u00a76 teleported you to {1}\u00a76.
|
||||||
teleportDisabled=\u00a7c{0} \u00a74has teleportation disabled.
|
teleportDisabled=\u00a7c{0} \u00a74has teleportation disabled.
|
||||||
teleportHereRequest=\u00a7c{0}\u00a76 has requested that you teleport to them.
|
teleportHereRequest=\u00a7c{0}\u00a76 has requested that you teleport to them.
|
||||||
teleportNewPlayerError=\u00a74Failed to teleport new player!
|
teleportNewPlayerError=\u00a74Failed to teleport new player\!
|
||||||
teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
|
teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
|
||||||
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
|
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
|
||||||
teleportTop=\u00a76Teleporting to top.
|
teleportTop=\u00a76Teleporting to top.
|
||||||
|
@ -448,17 +449,17 @@ 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} \u00a76thunder in your world.
|
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
|
||||||
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
||||||
timeBeforeHeal=\u00a74Time before next heal:\u00a7c {0}\u00a76.
|
timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a76.
|
||||||
timeBeforeTeleport=\u00a74Time before next teleport:\u00a7c {0}\u00a76.
|
timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a76.
|
||||||
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{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}\u00a76.
|
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}\u00a76.
|
||||||
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in: \u00a7c{1}\u00a76.
|
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
|
||||||
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
|
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
|
||||||
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
|
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
|
||||||
tps=\u00a76Current 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.
|
||||||
|
@ -470,30 +471,30 @@ 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.
|
||||||
unableToSpawnMob=\u00a74Unable to spawn mob.
|
unableToSpawnMob=\u00a74Unable to spawn mob.
|
||||||
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
|
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
|
||||||
unknownItemId=\u00a74Unknown item id:\u00a7r {0}\u00a74.
|
unknownItemId=\u00a74Unknown item id\:\u00a7r {0}\u00a74.
|
||||||
unknownItemInList=\u00a74Unknown item {0} in {1} list.
|
unknownItemInList=\u00a74Unknown item {0} in {1} list.
|
||||||
unknownItemName=\u00a74Unknown item name: {0}.
|
unknownItemName=\u00a74Unknown item name\: {0}.
|
||||||
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
|
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
|
||||||
unlimitedItems=\u00a76Unlimited items:\u00a7r
|
unlimitedItems=\u00a76Unlimited items\:\u00a7r
|
||||||
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
|
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
|
||||||
unvanished=\u00a76You are once again visible.
|
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.
|
||||||
uptime=\u00a76Uptime:\u00a7c {0}
|
uptime=\u00a76Uptime\:\u00a7c {0}
|
||||||
userAFK=\u00a77{0} \u00a75is currently AFK and may not respond.
|
userAFK=\u00a77{0} \u00a75is currently AFK and may not respond.
|
||||||
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
||||||
userIsAway=\u00a77* {0} \u00a77is now AFK.
|
userIsAway=\u00a77* {0} \u00a77is now AFK.
|
||||||
userIsNotAway=\u00a77* {0} \u00a77is no longer AFK.
|
userIsNotAway=\u00a77* {0} \u00a77is no longer AFK.
|
||||||
userJailed=\u00a76You have been jailed!
|
userJailed=\u00a76You have been jailed\!
|
||||||
userUnknown=\u00a74Warning: The user ''\u00a7c{0}\u00a74'' has never joined this server.
|
userUnknown=\u00a74Warning\: The user ''\u00a7c{0}\u00a74'' has never joined this server.
|
||||||
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}\!
|
||||||
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp!
|
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp\!
|
||||||
usingTempFolderForTesting=Using temp folder for testing:
|
usingTempFolderForTesting=Using temp folder for testing\:
|
||||||
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
|
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
|
||||||
versionMismatch=\u00a74Version mismatch! Please update {0} to the same version.
|
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=\u00a74Problem deleting the warp file.
|
warpDeleteError=\u00a74Problem deleting the warp file.
|
||||||
warpList={0}
|
warpList={0}
|
||||||
|
@ -503,36 +504,36 @@ warpOverwrite=\u00a74You cannot overwrite that warp.
|
||||||
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
|
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
|
||||||
warpUsePermission=\u00a74You do not have Permission to use that warp.
|
warpUsePermission=\u00a74You do not have Permission to use that warp.
|
||||||
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
|
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
|
||||||
warps=\u00a76Warps:\u00a7r {0}
|
warps=\u00a76Warps\:\u00a7r {0}
|
||||||
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
|
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
|
||||||
weatherStorm=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
|
weatherStorm=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
|
||||||
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
||||||
weatherSun=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
|
weatherSun=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
|
||||||
weatherSunFor=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
weatherSunFor=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
|
||||||
whoisAFK=\u00a76 - AFK:\u00a7r {0}
|
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
|
||||||
whoisBanned=\u00a76 - Banned:\u00a7r {0}
|
whoisBanned=\u00a76 - Banned\:\u00a7r {0}
|
||||||
whoisExp=\u00a76 - Exp:\u00a7r {0} (Level {1})
|
whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1})
|
||||||
whoisFly=\u00a76 - Fly mode:\u00a7r {0} ({1})
|
whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1})
|
||||||
whoisGamemode=\u00a76 - Gamemode:\u00a7r {0}
|
whoisGamemode=\u00a76 - Gamemode\:\u00a7r {0}
|
||||||
whoisGeoLocation=\u00a76 - Location:\u00a7r {0}
|
whoisGeoLocation=\u00a76 - Location\:\u00a7r {0}
|
||||||
whoisGod=\u00a76 - God mode:\u00a7r {0}
|
whoisGod=\u00a76 - God mode\:\u00a7r {0}
|
||||||
whoisHealth=\u00a76 - Health:\u00a7r {0}/20
|
whoisHealth=\u00a76 - Health\:\u00a7r {0}/20
|
||||||
whoisIPAddress=\u00a76 - IP Address:\u00a7r {0}
|
whoisIPAddress=\u00a76 - IP Address\:\u00a7r {0}
|
||||||
whoisJail=\u00a76 - Jail:\u00a7r {0}
|
whoisJail=\u00a76 - Jail\:\u00a7r {0}
|
||||||
whoisLocation=\u00a76 - Location:\u00a7r ({0}, {1}, {2}, {3})
|
whoisLocation=\u00a76 - Location\:\u00a7r ({0}, {1}, {2}, {3})
|
||||||
whoisMoney=\u00a76 - Money:\u00a7r {0}
|
whoisMoney=\u00a76 - Money\:\u00a7r {0}
|
||||||
whoisMuted=\u00a76 - Muted:\u00a7r {0}
|
whoisMuted=\u00a76 - Muted\:\u00a7r {0}
|
||||||
whoisNick=\u00a76 - Nick:\u00a7r {0}
|
whoisNick=\u00a76 - Nick\:\u00a7r {0}
|
||||||
whoisOp=\u00a76 - OP:\u00a7r {0}
|
whoisOp=\u00a76 - OP\:\u00a7r {0}
|
||||||
whoisTop=\u00a76 ====== WhoIs:\u00a7c {0} \u00a76======
|
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
|
||||||
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
|
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
|
||||||
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
|
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
|
||||||
worthSet=\u00a76Worth value set
|
worthSet=\u00a76Worth value set
|
||||||
year=year
|
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.
|
||||||
whoisHunger=\u00a76 - Hunger:\u00a7r {0}/20 (+{1} saturation)
|
whoisHunger=\u00a76 - Hunger\:\u00a7r {0}/20 (+{1} saturation)
|
||||||
kitDelay=\u00a7m{0}\u00a7r
|
kitDelay=\u00a7m{0}\u00a7r
|
||||||
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
|
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
|
||||||
noKitGroup=\u00a74You do not have access to this kit.
|
noKitGroup=\u00a74You do not have access to this kit.
|
||||||
|
@ -542,3 +543,4 @@ inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\
|
||||||
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
|
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
|
||||||
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
|
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
|
||||||
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
|
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
|
||||||
|
|
||||||
|
|
|
@ -2,96 +2,96 @@
|
||||||
# Single quotes have to be doubled: ''
|
# Single quotes have to be doubled: ''
|
||||||
# Translations start here
|
# Translations start here
|
||||||
# by: L\u00e9a Gris
|
# by: L\u00e9a Gris
|
||||||
action=* {0} {1}
|
action=\u00a75* {0} \u00a75{1}
|
||||||
addedToAccount=\u00a7a{0} ont \u00e9t\u00e9 ajout\u00e9 \u00e0 votre compte.
|
addedToAccount=\u00a7a{0} ont \u00e9t\u00e9 ajout\u00e9 \u00e0 votre compte.
|
||||||
addedToOthersAccount=\u00a7a{0} ajout\u00e9s au compte de {1}\u00a7a. Nouveau solde : {2}
|
addedToOthersAccount=\u00a7a{0} ajout\u00e9s au compte de {1}\u00a7a. Nouvelle solde \: {2}
|
||||||
adventure=aventure
|
adventure=aventure
|
||||||
alertBroke=a cass\u00e9 :
|
alertBroke=a cass\u00e9 \:
|
||||||
alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2} \u00e0:{3}
|
alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2} \u00e0\:{3}
|
||||||
alertPlaced=a plac\u00e9 :
|
alertPlaced=a plac\u00e9 \:
|
||||||
alertUsed=a utilis\u00e9 :
|
alertUsed=a utilis\u00e9 \:
|
||||||
antiBuildBreak=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 casser des blocs de {0} ici.
|
antiBuildBreak=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 casser des blocs de {0} ici.
|
||||||
antiBuildCraft=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 cr\u00e9er\u00a7c {0}\u00a74.
|
antiBuildCraft=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 cr\u00e9er\u00a7c {0}\u00a74.
|
||||||
antiBuildDrop=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 jeter\u00a7c {0}\u00a74.
|
antiBuildDrop=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 jeter\u00a7c {0}\u00a74.
|
||||||
antiBuildInteract=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 interagir avec {0}.
|
antiBuildInteract=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 interagir avec {0}.
|
||||||
antiBuildPlace=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 placer {0} ici.
|
antiBuildPlace=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 placer {0} ici.
|
||||||
antiBuildUse=\u00a74Vous n'\u00eates pas autoris\u00e9s \u00e0 utliser {0}.
|
antiBuildUse=\u00a74Vous n''\u00eates pas autoris\u00e9s \u00e0 utliser {0}.
|
||||||
autoAfkKickReason=Vous avez \u00e9t\u00e9 \u00e9ject\u00e9 pour inactivit\u00e9e sup\u00e9rieure \u00e0 {0} minutes.
|
autoAfkKickReason=Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9 pour inactivit\u00e9e sup\u00e9rieure \u00e0 {0} minutes.
|
||||||
backAfterDeath=\u00a77Utilisez la commande /back pour retourner \u00e0 l''endroit ou vous \u00eates mort.
|
backAfterDeath=\u00a77Utilisez la commande /back pour retourner \u00e0 l''endroit ou vous \u00eates mort.
|
||||||
backUsageMsg=\u00a77Retour \u00e0 votre emplacement pr\u00e9c\u00e9dent.
|
backUsageMsg=\u00a77Retour \u00e0 votre emplacement pr\u00e9c\u00e9dent.
|
||||||
backupDisabled=Aucun script de backup externe n'a \u00e9t\u00e9 configur\u00e9.
|
backupDisabled=Aucun script de backup externe n''a \u00e9t\u00e9 configur\u00e9.
|
||||||
backupFinished=Sauvegarde termin\u00e9
|
backupFinished=Sauvegarde termin\u00e9
|
||||||
backupStarted=D\u00e9but de la sauvegarde...
|
backupStarted=D\u00e9but de la sauvegarde...
|
||||||
balance=\u00a77Solde : {0}
|
balance=\u00a77Solde \: {0}
|
||||||
balanceOther=\u00a7aSolde de {0}\u00a7a :\u00a7c {1}
|
balanceOther=\u00a7aSolde de {0}\u00a7a \:\u00a7c {1}
|
||||||
balanceTop=\u00a77Meilleurs soldes au ({0})
|
balanceTop=\u00a77Meilleurs soldes au ({0})
|
||||||
banExempt=\u00a77Vous ne pouvez pas bannir ce joueur.
|
banExempt=\u00a77Vous ne pouvez pas bannir ce joueur.
|
||||||
banFormat=Banni : {0}
|
banFormat=Banni \: {0}
|
||||||
bed=\u00a7obed\u00a7r
|
bed=\u00a7olit\u00a7r
|
||||||
bedMissing=\u00a74Votre spawn de lit n''est pas d\u00e9fini ou obstru\u00e9.
|
bedMissing=\u00a74Votre lit est soi non-d\u00e9fini, manquant ou bloqu\u00e9.
|
||||||
bedNull=\u00a7mbed\u00a7r
|
bedNull=\u00a7mlit\u00a7r
|
||||||
bedSet=\u00a76Spawn de lit d\u00e9fini !
|
bedSet=\u00a76Spawn de lit d\u00e9fini !
|
||||||
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 a relay\u00e9 les commandes suivantes \u00e0 un autre plugin :
|
blockList=Essentials a relay\u00e9 les commandes suivantes \u00e0 un autre plugin \:
|
||||||
bookAuthorSet=\u00a76L''auteur du livre a \u00e9t\u00e9 modifi\u00e9 \u00c3\u00a0 {0}.
|
bookAuthorSet=\u00a76L''auteur du livre a \u00e9t\u00e9 modifi\u00e9 \u00c3\u00a0 {0}.
|
||||||
bookLocked=\u00a7cCe livre est maintenant sign\u00e9.
|
bookLocked=\u00a7cCe livre est maintenant sign\u00e9.
|
||||||
bookTitleSet=\u00a76Le titre du livre est maintenant {0}.
|
bookTitleSet=\u00a76Le titre du livre est maintenant {0}.
|
||||||
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.
|
||||||
burnMsg=\u00a77Vous avez enflamm\u00e9 {0} pour {1} seconde(s).
|
burnMsg=\u00a77Vous avez enflamm\u00e9 {0} pour {1} seconde(s).
|
||||||
canTalkAgain=\u00a77Vous pouvez de nouveau parler.
|
canTalkAgain=\u00a77Vous pouvez de nouveau parler.
|
||||||
cannotStackMob=\u00a74Vous n'avez pas la permission de stack plusieurs mobs.
|
cannotStackMob=\u00a74Vous n''avez pas la permission d''empiler plusieurs mobs.
|
||||||
cantFindGeoIpDB=Essentials n'arrive pas \u00e0 trouver la base de donn\u00e9es GeoIP!
|
cantFindGeoIpDB=Essentials n''arrive pas \u00e0 trouver la base de donn\u00e9es GeoIP\!
|
||||||
cantReadGeoIpDB=Echec de la lecture de la base de donn\u00e9es GeoIP!
|
cantReadGeoIpDB=Echec de la lecture de la base de donn\u00e9es GeoIP\!
|
||||||
cantSpawnItem=\u00a7cVous n''avez pas le droit de faire appara\u00eetre {0}
|
cantSpawnItem=\u00a7cVous n''avez pas le droit de faire appara\u00eetre {0}
|
||||||
chatTypeAdmin=[A]
|
chatTypeAdmin=[A]
|
||||||
chatTypeLocal=[L]
|
chatTypeLocal=[L]
|
||||||
chatTypeSpy=[Spy]
|
chatTypeSpy=[Spy]
|
||||||
cleaned=Fichiers joueurs nettoy\u00e9s.
|
cleaned=Fichiers joueurs nettoy\u00e9s.
|
||||||
cleaning=Nettoyage des fichiers joueurs...
|
cleaning=Nettoyage des fichiers joueurs...
|
||||||
commandFailed=\u00c9chec de la commande {0} :
|
commandFailed=\u00c9chec de la commande {0} \:
|
||||||
commandHelpFailedForPlugin=Erreur d''obtention d''aide pour : {0}
|
commandHelpFailedForPlugin=Erreur d''obtention d''aide pour \: {0}
|
||||||
commandNotLoaded=\u00a7cLa commande {0} a \u00e9t\u00e9 mal charg\u00e9e.
|
commandNotLoaded=\u00a7cLa commande {0} a \u00e9t\u00e9 mal charg\u00e9e.
|
||||||
compassBearing=\u00a77Orientation : {0} ({1} degr\u00e9s).
|
compassBearing=\u00a77Orientation \: {0} ({1} degr\u00e9s).
|
||||||
configFileMoveError=\u00c9chec du d\u00e9placement de config.yml vers l'emplacement de sauvegarde.
|
configFileMoveError=\u00c9chec du d\u00e9placement de config.yml vers l''emplacement de sauvegarde.
|
||||||
configFileRenameError=\u00c9chec du changement de nom du fichier temporaire de config.yml
|
configFileRenameError=\u00c9chec du changement de nom du fichier temporaire de config.yml
|
||||||
connectedPlayers=\u00a77Joueurs connect\u00e9s\u00a7r
|
connectedPlayers=\u00a77Joueurs connect\u00e9s\u00a7r
|
||||||
connectionFailed=\u00c9chec de la connexion.
|
connectionFailed=\u00c9chec de la connexion.
|
||||||
cooldownWithMessage=\u00a7cR\u00e9utilisation : {0}
|
cooldownWithMessage=\u00a7cR\u00e9utilisation \: {0}
|
||||||
corruptNodeInConfig=\u00a74Annonce : votre fichier de configuration a un {0} n\u0153ud corrompu.
|
corruptNodeInConfig=\u00a74Annonce \: votre fichier de configuration a un {0} n\u0153ud corrompu.
|
||||||
couldNotFindTemplate=Le mod\u00e8le {0} est introuvable
|
couldNotFindTemplate=Le mod\u00e8le {0} est introuvable
|
||||||
creatingConfigFromTemplate=Cr\u00e9ation de la configuration \u00e0 partir du mod\u00e8le : {0}
|
creatingConfigFromTemplate=Cr\u00e9ation de la configuration \u00e0 partir du mod\u00e8le \: {0}
|
||||||
creatingEmptyConfig=Cr\u00e9ation d''une configuration vierge : {0}
|
creatingEmptyConfig=Cr\u00e9ation d''une configuration vierge \: {0}
|
||||||
creative=cr\u00e9atif
|
creative=cr\u00e9atif
|
||||||
currency={0}{1}
|
currency={0}{1}
|
||||||
currentWorld=Monde actuel : {0}
|
currentWorld=Monde actuel \: {0}
|
||||||
day=jour
|
day=jour
|
||||||
days=jours
|
days=jours
|
||||||
defaultBanReason=Le marteau du bannissement a frapp\u00e9 !
|
defaultBanReason=Le marteau du bannissement a frapp\u00e9 \!
|
||||||
deleteFileError=Le fichier {0} n''a pas pu \u00eatre supprim\u00e9
|
deleteFileError=Le fichier {0} n''a pas pu \u00eatre supprim\u00e9
|
||||||
deleteHome=\u00a77La r\u00e9sidence {0} a \u00e9t\u00e9 supprim\u00e9e.
|
deleteHome=\u00a77La r\u00e9sidence {0} a \u00e9t\u00e9 supprim\u00e9e.
|
||||||
deleteJail=\u00a77La prison {0} a \u00e9t\u00e9 supprim\u00e9e.
|
deleteJail=\u00a77La prison {0} a \u00e9t\u00e9 supprim\u00e9e.
|
||||||
deleteWarp=\u00a77Warp {0} supprim\u00e9.
|
deleteWarp=\u00a77Warp {0} supprim\u00e9.
|
||||||
deniedAccessCommand=L''acc\u00e8s \u00e0 la commande a \u00e9t\u00e9 refus\u00e9 pour {0}.
|
deniedAccessCommand=L''acc\u00e8s \u00e0 la commande a \u00e9t\u00e9 refus\u00e9 pour {0}.
|
||||||
denyBookEdit=\u00a74Vous ne pouvez pas \u00e9diter ce livre.
|
denyBookEdit=\u00a74Vous ne pouvez pas \u00e9diter ce livre.
|
||||||
denyChangeAuthor=\u00a74Vous ne pouvez pas changer l'auteur de ce livre.
|
denyChangeAuthor=\u00a74Vous ne pouvez pas changer l''auteur de ce livre.
|
||||||
denyChangeTitle=\u00a74Vous ne pouvez pas changer le titre de ce livre.
|
denyChangeTitle=\u00a74Vous ne pouvez pas changer le titre de ce livre.
|
||||||
dependancyDownloaded=[Essentials] Fichier {0} correctement t\u00e9l\u00e9charg\u00e9.
|
dependancyDownloaded=[Essentials] Fichier {0} correctement t\u00e9l\u00e9charg\u00e9.
|
||||||
dependancyException=[Essentials] Une erreur est survenue lors de la tentative de t\u00e9l\u00e9chargement.
|
dependancyException=[Essentials] Une erreur est survenue lors de la tentative de t\u00e9l\u00e9chargement.
|
||||||
dependancyNotFound=[Essentials] Une d\u00e9pendance requise n'a pas \u00e9t\u00e9 trouv\u00e9e, t\u00e9l\u00e9chargement en cours.
|
dependancyNotFound=[Essentials] Une d\u00e9pendance requise n''a pas \u00e9t\u00e9 trouv\u00e9e, t\u00e9l\u00e9chargement en cours.
|
||||||
depth=\u00a77Vous \u00eates au niveau de la mer.
|
depth=\u00a77Vous \u00eates au niveau de la mer.
|
||||||
depthAboveSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) au dessus du niveau de la mer.
|
depthAboveSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) au dessus du niveau de la mer.
|
||||||
depthBelowSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) en dessous du niveau de la mer.
|
depthBelowSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) en dessous du niveau de la mer.
|
||||||
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=L'invocation de ce monstre a \u00e9t\u00e9 d\u00e9sactiv\u00e9e dans le fichier de configuration.
|
disabledToSpawnMob=L''invocation de ce monstre a \u00e9t\u00e9 d\u00e9sactiv\u00e9e dans le fichier de configuration.
|
||||||
distance=\u00a76Distance : {0}
|
distance=\u00a76Distance\: {0}
|
||||||
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 (Pays : 0.6 Mo, villes : 20 Mo)
|
downloadingGeoIp=T\u00e9l\u00e9chargement de la base de donn\u00e9es GeoIP... Cela peut prendre un moment (Pays \: 0.6 Mo, villes \: 20 Mo)
|
||||||
duplicatedUserdata=Donn\u00e9es utilisateurs dupliqu\u00e9es : {0} et {1}
|
duplicatedUserdata=Donn\u00e9es utilisateurs dupliqu\u00e9es \: {0} et {1}
|
||||||
durability=\u00a77Cet outil a \u00a7c{0}\u00a77 usage(s) restant(s).
|
durability=\u00a77Cet outil a \u00a7c{0}\u00a77 usage(s) restant(s).
|
||||||
editBookContents=\u00a7eVous pouvez maintenant \u00e9diter le contenu de ce livre.
|
editBookContents=\u00a7eVous pouvez maintenant \u00e9diter le contenu de ce livre.
|
||||||
enableUnlimited=\u00a77Quantit\u00e9 illimit\u00e9e de {0} \u00e0 {1}.
|
enableUnlimited=\u00a77Quantit\u00e9 illimit\u00e9e de {0} \u00e0 {1}.
|
||||||
|
@ -99,12 +99,12 @@ enabled=activ\u00e9
|
||||||
enchantmentApplied=\u00a77L''enchantement {0} a \u00e9t\u00e9 appliqu\u00e9 \u00e0 l''objet dans votre main.
|
enchantmentApplied=\u00a77L''enchantement {0} a \u00e9t\u00e9 appliqu\u00e9 \u00e0 l''objet dans votre main.
|
||||||
enchantmentNotFound=\u00a7cEnchantement non trouv\u00e9
|
enchantmentNotFound=\u00a7cEnchantement non trouv\u00e9
|
||||||
enchantmentPerm=\u00a7cVous n''avez pas les droits pour {0}.
|
enchantmentPerm=\u00a7cVous n''avez pas les droits pour {0}.
|
||||||
enchantmentRemoved = \u00a77L'enchantement {0} de l'item dans votre main a \u00e9t\u00e9 supprim\u00e9.
|
enchantmentRemoved=\u00a77L''enchantement {0} de l''item dans votre main a \u00e9t\u00e9 supprim\u00e9.
|
||||||
enchantments = \u00a77Enchantements : {0}
|
enchantments=\u00a76Enchantements\:\u00a7r {0}
|
||||||
errorCallingCommand=Erreur en appelant la commande /{0}
|
errorCallingCommand=Erreur en appelant la commande /{0}
|
||||||
errorWithMessage=\u00a7cErreur : {0}
|
errorWithMessage=\u00a7cErreur \: {0}
|
||||||
essentialsHelp1=Le fichier est corrompu et Essentials ne peut l'ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, allez sur \u00e0 http://tiny.cc/EssentialsChat
|
essentialsHelp1=Le fichier est corrompu et Essentials ne peut l''ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, allez sur \u00e0 http\://tiny.cc/EssentialsChat
|
||||||
essentialsHelp2=Le fichier est corrompu et Essentials ne peut l'ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, tapez /help ou allez sur \u00e0 http://tiny.cc/EssentialsChat
|
essentialsHelp2=Le fichier est corrompu et Essentials ne peut l''ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, tapez /help ou allez sur \u00e0 http\://tiny.cc/EssentialsChat
|
||||||
essentialsReload=\u00a77Essentials {0} a \u00e9t\u00e9 recharg\u00e9.
|
essentialsReload=\u00a77Essentials {0} a \u00e9t\u00e9 recharg\u00e9.
|
||||||
exp=\u00a7c{0} \u00a77a\u00a7c {1} \u00a77exp (niveau\u00a7c {2}\u00a77) et a besoin de\u00a7c {3} \u00a77pour monter d''un niveau.
|
exp=\u00a7c{0} \u00a77a\u00a7c {1} \u00a77exp (niveau\u00a7c {2}\u00a77) et a besoin de\u00a7c {3} \u00a77pour monter d''un niveau.
|
||||||
expSet=\u00a7c{0} \u00a77a maintenant\u00a7c {1} \u00a77exp.
|
expSet=\u00a7c{0} \u00a77a maintenant\u00a7c {1} \u00a77exp.
|
||||||
|
@ -117,58 +117,58 @@ false=\u00a74faux\u00a7f
|
||||||
feed=\u00a77Vous avez \u00e9t\u00e9 rassasi\u00e9.
|
feed=\u00a77Vous avez \u00e9t\u00e9 rassasi\u00e9.
|
||||||
feedOther=\u00a77{0} est rassasi\u00e9.
|
feedOther=\u00a77{0} est rassasi\u00e9.
|
||||||
fileRenameError=Echec du changement de nom de {0}.
|
fileRenameError=Echec du changement de nom de {0}.
|
||||||
fireworkColor=\u00a74Vous devez ajouter une couleur au feu d'artifice pour pouvoir lui ajouter un effet.
|
fireworkColor=\u00a74Vous devez ajouter une couleur au feu d''artifice pour pouvoir lui ajouter un effet.
|
||||||
fireworkEffectsCleared=\u00a76Les effets ont \u00e9t\u00e9 retir\u00e9s.
|
fireworkEffectsCleared=\u00a76Les effets ont \u00e9t\u00e9 retir\u00e9s.
|
||||||
fireworkSyntax=\u00a76Param\u00e8tres du feu d'artifice :\u00a7c color:<color> [fade:<color>] [shape:<shape>] [effect:<effect>]\n\u00a76Pour utiliser plusieurs couleurs/effets, s\u00e9parez les valeurs avec des virgules : \u00a7cred,blue,pink\n\u00a76Shapes :\u00a7c star, ball, large, creeper, burst \u00a76Effects :\u00a7c trail, twinkle
|
fireworkSyntax=\u00a76Param\u00e8tres du feu d''artifice \:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76Pour utiliser plusieurs couleurs/effets, s\u00e9parez les valeurs avec des virgules \: \u00a7cred,blue,pink\n\u00a76Shapes \:\u00a7c star, ball, large, creeper, burst \u00a76Effects \:\u00a7c trail, twinkle
|
||||||
flyMode=\u00a77Fly mode {0} pour {1} d\u00e9fini.
|
flyMode=\u00a77Fly mode {0} pour {1} d\u00e9fini.
|
||||||
flying=flying
|
flying=volant
|
||||||
foreverAlone=\u00a7cVous n''avez personne \u00e0 qui r\u00e9pondre
|
foreverAlone=\u00a7cVous n''avez personne \u00e0 qui r\u00e9pondre
|
||||||
freedMemory=A lib\u00e9r\u00e9 {0} Mo.
|
freedMemory=A lib\u00e9r\u00e9 {0} Mo.
|
||||||
fullStack=\u00a74Vous avez d\u00e9j\u00e0 un stack complet.
|
fullStack=\u00a74Vous avez d\u00e9j\u00e0 un stack complet.
|
||||||
gameMode=\u00a77Mode de jeu {0} pour {1}.
|
gameMode=\u00a77Mode de jeu {0} pour {1}.
|
||||||
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76": \u00a7c{2}\u00a76 portions, \u00a7c{3}\u00a76 entit\u00e9s
|
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 portions, \u00a7c{3}\u00a76 entit\u00e9s
|
||||||
gcfree=\u00a76M\u00e9moire libre : \u00a7c{0} \u00a76Mo
|
gcfree=\u00a76M\u00e9moire libre \: \u00a7c{0} \u00a76Mo
|
||||||
gcmax=\u00a76M\u00e9moire maximale : \u00a7c{0} \u00a76Mo
|
gcmax=\u00a76M\u00e9moire maximale \: \u00a7c{0} \u00a76Mo
|
||||||
gctotal=\u00a76M\u00e9moire utilis\u00e9e : \u00a7c{0} \u00a76Mo
|
gctotal=\u00a76M\u00e9moire utilis\u00e9e \: \u00a7c{0} \u00a76Mo
|
||||||
geoIpUrlEmpty=L'URL de t\u00e9l\u00e9chargement de GeoIP est vide.
|
geoIpUrlEmpty=L''URL de t\u00e9l\u00e9chargement de GeoIP est vide.
|
||||||
geoIpUrlInvalid=L'URL de t\u00e9l\u00e9chargement de GeoIP est invalide.
|
geoIpUrlInvalid=L''URL de t\u00e9l\u00e9chargement de GeoIP est invalide.
|
||||||
geoipJoinFormat=\u00a76Joueur \u00a7c{0} \u00a76vient de \u00a7c{1}\u00a76.
|
geoipJoinFormat=\u00a76Joueur \u00a7c{0} \u00a76vient de \u00a7c{1}\u00a76.
|
||||||
giveSpawn=\u00a76Donne\u00a7c {0} \u00a76de\u00a7c {1} \u00a76\u00e0\u00a7c {2}\u00a76.
|
giveSpawn=\u00a76Donne\u00a7c {0} \u00a76de\u00a7c {1} \u00a76\u00e0\u00a7c {2}\u00a76.
|
||||||
godDisabledFor=d\u00e9sactiv\u00e9 pour {0}
|
godDisabledFor=d\u00e9sactiv\u00e9 pour {0}
|
||||||
godEnabledFor=activ\u00e9 pour {0}
|
godEnabledFor=activ\u00e9 pour {0}
|
||||||
godMode=\u00a77Mode Dieu {0}.
|
godMode=\u00a77Mode Dieu {0}.
|
||||||
groupDoesNotExist=\u00a74Il n'y a personne en ligne dans ce groupe !
|
groupDoesNotExist=\u00a74Il n''y a personne en ligne dans ce groupe \!
|
||||||
groupNumber={0} en ligne, pour la liste compl\u00e8te, tapez /{1} {2}
|
groupNumber={0} en ligne, pour la liste compl\u00e8te, tapez /{1} {2}
|
||||||
hatArmor=\u00a7cErreur, vous ne pouvez pas utliser cet item comme chapeau !
|
hatArmor=\u00a7cErreur, vous ne pouvez pas utliser cet item comme chapeau \!
|
||||||
hatEmpty=\u00a7cVous ne portez pas de chapeau.
|
hatEmpty=\u00a7cVous ne portez pas de chapeau.
|
||||||
hatFail=\u00a7cVous devez avoir quelque chose \u00e0 porter dans votre main.
|
hatFail=\u00a7cVous devez avoir quelque chose \u00e0 porter dans votre main.
|
||||||
hatPlaced=\u00a7eProfitez bien de votre nouveau chapeau !
|
hatPlaced=\u00a7eProfitez bien de votre nouveau chapeau \!
|
||||||
hatRemoved=\u00a7eVotre chapeau a \u00e9t\u00e9 retir\u00e9.
|
hatRemoved=\u00a7eVotre chapeau a \u00e9t\u00e9 retir\u00e9.
|
||||||
haveBeenReleased=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9.
|
haveBeenReleased=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9.
|
||||||
heal=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
|
heal=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
|
||||||
healDead=\u00a74Vous ne pouvez pas soigner quelqu'un qui est mort !
|
healDead=\u00a74Vous ne pouvez pas soigner quelqu''un qui est mort \!
|
||||||
healOther=\u00a77{0} a \u00e9t\u00e9 soign\u00e9.
|
healOther=\u00a77{0} a \u00e9t\u00e9 soign\u00e9.
|
||||||
helpConsole=Pour voir l'aide tapez ?
|
helpConsole=Pour voir l''aide tapez ?
|
||||||
helpFrom=\u00a77Commandes de {0}:
|
helpFrom=\u00a77Commandes de {0}\:
|
||||||
helpLine=\u00a76/{0}\u00a7f: {1}
|
helpLine=\u00a76/{0}\u00a7f\: {1}
|
||||||
helpMatching=\u00a77Commandes correspondant \u00e0 "{0}" :
|
helpMatching=\u00a77Commandes correspondant \u00e0 "{0}" \:
|
||||||
helpOp=\u00a7c[Aide Admin]\u00a7f \u00a77{0} : \u00a7f {1}
|
helpOp=\u00a7c[Aide Admin]\u00a7f \u00a77{0} \: \u00a7f {1}
|
||||||
helpPages=Page \u00a7c{0}\u00a7f sur \u00a7c{1}\u00a7f.
|
helpPages=Page \u00a7c{0}\u00a7f sur \u00a7c{1}\u00a7f.
|
||||||
helpPlugin=\u00a74{0}\u00a7f: Aide Plugin : /help {1}
|
helpPlugin=\u00a74{0}\u00a7f\: Aide Plugin \: /help {1}
|
||||||
holdBook=\u00a74Vous ne tenez pas un livre dans lequel on peut \u00e9crire.
|
holdBook=\u00a74Vous ne tenez pas un livre dans lequel on peut \u00e9crire.
|
||||||
holdFirework=\u00a74Vous devez tenir un feu d'artifice pour lui ajouter des effets.
|
holdFirework=\u00a74Vous devez tenir un feu d''artifice pour lui ajouter des effets.
|
||||||
holdPotion=\u00a74Vous devez tenir une potion pour lui ajouter des effets.
|
holdPotion=\u00a74Vous devez tenir une potion pour lui ajouter des effets.
|
||||||
holeInFloor=Trou dans le sol.
|
holeInFloor=Trou dans le sol.
|
||||||
homeSet=\u00a77R\u00e9sidence d\u00e9finie.
|
homeSet=\u00a77R\u00e9sidence d\u00e9finie.
|
||||||
homeSetToBed=\u00a77Votre r\u00e9sidence est d\u00e9sormais li\u00e9e \u00e0 ce lit.
|
homeSetToBed=\u00a77Votre r\u00e9sidence est d\u00e9sormais li\u00e9e \u00e0 ce lit.
|
||||||
homes=R\u00e9sidences : {0}
|
homes=R\u00e9sidences \: {0}
|
||||||
hour=heure
|
hour=heure
|
||||||
hours=heures
|
hours=heures
|
||||||
ignorePlayer=Vous ignorez d\u00e9sormais {0}.
|
ignorePlayer=Vous ignorez d\u00e9sormais {0}.
|
||||||
illegalDate=Format de date ill\u00e9gal.
|
illegalDate=Format de date ill\u00e9gal.
|
||||||
infoChapter=S\u00e9lectionnez le chapitre :
|
infoChapter=S\u00e9lectionnez le chapitre \:
|
||||||
infoChapterPages=Chapitre {0}, page \u00a7c{1}\u00a7f sur \u00a7c{2}\u00a7f:
|
infoChapterPages=Chapitre {0}, page \u00a7c{1}\u00a7f sur \u00a7c{2}\u00a7f\:
|
||||||
infoFileDoesNotExist=Le fichier info.txt n'existe pas. Le fichier est en cours de cr\u00e9ation pour vous.
|
infoFileDoesNotExist=Le fichier info.txt n''existe pas. Le fichier est en cours de cr\u00e9ation pour vous.
|
||||||
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
|
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
|
||||||
infoUnknownChapter=Chapitre inconnu.
|
infoUnknownChapter=Chapitre inconnu.
|
||||||
insufficientFunds=\u00a74Fonds insuffisants.
|
insufficientFunds=\u00a74Fonds insuffisants.
|
||||||
|
@ -179,7 +179,7 @@ invalidHomeName=\u00a74Nom de r\u00e9sindence invalide.
|
||||||
invalidMob=Mauvais type de cr\u00e9ature.
|
invalidMob=Mauvais type de cr\u00e9ature.
|
||||||
invalidNumber=\u00a74Nombre invalide.
|
invalidNumber=\u00a74Nombre invalide.
|
||||||
invalidPotion=\u00a74Potion invalide.
|
invalidPotion=\u00a74Potion invalide.
|
||||||
invalidPotionMeta=\u00a74M\u00e9tadata de potion invalide : \u00a7c{0}\u00a74.
|
invalidPotionMeta=\u00a74M\u00e9tadata de potion invalide \: \u00a7c{0}\u00a74.
|
||||||
invalidServer=\u00a74Serveur invalide.
|
invalidServer=\u00a74Serveur invalide.
|
||||||
invalidSignLine=\u00a74La ligne {0} du panneau est invalide.
|
invalidSignLine=\u00a74La ligne {0} du panneau est invalide.
|
||||||
invalidWarpName=\u00a74Nom de warp invalide.
|
invalidWarpName=\u00a74Nom de warp invalide.
|
||||||
|
@ -187,22 +187,22 @@ invalidWorld=\u00a7cMonde invalide.
|
||||||
is=est
|
is=est
|
||||||
itemCannotBeSold=Cet objet ne peut \u00eatre vendu au serveur.
|
itemCannotBeSold=Cet objet ne peut \u00eatre vendu au serveur.
|
||||||
itemMustBeStacked=Cet objet doit \u00eatre vendu par 64. Une quantit\u00e9 de 2 serait deux fois 64.
|
itemMustBeStacked=Cet objet doit \u00eatre vendu par 64. Une quantit\u00e9 de 2 serait deux fois 64.
|
||||||
itemNames=Noms d''item courts : {0}
|
itemNames=Noms d''item courts \: {0}
|
||||||
itemNotEnough1=\u00a7cVous n'avez pas assez de cet objet pour le vendre.
|
itemNotEnough1=\u00a7cVous n''avez pas assez de cet objet pour le vendre.
|
||||||
itemNotEnough2=\u00a77Si vous voulez vendre l'int\u00e9gralit\u00e9 de vos objets de ce type l\u00e0, utilisez /sell nomObjet
|
itemNotEnough2=\u00a77Si vous voulez vendre l''int\u00e9gralit\u00e9 de vos objets de ce type l\u00e0, utilisez /sell nomObjet
|
||||||
itemNotEnough3=\u00a77/sell nomObjet -1 vendra tout sauf un objet, etc.
|
itemNotEnough3=\u00a77/sell nomObjet -1 vendra tout sauf un objet, etc.
|
||||||
itemSellAir=Vouliez-vous vraiment vendre de l'air ? Mettez un objet dans votre main.
|
itemSellAir=Vouliez-vous vraiment vendre de l''air ? Mettez un objet dans votre main.
|
||||||
itemSold=\u00a77Vendu pour \u00a7c{0} \u00a77({1} {2} \u00e0 {3} chacun)
|
itemSold=\u00a77Vendu pour \u00a7c{0} \u00a77({1} {2} \u00e0 {3} chacun)
|
||||||
itemSoldConsole={0} vendu {1} pour \u00a77{2} \u00a77({3} objet(s) \u00e0 {4} chacun)
|
itemSoldConsole={0} vendu {1} pour \u00a77{2} \u00a77({3} objet(s) \u00e0 {4} chacun)
|
||||||
itemSpawn=\u00a77Donne {0} de {1}
|
itemSpawn=\u00a77Donne {0} de {1}
|
||||||
itemType=Item : {0} - {1}
|
itemType=Item \: {0} - {1}
|
||||||
itemsCsvNotLoaded=Essentials n'a pas pu charger items.csv.
|
itemsCsvNotLoaded=Essentials n''a pas pu charger items.csv.
|
||||||
jailAlreadyIncarcerated=\u00a7cJoueur d\u00e9j\u00e0 emprisonn\u00e9 : {0}
|
jailAlreadyIncarcerated=\u00a7cJoueur d\u00e9j\u00e0 emprisonn\u00e9 \: {0}
|
||||||
jailMessage=\u00a7cVous avez commis un crime, vous en payez le prix.
|
jailMessage=\u00a7cVous avez commis un crime, vous en payez le prix.
|
||||||
jailNotExist=Cette prison n'existe pas.
|
jailNotExist=Cette prison n''existe pas.
|
||||||
jailReleased=\u00a77Joueur \u00a7e{0}\u00a77 lib\u00e9r\u00e9.
|
jailReleased=\u00a77Joueur \u00a7e{0}\u00a77 lib\u00e9r\u00e9.
|
||||||
jailReleasedPlayerNotify=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9 !
|
jailReleasedPlayerNotify=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9 \!
|
||||||
jailSentenceExtended=Dur\u00e9e d''emprisonnement rallong\u00e9e de : {0}
|
jailSentenceExtended=Dur\u00e9e d''emprisonnement rallong\u00e9e de \: {0}
|
||||||
jailSet=\u00a77La prison {0} a \u00e9t\u00e9 cr\u00e9\u00e9e.
|
jailSet=\u00a77La prison {0} a \u00e9t\u00e9 cr\u00e9\u00e9e.
|
||||||
jumpError=\u00c7a aurait pu faire mal au cerveau de votre ordinateur.
|
jumpError=\u00c7a aurait pu faire mal au cerveau de votre ordinateur.
|
||||||
kickDefault=\u00c9ject\u00e9 du serveur.
|
kickDefault=\u00c9ject\u00e9 du serveur.
|
||||||
|
@ -210,39 +210,39 @@ kickExempt=\u00a77Vous ne pouvez pas \u00e9jecter ce joueur.
|
||||||
kickedAll=\u00a7cTous les joueurs ont \u00e9t\u00e9 \u00e9ject\u00e9s.
|
kickedAll=\u00a7cTous les joueurs ont \u00e9t\u00e9 \u00e9ject\u00e9s.
|
||||||
kill=\u00a77{0} a \u00e9t\u00e9 tu\u00e9.
|
kill=\u00a77{0} a \u00e9t\u00e9 tu\u00e9.
|
||||||
killExempt=\u00a74Vous ne pouvez pas tuer {0}
|
killExempt=\u00a74Vous ne pouvez pas tuer {0}
|
||||||
kitCost=\ ({0})
|
kitCost=\ \u00a77\u00a7o({0})\u00a7r
|
||||||
kitError2=\u00a74Ce kit est mal d\u00e9fini. Contactez un administrateur.
|
kitError2=\u00a74Ce kit est mal d\u00e9fini. Contactez un administrateur.
|
||||||
kitError=\u00a7cIl n'y a pas de kits valides.
|
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=\u00a77Kit {0} donn\u00e9.
|
kitGive=\u00a77Kit {0} donn\u00e9.
|
||||||
kitGiveTo=\u00a76Le kit\u00a7c {0}\u00a76 a \u00e9t\u00e9 donn\u00e9 \u00e0 {1}\u00a76.
|
kitGiveTo=\u00a76Le kit\u00a7c {0}\u00a76 a \u00e9t\u00e9 donn\u00e9 \u00e0 {1}\u00a76.
|
||||||
kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est par terre.
|
kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est par terre.
|
||||||
kitNotFound=\u00a74Ce kit n'existe pas.
|
kitNotFound=\u00a74Ce kit n''existe pas.
|
||||||
kitOnce=\u00a74Vous ne pouvez pas utiliser ce kit de nouveau.
|
kitOnce=\u00a74Vous ne pouvez pas utiliser ce kit de nouveau.
|
||||||
kitReceive=\u00a76Kit\u00a7c {0}\u00a76 re\u00e7u.
|
kitReceive=\u00a76Kit\u00a7c {0}\u00a76 re\u00e7u.
|
||||||
kitTimed=\u00a7cVous ne pouvez pas utiliser ce kit pendant encore {0}.
|
kitTimed=\u00a7cVous ne pouvez pas utiliser ce kit pendant encore {0}.
|
||||||
kits=\u00a77Kits :{0}
|
kits=\u00a76Kits\:\u00a7r {0}
|
||||||
leatherSyntax=\u00a76Syntaxe de la couleur du cuir : color:<red>,<green>,<blue> exemple : color:255,0,0.
|
leatherSyntax=\u00a76Syntaxe de la couleur du cuir \: color\:<red>,<green>,<blue> exemple \: color\:255,0,0.
|
||||||
lightningSmited=\u00a77Vous venez d'\u00eatre foudroy\u00e9.
|
lightningSmited=\u00a77Vous venez d''\u00eatre foudroy\u00e9.
|
||||||
lightningUse=\u00a77{0} a \u00e9t\u00e9 foudroy\u00e9.
|
lightningUse=\u00a77{0} a \u00e9t\u00e9 foudroy\u00e9.
|
||||||
listAfkTag = \u00a77[AFK]\u00a7f
|
listAfkTag=\u00a77[AFK]\u00a7r
|
||||||
listAmount=\u00a79Il y a \u00a7c{0}\u00a79 joueurs en ligne sur \u00a7c{1}\u00a79 au total.
|
listAmount=\u00a79Il y a \u00a7c{0}\u00a79 joueurs en ligne sur \u00a7c{1}\u00a79 au total.
|
||||||
listAmountHidden=\u00a79Il y a \u00a7c{0}\u00a77/{1}\u00a79 sur un maximum de \u00a7c{2}\u00a79 joueurs en ligne.
|
listAmountHidden=\u00a79Il y a \u00a7c{0}\u00a77/{1}\u00a79 sur un maximum de \u00a7c{2}\u00a79 joueurs en ligne.
|
||||||
listGroupTag=\u00a76{0}\u00a7f:
|
listGroupTag=\u00a76{0}\u00a7r\:
|
||||||
listHiddenTag=\u00a77[MASQU\u00c9]\u00a7f
|
listHiddenTag=\u00a77[MASQU\u00c9]\u00a7f
|
||||||
loadWarpError=\u00c9chec du chargement du warp {0}.
|
loadWarpError=\u00c9chec du chargement du warp {0}.
|
||||||
localFormat=Local : <{0}> {1}
|
localFormat=[L]<{0}> {1}
|
||||||
mailClear=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear
|
mailClear=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear
|
||||||
mailCleared=\u00a77Courrier supprim\u00e9 !
|
mailCleared=\u00a77Courrier supprim\u00e9 \!
|
||||||
mailSent=\u00a77Courrier envoy\u00e9 !
|
mailSent=\u00a77Courrier envoy\u00e9 \!
|
||||||
markMailAsRead=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear
|
markMailAsRead=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear
|
||||||
markedAsAway=\u00a77Vous \u00eates d\u00e9sormais absent/AFK.
|
markedAsAway=\u00a77Vous \u00eates d\u00e9sormais absent/AFK.
|
||||||
markedAsNotAway=\u00a77Vous n'\u00eates plus absent/AFK.
|
markedAsNotAway=\u00a77Vous n''\u00eates plus absent/AFK.
|
||||||
matchingIPAddress=\u00a76Les joueurs suivant ce sont d\u00e9j\u00e0 connect\u00e9s avec cette adresse :
|
matchingIPAddress=\u00a76Les joueurs suivant ce sont d\u00e9j\u00e0 connect\u00e9s avec cette adresse \:
|
||||||
maxHomes=Vous ne pouvez pas cr\u00e9er plus de {0} r\u00e9sidences.
|
maxHomes=Vous ne pouvez pas cr\u00e9er plus de {0} r\u00e9sidences.
|
||||||
mayNotJail=\u00a7cVous ne pouvez pas emprisonner cette personne.
|
mayNotJail=\u00a7cVous ne pouvez pas emprisonner cette personne.
|
||||||
me=moi
|
me=moi
|
||||||
messageTruncated=\u00a74Message tronqu\u00e9, pour le voir en entier, tapez :\u00a7c /{0} {1}
|
messageTruncated=\u00a74Message tronqu\u00e9, pour le voir en entier, tapez \:\u00a7c /{0} {1}
|
||||||
minute=minute
|
minute=minute
|
||||||
minutes=minutes
|
minutes=minutes
|
||||||
missingItems=Vous n''avez pas {0} x {1}.
|
missingItems=Vous n''avez pas {0} x {1}.
|
||||||
|
@ -250,7 +250,7 @@ missingPrefixSuffix=Pr\u00e9fixe ou suffixe manquant pour {0}3
|
||||||
mobSpawnError=Erreur lors du changement du g\u00e9n\u00e9rateur de cr\u00e9atures.
|
mobSpawnError=Erreur lors du changement du g\u00e9n\u00e9rateur de cr\u00e9atures.
|
||||||
mobSpawnLimit=Quantit\u00e9 de cr\u00e9atures limit\u00e9 \u00e0 au maximum du serveur.
|
mobSpawnLimit=Quantit\u00e9 de cr\u00e9atures limit\u00e9 \u00e0 au maximum du serveur.
|
||||||
mobSpawnTarget=Le bloc cible doit \u00eatre un g\u00e9n\u00e9rateur de cr\u00e9atures.
|
mobSpawnTarget=Le bloc cible doit \u00eatre un g\u00e9n\u00e9rateur de cr\u00e9atures.
|
||||||
mobsAvailable=\u00a77cr\u00e9atures : {0}
|
mobsAvailable=\u00a77cr\u00e9atures \: {0}
|
||||||
moneyRecievedFrom=\u00a7a{0} a \u00e9t\u00e9 re\u00e7u de {1}.
|
moneyRecievedFrom=\u00a7a{0} a \u00e9t\u00e9 re\u00e7u de {1}.
|
||||||
moneySentTo=\u00a7a{0} ont \u00e9t\u00e9 envoy\u00e9s \u00e0 {1}.
|
moneySentTo=\u00a7a{0} ont \u00e9t\u00e9 envoy\u00e9s \u00e0 {1}.
|
||||||
moneyTaken={0} pr\u00e9lev\u00e9(s) de votre compte.
|
moneyTaken={0} pr\u00e9lev\u00e9(s) de votre compte.
|
||||||
|
@ -258,63 +258,63 @@ month=mois
|
||||||
months=mois
|
months=mois
|
||||||
moreThanZero=Les quantit\u00e9s doivent \u00eatre sup\u00e9rieures \u00e0 z\u00e9ro.
|
moreThanZero=Les quantit\u00e9s doivent \u00eatre sup\u00e9rieures \u00e0 z\u00e9ro.
|
||||||
moveSpeed=\u00a77La vitesse de {0} a \u00e9t\u00e9 modifi\u00e9e \u00e0 {1} pour {2}.
|
moveSpeed=\u00a77La vitesse de {0} a \u00e9t\u00e9 modifi\u00e9e \u00e0 {1} pour {2}.
|
||||||
msgFormat=\u00a77[{0}\u00a77 -> {1}\u00a77] \u00a7f{2}
|
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
|
||||||
multipleCharges=\u00a74Vous ne pouvez pas appliquer plus d'une charge \u00e0 ce feu d'artifice.
|
multipleCharges=\u00a74Vous ne pouvez pas appliquer plus d''une charge \u00e0 ce feu d''artifice.
|
||||||
multiplePotionEffects=\u00a74Vous ne pouvez pas appliquer plus d'un effet \u00e0 cette potion.
|
multiplePotionEffects=\u00a74Vous ne pouvez pas appliquer plus d''un effet \u00e0 cette potion.
|
||||||
muteExempt=\u00a7cVous ne pouvez pas r\u00e9duire ce joueur au silence.
|
muteExempt=\u00a7cVous ne pouvez pas r\u00e9duire ce joueur au silence.
|
||||||
muteNotify=\u00a74{0} \u00a76a rendu muet \u00a74{1}
|
muteNotify=\u00a74{0} \u00a76a rendu muet \u00a74{1}
|
||||||
mutedPlayer=Le joueur {0} est d\u00e9sormais muet.
|
mutedPlayer=Le joueur {0} est d\u00e9sormais muet.
|
||||||
mutedPlayerFor={0} a \u00e9t\u00e9 rendu muet pour {1}.
|
mutedPlayerFor={0} a \u00e9t\u00e9 rendu muet pour {1}.
|
||||||
mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet.
|
mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet.
|
||||||
nearbyPlayers=Joueurs dans les environs : {0}
|
nearbyPlayers=Joueurs dans les environs \: {0}
|
||||||
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.
|
||||||
nickDisplayName=\u00a77Vous devez activer change-displayname dans la configuration Essentials.
|
nickDisplayName=\u00a77Vous devez activer change-displayname dans la configuration Essentials.
|
||||||
nickInUse=\u00a7cCe nom est d\u00e9j\u00e0 utilis\u00e9.
|
nickInUse=\u00a7cCe nom est d\u00e9j\u00e0 utilis\u00e9.
|
||||||
nickNamesAlpha=\u00a7cLes surnoms doivent \u00eatre alphanum\u00e9riques.
|
nickNamesAlpha=\u00a7cLes surnoms doivent \u00eatre alphanum\u00e9riques.
|
||||||
nickNoMore=\u00a7 Vous n'avez plus de surnom.
|
nickNoMore=\u00a7 Vous n''avez plus de surnom.
|
||||||
nickOthersPermission=\u00a7cVous n'avez pas la permission de changer le surnom des autres.
|
nickOthersPermission=\u00a7cVous n''avez pas la permission de changer le surnom des autres.
|
||||||
nickSet=\u00a77Votre surnom est maintenant \u00a7c{0}.
|
nickSet=\u00a77Votre surnom est maintenant \u00a7c{0}.
|
||||||
noAccessCommand=\u00a7cVous n'avez pas acc\u00e8s \u00e0 cette commande.
|
noAccessCommand=\u00a7cVous n''avez pas acc\u00e8s \u00e0 cette commande.
|
||||||
noAccessPermission=\u00a7cVous n''avez pas la permission d''acc\u00e9der \u00e0 cette {0}.
|
noAccessPermission=\u00a7cVous n''avez pas la permission d''acc\u00e9der \u00e0 cette {0}.
|
||||||
noBreakBedrock=Vous n'\u00eates pas autoris\u00e9s \u00e0 d\u00e9truire la bedrock.
|
noBreakBedrock=Vous n''\u00eates pas autoris\u00e9s \u00e0 d\u00e9truire la bedrock.
|
||||||
noChapterMeta=\u00a74Vous n'avez pas la permission de cr\u00e9er des livres dynamiques.
|
noChapterMeta=\u00a74Vous n''avez pas la permission de cr\u00e9er des livres dynamiques.
|
||||||
noDestroyPermission=\u00a7cVous n''avez pas la permission de d\u00e9truire ce {0}.
|
noDestroyPermission=\u00a7cVous n''avez pas la permission de d\u00e9truire ce {0}.
|
||||||
noDurability=\u00a7cCet item n'a pas de durabilit\u00e9.
|
noDurability=\u00a7cCet item n''a pas de durabilit\u00e9.
|
||||||
noGodWorldWarning=\u00a7cAttention ! Le mode dieu est d\u00e9sactiv\u00e9 dans ce monde.
|
noGodWorldWarning=\u00a7cAttention \! Le mode dieu est d\u00e9sactiv\u00e9 dans ce monde.
|
||||||
noHelpFound=\u00a7cAucune commande correspondante.
|
noHelpFound=\u00a7cAucune commande correspondante.
|
||||||
noHomeSet=Vous n'avez pas d\u00e9fini de r\u00e9sidence.
|
noHomeSet=Vous n''avez pas d\u00e9fini de r\u00e9sidence.
|
||||||
noHomeSetPlayer=Le joueur n'a pas d\u00e9fini sa r\u00e9sidence.
|
noHomeSetPlayer=Le joueur n''a pas d\u00e9fini sa r\u00e9sidence.
|
||||||
noKitPermission=\u00a7cVous avez besoin de la permission \u00a7c{0}\u00a7c pour utiliser ce kit.
|
noKitPermission=\u00a7cVous avez besoin de la permission \u00a7c{0}\u00a7c pour utiliser ce kit.
|
||||||
noKits=\u00a77Il n'y a pas encore de kits disponibles.
|
noKits=\u00a77Il n''y a pas encore de kits disponibles.
|
||||||
noMail=Vous n'avez pas de courrier
|
noMail=Vous n''avez pas de courrier
|
||||||
noMatchingPlayers=\u00a76Aucun joueur correspondant.
|
noMatchingPlayers=\u00a76Aucun joueur correspondant.
|
||||||
noMetaFirework=\u00a74Vous n'avez pas la permission d'appliquer des m\u00e9tadatas aux feux d'artifice.
|
noMetaFirework=\u00a74Vous n''avez pas la permission d''appliquer des m\u00e9tadatas aux feux d''artifice.
|
||||||
noMetaPerm=\u00a74Vous n''avez pas la permission d''appliquer la m\u00e9tadata \u00a7c{0}\u00a74 \u00e0 cet item.
|
noMetaPerm=\u00a74Vous n''avez pas la permission d''appliquer la m\u00e9tadata \u00a7c{0}\u00a74 \u00e0 cet item.
|
||||||
noMotd=\u00a7cIl n'y a pas de message du jour.
|
noMotd=\u00a7cIl n''y a pas de message du 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.
|
||||||
noPerm=\u00a7cVous n''avez pas la permission \u00a7f{0}\u00a7c.
|
noPerm=\u00a7cVous n''avez pas la permission \u00a7f{0}\u00a7c.
|
||||||
noPermToSpawnMob=\u00a7cVous n'avez pas la permission d'invoquer cette cr\u00e9ature.
|
noPermToSpawnMob=\u00a7cVous n''avez pas la permission d''invoquer cette cr\u00e9ature.
|
||||||
noPlacePermission=\u00a7cVous n'avez pas la permission de placer un bloc pr\u00e8s de cette pancarte.
|
noPlacePermission=\u00a7cVous n''avez pas la permission de placer un bloc pr\u00e8s de cette pancarte.
|
||||||
noPotionEffectPerm=\u00a74Vous n''avez pas la permission d''appliquer l''effet \u00a7c{0} \u00a74\u00e0 cette potion.
|
noPotionEffectPerm=\u00a74Vous n''avez pas la permission d''appliquer l''effet \u00a7c{0} \u00a74\u00e0 cette potion.
|
||||||
noPowerTools=Vous n'avez pas d'outil macro associ\u00e9.
|
noPowerTools=Vous n''avez pas d''outil macro associ\u00e9.
|
||||||
noRules=\u00a7cIl n'y a pas encore de r\u00e8gles d\u00e9finies.
|
noRules=\u00a7cIl n''y a pas encore de r\u00e8gles d\u00e9finies.
|
||||||
noWarpsDefined=Aucun warp d\u00e9fini.
|
noWarpsDefined=Aucun warp d\u00e9fini.
|
||||||
none=aucun
|
none=aucun
|
||||||
notAllowedToQuestion=\u00a7cVous n'\u00eates pas autoris\u00e9 \u00e0 poser des questions.
|
notAllowedToQuestion=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 poser des questions.
|
||||||
notAllowedToShout=\u00a7cVous n'\u00eates pas autoris\u00e9 \u00e0 crier.
|
notAllowedToShout=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 crier.
|
||||||
notEnoughExperience=Vous n'avez pas assez d'exp\u00e9rience.
|
notEnoughExperience=Vous n''avez pas assez d''exp\u00e9rience.
|
||||||
notEnoughMoney=Vous n'avez pas les fonds n\u00e9cessaires.
|
notEnoughMoney=Vous n''avez pas les fonds n\u00e9cessaires.
|
||||||
notFlying=not flying
|
notFlying=not flying
|
||||||
notRecommendedBukkit=* ! * Cette version de Bukkit n'est pas recommand\u00e9 pour cette version de Essentials.
|
notRecommendedBukkit=* \! * Cette version de Bukkit n''est pas recommand\u00e9 pour cette version de Essentials.
|
||||||
notSupportedYet=Pas encore pris en charge.
|
notSupportedYet=Pas encore pris en charge.
|
||||||
nothingInHand = \u00a7cVous n'avez rien en main.
|
nothingInHand=\u00a7cVous n''avez rien en main.
|
||||||
now=maintenant
|
now=maintenant
|
||||||
nuke=Que la mort s'abatte sur eux !
|
nuke=Que la mort s''abatte sur eux \!
|
||||||
numberRequired=Un nombre est requis ici.
|
numberRequired=Un nombre est requis ici.
|
||||||
onlyDayNight=/time ne supporte que day/night (jour/nuit).
|
onlyDayNight=/time ne supporte que day/night (jour/nuit).
|
||||||
onlyPlayerSkulls=\u00a74Vous ne pouvez changer le nom que d'une t\u00eate de joueur (397:3).
|
onlyPlayerSkulls=\u00a74Vous ne pouvez changer le nom que d''une t\u00eate de joueur (397\:3).
|
||||||
onlyPlayers=Seuls les joueurs en jeu peuvent utiliser {0}.
|
onlyPlayers=Seuls les joueurs en jeu peuvent utiliser {0}.
|
||||||
onlySunStorm=/weather ne supporte que (soleil) sun/storm (temp\u00eate).
|
onlySunStorm=/weather ne supporte que (soleil) sun/storm (temp\u00eate).
|
||||||
orderBalances=Classement des soldes des {0} joueurs, patientez...
|
orderBalances=Classement des soldes des {0} joueurs, patientez...
|
||||||
|
@ -322,18 +322,18 @@ oversizedTempban=\u00a74Vous ne pouvez pas bannir un joueur pour cette p\u00e9ri
|
||||||
pTimeCurrent=Pour \u00a7e{0}\u00a7f l''heure est {1}.
|
pTimeCurrent=Pour \u00a7e{0}\u00a7f l''heure est {1}.
|
||||||
pTimeCurrentFixed=L''heure de \u00a7e{0}\u00a7f est fix\u00e9e \u00e0 {1}.
|
pTimeCurrentFixed=L''heure de \u00a7e{0}\u00a7f est fix\u00e9e \u00e0 {1}.
|
||||||
pTimeNormal=\u00a7fPour \u00a7e{0}\u00a7f l''heure est normale et correspond au serveur.
|
pTimeNormal=\u00a7fPour \u00a7e{0}\u00a7f l''heure est normale et correspond au serveur.
|
||||||
pTimeOthersPermission=\u00a7cVous n'\u00eates pas autoris\u00e9 \u00e0 changer l'heure des autres joueurs.
|
pTimeOthersPermission=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 changer l''heure des autres joueurs.
|
||||||
pTimePlayers=Ces joueurs ont leur propre horaire :
|
pTimePlayers=Ces joueurs ont leur propre horaire \:
|
||||||
pTimeReset=L''heure a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 : \u00a7e{0}
|
pTimeReset=L''heure a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 \: \u00a7e{0}
|
||||||
pTimeSet=L''heure du joueur a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 \u00a73{0}\u00a7f pour : \u00a7e{1}
|
pTimeSet=L''heure du joueur a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 \u00a73{0}\u00a7f pour \: \u00a7e{1}
|
||||||
pTimeSetFixed=L''heure du joueur a \u00e9t\u00e9 fix\u00e9e \u00e0 : \u00a7e{1}
|
pTimeSetFixed=L''heure du joueur a \u00e9t\u00e9 fix\u00e9e \u00e0 \: \u00a7e{1}
|
||||||
pWeatherCurrent=Pour \u00a7e{0}\u00a7f la m\u00e9t\u00e9o est {1}.
|
pWeatherCurrent=Pour \u00a7e{0}\u00a7f la m\u00e9t\u00e9o est {1}.
|
||||||
pWeatherInvalidAlias=\u00a74Type de m\u00e9t\u00e9o invalide.
|
pWeatherInvalidAlias=\u00a74Type de m\u00e9t\u00e9o invalide.
|
||||||
pWeatherNormal=\u00a7fPour \u00a7e{0}\u00a7f la m\u00e9t\u00e9o est normale et correspond au serveur.
|
pWeatherNormal=\u00a7fPour \u00a7e{0}\u00a7f la m\u00e9t\u00e9o est normale et correspond au serveur.
|
||||||
pWeatherOthersPermission=\u00a7cVous n'\u00eates pas autoris\u00e9 \u00e0 changer la m\u00e9t\u00e9o des autres joueurs.
|
pWeatherOthersPermission=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 changer la m\u00e9t\u00e9o des autres joueurs.
|
||||||
pWeatherPlayers=Ces joueurs ont leur propre m\u00e9t\u00e9o :
|
pWeatherPlayers=Ces joueurs ont leur propre m\u00e9t\u00e9o \:
|
||||||
pWeatherReset=La m\u00e9t\u00e9o a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 : \u00a7e{0}
|
pWeatherReset=La m\u00e9t\u00e9o a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 \: \u00a7e{0}
|
||||||
pWeatherSet=La m\u00e9t\u00e9o du joueur a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 \u00a73{0}\u00a7f pour : \u00a7e{1}
|
pWeatherSet=La m\u00e9t\u00e9o du joueur a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 \u00a73{0}\u00a7f pour \: \u00a7e{1}
|
||||||
parseError=Erreur de conversion {0} \u00e0 la ligne {1}
|
parseError=Erreur de conversion {0} \u00e0 la ligne {1}
|
||||||
pendingTeleportCancelled=\u00a7cRequete de t\u00e9l\u00e9portation annul\u00e9e.
|
pendingTeleportCancelled=\u00a7cRequete de t\u00e9l\u00e9portation annul\u00e9e.
|
||||||
permissionsError=Permissions/GroupManager manquant, les pr\u00e9fixes et suffixes ne seront pas affich\u00e9s.
|
permissionsError=Permissions/GroupManager manquant, les pr\u00e9fixes et suffixes ne seront pas affich\u00e9s.
|
||||||
|
@ -350,30 +350,30 @@ playerNotFound=\u00a7cLe joueur est introuvable.
|
||||||
playerUnbanIpAddress=\u00a7c{0} \u00a76a d\u00e9banni l''IP {1}.
|
playerUnbanIpAddress=\u00a7c{0} \u00a76a d\u00e9banni l''IP {1}.
|
||||||
playerUnbanned=\u00a7c{0} \u00a76a d\u00e9banni {1}.
|
playerUnbanned=\u00a7c{0} \u00a76a d\u00e9banni {1}.
|
||||||
playerUnmuted=\u00a77Vous avez de nouveau la parole.
|
playerUnmuted=\u00a77Vous avez de nouveau la parole.
|
||||||
pong=Pong !
|
pong=Pong \!
|
||||||
posPitch=\u00a76Pitch : {0} (Angle de t\u00eate)
|
posPitch=\u00a76Pitch \: {0} (Angle de t\u00eate)
|
||||||
posX=\u00a76X: {0} (+Est <-> -Ouest)
|
posX=\u00a76X\: {0} (+Est <-> -Ouest)
|
||||||
posY=\u00a76Y: {0} (+Haut <-> -Bas)
|
posY=\u00a76Y\: {0} (+Haut <-> -Bas)
|
||||||
posYaw=\u00a76Yaw : {0} (Rotation)
|
posYaw=\u00a76Yaw \: {0} (Rotation)
|
||||||
posZ=\u00a76Z: {0} (+Sud <-> -Nord)
|
posZ=\u00a76Z\: {0} (+Sud <-> -Nord)
|
||||||
possibleWorlds=\u00a77Les mondes possibles sont les nombres de 0 \u00e0 {0}.
|
possibleWorlds=\u00a77Les mondes possibles sont les nombres de 0 \u00e0 {0}.
|
||||||
potions=\u00a76Potions :\u00a7r {0}\u00a76.
|
potions=\u00a76Potions \:\u00a7r {0}\u00a76.
|
||||||
powerToolAir=La commande ne peut pas \u00eatre assign\u00e9e \u00e0 l'air.
|
powerToolAir=La commande ne peut pas \u00eatre assign\u00e9e \u00e0 l''air.
|
||||||
powerToolAlreadySet=La commande \u00a7c{0}\u00a7f est d\u00e9j\u00e0 assign\u00e9e \u00e0 {1}.
|
powerToolAlreadySet=La commande \u00a7c{0}\u00a7f est d\u00e9j\u00e0 assign\u00e9e \u00e0 {1}.
|
||||||
powerToolAttach=Commande \u00a7c{0}\u00a7f assign\u00e9e \u00e0 {1}.
|
powerToolAttach=Commande \u00a7c{0}\u00a7f assign\u00e9e \u00e0 {1}.
|
||||||
powerToolClearAll=Toutes les commandes assign\u00e9es ont \u00e9t\u00e9 retir\u00e9es.
|
powerToolClearAll=Toutes les commandes assign\u00e9es ont \u00e9t\u00e9 retir\u00e9es.
|
||||||
powerToolList={1} assign\u00e9s aux commandes : \u00a7c{0}\u00a7f.
|
powerToolList={1} assign\u00e9s aux commandes \: \u00a7c{0}\u00a7f.
|
||||||
powerToolListEmpty={0} n'a pas de commande assign\u00e9e.
|
powerToolListEmpty={0} n''a pas de commande assign\u00e9e.
|
||||||
powerToolNoSuchCommandAssigned=La commande \u00a7c{0}\u00a7f n''a pas \u00e9t\u00e9 assign\u00e9e \u00e0 {1}.
|
powerToolNoSuchCommandAssigned=La commande \u00a7c{0}\u00a7f n''a pas \u00e9t\u00e9 assign\u00e9e \u00e0 {1}.
|
||||||
powerToolRemove=Commande \u00a7c{0}\u00a7f retir\u00e9e de {1}.
|
powerToolRemove=Commande \u00a7c{0}\u00a7f retir\u00e9e de {1}.
|
||||||
powerToolRemoveAll=Toutes les commandes retir\u00e9es de {0}.
|
powerToolRemoveAll=Toutes les commandes retir\u00e9es de {0}.
|
||||||
powerToolsDisabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 d\u00e9sactiv\u00e9es.
|
powerToolsDisabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 d\u00e9sactiv\u00e9es.
|
||||||
powerToolsEnabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 activ\u00e9es.
|
powerToolsEnabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 activ\u00e9es.
|
||||||
protectionOwner=\u00a76[EssentialsProtect] Propri\u00e9taire de la protection : {0}
|
protectionOwner=\u00a76[EssentialsProtect] Propri\u00e9taire de la protection \: {0}
|
||||||
questionFormat=\u00a77[Question]\u00a7f {0}
|
questionFormat=\u00a72[Question]\u00a7r {0}
|
||||||
readNextPage=Utilisez /{0} {1} pour lire la page suivante.
|
readNextPage=Utilisez /{0} {1} pour lire la page suivante.
|
||||||
recipe=\u00a76Rec\u00eate pour \u00a7c{0}\u00a76 ({1} of {2}).
|
recipe=\u00a76Rec\u00eate pour \u00a7c{0}\u00a76 ({1} of {2}).
|
||||||
recipeBadIndex=Il n'y a pas de rec\u00eate pour ce num\u00e9ro.
|
recipeBadIndex=Il n''y a pas de rec\u00eate pour ce num\u00e9ro.
|
||||||
recipeFurnace=\u00a76Fondre \u00a7c{0}
|
recipeFurnace=\u00a76Fondre \u00a7c{0}
|
||||||
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
|
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
|
||||||
recipeGridItem=\ \u00a7{0}X \u00a76est \u00a7c{1}
|
recipeGridItem=\ \u00a7{0}X \u00a76est \u00a7c{1}
|
||||||
|
@ -381,21 +381,21 @@ recipeMore=\u00a76Tapez /{0} \u00a7c{1}\u00a76 <number> pour voir les autres rec
|
||||||
recipeNone=Aucune rec\u00eate n''existe pour {0}.
|
recipeNone=Aucune rec\u00eate n''existe pour {0}.
|
||||||
recipeNothing=rien
|
recipeNothing=rien
|
||||||
recipeShapeless=\u00a76Combiner \u00a7c{0}
|
recipeShapeless=\u00a76Combiner \u00a7c{0}
|
||||||
recipeWhere=\u00a76O\u00f9 : {0}
|
recipeWhere=\u00a76O\u00f9 \: {0}
|
||||||
reloadAllPlugins=\u00a77Toutes les extensions ont \u00e9t\u00e9 recharg\u00e9es.
|
reloadAllPlugins=\u00a77Toutes les extensions ont \u00e9t\u00e9 recharg\u00e9es.
|
||||||
removed=\u00a77{0} entit\u00e9s supprim\u00e9es.
|
removed=\u00a77{0} entit\u00e9s supprim\u00e9es.
|
||||||
repair=Vous avez r\u00e9par\u00e9 votre : \u00a7e{0}.
|
repair=Vous avez r\u00e9par\u00e9 votre \: \u00a7e{0}.
|
||||||
repairAlreadyFixed=\u00a77Cet objet n'a pas besoin de r\u00e9paration.
|
repairAlreadyFixed=\u00a77Cet objet n''a pas besoin de r\u00e9paration.
|
||||||
repairEnchanted=\u00a77Vous n'\u00eates pas autoris\u00e9 \u00e0 r\u00e9parer les objets enchant\u00e9s.
|
repairEnchanted=\u00a77Vous n''\u00eates pas autoris\u00e9 \u00e0 r\u00e9parer les objets enchant\u00e9s.
|
||||||
repairInvalidType=\u00a7cCet objet ne peut \u00eatre r\u00e9par\u00e9.
|
repairInvalidType=\u00a7cCet objet ne peut \u00eatre r\u00e9par\u00e9.
|
||||||
repairNone=Aucun objet n'a besoin d'\u00eatre r\u00e9par\u00e9.
|
repairNone=Aucun objet n''a besoin d''\u00eatre r\u00e9par\u00e9.
|
||||||
requestAccepted=\u00a77Demande de t\u00e9l\u00e9portation accept\u00e9e.
|
requestAccepted=\u00a77Demande de t\u00e9l\u00e9portation accept\u00e9e.
|
||||||
requestAcceptedFrom=\u00a77{0} a accept\u00e9 votre demande de t\u00e9l\u00e9portation.
|
requestAcceptedFrom=\u00a77{0} a accept\u00e9 votre demande de t\u00e9l\u00e9portation.
|
||||||
requestDenied=\u00a77Demande de t\u00e9l\u00e9portation refus\u00e9e.
|
requestDenied=\u00a77Demande de t\u00e9l\u00e9portation refus\u00e9e.
|
||||||
requestDeniedFrom=\u00a77{0} a refus\u00e9 votre demande de t\u00e9l\u00e9portation.
|
requestDeniedFrom=\u00a77{0} a refus\u00e9 votre demande de t\u00e9l\u00e9portation.
|
||||||
requestSent=\u00a77Requ\u00eate envoy\u00e9e \u00e0 {0}\u00a77.
|
requestSent=\u00a77Requ\u00eate envoy\u00e9e \u00e0 {0}\u00a77.
|
||||||
requestTimedOut=\u00a7cLa demande de t\u00e9l\u00e9portation a expir\u00e9.
|
requestTimedOut=\u00a7cLa demande de t\u00e9l\u00e9portation a expir\u00e9.
|
||||||
requiredBukkit=* ! * Vous avez au moins besoin de la version {0} de CraftBukkit. T\u00e9l\u00e9chargez-la ici http://dl.bukkit.org/downloads/craftbukkit/
|
requiredBukkit=* \! * Vous avez au moins besoin de la version {0} de CraftBukkit. T\u00e9l\u00e9chargez-la ici http\://dl.bukkit.org/downloads/craftbukkit/
|
||||||
resetBal=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs en ligne.
|
resetBal=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs en ligne.
|
||||||
resetBalAll=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs.
|
resetBalAll=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs.
|
||||||
returnPlayerToJailError=Une erreur est survenue en essayant de remettre le joueur {0} dans la prison {1}.
|
returnPlayerToJailError=Une erreur est survenue en essayant de remettre le joueur {0} dans la prison {1}.
|
||||||
|
@ -405,7 +405,7 @@ seconds=secondes
|
||||||
seenOffline=Le joueur {0} est hors ligne depuis {1}.
|
seenOffline=Le joueur {0} est hors ligne depuis {1}.
|
||||||
seenOnline=Le joueur {0} est en ligne depuis {1}.
|
seenOnline=Le joueur {0} est en ligne depuis {1}.
|
||||||
serverFull=Le serveur est plein.
|
serverFull=Le serveur est plein.
|
||||||
serverTotal=Total du serveur : {0}
|
serverTotal=Total du serveur \: {0}
|
||||||
setBal=\u00a7aVotre solde a \u00e9t\u00e9 modifi\u00e9 \u00e0 {0}.
|
setBal=\u00a7aVotre solde a \u00e9t\u00e9 modifi\u00e9 \u00e0 {0}.
|
||||||
setBalOthers=\u00a7aVous avez modifi\u00e0 le solde de {0} \u00e0 {1}.
|
setBalOthers=\u00a7aVous avez modifi\u00e0 le solde de {0} \u00e0 {1}.
|
||||||
setSpawner=Type de g\u00e9n\u00e9rateur chang\u00e9 en {0}.
|
setSpawner=Type de g\u00e9n\u00e9rateur chang\u00e9 en {0}.
|
||||||
|
@ -414,7 +414,7 @@ shoutFormat=\u00a77[Crie]\u00a7f {0}
|
||||||
signFormatFail=\u00a74[{0}]
|
signFormatFail=\u00a74[{0}]
|
||||||
signFormatSuccess=\u00a71[{0}]
|
signFormatSuccess=\u00a71[{0}]
|
||||||
signFormatTemplate=[{0}]
|
signFormatTemplate=[{0}]
|
||||||
signProtectInvalidLocation=\u00a74Vous n'avez pas l'autorisation de cr\u00e9er une pancarte ici.
|
signProtectInvalidLocation=\u00a74Vous n''avez pas l''autorisation de cr\u00e9er une pancarte ici.
|
||||||
similarWarpExist=Un warp avec un nom similaire existe d\u00e9j\u00e0.
|
similarWarpExist=Un warp avec un nom similaire existe d\u00e9j\u00e0.
|
||||||
slimeMalformedSize=Taille incorrecte.
|
slimeMalformedSize=Taille incorrecte.
|
||||||
socialSpy=\u00a77SocialSpy {1} \u00a77pour {0}\u00a77.
|
socialSpy=\u00a77SocialSpy {1} \u00a77pour {0}\u00a77.
|
||||||
|
@ -422,12 +422,12 @@ soloMob=Cette cr\u00e9ature pr\u00e9f\u00e8re \u00eatre seule.
|
||||||
spawnSet=\u00a77Le point de d\u00e9part a \u00e9t\u00e9 d\u00e9fini pour le groupe {0}.
|
spawnSet=\u00a77Le point de d\u00e9part a \u00e9t\u00e9 d\u00e9fini pour le groupe {0}.
|
||||||
spawned=invoqu\u00e9(s)
|
spawned=invoqu\u00e9(s)
|
||||||
sudoExempt=Vous ne pouvez pas ex\u00e9cuter une commande de force \u00e0 la place de ce joueur.
|
sudoExempt=Vous ne pouvez pas ex\u00e9cuter une commande de force \u00e0 la place de ce joueur.
|
||||||
sudoRun=Le joueur {0} ex\u00e9cute de force : /{1} {2}
|
sudoRun=Le joueur {0} ex\u00e9cute de force \: /{1} {2}
|
||||||
suicideMessage=\u00a77Au revoir monde cruel...
|
suicideMessage=\u00a77Au revoir monde cruel...
|
||||||
suicideSuccess=\u00a77{0} s''est suicid\u00e9.
|
suicideSuccess=\u00a77{0} s''est suicid\u00e9.
|
||||||
survival=survie
|
survival=survie
|
||||||
takenFromAccount=\u00a7c{0} ont \u00e9t\u00e9 retir\u00e9s de votre compte.
|
takenFromAccount=\u00a7c{0} ont \u00e9t\u00e9 retir\u00e9s de votre compte.
|
||||||
takenFromOthersAccount=\u00a7c{0} retir\u00e9s du compte de {1}\u00a7c. Nouveau solde : {2}
|
takenFromOthersAccount=\u00a7c{0} retir\u00e9s du compte de {1}\u00a7c. Nouveau solde \: {2}
|
||||||
teleportAAll=\u00a77Demande de t\u00e9l\u00e9portation envoy\u00e9e \u00e0 tous les joueurs...
|
teleportAAll=\u00a77Demande de t\u00e9l\u00e9portation envoy\u00e9e \u00e0 tous les joueurs...
|
||||||
teleportAll=\u00a77T\u00e9l\u00e9portation de tous les joueurs.
|
teleportAll=\u00a77T\u00e9l\u00e9portation de tous les joueurs.
|
||||||
teleportAtoB=\u00a77{0}\u00a77 vous a t\u00e9l\u00e9port\u00e9 \u00e0 {1}\u00a77.
|
teleportAtoB=\u00a77{0}\u00a77 vous a t\u00e9l\u00e9port\u00e9 \u00e0 {1}\u00a77.
|
||||||
|
@ -448,95 +448,95 @@ tempBanned=Banni temporairement du serveur pour {0}.
|
||||||
tempbanExempt=\u00a77Vous ne pouvez pas bannir temporairement ce joueur.
|
tempbanExempt=\u00a77Vous ne pouvez pas bannir temporairement ce joueur.
|
||||||
thunder=Vous avez {0} la foudre dans votre monde.
|
thunder=Vous avez {0} la foudre dans votre monde.
|
||||||
thunderDuration=Vous avez {0} la foudre sur le serveur pendant {1} seconde(s).
|
thunderDuration=Vous avez {0} la foudre sur le serveur pendant {1} seconde(s).
|
||||||
timeBeforeHeal=Temps avant le prochain soin : {0}
|
timeBeforeHeal=Temps avant le prochain soin \: {0}
|
||||||
timeBeforeTeleport=Temps avant la prochaine t\u00e9l\u00e9portation {0}
|
timeBeforeTeleport=Temps avant la prochaine t\u00e9l\u00e9portation {0}
|
||||||
timeFormat=\u00a73{0}\u00a7f ou \u00a73{1}\u00a7f ou \u00a73{2}\u00a7f
|
timeFormat=\u00a73{0}\u00a7f ou \u00a73{1}\u00a7f ou \u00a73{2}\u00a7f
|
||||||
timePattern=(?:([0-9]+)\\\\s*[ya][a-z]*[,\\\\s]*)?(?:([0-9]+)\\\\s*mo[a-z]*[,\\\\s]*)?(?:([0-9]+)\\\\s*(?:sem|w)[a-z]*[,\\\\s]*)?(?:([0-9]+)\\\\s*[dj][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*[ya][a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*mo[a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*(?\:sem|w)[a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*[dj][a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*h[a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*m[a-z]*[,\\\\s]*)?(?\:([0-9]+)\\\\s*(?\:s[a-z]*)?)?
|
||||||
timeSet=Heure r\u00e9gl\u00e9e dans tous les mondes.
|
timeSet=Heure r\u00e9gl\u00e9e dans tous les mondes.
|
||||||
timeSetPermission=\u00a7cVous n'\u00eates pas autoris\u00e9 \u00e0 r\u00e9gler l'heure.
|
timeSetPermission=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 r\u00e9gler l''heure.
|
||||||
timeWorldCurrent=Il est \u00a73{1}\u00a77 dans \u00a7c{0}.
|
timeWorldCurrent=Il est \u00a73{1}\u00a77 dans \u00a7c{0}.
|
||||||
timeWorldSet=L''heure a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 {0} dans : \u00a7c{1}
|
timeWorldSet=L''heure a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 {0} dans \: \u00a7c{1}
|
||||||
totalWorthAll=\u00a7aTous les blocs et items ont \u00e9t\u00e9 vendus pour une valeur totale de \u00a7c{1}\u00a7a.
|
totalWorthAll=\u00a7aTous les blocs et items ont \u00e9t\u00e9 vendus pour une valeur totale de \u00a7c{1}\u00a7a.
|
||||||
totalWorthBlocks=\u00a7aTous les blocs ont \u00e9t\u00e9 vendus pour une valeur totale de \u00a7c{1}\u00a7a.
|
totalWorthBlocks=\u00a7aTous les blocs ont \u00e9t\u00e9 vendus pour une valeur totale de \u00a7c{1}\u00a7a.
|
||||||
tps=TPS actuellement = {0}
|
tps=TPS actuellement \= {0}
|
||||||
tradeCompleted=\u00a77\u00c9change termin\u00e9.
|
tradeCompleted=\u00a77\u00c9change termin\u00e9.
|
||||||
tradeSignEmpty=Le panneau de vente n'a pas encore assez de stock.
|
tradeSignEmpty=Le panneau de vente n''a pas encore assez de stock.
|
||||||
tradeSignEmptyOwner=Il n'y a rien \u00e0 collecter de cette pancarte d'\u00e9change commercial.
|
tradeSignEmptyOwner=Il n''y a rien \u00e0 collecter de cette pancarte d''\u00e9change commercial.
|
||||||
treeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration de l'arbre. Essayez de nouveau sur de l'herbe ou de la terre.
|
treeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration de l''arbre. Essayez de nouveau sur de l''herbe ou de la terre.
|
||||||
treeSpawned=\u00a77Arbre cr\u00e9\u00e9.
|
treeSpawned=\u00a77Arbre cr\u00e9\u00e9.
|
||||||
true=\u00a72vrai\u00a7f
|
true=\u00a72vrai\u00a7f
|
||||||
typeTpaccept=\u00a77Pour le t\u00e9l\u00e9porter, utilisez \u00a7c/tpaccept\u00a77 \u00a77ou \u00a7c/tpyes\u00a77.
|
typeTpaccept=\u00a77Pour le t\u00e9l\u00e9porter, utilisez \u00a7c/tpaccept\u00a77 \u00a77ou \u00a7c/tpyes\u00a77.
|
||||||
typeTpdeny=\u00a77Pour d\u00e9cliner cette demande, utilisez \u00a7c/tpdeny\u00a77 \u00a77ou \u00a7c/tpno\u00a77.
|
typeTpdeny=\u00a77Pour d\u00e9cliner cette demande, utilisez \u00a7c/tpdeny\u00a77 \u00a77ou \u00a7c/tpno\u00a77.
|
||||||
typeWorldName=\u00a77Vous pouvez aussi taper le nom d'un monde sp\u00e9cifique.
|
typeWorldName=\u00a77Vous pouvez aussi taper le nom d''un monde sp\u00e9cifique.
|
||||||
unableToSpawnMob=Incapable d'invoquer une cr\u00e9ature.
|
unableToSpawnMob=Incapable d''invoquer une cr\u00e9ature.
|
||||||
unignorePlayer=Vous n''ignorez plus {0}.
|
unignorePlayer=Vous n''ignorez plus {0}.
|
||||||
unknownItemId=Num\u00e9ro d''objet inconnu : {0}
|
unknownItemId=Num\u00e9ro d''objet inconnu \: {0}
|
||||||
unknownItemInList=L''objet {0} est inconnu dans la liste {1}.
|
unknownItemInList=L''objet {0} est inconnu dans la liste {1}.
|
||||||
unknownItemName=Nom d''objet inconnu : {0}
|
unknownItemName=Nom d''objet inconnu \: {0}
|
||||||
unlimitedItemPermission=\u00a7cPas de permission pour l''objet illimit\u00e9 {0}.
|
unlimitedItemPermission=\u00a7cPas de permission pour l''objet illimit\u00e9 {0}.
|
||||||
unlimitedItems=Objets illimit\u00e9s :
|
unlimitedItems=Objets illimit\u00e9s \:
|
||||||
unmutedPlayer=Le joueur {0} n''est plus muet.
|
unmutedPlayer=Le joueur {0} n''est plus muet.
|
||||||
unvanished=\u00a7aVous \u00eates de nouveau visible.
|
unvanished=\u00a7aVous \u00eates de nouveau visible.
|
||||||
unvanishedReload=\u00a7cUn reload vous a rendu de nouveau visible.
|
unvanishedReload=\u00a7cUn reload vous a rendu de nouveau visible.
|
||||||
upgradingFilesError=Erreur durant la mise \u00e0 jour des fichiers.
|
upgradingFilesError=Erreur durant la mise \u00e0 jour des fichiers.
|
||||||
uptime=\u00a76Dur\u00e9e de fonctionnement :\u00a7c {0}
|
uptime=\u00a76Dur\u00e9e de fonctionnement \:\u00a7c {0}
|
||||||
userAFK=\u00a75{0} \u00a75est actuellement absent/AFK et peut ne pas r\u00e9pondre.
|
userAFK=\u00a75{0} \u00a75est actuellement absent/AFK et peut ne pas r\u00e9pondre.
|
||||||
userDoesNotExist=L''utilisateur {0} n''existe pas.
|
userDoesNotExist=L''utilisateur {0} n''existe pas.
|
||||||
userIsAway={0} est d\u00e9sormais AFK.
|
userIsAway={0} est d\u00e9sormais AFK.
|
||||||
userIsNotAway={0} n''est plus AFK.
|
userIsNotAway={0} n''est plus AFK.
|
||||||
userJailed=\u00a77Vous avez \u00e9t\u00e9 emprisonn\u00e9.
|
userJailed=\u00a77Vous avez \u00e9t\u00e9 emprisonn\u00e9.
|
||||||
userUnknown=\u00a74Attention : le joueur \u00a7c{0}\u00a74 n''est jamais venu sur ce serveur.
|
userUnknown=\u00a74Attention \: le joueur \u00a7c{0}\u00a74 n''est jamais venu sur ce serveur.
|
||||||
userUsedPortal={0} a utilis\u00e9 un portail existant.
|
userUsedPortal={0} a utilis\u00e9 un portail existant.
|
||||||
userdataMoveBackError=\u00c9chec du d\u00e9placement de userdata/{0}.tmp vers userdata/{1}
|
userdataMoveBackError=\u00c9chec du d\u00e9placement de userdata/{0}.tmp vers userdata/{1}
|
||||||
userdataMoveError=\u00c9chec du d\u00e9placement de userdata/{0} vers userdata/{1}.tmp
|
userdataMoveError=\u00c9chec du d\u00e9placement de userdata/{0} vers userdata/{1}.tmp
|
||||||
usingTempFolderForTesting=Utilise un fichier temporaire pour un test.
|
usingTempFolderForTesting=Utilise un fichier temporaire pour un test.
|
||||||
vanished=\u00a7aVous \u00eates d\u00e9sormais invisible.
|
vanished=\u00a7aVous \u00eates d\u00e9sormais invisible.
|
||||||
versionMismatch=Versions diff\u00e9rentes ! Veuillez mettre {0} \u00e0 la m\u00eame version.
|
versionMismatch=Versions diff\u00e9rentes \! Veuillez mettre {0} \u00e0 la m\u00eame version.
|
||||||
versionMismatchAll=Mauvaise version ! Veuillez mettre des jars Essentials de m\u00eame version.
|
versionMismatchAll=Mauvaise version \! Veuillez mettre des jars Essentials de m\u00eame version.
|
||||||
voiceSilenced=\u00a77Vous avez \u00e9t\u00e9 r\u00e9duit au silence.
|
voiceSilenced=\u00a77Vous avez \u00e9t\u00e9 r\u00e9duit au silence.
|
||||||
walking=en train de marcher
|
walking=en train de marcher
|
||||||
warpDeleteError=Probl\u00e8me concernant la suppression du fichier warp.
|
warpDeleteError=Probl\u00e8me concernant la suppression du fichier warp.
|
||||||
warpList={0}
|
warpList={0}
|
||||||
warpListPermission=\u00a7cVous n'avez pas la permission d'afficher la liste des points de t\u00e9l\u00e9portation.
|
warpListPermission=\u00a7cVous n''avez pas la permission d''afficher la liste des points de t\u00e9l\u00e9portation.
|
||||||
warpNotExist=Ce warp n'existe pas.
|
warpNotExist=Ce warp n''existe pas.
|
||||||
warpOverwrite=\u00a7cVous ne pouvez pas \u00e9craser ce warp.
|
warpOverwrite=\u00a7cVous ne pouvez pas \u00e9craser ce warp.
|
||||||
warpSet=\u00a77Le warp {0} a \u00e9t\u00e9 cr\u00e9\u00e9.
|
warpSet=\u00a77Le warp {0} a \u00e9t\u00e9 cr\u00e9\u00e9.
|
||||||
warpUsePermission=\u00a7cVous n'avez pas la permission d'utiliser ce warp.
|
warpUsePermission=\u00a7cVous n''avez pas la permission d''utiliser ce warp.
|
||||||
warpingTo=\u00a77T\u00e9l\u00e9portation vers {0}.
|
warpingTo=\u00a77T\u00e9l\u00e9portation vers {0}.
|
||||||
warps=warps : {0}
|
warps=\u00a76Warps\:\u00a7r {0}
|
||||||
warpsCount=\u00a77Il y a {0} warp(s). Page {1} sur {2}.
|
warpsCount=\u00a77Il y a {0} warp(s). Page {1} sur {2}.
|
||||||
weatherStorm=\u00a77Vous avez programm\u00e9 l''orage dans {0}.
|
weatherStorm=\u00a77Vous avez programm\u00e9 l''orage dans {0}.
|
||||||
weatherStormFor=\u00a77Vous avez programm\u00e9 l''orage dans {0} pour {1} seconde(s).
|
weatherStormFor=\u00a77Vous avez programm\u00e9 l''orage dans {0} pour {1} seconde(s).
|
||||||
weatherSun=\u00a77Vous avez programm\u00e9 le beau temps dans {0}.
|
weatherSun=\u00a77Vous avez programm\u00e9 le beau temps dans {0}.
|
||||||
weatherSunFor=\u00a77Vous avez programm\u00e9 le beau temps dans {0} pour {1} seconde(s).
|
weatherSunFor=\u00a77Vous avez programm\u00e9 le beau temps dans {0} pour {1} seconde(s).
|
||||||
whoisAFK=\u00a76 - AFK/Absent :\u00a7f {0}
|
whoisAFK=\u00a76 - AFK/Absent \:\u00a7f {0}
|
||||||
whoisBanned=\u00a76 - Banni :\u00a7f {0}
|
whoisBanned=\u00a76 - Banni \:\u00a7f {0}
|
||||||
whoisExp=\u00a76 - Exp\u00e9rience :\u00a7f {0} (Niveau {1})
|
whoisExp=\u00a76 - Exp\u00e9rience \:\u00a7f {0} (Niveau {1})
|
||||||
whoisFly=\u00a76 - Vol :\u00a7f {0} ({1})
|
whoisFly=\u00a76 - Fly mode \:\u00a7f {0} ({1})
|
||||||
whoisGamemode=\u00a76 - Mode de jeu :\u00a7f {0}
|
whoisGamemode=\u00a76 - Mode de jeu \:\u00a7f {0}
|
||||||
whoisGeoLocation=\u00a76 - Emplacement :\u00a7f {0}
|
whoisGeoLocation=\u00a76 - Emplacement \:\u00a7f {0}
|
||||||
whoisGod=\u00a76 - Mode Dieu :\u00a7f {0}
|
whoisGod=\u00a76 - Mode Dieu \:\u00a7f {0}
|
||||||
whoisHealth=\u00a76 - Sant\u00e9 :\u00a7f {0} / 20
|
whoisHealth=\u00a76 - Sant\u00e9 \:\u00a7f {0} / 20
|
||||||
whoisIPAddress=\u00a76 - Adresse IP :\u00a7f {0}
|
whoisIPAddress=\u00a76 - Adresse IP \:\u00a7f {0}
|
||||||
whoisJail=\u00a76 - Prison :\u00a7f {0}
|
whoisJail=\u00a76 - Prison \:\u00a7f {0}
|
||||||
whoisLocation=\u00a76 - Position :\u00a7f ({0}, {1}, {2}, {3})
|
whoisLocation=\u00a76 - Position \:\u00a7f ({0}, {1}, {2}, {3})
|
||||||
whoisMoney=\u00a76 - Argent :\u00a7f {0}
|
whoisMoney=\u00a76 - Argent \:\u00a7f {0}
|
||||||
whoisMuted=\u00a76 - Muet :\u00a7f {0}
|
whoisMuted=\u00a76 - Muet \:\u00a7f {0}
|
||||||
whoisNick=\u00a76 - Surnom :\u00a7f {0}
|
whoisNick=\u00a76 - Surnom \:\u00a7f {0}
|
||||||
whoisOp=\u00a76 - OP :\u00a7f {0}
|
whoisOp=\u00a76 - OP \:\u00a7f {0}
|
||||||
whoisTop=\u00a76 ====== WhoIs:\u00a7f {0} \u00a76======
|
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7f {0} \u00a76\=\=\=\=\=\=
|
||||||
worth=\u00a77Un stack de {0} vaut \u00a7c{1}\u00a77 ({2} objet(s) \u00e0 {3} chacun)
|
worth=\u00a77Un stack de {0} vaut \u00a7c{1}\u00a77 ({2} objet(s) \u00e0 {3} chacun)
|
||||||
worthMeta=\u00a77Un stack de {0} de type {1} vaut \u00a7c{2}\u00a77 ({3} objet(s) \u00e0 {4} chacun)
|
worthMeta=\u00a77Un stack de {0} de type {1} vaut \u00a7c{2}\u00a77 ({3} objet(s) \u00e0 {4} chacun)
|
||||||
worthSet=Valeur cr\u00e9\u00e9e.
|
worthSet=Valeur cr\u00e9\u00e9e.
|
||||||
year=ann\u00e9e
|
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} message(s) ! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
youHaveNewMail=\u00a7cVous avez {0} message(s) \! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
||||||
whoisHunger=\u00a76 - Faim :\u00a7r {0} / 20 (+{1} saturation)
|
whoisHunger=\u00a76 - Faim \:\u00a7r {0} / 20 (+{1} saturation)
|
||||||
kitDelay=\u00a7m{0}\u00a7r
|
kitDelay=\u00a7m{0}\u00a7r
|
||||||
giveSpawnFailure=\u00a74Pas assez d''espace dans l''inventaire, \u00a7c{0} \u00a7c{1} \u00a74n''ont pas pu \u00eatre donn\u00e9s.
|
giveSpawnFailure=\u00a74Pas assez d''espace dans l''inventaire, \u00a7c{0} \u00a7c{1} \u00a74n''ont pas pu \u00eatre donn\u00e9s.
|
||||||
noKitGroup=\u00a74Vous n'avez pas acc\u00e8 \u00e0 ce kit.
|
noKitGroup=\u00a74Vous n''avez pas acc\u00e8 \u00e0 ce kit.
|
||||||
inventoryClearingFromAll=\u00a76Tous les inventaires sont en train d'\u00ea vid\u00e9s...
|
inventoryClearingFromAll=\u00a76Tous les inventaires sont en train d''\u00ea vid\u00e9s...
|
||||||
inventoryClearingAllItems=\u00a76Tous les items de l''inventaire de {0}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
inventoryClearingAllItems=\u00a76Tous les items de l''inventaire de {0}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
||||||
inventoryClearingAllArmor=\u00a76Tous les items de l''inventaire et l''armure de {0}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
inventoryClearingAllArmor=\u00a76Tous les items de l''inventaire et l''armure de {0}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
||||||
inventoryClearingAllStack=\u00a76Tous les\u00a7c {0} \u00a76de l''inventaire de {1}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
inventoryClearingAllStack=\u00a76Tous les\u00a7c {0} \u00a76de l''inventaire de {1}\u00a76 ont \u00e9t\u00e9 supprim\u00e9s.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue