Updated Branches: refs/heads/develop cbfeae50c -> c5869e440
Added nl_NL 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/c5869e44 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c5869e44 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c5869e44 Branch: refs/heads/develop Commit: c5869e4400a1b0f97e6eb9ffadf3a8a3839445e9 Parents: cbfeae5 Author: Justin Mclean <[email protected]> Authored: Tue Mar 19 10:52:10 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Tue Mar 19 10:52:10 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/nl_NL/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c5869e44/frameworks/projects/apache/bundles/nl_NL/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/nl_NL/apache.properties b/frameworks/projects/apache/bundles/nl_NL/apache.properties index 29940f7..6551e26 100644 --- a/frameworks/projects/apache/bundles/nl_NL/apache.properties +++ b/frameworks/projects/apache/bundles/nl_NL/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=De postcode bevat ongeldige tekens. +wrongLengthPostcodeError=De postcode bevat niet het correct aantal tekens. +wrongFormatPostcodeError=De postcode heeft niet het correcte formaat. +incorrectFormatPostcodeError=De ingave voor postcode is niet in het correcte formaat. \ No newline at end of file
