author | christophe <christophe> | 2003-07-28 13:16:21 (UTC) |
---|---|---|
committer | christophe <christophe> | 2003-07-28 13:16:21 (UTC) |
commit | 6348a97cf7b55fccb0b0ab83a1a7a3a7238572ef (patch) (side-by-side diff) | |
tree | 7185873bb8d9fab3e670c59f340a12ef3a5f0daf /i18n/fr/tictac.ts | |
parent | 571e74b884545d1c547a4247a914ef34cd0fe0aa (diff) | |
download | opie-6348a97cf7b55fccb0b0ab83a1a7a3a7238572ef.zip opie-6348a97cf7b55fccb0b0ab83a1a7a3a7238572ef.tar.gz opie-6348a97cf7b55fccb0b0ab83a1a7a3a7238572ef.tar.bz2 |
End of littles modifications before test again on device. Again: Upercase errors, french sentences constructions errors and grammaticals errors have been corrected. 100% of ressource have been checked.
-rw-r--r-- | i18n/fr/tictac.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/i18n/fr/tictac.ts b/i18n/fr/tictac.ts index d328de0..7c08eec 100644 --- a/i18n/fr/tictac.ts +++ b/i18n/fr/tictac.ts @@ -1,42 +1,42 @@ <!DOCTYPE TS><TS> <defaultcodec>iso8859-1</defaultcodec> <context> <name>TicTacToe</name> <message> <source>Computer starts</source> - <translation>L'ordinateur démarre</translation> + <translation>L'ordinateur commence</translation> </message> <message> <source>Human starts</source> - <translation>Vous commencez</translation> + <translation>L'humain commence ;)</translation> </message> <message> <source>Play!</source> - <translation>Joué!</translation> + <translation>Joué !</translation> </message> <message> <source>Quit</source> <translation>Quitter</translation> </message> <message> <source>Click Play to start</source> - <translation>Cliquez "joué" pour démarrer</translation> + <translation>Cliquez sur Joué pour démarrer</translation> </message> <message> <source>Make your move</source> - <translation>Votre tour</translation> + <translation>A vous de jouer</translation> </message> <message> <source>You won!</source> - <translation>Vous avez gagné!</translation> + <translation>Vous avez gagné !</translation> </message> <message> <source>Computer won!</source> - <translation>L'ordinateur a gagné!</translation> + <translation>L'ordinateur a gagné !</translation> </message> <message> <source>It's a draw</source> <translation>Match nul</translation> </message> </context> </TS> |