Browse Source

[RESOURCES] pt_BR: sync

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

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

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 21759
+ * EN-Revision: 22075
  */
 return array(
     // Zend_Validate_Alnum
@@ -208,8 +208,8 @@ return array(
     "'%value%' has failed the IBAN check" => "'%value%' falhou na verificação do IBAN",
 
     // Zend_Validate_Identical
-    "The token '%token%' does not match the given token '%value%'" => "A marca '%token%' não corresponde a marca '%value%' fornecida",
-    "No token was provided to match against" => "Nenhuma marca foi fornecida para a comparação",
+    "The two given tokens do not match" => "Os dois tokens fornecidos não combinam",
+    "No token was provided to match against" => "Nenhum token foi fornecido para a comparação",
 
     // Zend_Validate_InArray
     "'%value%' was not found in the haystack" => "'%value%' não faz parte dos valores esperados",