Hi
Ninoss, thanks for the new version (0.36). Overall, the changes looks good.
Unfortunatelly, I noticed that you haven't fixed many of the chages I reported.
I understand, that you want to stick with your version of webmfinder's get function, so at least I fixed it instead of remaking it, since my comments didn't provide enough hints what's wrong with it.
I won't bother you anymore with the mother id, so if you want others to rename your files instead of using the assigned number, so be it.
The rest is just some minor fixes. There is a diff of every changed file as well.
I also noticed how you have implemented the translation. As a software developer, let me tell you, that it would be a real pain in the ass. Since you made most of it as a replacement of an English value into a French value, it means that you have the English value in more than one place and in case of some changes, it might end in some language mix. Usually, the simple translation is made by having all texts of one language in a file, with a key assigned to every text. Those keys are used in a code, and the selected language just switches the source file of the texts to get the proper value for the key.