1.2.0-dev
This commit is contained in:
parent
d0c27ae733
commit
0f349c3ea0
7 changed files with 67 additions and 14 deletions
|
|
@ -1,3 +1,8 @@
|
|||
minecleaner.info.version=Version
|
||||
minecleaner.info.developer=Developed by
|
||||
minecleaner.info.website=Website
|
||||
minecleaner.info.license=License
|
||||
|
||||
arena.name.invalid=Invalid arena name. Allowed are letters, numbers and the underscore
|
||||
arena.name.exists=An arena with this name already exists
|
||||
arena.widthindex.invalid=Not a valid Arena WidthIndex
|
||||
|
|
@ -6,4 +11,14 @@ arena.widthindex.toolarge=Arena WidthIndex must not be greater than 3
|
|||
arena.create.lookAtCenter=Please look at the block that should be in the center of the {0} field.
|
||||
arena.create.lookAtSide=Please look at the side of the block where the {0} field is to be created.
|
||||
arena.create.otherArena=There is already an arena at this location.
|
||||
arena.create.success=The arena has been created successfully.
|
||||
arena.create.success=The arena has been created successfully.
|
||||
|
||||
arena.list=Created {0} arenas
|
||||
arena.list.none=(none)
|
||||
|
||||
data.player.noData=No data exists for player "{0}".
|
||||
data.player.self=Your {0} statistics
|
||||
data.player.other={0} statistics from {1}
|
||||
|
||||
data.delete.playerNotFound=A player with the name "{0}" could not be found.
|
||||
data.delete.deleted=All {0} stats of player "{1}" have been deleted.
|
||||
Loading…
Add table
Add a link
Reference in a new issue