Repository: tapestry-5 Updated Branches: refs/heads/master 52ffacc3f -> 0698d18fa
TAP5-1237: add finnish and swedish translations for core-date-value-not-parseable Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0698d18f Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0698d18f Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0698d18f Branch: refs/heads/master Commit: 0698d18fa3b82c5506431b22829316b2d7ceacf0 Parents: 52ffacc Author: Jochen Kemnade <[email protected]> Authored: Mon Oct 26 16:42:05 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Oct 26 16:42:05 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/org/apache/tapestry5/core_fi_FI.properties | 2 +- .../src/main/resources/org/apache/tapestry5/core_sv_SE.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0698d18f/tapestry-core/src/main/resources/org/apache/tapestry5/core_fi_FI.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_fi_FI.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_fi_FI.properties index fdabd3c..2cd4d71 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/core_fi_FI.properties +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_fi_FI.properties @@ -24,7 +24,7 @@ #core-cancel-label= # DateField validation error: -#core-date-value-not-parseable= +core-date-value-not-parseable=Päivämäärä "%s" on virheellisessä muodossa. # Validation error summary instructions: core-default-error-banner=Korjaa seuraavat virheet ja yritä uudelleen. http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0698d18f/tapestry-core/src/main/resources/org/apache/tapestry5/core_sv_SE.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_sv_SE.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_sv_SE.properties index 30c372b..45c7d54 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/core_sv_SE.properties +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_sv_SE.properties @@ -24,7 +24,7 @@ #core-cancel-label= # DateField validation error: -#core-date-value-not-parseable= +core-date-value-not-parseable=Datumet "%s" är i fel format. # Validation error summary instructions: core-default-error-banner=Du måste rätta följande fel innan du kan fortsätta.
