// Libellés associés au form_validate.js pour la langue fr
FV_MUST_FILL = "Vous devez renseigner le champ '%%field%%'" ;
FV_CHARS_NOT_ENOUGH = "Le champ '%%field%%' doit comporter au moins %%minlength%% caractère(s)" ;
FV_CHARS_TOO_MUCH = "Le champ '%%field%%' doit comporter au maximum %%maxlength%% caractère(s)." ;
FV_NOT_A_NUMBER = "Le champ '%%field%%' est incorrect : il doit etre numérique." ;
FV_DECIMALS_TOO_MUCH = "Le champ '%%field%%' doit comporter au maximum %%maxdecs%% décimale(s)." ;
FV_INVALID_EMAIL = "Le champ '%%field%%' ne contient pas un e-mail valide." ;
FV_NUMERIC_TOO_MUCH = "Le champs '%%field%%' doit être supérieur ou égal à %%minval%%." ;
FV_NUMERIC_NOT_ENOUGH = "Le champs '%%field%%' doit être inférieur ou égal à %%maxval%%." ;
