mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-04-13 20:10:57 +02:00
42 lines
1.3 KiB
Properties
42 lines
1.3 KiB
Properties
########################################
|
|
## Programming project code
|
|
## UniBw M, 2022, 2023, 2024
|
|
## www.unibw.de/inf2
|
|
## (c) Mark Minas (mark.minas@unibw.de)
|
|
########################################
|
|
#
|
|
battleship.name=Battleship
|
|
button.ready=Ready
|
|
button.rotate=Rotate
|
|
server.connection.failed=Failed to establish a server connection.
|
|
its.your.turn=It's your turn! Click on the opponent's field to shoot...
|
|
lost.connection.to.server=Lost connection to server. The game terminated.
|
|
place.ships.in.your.map=Place ships in your map.
|
|
wait.for.an.opponent=Wait for an opponent!
|
|
wait.for.opponent=Wait for your opponent!
|
|
confirm.leaving=Would you really like to leave the game?
|
|
you.lost.the.game=You lost the game!
|
|
you.won.the.game=You won the game!
|
|
button.yes=Yes
|
|
button.no=No
|
|
button.ok=Ok
|
|
button.connect=Connect
|
|
button.cancel=Cancel
|
|
server.dialog=Server
|
|
host.name=Host
|
|
port.number=Port
|
|
wait.its.not.your.turn=Wait, it's not your turn!!
|
|
menu.quit=Quit game
|
|
menu.return-to-game=Return to game
|
|
menu.sound-enabled=Sound switched on
|
|
menu.background-sound-enabled=Background music switched on
|
|
menu.map.load=Load map from file...
|
|
menu.map.save=Save map in file...
|
|
label.file=File:
|
|
label.connecting=Connecting...
|
|
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
|
|
client.server-start=Start server
|