I want to override some PrimeFaces defaults.
According to this link PrimeFaces default messages.properties I wrote a custom message properties:
primefaces.captcha.INVALID = {0}: Erro de Valida\u00e7\u00e3o: Valor inv\u00e1lido.
primefaces.captcha.INVALID_detail = {0}: ''{1}'' n\u00e3o confere com o texto exibido.
primefaces.password.INVALID_MATCH = {0}: Erro de Valida\u00e7\u00e3o: Valor inv\u00e1lido.
primefaces.password.INVALID_MATCH_detail = {0} deve ser igual a {1}.
How can I override some features like weekLabel, goodLabel, strongLabel in the password for example?
I'd like to know what properties keys I should use.