You had several format errors. It seems you changed the original text.
You can’t change the text in msgid only the text in msgstr, you have to place it back.
You should have something like this:
msgid "By <span itemprop="author" class="fn">%1$s</span> on <span class="date updated">%2$s</span>"
msgid "Posté par <span itemprop="author" class="fn">%1$s</span> sur <span class="date updated">%2$s</span>"
-Rui