Wikiprojekti:Check Wikipedia/Translation

Wikipediasta
Siirry navigaatioon Siirry hakuun
#########################
# metadata
#########################

 project=fiwiki END
 category_001= END
 description_text_fiwiki= END

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

 start_text_fiwiki=Wikiprojekti '''Check Wikipedia''' muokkaa artikkeleita wikikoodin osalta yhtenäiseen muotoon ja korjaa niiden syntaksivirheet. Korjauslista saattaa sisältää joitakin virheellisiä osumia, mutta on mahdollista tehdä ''whitelist'' virheellisten osumien minimoimiseksi.

- Jos haluat päivittää tätä käännössivua, katso ajankohtaiset versiot suurista wikeistä (esim. en, fr, de, it): jokaisella wikillä on omat käytänteensä, apusivunsa sekä wikikohtainen whitelist.

- Kääännöstä tehdessäsi käytä HTML5:a ja aseta virheille prioriteetit. Nähdäksesi miten virhekuvaukset näkyvät sovelluksen käyttäjälle, katso fi.wikin CheckWiki-sovellus kun muutokset ovat päivittyneet (yleensä kello 00:00 UTC):

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

 END

##############################
# PRIORITIES
##############################
#
# -2  Virhe poistettu
# -1  Oletusprioriteetti (en.wikin asetusten mukainen) 
#  0  Virhettä ei näytetä (deaktivoitu)
#  1  Ensisijainen prioriteetti
#  2  Toissijainen prioriteetti
#  3  Alin prioriteetti

 top_priority_fiwiki=Ensisijainen prioriteetti END
 middle_priority_fiwiki=Toissijainen prioriteetti END
 lowest_priority_fiwiki=Alin prioriteetti END

##############################
# ERROR DESCRIPTIONS
##############################

 error_001_prio_fiwiki=3 END
 error_001_head_fiwiki=Mallineessa on tarpeeton teksti "Malline:" END
 error_001_desc_fiwiki=Artikkelissa on malline, jonka nimessä on tarpeeton osio "Malline:". Esimerkki: {{Malline:Viitteet}}. END

#####

 error_002_prio_fiwiki=-1 END
 error_002_head_fiwiki=Tag with incorrect syntax END
 error_002_desc_fiwiki=The article contains one or more <br>, <center> or <small> 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>
Oikea HTML-syntaksin mukainen muoto on &lt;br&gt; tai &lt;br /&gt; (or remove the tag). See <a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-br-element">The br element in HTML5</a> and <a href="http://www.w3schools.com/tags/">HTML Element Reference</a>.<br>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_003_prio_fiwiki=1 END
 error_003_head_fiwiki=Puuttuva viiteosio END
 error_003_desc_fiwiki=Artikkelissa on viite <ref>, mutta viiteosiota ei ole määritelty. Lisää osio Lähteet-otsikon alle mallineella {{viitteet}}. END
 error_003_templates_fiwiki=
   viitteet END

