プロジェクト:ウィキ文法のチェック/Translation

#########################
# metadata
#########################
 project=jawiki END
 category_001=[[Category:ウィキペディアのメンテナンス]] END  #for example: [[Category:Wikipedia]] 

#########################
# start text
#########################

 start_text_jawiki={{ショートカット|PJ:CW}}
'''ウィキプロジェクト ウィキ文法のチェック'''はウィキペディア上のウィキマークアップを正し、他のよくある間違いを見つける助けを提供します。

'''アルファ版''' - 現在このスクリプトにはいくつかのバグがあり、本ページに表示されているエラーの全てが実際のエラーというわけではありません。現在安定版に向けて鋭意開発中です。近日中にはベータ版に移れると予測しています。

- To update this translation page see the current version on en.wiki first.

- Please translate the English text using HTML5 and set the priorities. To see how the description of errors display, go to the ja.wiki web interface when the changes will be effective (usually after 00:00 UTC):

    https://tools.wmflabs.org/checkwiki/cgi-bin/checkwiki.cgi?project=jawiki&view=project

- It's now possible to create whitelists to minimize false positives: see how they work on the other wikis.

 END
#########################
# description               (this description needs to be updated)
#########################

 description_text_jawiki=== プロジェクトの説明 == 
* '''何を目指しているか'''
** 本プロジェクトは多くの言語版での全ての記事のデータを整理する助けとなる予定です。
** 全ての記事で明確でクリーンなマークアップを使うことで、より多くのプロジェクト(Wikipedia-DVDなど)へのデータの流用が容易になります。
** 本プロジェクトは [[:en:Wikipedia:WikiProject Wiki Syntax]] から着想を得ています。
** メディアウィキを使わずにウィキメディアプロジェクトのデータを使おうとするならば、パーサーを書かなければなりません。もし間違ったマークアップを使っているページが多ければ、新たに書くパーサーはこういった間違いも正しく認識できるよう極めて複雑なものとならざるを得ず、書くことが難しくなります。
** 本プロジェクトは多くの言語版に共通の間違いを洗い出すことを目指しており、将来的には多言語展開する予定です。
* '''どのように動いているか'''
** スクリプトは新しい [http://dumps.wikimedia.org データダンプ] が出るたびにこれをスキャンし、エラーを含む記事をリストアップします。
** スクリプトはエラー記事リストの全記事を毎日スキャンし、すでに修正された記事を除去した新しいリストを作成します。
** このスクリプトは [[:de:User:Stefan Kühn|Stefan Kühn]] によって Perl を使って書かれています。
** スクリプトは [http://toolserver.org/~sk/checkwiki/checkwiki.pl toolserver]からダウンロードできます。GFDLの下でライセンスされています。
** [[:de:User:Stefan Kühn/Check Wikipedia|新機能・最新情報・議論]]。
* '''参加者にできること'''
** 毎日、ツールサーバにて新しいエラーページがスクリプトによって作成されます。[http://toolserver.org/~sk/checkwiki/jawiki/jawiki_output_for_wikipedia.txt ツールサーバ上のエラーページ]をウィキペディア日本語版上のこのページにコピー・ペーストしてください。注意:エラーページは UTF-8 文書です。ブラウザで UTF-8 文書が正しく表示できない時には、テキストエディタへ一旦コピーして UTF-8 に変換してください。
** エラーのある記事を修正してください。
*** [[Wikipedia:Bot作業依頼|ボット作業依頼]]の活用も検討してください。
** 修正した記事はリストから除去しても構いません。
** カテゴリ内の全記事が修正されたなら、カテゴリごと除去しても構いません。
** エラー・カテゴリを追加したほうがよければ、スクリプト作者にお知らせください。
** その他、他の言語版への展開の要望などもスクリプト作者にお知らせください。
* '''これだけはしないでください'''
** 手入力でリストに記事を追加しないでください。次の自動更新の際になくなります。
** このページの内容も手入力で変えても次の更新時になくなってしまいます。誤り、改善などについてはスクリプト作者にご連絡ください。スクリプトを書き換えます。

 END
#########################
# priority
#########################

 top_priority_script=Top priority END
 top_priority_jawiki=優先度高 END
 middle_priority_script=Middle priority END
 middle_priority_jawiki=優先度中 END
 lowest_priority_script=Lowest priority END
 lowest_priority_jawiki=優先度低 END

 Please only translate the variables with …_jawiki at the end of the name. Not …_script= .
#########################
# error description
#########################
# prio = -1 (unknown)
# prio = 0  (deactivated) 
# prio = 1  (top priority)
# prio = 2  (middle priority)
# prio = 3  (lowest priority)

 error_001_prio_script=3 END
 error_001_head_script=Template contains useless word template: END
 error_001_desc_script=Article contains a template that includes the useless word "template:". Example: {{Template:reflist}}. END
 error_001_prio_jawiki=3 END
 error_001_head_jawiki="Template:" を含むテンプレート呼び出し END
 error_001_desc_jawiki=テンプレート呼び出しの中に、不要な文字列 "Template:" があります。これは取り除けます。<br>例: {{Template:Reflist}} → {{Reflist}} END

#####

 error_002_prio_script=1 END
 error_002_head_script=Tag with incorrect syntax END
 error_002_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_002_whitelist END
 error_002_desc_script=The article contains one or more &lt;br&gt;, &lt;center&gt; or &lt;small&gt; tags with incorrect syntax. For example:
<ul>
<li>&lt;/br&gt; (slash in front instead of the end)</li>
<li>&lt;br&#92;&gt; (backslash instead of slash)</li>
<li>&lt;br.&gt;</li>
</ul>
Use &lt;br&gt; (<a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-br-element">HTML5</a>) or &lt;br /&gt; (<a href="http://www.w3schools.com/tags/tag_br.asp">XHTML</a>) or remove the tag. Instead of the obsolete "clear" attribute use the {{clear}} template. See <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#Other_obsolete_attributes">Wikipedia:HTML5#Other obsolete attributes</a>. END
 error_002_prio_jawiki=1 END
 error_002_head_jawiki=&lt;br/&gt;タグの違反 END
 error_002_desc_jawiki=この記事には&lt;/br&gt; や &lt;br&#92;&gt; 、&lt;br.&gt;が含まれていますが、XHTMLの正しいマークアップに変換するためには &lt;br /&gt;が必要です。 (<a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-br-element">The br element in HTML5</a>, <a href="http://www.w3schools.com/tags/tag_br.asp">Differences Between HTML and XHTML</a>) END

#####

 error_003_prio_script=2 END
 error_003_head_script=Article with <nowiki><ref></nowiki> and no <nowiki><references /></nowiki> END
 error_003_desc_script=This article has a <nowiki><ref></nowiki> and not a <nowiki><references /></nowiki>. This is not correct syntax. END
 error_003_prio_jawiki=1 END
 error_003_head_jawiki=&lt;ref&gt;があり&lt;references /&gt;がない記事 END
 error_003_desc_jawiki=この記事には &lt;ref&gt; がありますが &lt;references /&gt; がありません。 END

 error_003_templates_jawiki =
  reflist
  脚注リスト
  refs
  refls END

#####

 error_004_prio_script=2 END
 error_004_head_script=HTML text style element &lt;a&gt; END
 error_004_desc_script=Article contains HTML text style element &lt;a&gt;. <a href="https://en.wikipedia.org/wiki/Help:Wiki_markup#External_links">Wiki markup</a> should be used instead. END
 error_004_prio_jawiki=-1 END
 error_004_head_jawiki=HTMLの&lt;a&gt;タグの使用 END
 error_004_desc_jawiki= END

#####

 error_005_prio_script=1 END
 error_005_head_script=Comment not correct end END
 error_005_desc_script=Found a comment <nowiki>"<!--"</nowiki> with no <nowiki>"-->"</nowiki> end. END
 error_005_prio_jawiki=1 END
 error_005_head_jawiki=コメントの閉じ忘れ END
 error_005_desc_jawiki="&lt;!--" に対応する "--&gt;" のないコメントがあります。 END

#####

 error_006_prio_script=0 END
 error_006_head_script=DEFAULTSORT with special letters END
 error_006_desc_script=Please don´t use special letters in the DEFAULTSORT (in ca: also in ORDENA).
* in de: ä → a, ö → o, ü → u, ß → ss 
* in fi: ü → y, é → e, ß → ss, etc.
* in sv and fi is allowed ÅÄÖåäö
* in cs is allowed čďěňřšťžČĎŇŘŠŤŽ
* in da, no, nn is allowed ÆØÅæøå
* in ro is allowed ăîâşţ
* in ru: Ё → Е, ё → е

 END
 error_006_prio_jawiki=0 END
 error_006_head_jawiki=DEFAULTSORT 中の特殊文字 END
 error_006_desc_jawiki=DEFAULTSORT には特殊文字を使わないでください。 END

#####

 error_007_prio_script=1 END
 error_007_head_script=Headlines start with three "=" END
 error_007_desc_script=The first headline start with <nowiki>"=== XY ==="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>. See also error 083! END
 error_007_prio_jawiki=2 END
 error_007_head_jawiki=最初の見出しが =3つ END
 error_007_desc_jawiki=最初の見出しが「=== XY ===」のようになっています。最初の見出しは「== XY ==」のようであるべきです。エラー83も参照してください。 END

#####

 error_008_prio_script=1 END
 error_008_head_script=Headline should end with "=" END
 error_008_desc_script=A headline should end with an "=". END
 error_008_prio_jawiki=1 END
 error_008_head_jawiki=見出しの最後に = が不足 END
 error_008_desc_jawiki=見出しの最後は = で終わらなければなりません。 END

#####

 error_009_prio_script=3 END
 error_009_head_script=Categories more at one line END
 error_009_desc_script=There is more then one category at one line. Please write only one at one line. It is better to read. END
 error_009_prio_jawiki=3 END
 error_009_head_jawiki=一行に複数のカテゴリ END
 error_009_desc_jawiki=一行に複数のカテゴリが書かれています。可読性のために一行に一つずつ書いてください。 END

#####

 error_010_prio_script=1 END
 error_010_head_script=Square brackets not correct end END
 error_010_desc_script=Different number of <nowiki>[[</nowiki> and <nowiki>]]</nowiki> brackets. If it is sourcecode then use <nowiki><source> or <code></nowiki>. END
 error_010_prio_jawiki=1 END
 error_010_head_jawiki=角括弧の終了違反 END
 error_010_desc_jawiki=[[ に対応する ]] がありません。ソースコードを記述している場合は &lt;source&gt; か &lt;code&gt; で囲ってください。 END

#####

 error_011_prio_script=3 END
 error_011_head_script=HTML named entities END
 error_011_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_011_whitelist END
 error_011_desc_script=Find <tt>&a<code></code>uml;</tt> or <tt>&o<code></code>uml;</tt> or <tt>&u<code></code>uml;</tt>, <tt>&sz<code></code>lig;</tt> or other. Please use [[Unicode]] characters (äüöÄÜÖßåÅ…). END
 error_011_prio_jawiki=3 END
 error_011_head_jawiki=HTML文字参照 END
 error_011_desc_jawiki=<tt>&a<code></code>uml;</tt> や <tt>&o<code></code>uml;</tt>、<tt>&u<code></code>uml;</tt>、<tt>&sz<code></code>lig;</tt> といった[[文字参照|文字実体参照]]が見つかりました。文字参照ではなく、文字 (äüöÄÜÖßåÅ…) を直接記述してください。 END

#####

 error_012_prio_script=3 END
 error_012_head_script=HTML List elements END
 error_012_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_012_whitelist END
 error_012_desc_script=Article contains a <nowiki>"<ol>", "<ul>" or "<li>"</nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_012_prio_jawiki=3 END
 error_012_head_jawiki=HTMLのリスト要素 END
 error_012_desc_jawiki=この記事には "&lt;ol&gt;"、"&lt;ul&gt;" や "&lt;li&gt;" が含まれています。ほとんどの場合、これらのHTML風タグを使わずとも、より単純なウィキマークアップが利用できます。 END

#####

 error_013_prio_script=1 END
 error_013_head_script=Math not correct end END
 error_013_desc_script=Found a <nowiki>"<math>"</nowiki> but no <nowiki>"</math>"</nowiki>. END
 error_013_prio_jawiki=1 END
 error_013_head_jawiki=&lt;math&gt;タグの違反 END
 error_013_desc_jawiki="&lt;math&gt;" に対応する "&lt;/math&gt;" が不足しています。 END

#####

 error_014_prio_script=1 END
 error_014_head_script=Source not correct end END
 error_014_desc_script=Found a <nowiki>"<source …>"</nowiki> but no <nowiki>"</source>"</nowiki>. END
 error_014_prio_jawiki=1 END
 error_014_head_jawiki=&lt;source&gt;タグの違反 END
 error_014_desc_jawiki="&lt;source …&gt;" に対応する "&lt;/source&gt;" が不足しています。 END

#####

 error_015_prio_script=1 END
 error_015_head_script=Code not correct end END
 error_015_desc_script=Found a <nowiki>"<code>"</nowiki> but no <nowiki>"</code>"</nowiki>. END
 error_015_prio_jawiki=1 END
 error_015_head_jawiki=&lt;code&gt;タグの違反 END
 error_015_desc_jawiki="&lt;code&gt;" に対応する "&lt;/code&gt;"が不足しています。 END

#####

 error_016_prio_script=1 END
 error_016_head_script=Unicode control characters END
 error_016_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_016_whitelist END
 error_016_desc_script=The script found one or more invisible <a href="https://en.wikipedia.org/wiki/Unicode_control_characters">Unicode control characters</a>. For example: <a href="https://en.wikipedia.org/wiki/Zero-width_space">Zero-width space</a> (U+200B), <a href="https://en.wikipedia.org/wiki/Left-to-right_mark">left-to-right mark</a> (U+200E), <a href="https://en.wikipedia.org/wiki/Newline#Unicode">line separator</a> (U+2028), <a href="https://en.wikipedia.org/wiki/Byte_order_mark">byte order mark</a> (U+FEFF) or characters from <a href="https://en.wikipedia.org/wiki/Private_Use_Areas">private use areas</a>. This could be a problem inside an article. END
 error_016_prio_jawiki=1 END
 error_016_head_jawiki=Unicodeの制御文字 END
 error_016_desc_jawiki=Unicode の制御文字である <tt>&#x<code></code>FEFF;</tt> (ZERO WIDTH NO-BREAK SPACE) や <tt>&#x<code></code>200E;</tt> (RIGHT-TO-LEFT MARK)、<tt>&#x<code></code>200B;</tt> (ZERO WIDTH SPACE) を見つけました。制御文字が確認できるテキストエディタでの編集を勧めます。 END

#####

 error_017_prio_script=2 END
 error_017_head_script=Category double END
 error_017_desc_script=In this article is a category double. END
 error_017_prio_jawiki=2 END
 error_017_head_jawiki=重複カテゴリ END
 error_017_desc_jawiki=同じカテゴリが重複しています。 END

#####

 error_018_prio_script=0 END
 error_018_head_script=Category first letter small END
 error_018_desc_script=The first letter of the category is small. It should be a big letter. If a user would scan a dump and he use the category then he will be very happy if all categories begin with a big letter. END
 error_018_prio_jawiki=0 END
 error_018_head_jawiki=小文字始まりのカテゴリ END
 error_018_desc_jawiki=カテゴリが小文字で始まっています。データダンプをスキャンして利用する利用者の便宜のために大文字始まりにすることを検討してください。 END

#####

 error_019_prio_script=1 END
 error_019_head_script=Headlines start with one "=" END
 error_019_desc_script=The first headline start with <nowiki>"= XY ="</nowiki>. It should only <nowiki>"== XY =="</nowiki>. END
 error_019_prio_jawiki=1 END
 error_019_head_jawiki==1つで始まる見出し END
 error_019_desc_jawiki=最初の見出しが "= XY =" のようになっています。最初の見出しは "== XY ==" のようであるべきです。 END

#####

 error_020_prio_script=3 END
 error_020_head_script=Symbol for dead END
 error_020_desc_script=The article had a &dag<code></code>ger; and not †. END
 error_020_prio_jawiki=0 END
 error_020_head_jawiki=死亡の記号 END
 error_020_desc_jawiki=この記事では † ではなく&dag<code></code>ger;を使っています。 END

#####

 error_021_prio_script=3 END
 error_021_head_script=Category is english END
 error_021_desc_script=The article had a category in english. It should renamed in "Category:ABC…". It is ok for the mediawiki software, but a new wikipedian maybe have a problem with the english language. END
 error_021_prio_jawiki=2 END
 error_021_head_jawiki=英語のカテゴリ END
 error_021_desc_jawiki=この記事には英語のカテゴリがあります。適切な日本語のカテゴリに書き換える必要があるかも知れません。 END

#####

 error_022_prio_script=3 END
 error_022_head_script=Category with space END
 error_022_desc_script=The article had a category a space in front (for example: <nowiki>[[  Category:ABC]] or [[Category : ABC]]</nowiki> ). The mediawiki has no problem with this, but but if you write a external parser this it only one of your problem. Please fix it. END
 error_022_prio_jawiki=3 END
 error_022_head_jawiki=スペースを含むカテゴリ END
 error_022_desc_jawiki=この記事には[[  Category:ABC]] や [[Category : ABC]]のようにスペースを含むカテゴリがあります。メディアウィキでは問題がありませんが、外部でパーサーを書く人には不都合です。 END

#####

 error_023_prio_script=1 END
 error_023_head_script=Nowiki not correct end END
 error_023_desc_script=Found no nowiki end. END
 error_023_prio_jawiki=1 END
 error_023_head_jawiki=&lt;nowiki&gt;タグの違反 END
 error_023_desc_jawiki=&lt;nowiki&gt; タグの閉じ忘れがあります。 END

#####

 error_024_prio_script=1 END
 error_024_head_script=Pre not correct end END
 error_024_desc_script=Found no pre end. END
 error_024_prio_jawiki=1 END
 error_024_head_jawiki=&lt;pre&gt;タグの違反 END
 error_024_desc_jawiki=&lt;pre&gt; タグの閉じ忘れがあります。 END

#####

 error_025_prio_script=2 END
 error_025_head_script=Headline hierarchy END
 error_025_desc_script=After a headline of level 1 (==) should not be a headline of level 3 (====). (See also [http://www.w3.org/TR/WCAG20-TECHS/G141.html W3C Techniques for WCAG 2.0]) END
 error_025_prio_jawiki=2 END
 error_025_head_jawiki=見出しの階層違反 END
 error_025_desc_jawiki=レベル2の見出し (==) の次にレベル4 (====) 以下の見出しが続いています。(<a href="http://www.w3.org/TR/WCAG20-TECHS/G141.html">Web Content Accessibility Guidelines</a> も参照) END

#####

 error_026_prio_script=3 END
 error_026_head_script=HTML text style element <nowiki><b></nowiki> END
 error_026_desc_script=Article contains a <nowiki><b></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_026_prio_jawiki=3 END
 error_026_head_jawiki=HTMLの&lt;b&gt;タグの使用 END
 error_026_desc_jawiki=この記事には &lt;b&gt; タグが含まれています。ほとんどの場合、これらのHTML風タグを使わずとも、より単純なウィキマークアップ(''')が利用できます。 END

#####

 error_027_prio_script=3 END
 error_027_head_script=Unicode syntax END
 error_027_desc_script=Find <tt>&#<code></code>0000;</tt> (decimal) or <tt>&#x<code></code>0000;</tt> (hexadecimal). Please use the [[Unicode]] characters. END
 error_027_prio_jawiki=3 END
 error_027_head_jawiki=Unicodeの数値文字参照 END
 error_027_desc_jawiki=<tt>&#<code></code>0000;</tt>(十進)もしくは <tt>&#x<code></code>0000;</tt>(十六進)のような表記を見つけました。文字参照ではなく、文字を直接記述してください。 END

#####

 error_028_prio_script=1 END
 error_028_head_script=Table not correct end END
 error_028_desc_script=Found no end of the table. END
 error_028_prio_jawiki=1 END
 error_028_head_jawiki=表のマークアップの違反 END
 error_028_desc_jawiki=表のマークアップの閉じ忘れがあります。 END

#####

 error_029_prio_script=1 END
 error_029_head_script=Gallery not correct end END
 error_029_desc_script=Found no end of the gallery. END
 error_029_prio_jawiki=1 END
 error_029_head_jawiki=&lt;gallery&gt;タグの違反 END
 error_029_desc_jawiki=gallery タグの閉じ忘れがあります。 END

#####

 error_030_prio_script=1 END
 error_030_head_script=Image without description END
 error_030_desc_script=The article has an image without a description. In order to provide good accessibility for everyone (e.g. blind people) a description for every image is needed. (See also [http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H37.html W3C Techniques for WCAG 2.0])  END
 error_030_prio_jawiki=1 END
 error_030_head_jawiki=説明文のない画像 END
 error_030_desc_jawiki=この記事には説明文のない画像があります。アクセシビリティのために画像には説明文を添えてください。(<a href="http://www.w3.org/TR/WCAG20-TECHS/G141.html">Web Content Accessibility Guidelines</a> も参照) END

#####

 error_031_prio_script=2 END
 error_031_head_script=HTML table element END
 error_031_desc_script=Article contains a <nowiki>"<table>", "<td>", "<th>" or "<tr>"</nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_031_prio_jawiki=3 END
 error_031_head_jawiki=HTMLテーブル要素の使用 END
 error_031_desc_jawiki=この記事には"&lt;table&gt;", "&lt;td&gt;", "&lt;th&gt;" または "&lt;tr&gt;"が含まれています。ほとんどの場合、これらのHTML風タグを使わずとも、より単純なウィキマークアップが利用できます。 END

#####

 error_032_prio_script=1 END
 error_032_head_script=Double pipe in one link END
 error_032_desc_script=Article contains a link like <nowiki>[[text|text2|text3]]</nowiki> END
 error_032_prio_jawiki=1 END
 error_032_head_jawiki=二重パイプ END
 error_032_desc_jawiki=この記事には[[text|text2|text3]]のようなリンクがあります。 END

#####

 error_033_prio_script=3 END
 error_033_head_script=HTML text style element <nowiki><u></nowiki> END
 error_033_desc_script=Article contains a <nowiki><u></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_033_prio_jawiki=0 END
 error_033_head_jawiki=HTMLの&lt;u&gt;タグの使用 END
 error_033_desc_jawiki=この記事には &lt;u&gt; タグが含まれています。より適切なマークアップに置き換えることの可能な場合があります。 END

#####

 error_034_prio_script=1 END
 error_034_head_script=Template programming element END
 error_034_desc_script=Article contains a <nowiki>"#if:" or "#ifeq:" or "#ifexist:" or "#switch:" or "#tag:" or "{{NAMESPACE}}" or "{{SITENAME}}" or "{{PAGENAME}}" or "{{FULLPAGENAME}}" or "{{{1}}}" (Parameter)</nowiki>.  END
 error_034_prio_jawiki=1 END
 error_034_head_jawiki=テンプレート用条件文・変数 END
 error_034_desc_jawiki=この記事には "#if:"や"#ifeq:"、"{{NAMESPACE}}"、"{{PAGENAME}}"、"{{FULLPAGENAME}}" または "{{{1}}}"(引数)といったテンプレート要素が本文中に含まれています。 END

#####

 error_035_prio_script=1 END
 error_035_head_script=Gallery without description END
 error_035_desc_script=Article contains a gallery without image description.  END
 error_035_prio_jawiki=1 END
 error_035_head_jawiki=説明文のない&lt;gallery&gt;タグ END
 error_035_desc_jawiki=この記事には画像の説明文のない &lt;gallery&gt; タグがあります。 END

#####

 error_036_prio_script=3 END
 error_036_head_script=Redirect not correct END
 error_036_desc_script=Article contains something like "<nowiki>#REDIRECT = [[Target page]]</nowiki>". The equal sign is not correct. Correct is "<nowiki>#REDIRECT [[Target page]]</nowiki>" or "<nowiki>#REDIRECT: [[Target page]]</nowiki>". END
 error_036_prio_jawiki=1 END
 error_036_head_jawiki=不正なリダイレクト END
 error_036_desc_jawiki=この記事には #REDIRECT = [[リダイレクト先]] のような記述があります。正しい記法は #REDIRECT [[リダイレクト先]]のように、等号を含みません。 END

#####

 error_037_prio_script=0 END
 error_037_head_script=Title with special letters and no DEFAULTSORT END
 error_037_desc_script=The title has a special letter and in the article is no DEFAULTSORT (or in ca: ORDENA, es:ORDENAR, de:SORTIERUNG). Also one category has not the syntax <nowiki>[[Category:ABC|Text]]</nowiki> END
 error_037_prio_jawiki=0 END
 error_037_head_jawiki=ソートキーが必要だがDEFAULTSORTがない END
 error_037_desc_jawiki=<!--かなり意訳。そもそも日本語版では状況が違う?-->このページの名前にはソートキーが必要ですが、DEFAULTSORT がありません。かつ、1つ以上のカテゴリが [[Category:カテゴリ|ソートキー]] という構文を持っていません。
<br>
先にプロジェクトページのノートで議論することを勧めます。 END

#####

 error_038_prio_script=3 END
 error_038_head_script=HTML text style element <nowiki><i></nowiki> END
 error_038_desc_script=Article contains a <nowiki><i></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_038_prio_jawiki=3 END
 error_038_head_jawiki=HTMLの&lt;i&gt;タグの使用 END
 error_038_desc_jawiki=この記事には &lt;i&gt; タグが含まれています。これはHTMLタグを使わずともメディアウィキのマークアップ('')で置き換えることができます。 END

#####

 error_039_prio_script=3 END
 error_039_head_script=HTML text style element <nowiki><p></nowiki> END
 error_039_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_039_whitelist END
 error_039_desc_script=Article contains a <nowiki><p></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_039_prio_jawiki=3 END
 error_039_head_jawiki=HTMLの&lt;p&gt;タグの使用 END
 error_039_desc_jawiki=この記事には &lt;p&gt; タグが含まれています。これは、多くの場合、HTMLタグを使わずともメディアウィキのマークアップ(改行2回)で置き換えることができます。 END

#####

 error_040_prio_script=3 END
 error_040_head_script=HTML text style element <nowiki><font></nowiki> END
 error_040_desc_script=Article contains a <nowiki><font></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_040_prio_jawiki=3 END
 error_040_head_jawiki=HTMLの&lt;font&gt;タグの使用 END
 error_040_desc_jawiki=この記事には &lt;font&gt; タグが含まれています。このタグはW3C非推奨であり、&lt;span&gt;などへの置換が妥当です。 END

#####

 error_041_prio_script=3 END
 error_041_head_script=HTML text style element <nowiki><big></nowiki> END
 error_041_desc_script=Article contains a <nowiki><big></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_041_prio_jawiki=3 END
 error_041_head_jawiki=HTMLの&lt;big&gt;タグの使用 END
 error_041_desc_jawiki=この記事には &lt;big&gt; タグが含まれています。より適切なマークアップに置き換えることの可能な場合があります。 END

#####

 error_042_prio_script=3 END
 error_042_head_script=HTML text style element &lt;strike&gt; END
 error_042_desc_script=Article contains a &lt;strike&gt;. This has been <a href="http://www.w3schools.com/tags/tag_strike.asp">deprecated in HTML5</a> and &lt;s&gt; or &lt;del&gt; should be used instead. See <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#strike">Wikipedia:HTML5#strike</a> for details. END
 error_042_prio_jawiki=3 END
 error_042_head_jawiki=HTMLの&lt;strike&gt;タグの使用 END
 error_042_desc_jawiki=この記事には &lt;strike&gt; タグが含まれています。より適切なマークアップに置き換えることの可能な場合があります。 (<a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#strike">Wikipedia:HTML5#strike</a>) END

#####

 error_043_prio_script=1 END
 error_043_head_script=Template not correct end END
 error_043_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_043_whitelist END
 error_043_desc_script=Found a template with <nowiki>"{{"</nowiki> and with no <nowiki>"}}"</nowiki>. END
 error_043_prio_jawiki=1 END
 error_043_head_jawiki=テンプレート呼び出しの終了違反 END
 error_043_desc_jawiki=テンプレート呼び出しの {{ がありますが、}} がありません。 END

#####

 error_044_prio_script=3 END
 error_044_head_script=Headlines with bold END
 error_044_desc_script=The headline is bold <nowiki>"== '''XY''' =="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>. END
 error_044_prio_jawiki=3 END
 error_044_head_jawiki=見出しにボールド体 END
 error_044_desc_jawiki=見出しで "== '''XY''' ==" のようにボールド体を使っています。単に "== XY ==" のようにすべきです。  END

#####

 error_045_prio_script=1 END
 error_045_head_script=Interwiki double END
 error_045_desc_script=Article contains double interwiki link to one other languages. END
 error_045_prio_jawiki=2 END
 error_045_head_jawiki=言語間リンクの重複 END
 error_045_desc_jawiki=言語間リンクが、1つの言語に対して2つあります。 END

#####

 error_046_prio_script=1 END
 error_046_head_script=Square brackets not correct begin END
 error_046_desc_script=Different number of <nowiki>[[</nowiki> and <nowiki>]]</nowiki> brackets. If it is sourcecode then use <nowiki><source> or <code></nowiki>. END
 error_046_prio_jawiki=1 END
 error_046_head_jawiki=角括弧の開始違反 END
 error_046_desc_jawiki=]] に対応する [[ がありません。ソースコードを記述している場合は &lt;source&gt; か &lt;code&gt; で囲ってください。 END

#####

 error_047_prio_script=1 END
 error_047_head_script=Template not correct begin END
 error_047_desc_script=Found a template with no <nowiki>"{{"</nowiki> but with <nowiki>"}}"</nowiki>. END
 error_047_prio_jawiki=1 END
 error_047_head_jawiki=テンプレート呼び出しの開始違反 END
 error_047_desc_jawiki=テンプレート呼び出しの }} がありますが、{{ がありません。 END

#####

 error_048_prio_script=3 END
 error_048_head_script=Title in text END
 error_048_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_048_whitelist END
 error_048_desc_script=Found a link to the title inside the text. Change this <nowiki>[[Title]]</nowiki> into <nowiki>'''Title'''</nowiki> END
 error_048_prio_jawiki=3 END
 error_048_head_jawiki=本文中の自己リンク END
 error_048_desc_jawiki=本文中にそのページ自身へのリンクがあります。[[ページ名]] を '''ページ名''' と変更してください。 END

#####

 error_049_prio_script=3 END
 error_049_head_script=Headline with HTML END
 error_049_desc_script=Found a headline in format <nowiki><h2>Headline</h2></nowiki> in the text. Please use wikisyntax <nowiki>== Headline ==</nowiki>. If it is sourcecode then use <nowiki><source> or <code></nowiki>. END
 error_049_prio_jawiki=3 END
 error_049_head_jawiki=HTMLによる見出し END
 error_049_desc_jawiki=本文中に &lt;h2&gt;見出し&lt;/h2&gt; という形式の見出しがあります。ウィキマークアップで == 見出し == としてください。ソースコードを記述している場合、&lt;source&gt; あるいは &lt;code&gt; を利用してください。 END

#####

 error_050_prio_script=3 END
 error_050_head_script=en dash or em dash END
 error_050_desc_script=The article had a dash. Write for  <tt>&nda<code></code>sh;</tt> better "–" or <tt>&mda<code></code>sh;</tt> better "—". END
 error_050_prio_jawiki=0 END
 error_050_head_jawiki=enダッシュとemダッシュ END
 error_050_desc_jawiki=(未訳)The article had a dash. Write for  <tt>&nda<code></code>sh;</tt> better "–" or <tt>&mda<code></code>sh;</tt> better "—". END

#####

 error_051_prio_script=3 END
 error_051_head_script=Interwiki before last headline END
 error_051_desc_script=The article had in the text a interwiki before the last headline. Interwikis should written at the end of the article. END
 error_051_prio_jawiki=3 END
 error_051_head_jawiki=最終見出し前の言語間リンク END
 error_051_desc_jawiki=最後の見出しより前の本文中に言語間リンクが記述されています。言語間リンクは記事の最後に置くべきです。 END

#####

 error_052_prio_script=3 END
 error_052_head_script=Category before last headline END
 error_052_desc_script=The article had in the text a category before the last headline. Category should written at the end of the article before the interwikis. END
 error_052_prio_jawiki=3 END
 error_052_head_jawiki=最終見出し前のカテゴリ END
 error_052_desc_jawiki=最後の見出しより前の本文中にカテゴリが記述されています。カテゴリは記事末尾、言語間リンクの前に置くべきです。 END

#####

 error_053_prio_script=3 END
 error_053_head_script=Interwiki before last category END
 error_053_desc_script=The article had in the text a interwiki before the last category. Interwikis should written at the end of the article after the categories. END
 error_053_prio_jawiki=3 END
 error_053_head_jawiki=最終カテゴリ前の言語間リンク END
 error_053_desc_jawiki=最後のカテゴリより前に言語間リンクが記述されています。言語間リンクは記事末尾、カテゴリの後に置くべきです。 END

#####

 error_054_prio_script=3 END
 error_054_head_script=Break in list END
 error_054_desc_script=The article had a list, where one line had a break (<nowiki><br /></nowiki>) at the and of the line. This break can be deleted. END
 error_054_prio_jawiki=3 END
 error_054_head_jawiki=箇条書き終わりの&lt;br&gt;タグ END
 error_054_desc_jawiki=この記事には箇条書き(リスト)がありますが、その行の終わりに &lt;br /&gt; があります。これは取り除けます。 END

#####

 error_055_prio_script=3 END
 error_055_head_script=HTML text style element <nowiki><small></nowiki> double END
 error_055_desc_script=Article contains the tag <nowiki><small></nowiki>.  In the most case we don't need this double tag. END
 error_055_prio_jawiki=3 END
 error_055_head_jawiki=二重の&lt;small&gt;タグ END
 error_055_desc_jawiki=記事に二重の &lt;small&gt; タグが含まれています。ほとんどの場合、このようにする必要はありません。 END

#####

 error_056_prio_script=3 END
 error_056_head_script=Arrow as ASCII art END
 error_056_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_056_whitelist END
 error_056_desc_script=The article had an arrow like "<nowiki><--</nowiki>" or "<nowiki>--></nowiki>" or "<nowiki><==</nowiki>" or "<nowiki>==></nowiki>". Write better this arrow with the Unicode "←" or "→" or "⇐" or "⇒". See [[:en:Arrow (symbol)]]. If it is sourcecode then use <nowiki><source> or <code></nowiki>. Also you can use <nowiki><math></nowiki> for mathematical formula. END
 error_056_prio_jawiki=3 END
 error_056_head_jawiki=アスキーアートの矢印 END
 error_056_desc_jawiki=この記事には「&lt;--」や「--&gt;」「&lt;==」「==&gt;」といった矢印があります。アスキーアートではなく、一文字で「←」や「→」「⇐」「⇒」と書くべきです。[[矢印]]も参照してください。ソースコードの場合、&lt;source&gt; あるいは &lt;code&gt; で囲ってください。数式の場合は &lt;math&gt; が使えます。 END

#####

 error_057_prio_script=3 END
 error_057_head_script=Headlines end with colon END
 error_057_desc_script=One headline in this article end with a colon <nowiki>"== Headline : =="</nowiki>. This colon can be deleted. END
 error_057_prio_jawiki=3 END
 error_057_head_jawiki=コロン終わりの見出し END
 error_057_desc_jawiki=記事中に「== 見出し : ==」のようなコロンで終わる見出しがあります。このコロンは取り除けます。 END

#####

 error_058_prio_script=3 END
 error_058_head_script=Headlines with capitalization END
 error_058_desc_script=One headline in this article has only capitalization <nowiki>"== HEADLINE IS BIG =="</nowiki>. Also this headline has more then 10 letters, so a normal abbreviation like <nowiki>"== UNO =="</nowiki> is not a problem. END
 error_058_prio_jawiki=0 END
 error_058_head_jawiki=大文字の見出し END
 error_058_desc_jawiki=記事中に「== HEADLINE IS BIG ==」のような大文字のみの見出しがあります。この見出しはまた10文字以上からなり、「== UNO ==」のような略語は除いています。 END

#####

 error_059_prio_script=3 END
 error_059_head_script=Template value end with break END
 error_059_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_059_whitelist END
 error_059_desc_script=At the end of a value in a template is a break. (For example: <nowiki>{{Template|name=Mr. King<br/>}}</nowiki>) This break should inside the template not in the value and you can delete this break. END
 error_059_prio_jawiki=3 END
 error_059_head_jawiki=テンプレートの値の終わりにある&lt;br&gt;タグ END
 error_059_desc_jawiki=テンプレート中のある値の終わりが &lt;br&gt; タグになっています(例えば、{{テンプレート|名前=鈴木太郎&lt;br&gt;}})。改行はテンプレート側のコードでなされるべきであって、この &lt;br&gt; タグは削除できます。 END

#####

 error_060_prio_script=1 END
 error_060_head_script=Template parameter with problem END
 error_060_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_060_whitelist END
 error_060_desc_script=In the parameter of a template the script found an unusual letter (<nowiki>[|]:*</nowiki>) For example: <nowiki>{{Template| parameter_1=100 | [[parameter]]_2=200 }}</nowiki>). END
 error_060_prio_jawiki=1 END
 error_060_head_jawiki=テンプレート引数に問題 END
 error_060_desc_jawiki=テンプレートの引数名部分に利用できない記号 ([|]:*) を見つけました(例えば、{{テンプレート| 引数1=100 | [[引数]]2=200 }})。 END

#####

 error_061_prio_script=3 END
 error_061_head_script=Reference with punctuation END
 error_061_desc_script=The script found a punctuation after the reference. For example: "<nowiki></ref>.</nowiki>" - The punctation should stand before the references. END
 error_061_prio_jawiki=0 END
 error_061_head_jawiki=約物の前の&lt;ref&gt;タグ END
 error_061_desc_jawiki= END

#####

 error_062_prio_script=1 END
 error_062_head_script=URL without http:// END
 error_062_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_062_whitelist END
 error_062_desc_script=A URL was found that contained no <code>http://</code>.<br>Example: [en.wikipedia.org Wikipedia]. END
 error_062_prio_jawiki=1 END
 error_062_head_jawiki=http:// や https:// がない URL END
 error_062_desc_jawiki=http:// や https:// を含まない URL があります。<br>例: [ja.wikipedia.org ウィキペディア日本語版] END

#####

 error_063_prio_script=2 END
 error_063_head_script=HTML text style element <nowiki><small></nowiki> in ref, sub or sup END
 error_063_desc_script=Article contains the tag <nowiki><small></nowiki> in a <nowiki><ref></nowiki> or <nowiki><sub></nowiki> or <nowiki><sub></nowiki> tag.  Inside inside this tags we don't need a small text because the tag output is smaller then the standard. END
 error_063_prio_jawiki=2 END
 error_063_head_jawiki=&lt;ref&gt;、&lt;sub&gt;、&lt;sup&gt;タグ中の&lt;small&gt;タグ END
 error_063_desc_jawiki=記事の &lt;ref&gt; または &lt;sub&gt;、&lt;sup&gt; タグ中に &lt;small&gt; タグがあります。これらのタグの中身は標準より小さく表示されるため、&lt;small&gt; は必要ありません。 END

#####

 error_064_prio_script=2 END
 error_064_head_script=Link equal to linktext END
 error_064_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_064_whitelist END
 error_064_desc_script=The script found a structur like <nowiki>[[Link|Link]]</nowiki> in this article. END
 error_064_prio_jawiki=2 END
 error_064_head_jawiki=リンク先とリンク文が同一 END
 error_064_desc_jawiki=記事中に[[リンク|リンク]]のような構造があります。 END

#####

 error_065_prio_script=3 END
 error_065_head_script=Image description with break END
 error_065_desc_script=The script found in this article at the end of an image description the tag <nowiki><br /></nowiki>. You can delete this manual break. END
 error_065_prio_jawiki=3 END
 error_065_head_jawiki=画像キャプションの終わりに&lt;br&gt;タグ END
 error_065_desc_jawiki=記事中の画像キャプションの終わりに &lt;br&gt; タグがあります。このタグは削除できます。 END

#####

 error_066_prio_script=3 END
 error_066_head_script=Image description with full <nowiki><small></nowiki>. END
 error_066_desc_script=The script found in the description of an image the <nowiki><small></nowiki>. The description is already set to 94% in the stylesheet. This tag can be deleted. END
 error_066_prio_jawiki=3 END
 error_066_head_jawiki=画像キャプション全体に&lt;small&gt;タグ END
 error_066_desc_jawiki=画像のキャプション中に &lt;small&gt; タグがあります。キャプションは標準より小さい文字サイズで表示されるため、このタグは削除できます。 END

#####

 error_067_prio_script=0 END
 error_067_head_script=Reference after punctuation END
 error_067_desc_script=The script found the reference after a punctuation. For example: "<nowiki>.<ref></nowiki>" - The punctation should stand after the references. END
 error_067_prio_jawiki=3 END
 error_067_head_jawiki=約物の後の&lt;ref&gt;タグ END
 error_067_desc_jawiki=句読点など、約物の後に &lt;ref&gt; タグがあります。約物が後に来るべきです。 END

#####

 error_068_prio_script=2 END
 error_068_head_script=Link to other language END
 error_068_desc_script=The script found a link to another language, for example <nowiki>[[:is:Link]]</nowiki> in this article (not an interwiki-link). In many languages is a direct link inside the article not allowed (for example in plwiki). END
 error_068_prio_jawiki=0 END
 error_068_head_jawiki=他言語へのリンク END
 error_068_desc_jawiki=記事中に他言語版へのリンク(例:[[:is:Link]])が通常の言語間リンク以外にあります。多くの言語版では記事本文中で他言語へ直接にリンクすることは禁止されています。 END

#####

 error_069_prio_script=1 END
 error_069_head_script=ISBN wrong syntax END
 error_069_desc_script=The script check the ISBN and found a problem with the syntax. A normal ISBN look like ISBN 3-8001-6191-5 or ISBN 0-911266-16-X or ISBN 978-0911266160. Allowed are numbers, space, "-" and "X"/"x". Without space and "-" only 10 or 13 characters. Please don't write ISBN-10: or ISBN-13. END
 error_069_prio_jawiki=1 END
 error_069_head_jawiki=ISBNの構文違反 END
 error_069_desc_jawiki=ISBN を検査したところ、その構文に問題を見つけました。妥当な ISBN は、ISBN 3-8001-6191-5 や ISBN 0-911266-16-X、あるいは ISBN 978-0911266160 というような形式をしています。数字とスペース、「-」、および「X」のみから成ります。スペースとハイフンを除くと10文字あるいは13文字となります。「ISBN-10:」や「ISBN-13:」のような接頭辞もエラーとして検出されますが、日本語版ウィキペディアでは[[Help:ISBNのリンク]]によって許容される場合もあります。 END

#####

 error_070_prio_script=1 END
 error_070_head_script=ISBN wrong length END
 error_070_desc_script=The script check the ISBN and found with not 10 or 13 characters. ISBN should have 10 or 13 characters. END
 error_070_prio_jawiki=1 END
 error_070_head_jawiki=ISBNの長さ違反 END
 error_070_desc_jawiki=ISBN を検査したところ、長さが10文字でも13文字でもありませんでした。ISBN は10文字あるいは13文字となります。 END

#####

 error_071_prio_script=1 END
 error_071_head_script=ISBN wrong position of X END
 error_071_desc_script=The script check the ISBN and found a ISBN where the character "X" are not at position 10. The character X is only at position 10 allowed. It is for the checksum of 10. END
 error_071_prio_jawiki=1 END
 error_071_head_jawiki=ISBNのXの位置に間違い END
 error_071_desc_jawiki=ISBN を検査したところ、文字「X」が10文字目以外の場所にあります。これは正しい形式ではありません。これはチェックサムのために存在します。 END

#####

 error_072_prio_script=1 END
 error_072_head_script=ISBN wrong checksum in ISBN-10 END
 error_072_desc_script=The script check the ISBN and found a problem with the checksum in this ISBN-10. END
 error_072_prio_jawiki=1 END
 error_072_head_jawiki=ISBN-10のチェックサムに誤り END
 error_072_desc_jawiki=ISBN を検査したところ、ISBN-10 のチェックサムに問題が見つかりました。 END

#####

 error_073_prio_script=1 END
 error_073_head_script=ISBN wrong checksum in ISBN-13 END
 error_073_desc_script=The script check the ISBN and found a problem with the checksum in this ISBN-13. END
 error_073_prio_jawiki=1 END
 error_073_head_jawiki=ISBN-13のチェックサムに誤り END
 error_073_desc_jawiki=ISBN を検査したところ、ISBN-13 のチェックサムに問題が見つかりました。 END

#####

 error_074_prio_script=1 END
 error_074_head_script=Link with no target END
 error_074_desc_script=The script found a link with no target, for example <nowiki>[[|linktext]]</nowiki>. END
 error_074_prio_jawiki=1 END
 error_074_head_jawiki=リンク先がないリンク END
 error_074_desc_jawiki=リンク先をもたないリンクを見つけました。これは例えば、[[|リンク文]] というようなものです。 END

#####

 error_075_prio_script=3 END
 error_075_head_script=Indented list END
 error_075_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_075_whitelist END
 error_075_desc_script=The article had a list, where one line is indent (<nowiki>:* text</nowiki>). A list don't need an intend with ":". Use more "*" to indent the list. END
 error_075_prio_jawiki=3 END
 error_075_head_jawiki=インデント付きのリスト END
 error_075_desc_jawiki=これらの記事にはリスト(箇条書き)がありますが、インデント付きの行 (:* 文章) があります。リストの字下げには「*」を重ねてください。(参照:[[Help:箇条書き]]) END

#####

 error_076_prio_script=3 END
 error_076_head_script=Link with no space END
 error_076_desc_script=The script found a link with "%20" for space <nowiki>[[Link%20Link|Linktext]]</nowiki>. Please replace this %20 with a space. END
 error_076_prio_jawiki=3 END
 error_076_head_jawiki=スペースのないリンク END
 error_076_desc_jawiki=スペース部分が「%20」となっているリンク(例:[[リンク%20リンク|リンク文]])を見つけました。「%20」をスペースに置き換えてください。 END

#####

 error_077_prio_script=3 END
 error_077_head_script=Image description with partial <nowiki><small></nowiki> END
 error_077_desc_script=The script found in the description of an image the <nowiki><small></nowiki>. The description is already set to 94% in the stylesheet. This tag can be deleted. END
 error_077_prio_jawiki=0 END
 error_077_head_jawiki=画像キャプションに部分的な&lt;small&gt;タグ END
 error_077_desc_jawiki=画像のキャプション中に &lt;small&gt; タグがあります。キャプションは標準より小さい文字サイズで表示されるため、このタグは削除できます。 END

#####

 error_078_prio_script=3 END
 error_078_head_script=Reference double END
 error_078_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_078_whitelist END
 error_078_desc_script=The script found in the article two <nowiki><references ...></nowiki>. One can be deleted. END
 error_078_prio_jawiki=-1 END
 error_078_head_jawiki=&lt;references /&gt;タグの重複 END
 error_078_desc_jawiki=記事中に2つの &lt;references /&gt; タグを見つけました。片方は削除できます。 END

#####

 error_079_prio_script=2 END
 error_079_head_script=External link without description END
 error_079_desc_script=The script found in the article an external link without description (for example: <nowiki>[http://www.wikipedia.org]</nowiki>). Please insert a description to this link like <nowiki>[http://www.wikipedia.org Wikipedia]</nowiki>. END
 error_079_prio_jawiki=-1 END
 error_079_head_jawiki=タイトルのない外部リンク END
 error_079_desc_jawiki=タイトルのない外部リンクを記事中に見つけました(例:[http://www.wikipedia.org])。このリンクにタイトルを付けてください(例:[http://www.wikipedia.org ウィキペディア])。 END

#####

 error_080_prio_script=2 END
 error_080_head_script=External link with line break END
 error_080_desc_script=The script found in the article an external link with a line break in the description. This is a problem for the mediawiki parser. Please delete the line break. END
 error_080_prio_jawiki=-1 END
 error_080_head_jawiki=改行を含む外部リンク END
 error_080_desc_jawiki=タイトル部分に改行を含んだ外部リンクを記事中に見つけました。これは MediaWiki のパーサーにとって問題となります。改行を除いてください。 END

#####

 error_081_prio_script=1 END
 error_081_head_script=Reference tag in article double END
 error_081_desc_script=The script found in the article a double ref-tag. Please use the format <nowiki><ref name="foo">Book ABC</ref></nowiki> and the following times <nowiki><ref name="foo" /></nowiki> END
 error_081_prio_jawiki=-1 END
 error_081_head_jawiki=&lt;ref&gt;タグの重複 END
 error_081_desc_jawiki=内容が同じ、重複した &lt;ref&gt; タグを見つけました。最初の箇所で &lt;ref name="foo"&gt;書籍いろは&lt;/ref&gt; のように名前をつけ、以降の箇所では &lt;ref name="foo" /&gt; としてください。 END

#####

 error_082_prio_script=2 END
 error_082_head_script=Link to other wikiproject END
 error_082_desc_script=The script found a link to another wikimedia foundation project, for example <nowiki>[[:wikt:Link]]</nowiki> in this article (not an interwiki-link) (See [[:en:Wikipedia:InterWikimedia links]]. In many languages is a direct link inside the article not allowed. END
 error_082_prio_jawiki=0 END
 error_082_head_jawiki=他の姉妹プロジェクトへのリンク END
 error_082_desc_jawiki=ウィキメディア財団の他のプロジェクトへの(言語間リンク以外の)リンクを見つけました(例:[[:wikt:リンク]])。[[Help:言語間リンク#ウィキ間リンク]]を参照してください。多くの言語版で記事中の多プロジェクトへの直接リンクは禁止されています。 END

#####

 error_083_prio_script=1 END
 error_083_head_script=Headlines start with three "=" and later with level two END
 error_083_desc_script=The first headline start with <nowiki>"=== XY ==="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>. Later in the text the script found a level 2 headline (<nowiki>"=="</nowiki>). See also error 007! END
 error_083_prio_jawiki=-1 END
 error_083_head_jawiki=最初の見出しが =3つでかつ以降に =2つの見出し END
 error_083_desc_jawiki=最初の見出しが「=== XY ===」のようになっています。最初の見出しは「== XY ==」のようであるべきです。以降の本文にレベル2の見出し(==)があります。エラー7も参照してください。 END

#####

 error_084_prio_script=1 END
 error_084_head_script=Section without content END
 error_084_desc_script=There is a section between two headlines without content. END
 error_084_prio_jawiki=-1 END
 error_084_head_jawiki=中身のない節 END
 error_084_desc_jawiki=2つの見出しの間に、中身の文章のない節があります。 END

#####

 error_085_prio_script=3 END
 error_085_head_script=Tag without content END
 error_085_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_085_whitelist END
 error_085_desc_script=The script found a tag without content or a line break like <nowiki><noinclude></noinclude></nowiki>. This tag can be deleted. END
 error_085_prio_jawiki=-1 END
 error_085_head_jawiki=中身のないタグ END
 error_085_desc_jawiki=中身の文章あるいは改行のない、&lt;noinclude&gt;&lt;/noinclude&gt; のような形式のタグがあります。このタグは削除できます。 END

#####

 error_086_prio_script=2 END
 error_086_head_script=Link with two brackets to external source END
 error_086_desc_script=The script found a link with two brackets to external source like <nowiki>[[http://www.wikipedia.org Wikipedia]]</nowiki>. External links only need one bracket like <nowiki>[http://www.wikipedia.org Wikipedia]</nowiki>. END
 error_086_prio_jawiki=-1 END
 error_086_head_jawiki=角括弧の2つある外部リンク END
 error_086_desc_jawiki=外部URLに対して角括弧を2つ使っている、[[http://www.wikipedia.org ウィキペディア]] のような形式のリンクがあります。[http://www.wikipedia.org ウィキペディア] のように角括弧は1つのみ必要です。 END

#####

 error_087_prio_script=-1 END
 error_087_head_script=HTML named entities without semicolon END
 error_087_desc_script=Find named entities (like &amp;uml;) in the text without the semicolon. END
 error_087_prio_jawiki=-1 END
 error_087_head_jawiki=セミコロンを欠いたHTML文字実体参照 END
 error_087_desc_jawiki=セミコロンのない文字実体参照があります(例:&amp;uml)。正しくは &amp;uml; のように書きます。 END

#####

 error_088_prio_script=3 END
 error_088_head_script=DEFAULTSORT with blank at first position END
 error_088_desc_script=The script found a DEFAULTSORT with a blank at first position like <nowiki>{{DEFAULTSORT: Doe, John}}</nowiki>. END
 error_088_prio_jawiki=-1 END
 error_088_head_jawiki=1文字目に空白のあるDEFAULTSORT END
 error_088_desc_jawiki={{DEFAULTSORT: すみす しよん}} のように、DEFAULTSORT の1文字目に空白があります。 END

#####

 error_089_prio_script=3 END
 error_089_head_script=DEFAULTSORT without space after the comma END
 error_089_desc_script=The script found a DEFAULTSORT without a space after the comma, like {{DEFAULTSORT:DuBois,Lewis}}. This causes the article to be sorted as the first DuBois article. END
 error_089_prio_jawiki=-1 END
 error_089_head_jawiki= END
 error_089_desc_jawiki= END

#####

 error_090_prio_script=2 END
 error_090_head_script=Internal link written as an external link END
 error_090_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_090_whitelist END
 error_090_desc_script=The script found an external link that should be replaced with a wikilink. An example would be on enwiki [https://en.wikipedia.org/wiki/Larry_Wall Larry Wall] should be written as [[Larry Wall]]. END
 error_090_prio_jawiki=-1 END
 error_090_head_jawiki= END
 error_090_desc_jawiki= END

#####

 error_091_prio_script=2 END
 error_091_head_script=Interwiki link written as an external link END
 error_091_desc_script=The script found an external link that should be replaced with a interwiki link. An example would be on enwiki [https://fr.wikipedia.org/wiki/Larry_Wall Larry Wall] should be written as [[:fr:Larry Wall]]. END
 error_091_prio_jawiki=-1 END
 error_091_head_jawiki= END
 error_091_desc_jawiki= END

#####

 error_092_prio_script=0 END
 error_092_head_script=Headline double END
 error_092_desc_script=There is a double headline (one behind the other) in this article.  END
 error_092_prio_jawiki=-1 END
 error_092_head_jawiki=見出しの重複 END
 error_092_desc_jawiki=この記事には重複する見出しがあります。 END

#####

 error_093_prio_script=2 END
 error_093_head_script=External link with double http:// END
 error_093_desc_script=The script found an external link that contains [http://http:// ...]. END
 error_093_prio_jawiki=-1 END
 error_093_head_jawiki= END
 error_093_desc_jawiki= END

#####

 error_094_prio_script=1 END
 error_094_head_script=Reference tags without correct match END
 error_094_desc_script=The script found references tags that didn't have the correct end or beginning tags. END
 error_094_prio_jawiki=1 END
 error_094_head_jawiki=&lt;ref&gt;タグの不整合 END
 error_094_desc_jawiki="&lt;ref&gt;" に対応する "&lt;/ref&gt;" がない、または "&lt;/ref&gt;" に対応する "&lt;ref&gt;" がない記事です。 END

#####

 error_095_prio_script=3 END
 error_095_head_script=Editor's signature or link to User space END
 error_095_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_095_whitelist END
 error_095_desc_script=An editor's signature or a link to User space was found. See <a href="https://en.wikipedia.org/wiki/WP:UPYES">WP:User pages</a> and <a href="https://en.wikipedia.org/wiki/WP:SIGNHERE">WP:Signatures</a>. END
 error_095_prio_jawiki=-1 END
 error_095_head_jawiki= END
 error_095_desc_jawiki= END

#####

 error_096_prio_script=2 END
 error_096_head_script=Table of Contents after first heading END
 error_096_desc_script=TOC should be placed at the end of the lead section of the text, before the first section heading. Users of screen readers do not expect any text between the TOC and the first heading. See <a href="https://en.wikipedia.org/wiki/WP:TOC">WP:TOC</a>. END
 error_096_prio_jawiki=-1 END
 error_096_head_jawiki= END
 error_096_desc_jawiki= END

#####

 error_097_prio_script=2 END
 error_097_head_script=TOC has material after it and before the first heading END
 error_097_desc_script=Screen readers don't process material that comes between the Table of Contents and the first heading. See <a href="https://en.wikipedia.org/wiki/WP:TOC">WP:TOC</a>. END
 error_097_prio_jawiki=-1 END
 error_097_head_jawiki= END
 error_097_desc_jawiki= END

#####

 error_098_prio_script=1 END
 error_098_head_script=Subscript tag without correct end END
 error_098_desc_script=Subscripts, which starts with a "&lt;sub&gt;" tag needs an ending "&lt;/sub&gt;" tag. END
 error_098_prio_jawiki=1 END
 error_098_head_jawiki=&lt;sub&gt;タグの違反 END
 error_098_desc_jawiki="&lt;sub&gt;" に対応する "&lt;/sub&gt;" が不足しています。 END

#####

 error_099_prio_script=1 END
 error_099_head_script=Superscript tag without correct end END
 error_099_desc_script=Superscripts, which starts with a "&lt;sup&gt;" tag needs an ending "&lt;/sup&gt;" tag. END
 error_099_prio_jawiki=1 END
 error_099_head_jawiki=&lt;sup&gt;タグの違反 END
 error_099_desc_jawiki="&lt;sup&gt;" に対応する "&lt;/sup&gt;" が不足しています。 END

#####

 error_100_prio_script=3 END
 error_100_head_script=List tag (&lt;ol&gt;, &lt;ul&gt; or &lt;li&gt;) without correct match END
 error_100_desc_script=The script found list tags that didn't have the correct end or beginning tags. END
 error_100_prio_jawiki=-1 END
 error_100_head_jawiki= END
 error_100_desc_jawiki= END

#####

 error_101_prio_script=0 END
 error_101_head_script=Ordinal number found inside &lt;sup&gt; tags END
 error_101_whitelistpage_jawiki=プロジェクト:ウィキ文法のチェック/Error_101_whitelist END
 error_101_desc_script=Ordinal numbers should be in regular text, not inside &lt;sup&gt; tags. END
 error_101_prio_jawiki=-1 END
 error_101_head_jawiki= END
 error_101_desc_jawiki= END

#####

 error_102_prio_script=2 END
 error_102_head_script=PMID with incorrect syntax END
 error_102_desc_script=The script found a problem with PMID syntax. A normal PMID looks like PMID&nbsp;4957203. See <a href="https://en.wikipedia.org/wiki/Wikipedia:PMID">WP:PMID</a>. END
 error_102_prio_jawiki=-1 END
 error_102_head_jawiki= END
 error_102_desc_jawiki= END

#####

 error_103_prio_script=2 END
 error_103_head_script=Pipe magicword inside wikilink END
 error_103_desc_script=The script found the <a href="https://www.mediawiki.org/wiki/Help:Magic_words#Other">magicword</a> {{!}} inside a wikilink. END
 error_103_prio_jawiki=-1 END
 error_103_head_jawiki= END
 error_103_desc_jawiki= END