Added pt_BR 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/8645f87c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8645f87c Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8645f87c Branch: refs/heads/develop Commit: 8645f87c26e55f55807e74befaa659b39c9ef93c Parents: 2d41d85 Author: Justin Mclean <[email protected]> Authored: Mon Mar 18 12:42:46 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 18 12:42:46 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/pt_BR/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8645f87c/frameworks/projects/apache/bundles/pt_BR/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/pt_BR/apache.properties b/frameworks/projects/apache/bundles/pt_BR/apache.properties index 29940f7..e73d1f3 100644 --- a/frameworks/projects/apache/bundles/pt_BR/apache.properties +++ b/frameworks/projects/apache/bundles/pt_BR/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=O CEP contém caracteres inválidos. +wrongLengthPostcodeError=O CEP está com um tamanho inválido. +wrongFormatPostcodeError=O CEP está com um formato inválido. +incorrectFormatPostcodeError=String da formatação do CEP está incorreta. \ No newline at end of file
