/[pub]/test/html-webhacc/cc-msg.ja.txt
Suika

Contents of /test/html-webhacc/cc-msg.ja.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Thu Aug 14 15:50:42 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +24 -0 lines
File MIME type: text/plain
++ ChangeLog	14 Aug 2008 15:42:17 -0000
	* cc.cgi: Generate result summary sections for
	each subdocument.

	* error-description-source.xml: New entries to
	support localization of result sections.

2008-08-14  Wakaba  <wakaba@suika.fam.cx>

	* cc-style.css: Support for revised version of result summary
	section styling.

2008-08-14  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	14 Aug 2008 15:50:38 -0000
	* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
	HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable|
	or |layer_uncertain| flag appropriately.

2008-08-14  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	14 Aug 2008 15:48:38 -0000
	* Input.pm: Methods |generate_transfer_sections|
	and |generate_http_header_section| are moved to HTTP
	subclass, since they are irrelevant to non-HTTP inputs.
	(_get_document): Forbidden host error was not represented
	by WebHACC::Input::Error subclass.
	(WebHACC::Input::Error generate_transfer_sections): Use
	role name for the section.
	(WebHACC::Input::HTTPError generate_transfer_sections): New method
	added, since the main superclass, i.e. WebHACC::Input::Error,
	no longer dumps HTTP headers due to the change mentioned above.

	* Output.pm (start_section): New roles "transfer-errors" and "result".

	* Result.pm (parent_result): New attribute.
	(layer_applicable, layer_uncertain): New methods to set flags.
	(add_error): Natural language strings are now handled
	by the catalog mechanism.  Use new scoring mechanism.
	(generate_result_section): Use catalog for all natural
	language strings.  Table generation is now much more sophiscated
	that it was.  Support for subdoc result summary.  Support
	for the column of the number of informational message.  Support
	for "N/A" status.

2008-08-14  Wakaba  <wakaba@suika.fam.cx>

