All single quotes in properties files needs to be updated with double single quotes to escape them properly, We should find
all non-escpaed single quotes and escape them with double single quotes. There're lots of these around.
eg.
user.profile = Profil de l'utilisateur
needs to be
user.profile = Profil de l''utilisateur
Eg.
fields.validation.date.period.format = Invalid period format in the "{0}" field. fields.validation.date.period.from.to =''From'' field cannot be later than ''To'' field.