author | cniehaus <cniehaus> | 2002-12-14 20:10:43 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-14 20:10:43 (UTC) |
commit | 4e0f38ac08b38528dd22e138374f7ee243cc4148 (patch) (side-by-side diff) | |
tree | 035efe39aff5306bcb466801a8618b0604dcac13 /i18n/da/snake.ts | |
parent | a7752e9b70b3cf13afe6614ce646ccb5aedc4923 (diff) | |
download | opie-4e0f38ac08b38528dd22e138374f7ee243cc4148.zip opie-4e0f38ac08b38528dd22e138374f7ee243cc4148.tar.gz opie-4e0f38ac08b38528dd22e138374f7ee243cc4148.tar.bz2 |
Hi Mellen :)
As you see I would like to give you a chance to work for OPIE ;)
cfish made the script working and now you have a _lot_ new files.
-rw-r--r-- | i18n/da/snake.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/i18n/da/snake.ts b/i18n/da/snake.ts new file mode 100644 index 0000000..d9d6107 --- a/dev/null +++ b/i18n/da/snake.ts @@ -0,0 +1,40 @@ +<!DOCTYPE TS><TS> +<context> + <name>SnakeGame</name> + <message> + <source>Snake</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New Game</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SNAKE!</source> + <translation type="unfinished"></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> + </message> + <message> + <source>Press Any Key To Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source> Score : %1 </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GAME OVER! + Your Score: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Press Any Key to Begin a New Game.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |