Quellcode durchsuchen

[ZF-9605] Zend_Validate:

- sync resources to r21759

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21760 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas vor 16 Jahren
Ursprung
Commit
cefccff9d6

+ 2 - 1
resources/languages/de/Zend_Validate.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 21573
+ * EN-Revision: 21759
  */
 return array(
     // Zend_Validate_Alnum
@@ -223,6 +223,7 @@ return array(
     "'%value%' does not appear to be a valid IP address" => "'%value%' scheint keine gültige IP Adresse zu sein",
 
     // Zend_Validate_Isbn
+    "Invalid type given, value should be string or integer" => "Invalid type given, value should be string or integer",
     "'%value%' is no valid ISBN number" => "'%value%' ist keine gültige ISBN Nummer",
 
     // Zend_Validate_LessThan

+ 2 - 1
resources/languages/en/Zend_Validate.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 21573
+ * EN-Revision: 21759
  */
 return array(
     // Zend_Validate_Alnum
@@ -223,6 +223,7 @@ return array(
     "'%value%' does not appear to be a valid IP address" => "'%value%' does not appear to be a valid IP address",
 
     // Zend_Validate_Isbn
+    "Invalid type given, value should be string or integer" => "Invalid type given, value should be string or integer",
     "'%value%' is no valid ISBN number" => "'%value%' is no valid ISBN number",
 
     // Zend_Validate_LessThan