Browse Source

[RESOURCES] pt_BR sync

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21164 44c647ce-9c0f-0410-b52a-842ac1e357ba
mauriciofauth 16 years ago
parent
commit
e3a194f57e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/languages/pt_BR/Zend_Validate.php

+ 2 - 2
resources/languages/pt_BR/Zend_Validate.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 21115
+ * EN-Revision: 21134
  */
 return array(
     // Zend_Validate_Alnum
@@ -72,7 +72,7 @@ return array(
 
     // Zend_Validate_Digits
     "Invalid type given, value should be string, integer or float" => "Tipo especificado inválido, o valor deve ser string, inteiro ou float",
-    "'%value%' contains characters which are no digits; but only digits are allowed" => "'%value%' contém caracteres que não são dígitos, mas apenas dígitos são permitidos",
+    "'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' contém caracteres que não são dígitos, mas apenas dígitos são permitidos",
     "'%value%' is an empty string" => "'%value%' é uma string vazia",
 
     // Zend_Validate_EmailAddress