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=Entwickelt von
|
||||
minecleaner.info.website=Website
|
||||
minecleaner.info.license=Lizenz
|
||||
|
||||
arena.name.invalid=Ungueltiger Arenaname. Erlaubt sind Buchstaben, Zahlen und der Unterstrich
|
||||
arena.name.exists=Eine Arena mit diesem Namen existiert bereits
|
||||
arena.widthindex.invalid=Kein Valider Arena WidthIndex!
|
||||
|
|
@ -6,4 +11,14 @@ arena.widthindex.toolarge=Arena WidthIndex darf nicht groesser als 3 sein
|
|||
arena.create.lookAtCenter=Bitte gucke den Block an, der im Zentrum des {0}-Spielfelds sein soll.
|
||||
arena.create.lookAtSide=Bitte gucke die Seite des Blockes an, wo das {0}-Spielfeld erstellt werden soll.
|
||||
arena.create.otherArena=An dieser Stelle befindet sich bereits eine Arena.
|
||||
arena.create.success=Die Arena wurde erfolgreich angelegt.
|
||||
arena.create.success=Die Arena wurde erfolgreich angelegt.
|
||||
|
||||
arena.list=Angelegte {0}-Arenen
|
||||
arena.list.none=(keine)
|
||||
|
||||
data.player.noData=Fuer Spieler "{0}" existieren keine Daten.
|
||||
data.player.self=Deine {0} Statistik
|
||||
data.player.other={0}-Statistik von {1}
|
||||
|
||||
data.delete.playerNotFound=Ein Spieler mit dem Namen "{0}" konnte nicht gefunden werden.
|
||||
data.delete.deleted=Alle {0}-Statistiken von Spieler "{1}" wurden geloescht.
|
||||
|
|
@ -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