Updated Branches: refs/heads/develop 077c87ea9 -> fc57407c7
Added pt_PT 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/fc57407c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fc57407c Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/fc57407c Branch: refs/heads/develop Commit: fc57407c78d25a64afce4c12ac759139720f4347 Parents: 8645f87 Author: Justin Mclean <[email protected]> Authored: Mon Mar 18 12:43:00 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 18 12:43:00 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/pt_PT/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fc57407c/frameworks/projects/apache/bundles/pt_PT/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/pt_PT/apache.properties b/frameworks/projects/apache/bundles/pt_PT/apache.properties index 29940f7..9a7e91a 100644 --- a/frameworks/projects/apache/bundles/pt_PT/apache.properties +++ b/frameworks/projects/apache/bundles/pt_PT/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=O código postal contém caracteres inválidos. +wrongLengthPostcodeError=O código postal tem um tamanho inválido. +wrongFormatPostcodeError=O código postal tem um formato inválido. +incorrectFormatPostcodeError=A formatação do código postal é inválido. \ No newline at end of file
