diff options
author | KHobbits <rob@khobbits.co.uk> | 2014-07-12 16:32:42 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2014-07-12 16:32:42 +0100 |
commit | 24ac4e4197eca5225532f3410c02c462c880b233 (patch) | |
tree | dbcca668e48baad4a231dc7a0d451048ffeea5c9 | |
parent | 8ec9b111b301ab3396501631c53a073896ec89bd (diff) | |
download | Essentials-24ac4e4197eca5225532f3410c02c462c880b233.tar Essentials-24ac4e4197eca5225532f3410c02c462c880b233.tar.gz Essentials-24ac4e4197eca5225532f3410c02c462c880b233.tar.lz Essentials-24ac4e4197eca5225532f3410c02c462c880b233.tar.xz Essentials-24ac4e4197eca5225532f3410c02c462c880b233.zip |
Converge ban message translations, and add reason support to default tempban tl key.
-rw-r--r-- | Essentials/src/messages.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 14aaea799..c15d5734d 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -27,7 +27,7 @@ balance=\u00a7aBalance\:\u00a7c {0} balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1} balanceTop=\u00a76Top balances ({0}) banExempt=\u00a74You cannot ban that player. -banFormat=\u00a74Banned\:\n\u00a7r{0} +banFormat=\u00a7cYou have been banned\:\n\u00a7r{0} bed=\u00a7obed\u00a7r bedMissing=\u00a74Your bed is either unset, missing or blocked. bedNull=\u00a7mbed\u00a7r @@ -155,7 +155,7 @@ holdBook=\u00a74You are not holding a writable book. holdFirework=\u00a74You must be holding a firework to add effects. holdPotion=\u00a74You must be holding a potion to apply effects to it. holeInFloor=\u00a74Hole in floor\! -homeSet=\u00a76Home set. +homeSet=\u00a76Home set to current location. homes=\u00a76Homes\:\u00a7r {0} hour=hour hours=hours @@ -426,7 +426,7 @@ teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76. teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76. teleporting=\u00a76Teleporting... teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76. -tempBanned=Temporarily banned from server for {0}. +tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2} tempbanExempt=\u00a74You may not tempban that player. thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world. thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds. |