|
|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!-- Reviewed: no -->
|
|
|
-<!-- EN-Revision: 16184 -->
|
|
|
+<!-- EN-Revision: 16412 -->
|
|
|
<sect1 id="zend.validate.messages">
|
|
|
|
|
|
<title>検証メッセージ</title>
|
|
|
@@ -119,11 +119,15 @@
|
|
|
<entry>'%value%' is an empty string</entry>
|
|
|
</row>
|
|
|
<row>
|
|
|
- <entry morerows="6" valign="middle">EmailAddress</entry>
|
|
|
+ <entry morerows="7" valign="middle">EmailAddress</entry>
|
|
|
<entry>INVALID</entry>
|
|
|
<entry>'%value%' is not a valid email address in the basic format local-part@hostname</entry>
|
|
|
</row>
|
|
|
<row>
|
|
|
+ <entry>INVALID_FORMAT</entry>
|
|
|
+ <entry>'%value%' is not a valid email address in the basic format local-part@hostname</entry>
|
|
|
+ </row>
|
|
|
+ <row>
|
|
|
<entry>INVALID_HOSTNAME</entry>
|
|
|
<entry>'%hostname%' is not a valid hostname for email address '%value%'</entry>
|
|
|
</row>
|