mediawiki-extensions-Syntax.../i18n/nb.json
Translation updater bot a3f77b64f6
Localisation updates from https://translatewiki.net.
Change-Id: I284dfbf367b4b122f41cfc10851f3c033f4c7929
2024-11-29 08:31:50 +01:00

27 lines
1.6 KiB
JSON

{
"@metadata": {
"authors": [
"Jeblad",
"Jon Harald Søby"
]
},
"syntaxhighlight-desc": "Gir syntaksframheving <code>&lt;syntaxhighlight&gt;</code> ved hjelp av [http://pygments.org/ Pygments]",
"syntaxhighlight-error-category": "Sider med feil på syntaksfremheving",
"syntaxhighlight-error-category-desc": "Det oppstod en feil under forsøk på syntaksfremheving inne på siden.",
"syntaxhighlight-enclose-category": "Sider som bruker utgåtte enclose-attributter",
"syntaxhighlight-enclose-category-desc": "Syntaxhighlighting på siden bruker den utgåtte enclose-syntaksen.",
"syntaxhighlight-source-category": "Sider som bruker utgåtte source-tagger",
"syntaxhighlight-source-category-desc": "Syntaxhighlighting på siden bruker utgåtte source-tagger.",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Kode",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Språk",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(ingen)",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Vis linjenummer",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Første linjenummer",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Kodeblokk",
"syntaxhighlight-error-pygments-invocation-failure": "Kunne ikke kalle Pygments",
"syntaxhighlight-error-unknown-language": "Ukjent språk «$1»",
"syntaxhighlight-error-exceeds-size-limit": "Kodestørrelse $1 {{PLURAL:$1|bytes}} er over tillatt maksimum på $2 {{PLURAL:$2|bytes}}",
"syntaxhighlight-button-copy": "Kopier",
"syntaxhighlight-button-copied": "Kopiert!"
}