#####

 error_004_prio_fiwiki=3 END
 error_004_head_fiwiki=HTML-muotoiluelementti &lt;a&gt; END
 error_004_desc_fiwiki=Artikkelin koodissa on HTML-tagi &lt;a&gt;. Käytä [[Ohje:Koodiopas#Linkit.2C_URL:t.2C_kuvat|wikikoodia]] (yksinkertaiset hakasulkeet ulkoisille linkeille, kaksinkertaiset sisäisille. END

#####

 error_005_prio_fiwiki=1 END
 error_005_head_fiwiki=Kommenttitagin loppu puuttuu END
 error_005_desc_fiwiki=Artikkelissa on kommentin alku "&lt;!--", mutta loppu "--&gt;" puuttuu. END

#####

 error_006_prio_fiwiki=2 END
 error_006_head_fiwiki=AAKKOSTUS sisältää erikoismerkkejä END
 error_006_desc_fiwiki=Artikkeli käyttää luokkien aakkostuksessa erikoismerkkejä. Muuta ü → y, é → e, ß → ss, ţ → t jne. END

#####

 error_007_prio_fiwiki=2 END
 error_007_head_fiwiki=Ensimmäinen otsikko kolmannella tasolla END
 error_007_desc_fiwiki=Artikkelin ensimmäinen otsikkorivi on merkitty kolmannen tason otsikoksi (=== Otsikko ===). Sen tulisi olla toisen tason otsikko (== Otsikko ==). END

#####

 error_008_prio_fiwiki=1 END
 error_008_head_fiwiki=Otsikon loppu puuttuu END
 error_008_desc_fiwiki=Artikkelissa on otsikko, jonka loppumerkintä puuttuu, esimerkiksi == Otsikko. END

#####

 error_009_prio_fiwiki=3 END
 error_009_head_fiwiki=Monta luokkaa samalla rivillä END
 error_009_desc_fiwiki=Artikkelin luokittelussa on määritelty monta luokkaa samalla koodirivillä. Ne tulisi erottaa rivinvaihdoilla. END

#####

 error_010_prio_fiwiki=1 END
 error_010_head_fiwiki=Parittomia hakasulkeita END
 error_010_desc_fiwiki=Artikkelissa on orpoja hakasulkeita, [[ ja ]]. END

#####

 error_011_prio_fiwiki=3 END
 error_011_head_fiwiki=HTML-merkkiviittauksia END
 error_011_desc_fiwiki=Artikkelin koodissa on HTML-merkkiviittauksia, esimerkiksi <code>&amp;auml;</code>, <code>&amp;ouml;</code> , <code>&amp;uuml;</code>, <code>&amp;szlig;</code>. Käytä <a href="https://fi.wikipedia.org/wiki/Unicode">Unicode.merkkejä</a> (äüöÄÜÖßåÅ jne). END

#####

 error_012_prio_fiwiki=3 END
 error_012_head_fiwiki=HTML-listaelementtejä END
 error_012_desc_fiwiki=Artikkelissa käytetään &lt;ol&gt;, &lt;ul&gt; tai &lt;li&gt;-tageja. Listat tulisi toteuttaa MediaWikin omalla syntaksilla. END

#####

 error_013_prio_fiwiki=1 END
 error_013_head_fiwiki=Math-tagin loppu puuttuu END
 error_013_desc_fiwiki=Artikkelissa on &lt;math&gt;, mutta &lt;/math&gt; puuttuu. END

#####

 error_014_prio_fiwiki=1 END
 error_014_head_fiwiki=Source-tagin loppu puuttuu END
 error_014_desc_fiwiki=Artikkelissa on &lt;source&gt;, mutta &lt;/source&gt; puuttuu. END

#####

 error_015_prio_fiwiki=1 END
 error_015_head_fiwiki=Code-tagin loppu puuttuu END
 error_015_desc_fiwiki=Artikkelissa on &lt;code&gt;, mutta &lt;/code&gt; puuttuu. END

#####

 error_016_prio_fiwiki=3 END
 error_016_head_fiwiki=Unicode control characters END
 error_016_desc_fiwiki=Koodissa on yksi tai useampia näkymättömiä <a href="https://en.wikipedia.org/wiki/Unicode_control_characters">Unicode control</a> -merkkejä. Esimerkiksi:<br>
 <a href="https://en.wikipedia.org/wiki/Zero-width_space">Nollaleveysvälilyönti (en)</a> (U+200B), <a href="https://en.wikipedia.org/wiki/Left-to-right_mark">vasen-oikea-merkki (en)</a> (U+200E), <a href="https://en.wikipedia.org/wiki/Newline#Unicode">rivierotin (en)</a> (U+2028), <a href="https://en.wikipedia.org/wiki/Byte_order_mark">byte order -merkki (en)</a> (U+FEFF) tai merkkejä <a href="https://en.wikipedia.org/wiki/Private_Use_Areas">private use -alueelta</a>. Tämä voi aiheuttaa virheitä artikkeliin. END

#####

 error_017_prio_fiwiki=3 END
 error_017_head_fiwiki=Päällekkäinen luokitus END
 error_017_desc_fiwiki=Artikkeli on luokiteltu samaan luokkaan kahdesti. END

#####

 error_018_prio_fiwiki=3 END
 error_018_head_fiwiki=Luokan alkukirjain pienellä END
 error_018_desc_fiwiki=Artikkelin luokitteluosiossa on pienellä alkukirjaimella määritetty luokka. END

#####

 error_019_prio_fiwiki=1 END
 error_019_head_fiwiki=Ensimmäinen otsikko ensimmäisellä tasolla END
 error_019_desc_fiwiki=Artikkelin ensimmäinen otsikkorivi on merkitty ensimmäisen tason otsikoksi (= Otsikko =). Sen tulisi olla toisen tason otsikko (== Otsikko ==). END

#####

 error_020_prio_fiwiki=3 END
 error_020_head_fiwiki=Ristimerkki END
 error_020_desc_fiwiki=Artikkelissa ristimerkki † on merkitty koodilla <code>&amp;dagger;</code>. END

#####

 error_021_prio_fiwiki=3 END
 error_021_head_fiwiki=Luokittelu englanniksi END
 error_021_desc_fiwiki=Artikkeli on luokiteltu englanninkielisen Wikipedian käyttämällä muodolla [[Category:]]. Käytä suomenkielistä muotoa [[Luokka:]]. END

#####

 error_022_prio_fiwiki=3 END
 error_022_head_fiwiki=Välilyönti luokittelussa END
 error_022_desc_fiwiki=Artikkelin luokitteluosiosta löydettiin ylimääräinen välilyönti (esimerkiksi [[  Luokka:ABC]] tai [[Luokka : ABC]]). END

#####

 error_023_prio_fiwiki=1 END
 error_023_head_fiwiki=Nowiki-tagin loppu puuttuu END
 error_023_desc_fiwiki=Artikkelissa on nowiki-tagi, mutta sen loppu puuttuu. END

#####

 error_024_prio_fiwiki=1 END
 error_024_head_fiwiki=Pre-tagin loppu puuttuu END
 error_024_desc_fiwiki=Artikkelissa on pre-tagi, mutta sen loppu puuttuu. END

#####

 error_025_prio_fiwiki=2 END
 error_025_head_fiwiki=Virheellinen otsikkohierarkia END
 error_025_desc_fiwiki=Artikkelissa on neljännen tason otsikko (==== Otsikko 2 ====) toisen tason otsikon alla (== Otsikko ==). Toisen tason otsikon alaotsikoiden tulee olla kolmatta tasoa (=== Otsikko 2 ===). END

#####

 error_026_prio_fiwiki=3 END
 error_026_head_fiwiki=HTML-muotoiluelementti &lt;b&gt; END
 error_026_desc_fiwiki=Artikkelissa käytetään HTML:n tekstinmuotoiluelementtiä &lt;b&gt;. Käytä wikisyntaksia '''lihavoitu teksti'''. END

#####

 error_027_prio_fiwiki=2 END
 error_027_head_fiwiki=Unicode-syntaksi END
 error_027_desc_fiwiki=Artikkelin koodissa on Unicode-syntaksilla määriteltyjä merkkejä kuten <code>&amp;#0000;</code> (desimaali) tai <code>&amp;#x0000;</code> (heksadesimaali). Useimmat muokkaajat eivät hallitse tätä syntaksia, muokattavuuden helpottamiseksi käytä <a href="https://fi.wikipedia.org/wiki/Unicode">Unicode-merkkejä</a>. END

#####

 error_028_prio_fiwiki=1 END
 error_028_head_fiwiki=Taulukon loppu puuttuu END
 error_028_desc_fiwiki=Artikkelissa on taulukko ilman loppua |}. END

#####

 error_029_prio_fiwiki=1 END
 error_029_head_fiwiki=Gallery-tagin loppu puuttuu END
 error_029_desc_fiwiki=Artikkelissa on "&lt;gallery&gt;", mutta "&lt;/gallery&gt;" puuttuu. END

#####

 error_030_prio_fiwiki=2 END
 error_030_head_fiwiki=Kuvateksti puuttuu END
 error_030_desc_fiwiki=Artikkelissa on kuva ilman kuvatekstiä. Kuvatekstin lisääminen parantaa sivujen käytettävyyttä. END

#####

 error_031_prio_fiwiki=3 END
 error_031_head_fiwiki=HTML-taulukkoelementti END
 error_031_desc_fiwiki=Artikkelin koodissa on HTML-taulukkoelementtejä kuten "&lt;table&gt;", "&lt;td&gt;", "&lt;th&gt;" "&lt;tr&gt;". Käytä wikisyntaksia, katso tarvittaessa <a href="https://fi.wikipedia.org/wiki/Ohje:Taulukot">Ohje:Taulukot</a>. END

#####

 error_032_prio_fiwiki=2 END
 error_032_head_fiwiki=Ylimääräinen pystyviiva linkissä END
 error_032_desc_fiwiki=Artikkelissa on linkki, jossa on ylimääräinen pystyviiva, esimerkiksi [[sana|sana2|sana3]] (näkyy artikkelissa muodossa <a href="https://fi.wikipedia.org/wiki/Sana">sana2|sana3</a>), tai [[sana||sana4]] (näkyy muodossa <a href="https://fi.wikipedia.org/wiki/Sana">|sana4</a>). END

#####

 error_033_prio_fiwiki=-1 END
 error_033_head_fiwiki=HTML text style element &lt;u&gt; END
 error_033_desc_fiwiki=Article contains a &lt;u&gt; (underline). In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/MOS:MARKUP">MOS:MARKUP</a> and <a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-u-element">The u element in HTML5</a>. END

#####

 error_034_prio_fiwiki=-1 END
 error_034_head_fiwiki=Template programming element END
 error_034_desc_fiwiki=Article contains a "#if:" or "#ifeq:" or "#switch:" or "#tag:" or "{{NAMESPACE}}" or "{{SITENAME}}" or "{{PAGENAME}}" or "{{FULLPAGENAME}}" or "{{{1}}}" (Parameter). END

#####

 error_035_prio_fiwiki=-1 END
 error_035_head_fiwiki=Image gallery without description END
 error_035_desc_fiwiki=Article contains a gallery without image descriptions. END

#####

 error_036_prio_fiwiki=-1 END
 error_036_head_fiwiki=Redirect with incorrect syntax END
 error_036_desc_fiwiki=Article contains something like "#REDIRECT = [[Target page]]". The equal sign is not correct. Correct is "#REDIRECT&nbsp;[[Target page]]". This also detect syntax such as:<br>
<br>
 #REDIRECT<br>
 [[Somepage]]<br>
<br>
(note the carriage return). Although this syntax functions, it is not recommended. END

#####

 error_037_prio_fiwiki=3 END
 error_037_head_fiwiki=DEFAULTSORT missing for titles with special letters END
 error_037_desc_fiwiki=The title has a special letter and in the article there is no {{DEFAULTSORT:}}.<br>
Redirects are also listed if the redirect contains a category.<br>
See <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization#Sort_keys">Categorization#Sort keys</a> and <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization_of_people#Other_exceptions">Namesort</a> for more details. END

#####

 error_038_prio_fiwiki=-1 END
 error_038_head_fiwiki=HTML text style element &lt;i&gt; END
 error_038_desc_fiwiki=Article contains a &lt;i&gt; (italics). In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/WP:Deviations">WP:Deviations</a>. It is <i>not safe</i> for bots to do this because oftentimes these tags span multiple lines, which can cause problems if they are changed incorrectly. END

#####

 error_039_prio_fiwiki=-1 END
 error_039_head_fiwiki=HTML text style element &lt;p&gt; END
 error_039_desc_fiwiki=Article contains a &lt;p&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/MOS:MARKUP">MOS:MARKUP</a> and <a href="https://en.wikipedia.org/wiki/WP:Deviations">WP:Deviations</a>. END

#####

 error_040_prio_fiwiki=-1 END
 error_040_head_fiwiki=HTML text style element &lt;font&gt; END
 error_040_desc_fiwiki=Article contains a &lt;font&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. The &lt;font&gt; tag is <a href="http://www.w3schools.com/tags/tag_font.asp">deprecated in HTML5</a>, see <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#font">Wikipedia:HTML5#font</a> for replacements. END

#####

 error_041_prio_fiwiki=-1 END
 error_041_head_fiwiki=HTML text style element &lt;big&gt; END
 error_041_desc_fiwiki=Article contains a &lt;big&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. The &lt;big&gt; tag is <a href="http://www.w3schools.com/tags/tag_big.asp">deprecated in HTML5</a>, see <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#big">Wikipedia:HTML5#big</a> for replacements. END

#####

 error_042_prio_fiwiki=-1 END
 error_042_head_fiwiki=HTML text style element &lt;strike&gt; END
 error_042_desc_fiwiki=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_043_prio_fiwiki=-1 END
 error_043_head_fiwiki=Template without correct end END
 error_043_desc_fiwiki=Found a template with "{{", but no corresponding "}}".<br>
To do: generally, a set of closing braces ("}}") need to be added in or after the string displayed below. Sometimes the opening braces can be removed all together.<br>
As templates break quite visibly when opening or closing braces are missing, frequently the broken templates listed below are citation templates. END

#####

 error_044_prio_fiwiki=-1 END
 error_044_head_fiwiki=Heading with bold END
 error_044_desc_fiwiki=The heading is bold "== '''XY''' ==". It should be "== XY ==". Headings are already bold. END

#####

 error_045_prio_fiwiki=-1 END
 error_045_head_fiwiki=Interwiki duplication END
 error_045_desc_fiwiki=Article contains duplicate interwiki links to another language. You can remove both of them if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. END

#####

 error_046_prio_fiwiki=-1 END
 error_046_head_fiwiki=Square brackets without correct beginning END
 error_046_desc_fiwiki=Different number of [[ and ]] brackets. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;.<br>
<br>
Generally, a bracket needs to be added or removed in the string displayed below. END

#####

 error_047_prio_fiwiki=-1 END
 error_047_head_fiwiki=Template without correct beginning END
 error_047_desc_fiwiki=Found a template with "}}", but no corresponding "{{".<br>
To do: generally, one or two opening braces ("{") need to be added in or before the string displayed below. Sometimes the opening braces ("{{") can be removed all together.<br>
As templates break quite visibly when opening or closing braces are missing, frequently the broken templates listed below are citation templates. END

#####

 error_048_prio_fiwiki=-1 END
 error_048_head_fiwiki=Title linked in text END
 error_048_desc_fiwiki=Found a link to the title inside the text. In the lead section of the article, please change this [[Title]] into '''Title'''. However, do not make this change inside image maps, because doing so will cause errors. END

#####

 error_049_prio_fiwiki=-1 END
 error_049_head_fiwiki=Heading with HTML END
 error_049_desc_fiwiki=Found a heading with HTML markup, e.g. &lt;h2&gt;Heading&lt;/h2&gt; in the text. Please use wikisyntax == Heading ==. See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. END

#####

 error_050_prio_fiwiki=-1 END
 error_050_head_fiwiki=en dash or em dash END
 error_050_desc_fiwiki=The article has a dash using HTML syntax. Instead of writing out <code>&amp;ndash;</code>, the Unicode character – should be used, and the written-out <code>&amp;mdash;</code> should be replaced with —. END

#####

 error_051_prio_fiwiki=-1 END
 error_051_head_fiwiki=Interwiki before last heading END
 error_051_desc_fiwiki=Article contains a interwiki before the last heading. Interwikis should be written at the end of the article, or removed if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. END

#####

 error_052_prio_fiwiki=-1 END
 error_052_head_fiwiki=Category before last heading END
 error_052_desc_fiwiki=Categories are placed before the last section header. Category should be placed at the end of the article. This can be a sign that the article is somewhat mixed up. END

#####

 error_053_prio_fiwiki=-1 END
 error_053_head_fiwiki=Interwiki before last category END
 error_053_desc_fiwiki=Article contains a interwiki before the last category. Interwikis should be written at the end of the article, after the categories, or removed if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. This can be a sign that the article is somewhat mixed up (e.g. substituted navigation templates). END

#####

 error_054_prio_fiwiki=-1 END
 error_054_head_fiwiki=Break in list END
 error_054_desc_fiwiki=The article has a list where one line has a &lt;br&gt; at the end. END

#####

 error_055_prio_fiwiki=-1 END
 error_055_head_fiwiki=HTML text style element &lt;small&gt; double END
 error_055_desc_fiwiki=Article contains double &lt;small&gt;&lt;small&gt; tags. In most cases we don't need this double tag. This causes problems with people who have trouble reading small print. END

#####

 error_056_prio_fiwiki=-1 END
 error_056_head_fiwiki=Arrow as ASCII art END
 error_056_desc_fiwiki=The article has an arrow like "&lt;--" or "--&gt;" or "&lt;==" or "==&gt;". Use the Unicode "←" or "→" or "⇐" or "⇒". See <a href="https://en.wikipedia.org/wiki/Arrow (symbol)">Arrow (symbol)</a>. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. Also you can use &lt;math&gt; for mathematical formula. END

#####

 error_057_prio_fiwiki=-1 END
 error_057_head_fiwiki=Heading ends with a colon END
 error_057_desc_fiwiki=One heading in this article ends with a colon "== Heading : ==". This colon can be deleted. END

#####

 error_058_prio_fiwiki=-1 END
 error_058_head_fiwiki=Heading all CAPS END
 error_058_desc_fiwiki=One heading in this article has only capitalization like "== HEADING IS BIG ==". See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. Also, this heading has to have more than 10 letters, so a normal abbreviation like "== UNO ==" is not a problem.<br><br>The report might list a few false positives, such as titles of works. END

#####

 error_059_prio_fiwiki=-1 END
 error_059_head_fiwiki=Template value ends with break END
 error_059_desc_fiwiki=At the end of a value in a template there is a break. For example: {{Template|name=Mr. King&lt;br&gt;}}. This break should be inside the template but not in the value; you can delete this break. END

#####

 error_060_prio_fiwiki=-1 END
 error_060_head_fiwiki=Template parameter with a problem END
 error_060_desc_fiwiki=In the parameter of a template the script found an unusual letter ([|]:*) which could be a problem.<br>Sample: {{Template| parameter_1=100 | [[parameter]]_2=200 }}. END

#####

 error_061_prio_fiwiki=0 END
 error_061_head_fiwiki=Reference before punctuation END
 error_061_desc_fiwiki=The script found a punctuation after the reference. For example: "&lt;/ref&gt;." END

#####

 error_062_prio_fiwiki=-1 END
 error_062_head_fiwiki=URL without http:// END
 error_062_desc_fiwiki=A URL was found that contained no http://.<br>Example: [en.wikipedia.org Wikipedia]. END

#####

 error_063_prio_fiwiki=-1 END
 error_063_head_fiwiki=HTML text style element &lt;small&gt; in ref, sub or sup END
 error_063_desc_fiwiki=Article contains the tag &lt;small&gt; in a &lt;ref&gt; or &lt;sub&gt; or &lt;sup&gt; tag. Inside these tags we don't need a small text because the tag output is smaller than the standard. This causes problems with people who have trouble reading small print. END

#####

 error_064_prio_fiwiki=-1 END
 error_064_head_fiwiki=Link equal to linktext END
 error_064_desc_fiwiki=A piped link has identical text before and after the pipe, like [[link|link]]. END

#####

 error_065_prio_fiwiki=-1 END
 error_065_head_fiwiki=Image description ends with break END
 error_065_desc_fiwiki=The script found at the end of an image description the tag &lt;br&gt;. You can delete it. END

#####

 error_066_prio_fiwiki=-1 END
 error_066_head_fiwiki=Image description with full &lt;small&gt; END
 error_066_desc_fiwiki=The script found in the description of an image the &lt;small&gt; tag. The description is already set to 94% in the stylesheet. This causes problems with people who have trouble reading small print. This tag can be deleted. END

#####

 error_067_prio_fiwiki=-1 END
 error_067_head_fiwiki=Reference after punctuation END
 error_067_desc_fiwiki=The script found the reference after a punctuation. For example: ".&lt;ref&gt;" END

#####

 error_068_prio_fiwiki=-1 END
 error_068_head_fiwiki=Link to other language END
 error_068_desc_fiwiki=The script found a link to another language, for example [[:is:Link]] in the article (not an interwiki-link). In many languages, this direct link inside the article is not allowed (for example in plwiki). END

#####

 error_069_prio_fiwiki=-1 END
 error_069_head_fiwiki=ISBN with incorrect syntax END
 error_069_desc_fiwiki=The script found a problem with ISBN syntax. A normal ISBN looks 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. See <a href="https://en.wikipedia.org/wiki/Wikipedia:ISBN">WP:ISBN</a>. END

#####

 error_070_prio_fiwiki=-1 END
 error_070_head_fiwiki=ISBN with wrong length END
 error_070_desc_fiwiki=The script checked the ISBN and found it not containing 10 or 13 characters. ISBN should have 10 or 13 characters. END

#####

 error_071_prio_fiwiki=-1 END
 error_071_head_fiwiki=ISBN with wrong position of X END
 error_071_desc_fiwiki=The script checked the <a href="https://en.wikipedia.org/wiki/ISBN">ISBNs</a> and found an ISBN where the character "X" is not at position 10. The character X is allowed only at position 10 and it represents a <a href="https://en.wikipedia.org/wiki/Checksum">checksum</a> of 10. END

#####

 error_072_prio_fiwiki=-1 END
 error_072_head_fiwiki=ISBN-10 with wrong checksum END
 error_072_desc_fiwiki=The script checked the ISBN and found a problem with the checksum in the ISBN-10. END

#####

 error_073_prio_fiwiki=-1 END
 error_073_head_fiwiki=ISBN-13 with wrong checksum END
 error_073_desc_fiwiki=The script checked the ISBN and found a problem with the checksum in the ISBN-13. END

#####

 error_074_prio_fiwiki=-1 END
 error_074_head_fiwiki=Link without target END
 error_074_desc_fiwiki=The script found a link with no target, for example [[|linktext]]. END

#####

 error_075_prio_fiwiki=-1 END
 error_075_head_fiwiki=Indented list END
 error_075_desc_fiwiki=The article has a list where one line is indented (:* text). A list doesn't need an indent with ":". Use more "*" to indent the list. END

#####

 error_076_prio_fiwiki=-1 END
 error_076_head_fiwiki=Link with encoded space END
 error_076_desc_fiwiki=The script found a link with "%20" for space [[Link%20Link|Linktext]]. Please replace this %20 with a space. This can also be caused by some external links being surrounded by double brackets. END

#####

 error_077_prio_fiwiki=-1 END
 error_077_head_fiwiki=Image description with partial &lt;small&gt; END
 error_077_desc_fiwiki=The script found in the description of an image the &lt;small&gt; tag. The description is already set to 94% in the stylesheet. This causes problems with people who have trouble reading small print. This tag can be deleted. END

#####

 error_078_prio_fiwiki=-1 END
 error_078_head_fiwiki=Reference list duplication END
 error_078_desc_fiwiki=The script found in the article two &lt;references ...&gt;. In some cases, one can be deleted. In other cases, it may need to be changed to &lt;ref&gt;. END

#####

 error_079_prio_fiwiki=-1 END
 error_079_head_fiwiki=External link without description END
 error_079_desc_fiwiki=The script found in the article an external link without description (for example: [http://www.wikipedia.org]). Please insert a description to this link like [http://www.wikipedia.org&nbsp;Wikipedia]. END

#####

 error_080_prio_fiwiki=-1 END
 error_080_head_fiwiki=External link with a line break END
 error_080_desc_fiwiki=The script found in the article an external link with a line break in the description. This can be due to a missing square bracket at the end of an external link, or a break in the title value in a citation parameter. This is a problem for the MediaWiki parser. Please delete the line break. END

#####

 error_081_prio_fiwiki=-1 END
 error_081_head_fiwiki=Reference duplication END
 error_081_desc_fiwiki=The script found two identical ref tags. Please use the format &lt;ref name="foo"&gt;Book ABC&lt;/ref&gt; for the first instance of the reference and the following times &lt;ref name="foo"&nbsp;/&gt;. END

#####

 error_082_prio_fiwiki=-1 END
 error_082_head_fiwiki=Link to other wikiproject END
 error_082_desc_fiwiki=The script found a link to other projects of the Wikimedia Foundation like [[:wikt:word|word]]. END

#####

 error_083_prio_fiwiki=-1 END
 error_083_head_fiwiki=Heading start with three "=" and later with level two END
 error_083_desc_fiwiki=The first heading starts with "=== XY ===", but it should be "== XY ==". See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. This also causes accessibility problems, especially with screen readers. See <a href="https://en.wikipedia.org/wiki/WP:ACCESSIBILITY#Headings">WP:ACCESSIBILITY</a> and <a href="http://www.w3.org/TR/WCAG20-TECHS/G141.html">Web Content Accessibility Guidelines</a>.<br>
As there are also level "==" headings later in the article, only some levels need to be adjusted.<br>
For articles without any level "==" headings, see error #7. END

#####

 error_084_prio_fiwiki=-1 END
 error_084_head_fiwiki=Section without content END
 error_084_desc_fiwiki=There is a section between two headings without content.<br>Add an {{Empty section}} template. END

#####

 error_085_prio_fiwiki=-1 END
 error_085_head_fiwiki=Tags without content END
 error_085_desc_fiwiki=The script found a tag without content like &lt;noinclude&gt;&lt;/noinclude&gt; or &lt;gallery&gt;&lt;/gallery&gt;. This tag can be deleted. END

#####

 error_086_prio_fiwiki=-1 END
 error_086_head_fiwiki=External link with two brackets END
 error_086_desc_fiwiki=The script found a link with two brackets to external source such as [[https://www.wikipedia.org Wikipedia]]. External links only need one bracket. For example: [https://www.wikipedia.org&nbsp;Wikipedia]. END

#####

 error_087_prio_fiwiki=-1 END
 error_087_head_fiwiki=HTML named entities without semicolon END
 error_087_desc_fiwiki=The script found named entities (like <code>&amp;auml;</code>) in the text without the semicolon. END

#####

 error_088_prio_fiwiki=2 END
 error_088_head_fiwiki=AAKKOSTUS-koodissa välilyönti ensimmäisenä merkkinä END
 error_088_desc_fiwiki=Sivulla on AAKKOSTUS-koodi, jossa on välilyönti ensimmäisenä merkkinä, esimerkiksi {{AAKKOSTUS:&nbsp;Traviata,&nbsp;La}}. Tämä johtaa artikkelin virheelliseen aakkostumiseen luokissa. END

#####

 error_089_prio_fiwiki=2 END
 error_089_head_fiwiki=AAKKOSTUS-koodista puuttuu välilyönti pilkun jälkeen END
 error_089_desc_fiwiki=Sivulla on AAKKOSTUS-koodi, josta puuttuu välilyönti pilkun jälkeen, esimerkiksi {{AAKKOSTUS:Miserables,Les}}. Tämä johtaa artikkelin virheelliseen aakkostumiseen luokissa. END

#####

 error_090_prio_fiwiki=3 END
 error_090_head_fiwiki=Sisäinen linkki url-muodossa END
 error_090_desc_fiwiki=Sivulla on fi.wikin sisäinen linkki url-muodossa. Erimerkiksi [https://fi.wikipedia.org/wiki/Karjaa Karjaa] pitäisi olla muodossa [[Karjaa]]. END

#####

 error_091_prio_fiwiki=3 END
 error_091_head_fiwiki=Interwiki-linkki url-muodossa END
 error_091_desc_fiwiki=Sivulla on Wikimedian sisäinen linkki url-muodossa. Erimerkiksi [https://fr.wikipedia.org/wiki/Kuopio Kuopio] pitäisi olla muodossa [[:fr:Kuopio]]. END

#####

 error_092_prio_fiwiki=2 END
 error_092_head_fiwiki=Identtiset alaotsikot END
 error_092_desc_fiwiki=Sivulla on useampi alaotsikko, jolla on sama nimi. END

#####

 error_093_prio_fiwiki=2 END
 error_093_head_fiwiki=Ulkoisessa linkissä kaksinkertainen http:// END
 error_093_desc_fiwiki=Sivulla on ulkoinen linkki, jonka osoitteessa on [http://http:// ...]. END

#####

 error_094_prio_fiwiki=1 END
 error_094_head_fiwiki=Pariton viitetagi END
 error_094_desc_fiwiki=Sivulla on viitetagi, jolta puuttuu vastaava alku- tai lopputagi. END

#####

 error_095_prio_fiwiki=1 END
 error_095_head_fiwiki=Käyttäjän allekirjoitus tai linkki käyttäjäsivulle END
 error_095_desc_fiwiki=Sivulla on asiaton käyttäjän allekirjoitus tai linkki käyttäjäsivulle. END

#####

 error_096_prio_fiwiki=2 END
 error_096_head_fiwiki=Sisällysluettelo ensimmäisen alaotsikon jälkeen END
 error_096_desc_fiwiki=Sisällysluettelokoodi (TOC) tulee sijoittaa johdannon loppuun ennen ensimmäistä alaotsikkoa, tai ruudunlukuohjelmien käyttö häiriintyy. Katso <a href="https://en.wikipedia.org/wiki/WP:TOC">en:WP:TOC</a>. END

#####

 error_097_prio_fiwiki=2 END
 error_097_head_fiwiki=Sisällysluettelon ja ensimmäisen alaotsikon välissä on koodia END
 error_097_desc_fiwiki=Ruudunlukuohjelmat eivät prosessoi sisällysluettelon ja alaotsikon väliin jäävää sisältöä. Katso <a href="https://en.wikipedia.org/wiki/WP:TOC">en:WP:TOC</a>. END

#####

 error_098_prio_fiwiki=2 END
 error_098_head_fiwiki=Alaindeksikoodi ilman lopputagia END
 error_098_desc_fiwiki=Alaindeksin aluktagi "&lt;sub&gt;" vaatii lopputagin "&lt;/sub&gt;". END

#####

 error_099_prio_fiwiki=2 END
 error_099_head_fiwiki=Yläindeksikoodi ilman lopputagia END
 error_099_desc_fiwiki=Yläindeksin aluktagi "&lt;sup&gt;" vaatii lopputagin "&lt;/sup&gt;". END

#####

 error_100_prio_fiwiki=-1 END
 error_100_head_fiwiki=Pariton lista-tagi (&lt;ol&gt;, &lt;ul&gt; or &lt;li&gt;) END
 error_100_desc_fiwiki=Sivulla on lista-tagi (tai useampi), jolta puuttuu vastaava alku- tai lopputagi. END

#####

 error_101_prio_fiwiki=3 END
 error_101_head_fiwiki=Järjestysnumero &lt;sup&gt;-tageissa END
 error_101_desc_fiwiki=Järjestysnumeroiden tulee olla normaalia tekstiä, ei yläindeksissä. END

#####

 error_102_prio_fiwiki=-1 END
 error_102_head_fiwiki=PMID with incorrect syntax END
 error_102_desc_fiwiki=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_103_prio_fiwiki=-1 END
 error_103_head_fiwiki=Pipe magicword inside wikilink END
 error_103_desc_fiwiki=The script found the <a href="https://www.mediawiki.org/wiki/Help:Magic_words#Other">magicword</a> {{!}} inside a wikilink. END

##############################
# WPCLEANER ERROR DESCRIPTIONS
##############################

 error_501_prio_fiwiki=0 END
 error_501_head_fiwiki=Spelling and typography END
 error_501_bot_fiwiki=true END

#####