There cannot be two identical old strings to translate, and apparently the same old string is repeated in lines 95503 and 95579 of the file ...\game\tl\han_french\translate\
translation.rpy, because
's and
'\s, with the quote with and without the escape backslash (
' =
\') are the same.
Code:
95503 old "Wait for [S]'s return from the Zone"
95979 old "Wait for [S]\'s return from the Zone"
So try removing lines old/new 95979/95980, so that string is translated only once. And when you inquire about an error, do not attach a screenshot, but rather the tracebak.txt and error.txt files with the complete error details, which the game creates in its root folder (where the exe is located) when it shows any error screen. And also the translation.rpy file of the translation you made that contains the string with the error, because it is not easy to identify the cause of the error if you only attach a screenshot, which also does not show the complete log of what caused it. And if you only write the user's nickname in the query without quoting them, the forum won't notify that user that they were quoted either.