mediawiki-extensions-Syntax.../i18n/nl.json
Translation updater bot 6fa111de51
Localisation updates from https://translatewiki.net.
Change-Id: Ie993d9d55d0410b7c29ff716af1899a867d92fcb
2024-07-26 09:46:55 +02:00

31 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Bdijkstra",
"Mainframe98",
"McDutchie",
"PonkoSasuke",
"Romaine",
"SPQRobin",
"Siebrand",
"Tvdm"
]
},
"syntaxhighlight-desc": "Voorziet in syntaxiskleuring van [http://pygments.org/ Pygments Python syntax highlighter] middels de tag <code>&lt;syntaxhighlight&gt;</code>",
"syntaxhighlight-error-category": "Pagina's met fouten in de syntaxmarkering",
"syntaxhighlight-error-category-desc": "Er ging iets fout tijdens de syntaxismarkering van de code op de pagina.",
"syntaxhighlight-enclose-category": "Pagina's die verouderde enclose-attributen gebruiken",
"syntaxhighlight-enclose-category-desc": "De syntaxismarkering op de pagina gebruikt verouderde enclose-syntaxis.",
"syntaxhighlight-source-category": "Pagina's die verouderde source-labels gebruiken",
"syntaxhighlight-source-category-desc": "De syntaxismarkering op de pagina gebruikt verouderde source-tags.",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Code",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Taal",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Geen)",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Regelnummers weergeven",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Startregelnummer",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Codeblok",
"syntaxhighlight-error-pygments-invocation-failure": "Fout bij het aanroepen van Pygments",
"syntaxhighlight-error-unknown-language": "Onbekende taal \"$1\"",
"syntaxhighlight-error-exceeds-size-limit": "Codegrootte van $1 byte{{PLURAL:$1||s}} overschrijdt het toegestane maximum van $2 byte{{PLURAL:$2||s}}"
}