edited battleship.properties

added a new error message in case ships are out of bounds
This commit is contained in:
Hanno Fleischer hanno.fleischer@unibw.de
2024-10-02 21:04:59 +02:00
parent 562a478ef8
commit d15f1a3f5f
2 changed files with 2 additions and 0 deletions

View File

@@ -37,3 +37,4 @@ dialog.error=Error
dialog.question=Question
port.must.be.integer=Port must be an integer number
map.doesnt.fit=The map doesn't fit to this game
ships.dont.fit.the.map=Ships are out of the Area

View File

@@ -37,3 +37,4 @@ dialog.error=Fehler
dialog.question=Frage
port.must.be.integer=Der Port muss eine ganze Zahl sein
map.doesnt.fit=Diese Karte passt nicht zu diesem Spiel
ships.dont.fit.the.map=Ein Schiff ist au<61>erhalb des Spielfelds plaziert