-rw-r--r-- | i18n/da/snake.ts | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/i18n/da/snake.ts b/i18n/da/snake.ts index 574e24d..b0ba044 100644 --- a/i18n/da/snake.ts +++ b/i18n/da/snake.ts @@ -1,43 +1,51 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> <translation>Snake</translation> </message> <message> <source>New Game</source> <translation>Nyt spil</translation> </message> <message> <source>SNAKE!</source> <translation>SNAKE!</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>Brug piletasterne for at guide slangen til at æde musen. Du må ikke støde ind i vægge, kanter eller dens hale.</translation> </message> <message> <source>Press Any Key To Start</source> - <translation>Tryk en tast for at starte</translation> + <translation type="obsolete">Tryk en tast for at starte</translation> </message> <message> <source> Score : %1 </source> <translation> Point : %1 </translation> </message> <message> <source>GAME OVER! Your Score: %1</source> <translation>GAME OVER! Dine point: %1</translation> </message> <message> <source>Press Any Key to Begin a New Game.</source> - <translation>Tryk en tast for at begynde et nyt spil.</translation> + <translation type="obsolete">Tryk en tast for at begynde et nyt spil.</translation> + </message> + <message> + <source>Press any key to start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Press any key to begin a new game.</source> + <translation type="unfinished"></translation> </message> </context> </TS> |