diff options
author | D G Turner | 2017-10-27 10:51:47 +0100 |
---|---|---|
committer | D G Turner | 2017-10-27 10:51:47 +0100 |
commit | 913aae6155bcbe745876041e36fa3f0175b35a2a (patch) | |
tree | 95ca8d64a2983296fcfa9fde5a4ac00be5781342 /engines/saga | |
parent | d50c13a7c7a97f27a60c061671906a12c0d72e0d (diff) | |
download | scummvm-rg350-913aae6155bcbe745876041e36fa3f0175b35a2a.tar.gz scummvm-rg350-913aae6155bcbe745876041e36fa3f0175b35a2a.tar.bz2 scummvm-rg350-913aae6155bcbe745876041e36fa3f0175b35a2a.zip |
SAGA: Correct Tenses in French Fan Translation of ITE.
These changes were suggested by bgK.
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/itedata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp index a40dc32e67..d9d1baeee9 100644 --- a/engines/saga/itedata.cpp +++ b/engines/saga/itedata.cpp @@ -506,7 +506,7 @@ const char *pieceNames[][PUZZLE_PIECES] = { "cesoie", "righello", "sega", "mazza", "pennello" }, { - "tournevis", "pinces", "\202taux \205 vis", "\202taux en bois", "niveau", + "tournevis", "pince", "\202tau \205 vis", "pince \205 bois", "niveau", "ficelle", "rabot \205 bois", "marteau", "m\212tre ruban", "hachette", "ciseaux", "r\212gle", "scie", "maillet", "pinceau" } @@ -645,7 +645,7 @@ const char *optionsStr[][4] = { "Penso che la tessera %s sia nel posto sbagliato." }, { - "\"Je r\202soudrais cette \202nigme plus tard.\"", + "\"Je r\202soudrai cette \202nigme plus tard.\"", "\"Oui, j'aimerais un indice s'il vous plait.\"", "\"Non merci, je voudrais r\202soudre cela par moi même.\"", "Je crois que t'as mal plac\202 l'%s." |