Prechádzať zdrojové kódy

[GENERIC] Zend_Validate:

- updated resource files to r21362

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21363 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 rokov pred
rodič
commit
881b0e1533
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  1. 5 1
      resources/languages/en/Zend_Validate.php

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

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 21134
+ * EN-Revision: 21362
  */
 return array(
     // Zend_Validate_Alnum
@@ -242,15 +242,19 @@ return array(
 
     // Zend_Validate_Sitemap_Changefreq
     "'%value%' is no valid sitemap changefreq" => "'%value%' is no valid sitemap changefreq",
+    "Invalid type given, the value should be a string" => "Invalid type given, the value should be a string",
 
     // Zend_Validate_Sitemap_Lastmod
     "'%value%' is no valid sitemap lastmod" => "'%value%' is no valid sitemap lastmod",
+    "Invalid type given, the value should be a string" => "Invalid type given, the value should be a string",
 
     // Zend_Validate_Sitemap_Loc
     "'%value%' is no valid sitemap location" => "'%value%' is no valid sitemap location",
+    "Invalid type given, the value should be a string" => "Invalid type given, the value should be a string",
 
     // Zend_Validate_Sitemap_Priority
     "'%value%' is no valid sitemap priority" => "'%value%' is no valid sitemap priority",
+    "Invalid type given, the value should be a integer, a float or a numeric string" => "Invalid type given, the value should be a integer, a float or a numeric string",
 
     // Zend_Validate_StringLength
     "Invalid type given, value should be a string" => "Invalid type given, value should be a string",