Added fi_FI locale for postcode validator
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f825b4a5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f825b4a5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/f825b4a5 Branch: refs/heads/develop Commit: f825b4a51842af0ed618b1c12587943b5888b8b2 Parents: 35c5fbd Author: Justin Mclean <[email protected]> Authored: Tue Mar 19 10:44:48 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Tue Mar 19 10:44:48 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/fi_FI/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f825b4a5/frameworks/projects/apache/bundles/fi_FI/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/fi_FI/apache.properties b/frameworks/projects/apache/bundles/fi_FI/apache.properties index 29940f7..757af02 100644 --- a/frameworks/projects/apache/bundles/fi_FI/apache.properties +++ b/frameworks/projects/apache/bundles/fi_FI/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=Postinumero sisältää sopimattomia merkkejä. +wrongLengthPostcodeError=Postinumero on väärän pituinen. +wrongFormatPostcodeError=Postinumero on väärässä muodossa. +incorrectFormatPostcodeError=Postinumeron muotoilumerkkijono on epäkelpo.
