In AjxMsg_fr_FR.properties you can comment(#) these lines, lines with apostrophize ' :
today = aujourd'hui
select = S\u00e9lectionner
workInProgress = En cours d'ex\u00e9cution
stringTooShort = La valeur doit avoir une longueur d'au moins {0} charact\u00e8re.
invalidDateString = La date doit \u00eatre saisi au format: JJ/MM/AAAA ou "aujourd'hui", "demain" or "apr\u00e9s demain".
invalidTimeString = L'heure doit \u00eatre saisi au format: HH:MM[:SS] [AM|PM]
invalidDatetimeString = Le format de la date n'est pas compris.
didNotMatchChoice = La valeur '$0' ne correspond \u00e0 aucune valeur pour ce type.
Dont forget to restart Tomcat and empty the cache of web browser.
To find the line you can use a dichotomic search (there is only 150 line in the file so in 7 attempts you can find 1 line) |