-rw-r--r-- | i18n/pl/snake.ts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/i18n/pl/snake.ts b/i18n/pl/snake.ts index d9d6107..4a77fd5 100644 --- a/i18n/pl/snake.ts +++ b/i18n/pl/snake.ts @@ -1,40 +1,43 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Waz</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Nowa gra</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <translation>WAZ!</translation> </message> <message> <source>Use the arrow keys to guide the snake to eat the mouse. You must not crash into the walls, edges or its tail.</source> - <translation type="unfinished"></translation> + <translation>Uzywaj klawiszy strzalek do poruszania +weza i jedzenia myszek. Musisz +nie wpadac na sciany i przeszkody</translation> </message> <message> <source>Press Any Key To Start</source> - <translation type="unfinished"></translation> + <translation>Wcisnij dowolny klawisz do uruchomienia</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation> Wynik : %1 </translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>KONIEC GRY! + Twoj wynik: %1</translation> </message> <message> <source>Press Any Key to Begin a New Game.</source> - <translation type="unfinished"></translation> + <translation>Wcisnij dowolny klawisz a rozpoczniesz gre.</translation> </message> </context> </TS> |