Explorar el Código

[RESOURCES] Brazilian Portuguese:

- sync to r21115


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21122 44c647ce-9c0f-0410-b52a-842ac1e357ba
mauriciofauth hace 16 años
padre
commit
73d2c594f0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: 20377
+ * EN-Revision: 21115
  */
 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 not only digit characters" => "'%value%' não contém apenas números",
+    "'%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%' is an empty string" => "'%value%' é uma string vazia",
 
     // Zend_Validate_EmailAddress