author | cniehaus <cniehaus> | 2002-03-27 23:04:38 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-27 23:04:38 (UTC) |
commit | 3310d8c8a2b33b863a0cd8c50873536129c94506 (patch) (side-by-side diff) | |
tree | 30c14a41aca6bc655f2111b3dd2e073db8322a9c /i18n/fr/snake.ts | |
parent | f8fa6efc370f7b0cc2af981f3ea092a3c46b10f9 (diff) | |
download | opie-3310d8c8a2b33b863a0cd8c50873536129c94506.zip opie-3310d8c8a2b33b863a0cd8c50873536129c94506.tar.gz opie-3310d8c8a2b33b863a0cd8c50873536129c94506.tar.bz2 |
this add all (?) needed files for the french translation
-rw-r--r-- | i18n/fr/snake.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/i18n/fr/snake.ts b/i18n/fr/snake.ts new file mode 100644 index 0000000..d9d6107 --- a/dev/null +++ b/i18n/fr/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> |