瀏覽代碼

[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 年之前
父節點
當前提交
881b0e1533
共有 1 個文件被更改,包括 5 次插入1 次删除
  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(
 return array(
     // Zend_Validate_Alnum
     // Zend_Validate_Alnum
@@ -242,15 +242,19 @@ return array(
 
 
     // Zend_Validate_Sitemap_Changefreq
     // Zend_Validate_Sitemap_Changefreq
     "'%value%' is no valid sitemap changefreq" => "'%value%' is no valid 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
     // Zend_Validate_Sitemap_Lastmod
     "'%value%' is no valid sitemap lastmod" => "'%value%' is no valid 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
     // Zend_Validate_Sitemap_Loc
     "'%value%' is no valid sitemap location" => "'%value%' is no valid sitemap location",
     "'%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
     // Zend_Validate_Sitemap_Priority
     "'%value%' is no valid sitemap priority" => "'%value%' is no valid 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
     // Zend_Validate_StringLength
     "Invalid type given, value should be a string" => "Invalid type given, value should be a string",
     "Invalid type given, value should be a string" => "Invalid type given, value should be a string",