mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-24 16:26:05 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iebc75633323c2e92ecf7255665bd5a4a6185bfdd
This commit is contained in:
parent
dbdd8dbc85
commit
5e29310bf1
20
i18n/nb.json
20
i18n/nb.json
|
@ -6,5 +6,23 @@
|
|||
},
|
||||
"templatestyles": "Malstiler",
|
||||
"templatestyles-desc": "Implomenterer stilark per mal",
|
||||
"templatestyles-doc-header": "Malspesifikt stilark:"
|
||||
"templatestyles-missing-src": "TemplateStyles' <code>src</code>-attributt må ikke være tomt.",
|
||||
"templatestyles-invalid-src": "Ugyldig tittel for TemplateStyles' <code>src</code>-attributt.",
|
||||
"templatestyles-bad-src-missing": "Siden [[:$1|$2]] har ikke noe innhold.",
|
||||
"templatestyles-bad-src": "Siden [[:$1|$2]] må ha innholdsmodellen «{{int:content-model-sanitized-css}}» for TemplateStyles (den gjeldende modellen er «$3»).",
|
||||
"templatestyles-errorcomment": "Feil under prosessering av stilark [[:$1]] (rev. $2):\n$3",
|
||||
"templatestyles-size-exceeded": "Stilarket er større enn den maksimalt tillatte størrelsen $2.",
|
||||
"templatestyles-end-tag-injection": "Det gitte stilarket inneholder <code></style</code>, som ikke er tillatt.",
|
||||
"content-model-sanitized-css": "Sanert CSS",
|
||||
"templatestyles-error-at-rule-block-not-allowed": "Blokk ikke tillatt for <code>@$3</code> på linje $1, tegn $2.",
|
||||
"templatestyles-error-at-rule-block-required": "Blokk påkrevd for <code>@$3</code> på linje $1, tegn $2.",
|
||||
"templatestyles-error-bad-character-in-url": "Ugyldig tegn i URL på linje $1, tegn $2.",
|
||||
"templatestyles-error-bad-escape": "Ugyldig tegn i ''escape'' på linje $1, tegn $2.",
|
||||
"templatestyles-error-bad-value-for-property": "Ugyldig eller ustøttet verdi for egenskapen <code>$3</code> på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-at-rule": "Forventet <code>@$3</code> på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-colon": "Forventet kolon på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-declaration": "Forventet en erklæring på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-declaration-list": "Forventet en erklæringsliste på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-eof": "Forventet slutten av stilarket på linje $1, tegn $2.",
|
||||
"templatestyles-error-expected-ident": "Forventet en identifikator på linje $1, tegn $2."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue