Added de_DE postcode validator strings
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8b9c4a6d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8b9c4a6d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8b9c4a6d Branch: refs/heads/develop Commit: 8b9c4a6de050f821a6a3894dbda4f7091be2487c Parents: 077c87e Author: Justin Mclean <[email protected]> Authored: Mon Mar 18 12:42:05 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 18 12:42:05 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/de_DE/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8b9c4a6d/frameworks/projects/apache/bundles/de_DE/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/de_DE/apache.properties b/frameworks/projects/apache/bundles/de_DE/apache.properties index 29940f7..971afc0 100644 --- a/frameworks/projects/apache/bundles/de_DE/apache.properties +++ b/frameworks/projects/apache/bundles/de_DE/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=Die Postleitzahl enthält ungültige Zeichen. +wrongLengthPostcodeError=Die Postleitzahl hat die falsche Länge. +wrongFormatPostcodeError=Die Postleitzahl hat das falsche Format. +incorrectFormatPostcodeError=Die Formatierung der Postleitzahl ist ungültig.
