author | cniehaus <cniehaus> | 2002-12-25 17:58:09 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-25 17:58:09 (UTC) |
commit | 6e7e2f1e1aeab8b9bc5190726d11e03c3b1896b1 (patch) (side-by-side diff) | |
tree | 02258c030ea773069b12c564199077860ed682d2 /i18n/zh_TW/snake.ts | |
parent | ce5af9d00edb805f4c1115d5a461dae7210cb218 (diff) | |
download | opie-6e7e2f1e1aeab8b9bc5190726d11e03c3b1896b1.zip opie-6e7e2f1e1aeab8b9bc5190726d11e03c3b1896b1.tar.gz opie-6e7e2f1e1aeab8b9bc5190726d11e03c3b1896b1.tar.bz2 |
zh_TW is back with a new maintainer
-rw-r--r-- | i18n/zh_TW/snake.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/i18n/zh_TW/snake.ts b/i18n/zh_TW/snake.ts new file mode 100644 index 0000000..d9d6107 --- a/dev/null +++ b/i18n/zh_TW/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> |