mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
More translation stuff. Translated Spawn, Chat, Protect, GeoIP
Protect is only partly translated (sql stuff is not translated) EssentialsSpawn is changed to use the onCommand from Essentials jar, since that is more up to date. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1408 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
8e1f018104
commit
e846093fd0
13 changed files with 76 additions and 109 deletions
|
@ -1,4 +1,4 @@
|
|||
loadinfo = Loaded {0} build {1} maintained by {2}
|
||||
loadinfo = Loaded {0} build {1} by {2}
|
||||
markedAsNotAway = \u00a77You are no longer marked as away.
|
||||
markedAsAway = \u00a77You are now marked as away.
|
||||
userIsNotAway = {0} is no longer AFK
|
||||
|
@ -123,4 +123,27 @@ holeInFloor = Hole in floor
|
|||
currency = {0,currency}
|
||||
warpNotExist = That warp does not exist.
|
||||
similarWarpExist = A warp with a similar name already exists.
|
||||
warpDeleteError = Problem deleting the warp file.
|
||||
warpDeleteError = Problem deleting the warp file.
|
||||
versionMismatchAll = Version mismatch! Please update all Essentials jars to the same version.
|
||||
missingPrefixSuffix = Missing a prefix or suffix for {0}
|
||||
permissionsError = Missing Permissions/GroupManager; chat prefixes/suffixes will be disabled.
|
||||
shoutFormat = \u00a77[Shout]\u00a7f {0}
|
||||
notAllowedToShout = \u00a7cYou are not authorized to shout.
|
||||
questionFormat = \u00a77[Question]\u00a7f {0}
|
||||
notAllowedToQuestion = \u00a7cYou are not authorized to use question.
|
||||
localFormat = Local: <{0}> {1}
|
||||
geoipJoinFormat = Player {0} comes from {1}
|
||||
cantFindGeoIpDB = Can't find GeoIP database!
|
||||
cantReadGeoIpDB = Failed to read GeoIP database!
|
||||
geoIpUrlEmpty = GeoIP download url is empty.
|
||||
downloadingGeoIp = Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
|
||||
geoIpUrlInvalid = GeoIP download url is invalid.
|
||||
connectionFailed = Failed to open connection.
|
||||
alertFormat = \u00a73[{0}] \u00a7f {1} \u00a76 {2} at: {3}
|
||||
alertPlaced = placed:
|
||||
alertBroke = broke:
|
||||
alertUsed = used:
|
||||
buildAlert = \u00a7cYou are not permitted to build
|
||||
protectionOwner = \u00a76[EssentialsProtect] Protection owner: {0}
|
||||
spawnSet = \u00a77Spawn location set for group {0}.
|
||||
teleportNewPlayerError = Failed to teleport new player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue