Updated Branches: refs/heads/master e32f931cb -> 1dd33e198
TAP5-1010 (Fix Finnish validation message translation) Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1dd33e19 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1dd33e19 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1dd33e19 Branch: refs/heads/master Commit: 1dd33e198134296c13048b07e928eb0d2b9e2a96 Parents: e32f931 Author: bharner <[email protected]> Authored: Mon Jan 21 18:49:53 2013 -0500 Committer: bharner <[email protected]> Committed: Mon Jan 21 18:49:53 2013 -0500 ---------------------------------------------------------------------- .../org/apache/tapestry5/core_fi_FI.properties | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1dd33e19/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 d379c52..c6d74e0 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 @@ -1,4 +1,4 @@ -# Copyright 2012 The Apache Software Foundation +# Copyright 2013 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,3 +38,11 @@ minimum-string-length=Syötä vähintään %d merkkiä "%s" -kenttään. number-format-exception="%s" -kentÂn syÂtteen pit olla numero. regexp=%2$s ei vastaa merkkijonoa '%1$s'. required="%s" -kentästä puuttu syöte. + +# Messages that exist specifically for the client side: + +core-input-not-numeric=Arvo ei ole numero. +core-input-not-integer=Arvo ei ole kokonaisluku. + +core-datefield-today=tänään +core-datefield-none=Poista valinta \ No newline at end of file
