author | mellen <mellen> | 2003-03-02 17:57:26 (UTC) |
---|---|---|
committer | mellen <mellen> | 2003-03-02 17:57:26 (UTC) |
commit | e1761268c8820ff24dcb73dbcd4b82bc1e1e34a1 (patch) (side-by-side diff) | |
tree | 4f232189cce3b16179d890ae3b03f9500637b613 /i18n/da/snake.ts | |
parent | b3b0d6ec136e550029b9cae7fb714d47071ea5b4 (diff) | |
download | opie-e1761268c8820ff24dcb73dbcd4b82bc1e1e34a1.zip opie-e1761268c8820ff24dcb73dbcd4b82bc1e1e34a1.tar.gz opie-e1761268c8820ff24dcb73dbcd4b82bc1e1e34a1.tar.bz2 |
Danish translations.
-rw-r--r-- | i18n/da/snake.ts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/i18n/da/snake.ts b/i18n/da/snake.ts index d9d6107..574e24d 100644 --- a/i18n/da/snake.ts +++ b/i18n/da/snake.ts @@ -1,40 +1,43 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Snake</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Nyt spil</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <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 type="unfinished"></translation> + <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 type="unfinished"></translation> + <translation>Tryk en tast for at starte</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation> Point : %1 </translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>GAME OVER! + Dine point: %1</translation> </message> <message> <source>Press Any Key to Begin a New Game.</source> - <translation type="unfinished"></translation> + <translation>Tryk en tast for at begynde et nyt spil.</translation> </message> </context> </TS> |