Repository: tapestry-5 Updated Branches: refs/heads/master f2636ee98 -> 30de6d2c3
TAP5-2472 : core_fr minimum-string-length Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/30de6d2c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/30de6d2c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/30de6d2c Branch: refs/heads/master Commit: 30de6d2c30abfba4dd95b7ad99730ee66fe23fc2 Parents: f2636ee Author: ffacon <[email protected]> Authored: Thu Apr 16 00:01:12 2015 +0200 Committer: ffacon <[email protected]> Committed: Thu Apr 16 00:01:12 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/org/apache/tapestry5/core_fr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/30de6d2c/tapestry-core/src/main/resources/org/apache/tapestry5/core_fr.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_fr.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_fr.properties index 68414ba..b800d9e 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/core_fr.properties +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_fr.properties @@ -84,7 +84,7 @@ maximum-string-length=Vous ne pouvez donner que %d caractères maximum pour %s. min-integer=%2$s doit avoir la valeur minimale de %1$d. # String "minLength" validator error: -minimum-string-length=Vous ne pouvez donner que %d caractères maximum pour %s. +minimum-string-length=Vous devez donner %d caractères au minimum pour %s. # String-to-number translation error: number-format-exception=Vous devez saisir un nombre pour %s.