1 m:illegal-octets-error;error-category-charset;An illegal octet in the input stream.
2 m:character encoding;format-charset must;Character encoding <code><var>$0</var></code> is not allowed for <abbr>HTML</abbr> document.
3 s:character encoding;format-charset should;Character encoding <code><var>$0</var></code> should not be used for <abbr>HTML</abbr> document.
4 w:character encoding;format-charset warning;Use of UTF-8 is encouraged.
5 unsupported:character encoding;format-charset unsupported;Conformance for character encoding requirements cannot be checked.
6 m:no character encoding declaration;format-charset error;There is no character encoding declaration.
7 m:non ascii superset;format-charset error;No character encoding metadata is found in lower‐level protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>$0</var></code> is not a superset of <abbr>ASCII</abbr>.
8 w:charset label detected;format-charset warning;While parsing the document as <code><var>$0</var></code>, a character encoding declaration specifying character encoding as <code><var>$1</var></code> is found. The document is reparsed.
9 after html;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/html&gt;</code>.
10 after body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/body&gt;</code>.
11 bare ero;tokenize-error;The <code>&amp;</code> character must be escaped as <code class="html example">&amp;amp;</code>.
12 bare etago;tokenize-error;A <code>&lt;/</code> string is not followed by a tag name.
13 bare stago;tokenize-error;A <code>&lt;</code> character is not followed by tag name or by a <code>!</code> character.
14 bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.
15 bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.
16 bogus comment;tokenize-error;String <code>&lt;!</code> is not followed by <code>--</code>.
17 bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.
18 dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment.
19 duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>.
20 nestc;tokenize-error;Polytheistic slash (<code>/&gt;</code>) cannot be used for this element.
21 pio;tokenize-error;Processing instruction (<code>&lt;?<var>...</var>&gt;</code>) cannot be used.
22 after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements.
23 DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen.
24 in a:a;parse-error;Anchor cannot be nested.
25 in body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in the <code>body</code> element.
26 in head:head;parse-error;Start tag <code>&lt;head&gt;</code> is not allowed in the <code>head</code> element.
27 in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>table</code> element.
28 in table:#character;parse-error;Data character is not allowed in <code>table</code>.
29 missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.
30 no DOCTYPE;parse-error;This document does not start with a <code>DOCTYPE</code>.
31 not closed;parse-error;Element <code><var>$0</var></code> is not closed.
32 not first start tag;parse-error;This <code>&lt;html&gt;</code> tag is not the first start tag.
33 not HTML5;parse-error;This document is written in an old version of HTML.
34 unmatched end tag;parse-error;Element <code><var>$0</var></code> is not opened.
35 character not allowed;content-model-error;Data character is not allowed in this context.
36 child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element.
37 child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element.
38 element not allowed;content-model-error;This element is not allowed in this context.
39 element not allowed:root;content-model-error;This element is not allowed as a root element.
40 ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.
41 attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.
42 attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.
43 in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.
44 in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.
45 in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.
46 in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming.
47 w:charset:not registered;attribute-value-warning warning;Character encoding name <code><var>$0</var></code> is not registered.
48 w:charset:private;attribute-value-warning warning;<code><var>$0</var></code> is a private character encoding name.
49 m:charset:syntax error;attribute-value-error;The specified value is syntactically not a character encoding name.
50 enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value <code><var>{@}</var></code> is not one of them.
51 enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding declaration syntax <code class="html bad example">&lt;meta http-equiv="Content-Type" content="text/html; charset=<var>charset-name</var>"&gt;</code> is obsolete.
52 duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
53 link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element.
54 link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming.
55 m:mismatched charset name;attribute-value-error;Character encoding name <code><var>$1</var></code> is different from document character encoding <code><var>$0</var></code>.
56 reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.
57 s:link type:proposed;attribute-value-warning should;Link type <code><var>$0</var></code> is proposed but not accepted yet; it <em>should not</em> be used until it has been accepted.
58 table:colspan creates column with no anchored cell;table-model-error;This <code>colspan</code> attribute results in creating a table column that does not contain any cell anchored to it.
59 table:no cell in last row;table-model-error;The table has no cell (<code>td</code> or <code>th</code>) in the last row.
60 table:rowspan extends table;table-model-error;This <code>rowspan</code> attribute results in creating a table row that does not contain any cell anchored to it.
61 s:IMT:obsolete subtype;should;<code><var>{@}</var></code>: An <em>obsolete</em> subtype is used.
62 s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.
63 s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.
64 m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
65 s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference.
66 s:URI::empty path;should;This IRI does not end with a <code>/</code>.
67 s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
68 s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
69 s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
70 m:not manifest;must;This document is not a cache manifest.
71 i:status:cr:element;level-i;This element is in the <strong>call for implementation</strong> stage.
72 i:status:lc:element;level-i;This element is in the <strong>last call for comments</strong> stage.
73 i:status:wd:element;level-i;This element is documented in a <strong>working draft</strong>.
74 i:status:non-standard:element;level-i;This element is <strong>not part of any standard</strong> the conformance checker knows.
75 unsupported:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>.
76 unsupported:attribute;unsupported;Conformance checking for attribute <code><var>{local-name}</var></code> of element <code><var>{element-local-name}</var></code> is not supported; <em>it might or might not be conforming</em>.
77 unsupported:link type;unsupported;Link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it now has been registered</em>.
78 unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em>
79 unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em>
80 unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>
81 unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>
82 WebHACC:Title;;WebHACC (β)
83 WebHACC:Heading;; <a href="../cc-about"><abbr title="Web ハイパーテキスト応用適合性検査器 (β)"><img alt="WebHACC" src="../icons/title"></abbr></a>
84 Information;;情報
85 HTTP Header;;<abbr lang="en" title="Hypertext Transfer Protocol">HTTP</abbr> 頭部
86 Parse Errors Section;;構文誤り
87 Parse Errors;;構文誤り
88 Document Source;;文書のソース
89 Source;;ソース
90 Tables Section;;表の構造
91 Tables;;表
92 Document Tree;;文書木
93 Tree;;木
94 Document;;文書
95 Document Structure;;文書構造
96 Structure;;構造
97 Reformatted Document Source;;再整形した文書のソース
98 Reformatted;;再整形
99 Structural Errors;;構造的誤り
100 Struct. Errors;;構造誤り
101 Transfer Errors;;転送誤り
102 Trans. Errors;;転送誤り
103 manakaiCompatMode:quirks;;奇癖モード
104 manakaiCompatMode:limited quirks;;限定奇癖モード
105 manakaiCompatMode:no quirks;;無奇癖モード
106 manakaiIsHTML:1;;HTML 文書
107 manakaiIsHTML:0;;XML 文書
108 manakaiCharset;;<code lang="en">charset</code> 引数
109 inputEncoding;;入力に用いた文字符号化
110 xmlVersion;;XML <code lang="en">version</code>
111 xmlEncoding;;XML <code lang="en">encoding</code>
112 xmlStandalone;;XML <code lang="en">standalone</code>
113 ... with BOM;; (<code class="charname" lang="en"><abbr title="BYTE ORDER MARK">BOM</abbr></code> つき)
114 URL;;<abbr title="統一資源所在子">URL</abbr>
115 URLs;;<abbr title="統一資源所在子">URL</abbr>
116 Container Node;;この文書を含む節点
117 Table Element;;表要素
118 Base URL;;基底 URL
119 Internet Media Type;;インターネット媒体型
120 Character Encoding;;文字符号化
121 Byte Length;;バイト長
122 Character Length;;文字長
123 ... overridden;; (<i>上書き</i>)
124 ... overridden, official type is #;; (<i>上書き</i>, 公式型は <code class="MIME" lang="en"><var>{text}</var></code>)
125 ... sniffed;; (<i>探知結果</i>)
126 byte;;バイト
127 bytes;;バイト
128 character;;文字
129 characters;;文字
130 Line #;;<var>{text}</var> 行
131 column #;;<var>{text}</var> 列
132 Index #;;索引 #<var>{text}</var>
133 Table #;;表 #<var>{text}</var> の構造
134 Subdocument #;;部分文書 #<var>{text}</var>
135 Sub #;;部分 #<var>{text}</var>
136 ...;;〜
137 Score;;得点
138 Subtotal;;小計
139 Total;;合計
140 Main document;;主文書
141 Subdocuments;;部分文書
142 Transfer;;<abbr title="転送プロトコル">転送</abbr>
143 Encode;;<abbr title="文字符号化">符号</abbr>
144 Charset;;<abbr title="符号化文字">文字</abbr>
145 Syntax;;構文
146 Semantics;;意味
147 N/A;;−
148 This checker is work in progress.;; <p><strong>重要</strong>: この適合性検査サービスは<em>開発中</em>です。 この結果は<em>間違い</em>かもしれません。</p>
149 Conformance is conforming;;この文書に適合性に関わる誤りは見つかりませんでした。
150 Conformance is should-error;;この文書は<strong>おそらく<em>不</em>適合</strong>ですが、 稀に適合している場合もあります。適合性検査器はこの文書が稀な場合に該当するかどうか判定できません。
151 Conformance is non-conforming;;この文書は<strong><em>不</em>適合</strong>です。
152 Conformance is uncertain;;適合性検査器はこの文書が適合するかどうか判定できませんでした。 この文書は適合性検査器が対応していない機能を使っています。 この文書は適合しているかもしれませんし、していないかもしれません。
153 Error level m;;<a href="../error-description#level-m"><em class="rfc2119" title="REQUIRED">必須</em>級の誤り</a>
154 Error level s;;<a href="../error-description#level-s"><em class="rfc2119" title="RECOMMENDED">推奨</em>級の誤り</a>
155 Error level w;;<a href="../error-description#level-w">警告</a>
156 Error level i;;<a href="../error-description#level-i">情報</a>
157 Error level u;;<a href="../error-description#level-u">未対応</a>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24