mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-24 08:14:23 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I373dafb21c9b5363840086c27052815903ae70fc
This commit is contained in:
parent
7b28582fcd
commit
949b5f9190
11
i18n/de.json
11
i18n/de.json
|
@ -6,5 +6,14 @@
|
|||
},
|
||||
"templatestyles": "TemplateStyles",
|
||||
"templatestyles-desc": "Implementiert Stylesheets pro Vorlage",
|
||||
"templatestyles-doc-header": "Vorlagenspezifisches Stylesheet:"
|
||||
"templatestyles-bad-src-missing": "Die Seite [[:$1|$2]] hat keinen Inhalt.",
|
||||
"templatestyles-errorcomment": "Fehler bei der Verarbeitung des Stylesheets [[:$1]] (Version $2):\n$3",
|
||||
"content-model-sanitized-css": "Bereinigtes CSS",
|
||||
"templatestyles-error-expected-colon": "Es wird ein Doppelpunkt in Zeile $1 Zeichen $2 erwartet.",
|
||||
"templatestyles-error-expected-ident": "Es wird ein Identifikator in Zeile $1 Zeichen $2 erwartet.",
|
||||
"templatestyles-error-expected-qualified-rule": "Es wird eine Styleregel in Zeile $1 Zeichen $2 erwartet.",
|
||||
"templatestyles-error-expected-stylesheet": "Es wird ein Stylesheet in Zeile $1 Zeichen $2 erwartet.",
|
||||
"templatestyles-error-invalid-selector-list": "Ungültige Selektorenliste in Zeile $1 Zeichen $2.",
|
||||
"templatestyles-error-misordered-rule": "Ungeordnete Regel in Zeile $1 Zeichen $2.",
|
||||
"templatestyles-error-missing-selector-list": "Fehlende Selektorenliste in Zeile $1 Zeichen $2."
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"templatestyles-errorcomment": "Formatting for the comment used to display TemplateStyles errors encountered during the parse. Parameters:\n* $1 - Source stylesheet.\n* $2 - Revision of the stylesheet.* $3 - Errors.",
|
||||
"templatestyles-size-exceeded": "Error returned when the stylesheet is more than $wgTemplateStylesMaxStylesheetSize bytes. Parameters:\n* $1 - Maximum size in bytes\n* $2 - Maximum size in \"human units\" (i.e. KB, MB, GB, etc).",
|
||||
"content-model-sanitized-css": "Name for TemplateStyles sanitized-css content model.",
|
||||
|
||||
"templatestyles-error-at-rule-block-not-allowed": "Error in CSS validation. Note \"block\" in this message refers to the part of CSS syntax inside the <code>{ ... }</code>. Parameters:\n* $1 - Line number of the error.\n* $2 - Location of the error within the line.\n* $3 - Name of the at-rule in question.",
|
||||
"templatestyles-error-at-rule-block-required": "Error in CSS validation. Note \"block\" in this message refers to the part of CSS syntax inside the <code>{ ... }</code>. Parameters:\n* $1 - Line number of the error.\n* $2 - Location of the error within the line.\n* $3 - Name of the at-rule in question.",
|
||||
"templatestyles-error-bad-character-in-url": "Error in CSS parsing. Parameters:\n* $1 - Line number of the error.\n* $2 - Location of the error within the line.",
|
||||
|
|
Loading…
Reference in a new issue