-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
188 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Menu | ||
Menu.1=Spiel starten | ||
Menu.2=Beenden | ||
|
||
# Game | ||
Game.1=Punkte | ||
Game.2=Game Over. Nochmal spielen? | ||
Game.3=Punkte: | ||
Game.4=Höchste Punktzahl: | ||
Game.5=Leben | ||
|
||
# Pause | ||
Pause.1=Zurück | ||
Pause.2=Spiel beenden | ||
Pause.3=Steuerung | ||
Pause.4=Zurück | ||
Pause.5=\u2191: Raumschiff nach oben bewegen | ||
Pause.6=\u2193: Raumschiff nach unten bewegen | ||
Pause.7=\u2192: Raumschiff nach rechts bewegen | ||
Pause.8=\u2190: Raumschiff nach links bewegen | ||
Pause.9=ESC: Spiel pausieren | ||
Pause.10=LEERTASTE: Schießen | ||
|
||
# Languages | ||
ENGLISH=Englisch | ||
GERMAN=Deutsch | ||
|
||
# Dialog | ||
dialog.yes = JA | ||
dialog.no = NEIN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Menu | ||
Menu.1=Start Game | ||
Menu.2=Quit | ||
|
||
# Game | ||
Game.1=Score | ||
Game.2=Game Over. Play Again? | ||
Game.3=Score: | ||
Game.4=HighScore: | ||
Game.5=Lives | ||
|
||
# Pause | ||
Pause.1=Back | ||
Pause.2=Quit Game | ||
Pause.3=Controls | ||
Pause.4=Back | ||
Pause.5=\u2191: Move spaceship up | ||
Pause.6=\u2193: Move spaceship down | ||
Pause.7=\u2192: Move spaceship right | ||
Pause.8=\u2190: Move spaceship left | ||
Pause.9=ESC: Pause the game | ||
PAUSE.10=SPACE: Shoot | ||
|
||
# Languages | ||
ENGLISH=English | ||
GERMAN=German |