The french translation was sent to cmorgan; I don't know if you're the right person, cmorgan... I saw you were moderator of this forum, if it's not the case I guess you can contact the right ones.
I sent you a modified tp2 file with the following changes:
// Readme time is *before* installing // Isaya : use a language specific readme, if available, otherwise the default (english) // See Widescreen mod for other example of that README ~level1npcs/readme-level1npcs-%LANGUAGE%.html~ ~level1npcs/readme-level1npcs.html~Indeed, we translated the ReadMe.
LANGUAGE ~Francais (traduit par Graoumf, des d'Oghmatiques)~ ~french~ ~level1npcs/languages/french/setup.tra~
ACTION_IF (("scc" = 0x1) OR ("sdc" = 0x1) OR ("tmc" = 0x1) OR ("wpc" = 0x1) OR ("qnb" != 0x0) OR ("ctc" = 0x1) OR ("crc" = 0x1) OR ("fcc" = 0x1)) THEN BEGIN
PRINT @200021
SILENT
ACTION_IF (~%LANGUAGE%~ STRING_EQUAL_CASE ~ENGLISH~) THEN BEGIN
OUTER_SPRINT ~unusability_match~ ~\(Not [Uu]sable [Bb]y\|Unusable [Bb]y\|Only [Uu]sable [Bb]y\)~
OUTER_SPRINT ~NOT_USABLE_BY~ ~Not Usable By:~
OUTER_SPRINT ~NEUTRAL_OR_EVIL~ ~Any Neutral or Evil Character~
OUTER_SPRINT ~DRUID~ ~Druid~
OUTER_SPRINT ~CLERIC~ ~Cleric~
OUTER_SPRINT ~MAGE~ ~Mage~
OUTER_SPRINT ~THIEF~ ~Thief~
OUTER_SPRINT ~FIGHTER~ ~Fighter~
OUTER_SPRINT ~BARD~ ~Bard~
END ELSE BEGIN
ACTION_IF (~%LANGUAGE%~ STRING_EQUAL_CASE ~FRENCH~) THEN BEGIN
OUTER_SPRINT ~unusability_match~ ~\(Non utilisable par\|Inutilisable par\|Utilisable uniquement par\)~
OUTER_SPRINT ~NOT_USABLE_BY~ ~Non utilisable par :~
OUTER_SPRINT ~NEUTRAL_OR_EVIL~ ~Tout personnage mauvais ou neutre~
OUTER_SPRINT ~DRUID~ ~Druide~
OUTER_SPRINT ~CLERIC~ ~Clerc~
OUTER_SPRINT ~THIEF~ ~Voleur~
OUTER_SPRINT ~FIGHTER~ ~Guerrier~
OUTER_SPRINT ~MAGE~ ~Mage~
OUTER_SPRINT ~BARD~ ~Barde~
END
END
I guess there is some others improvements to do with others languages for the last code.And there is also some others suggestions in the txt file "Ameliorations tp2".
Edited by Graoumf, 02 July 2010 - 09:04 AM.













