mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-13 18:26:59 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ia0921bbd873d37b3b2379b2f7845170515d582de
This commit is contained in:
parent
583c930a4b
commit
017fb7490b
|
@ -3,6 +3,7 @@
|
|||
"authors": [
|
||||
"Amire80",
|
||||
"Brad Jorsch",
|
||||
"Jon Harald Søby",
|
||||
"Marc A. Pelletier",
|
||||
"Umherirrender"
|
||||
]
|
||||
|
@ -18,9 +19,9 @@
|
|||
"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).",
|
||||
"templatestyles-end-tag-injection": "Error returned when the stylesheet contains <code></style</code>, which is likely an attempt at HTML injection.",
|
||||
"content-model-sanitized-css": "Name for TemplateStyles sanitized-css content model.",
|
||||
"templatestyles-stylesheet-error-category": "Tracking category for TemplateStyles stylesheets with errors.",
|
||||
"templatestyles-stylesheet-error-category": "{{tracking category name}}\nTracking category for TemplateStyles stylesheets with errors.",
|
||||
"templatestyles-stylesheet-error-category-desc": "Description on [[Special:TrackingCategories]] for the {{msg-mw|templatestyles-stylesheet-error-category}} tracking category.",
|
||||
"templatestyles-page-error-category": "Tracking category for pages with errors from <code><nowiki><templatestyles/></nowiki></code>.",
|
||||
"templatestyles-page-error-category": "{{tracking category name}}\nTracking category for pages with errors from <code><nowiki><templatestyles/></nowiki></code>.",
|
||||
"templatestyles-page-error-category-desc": "Description on [[Special:TrackingCategories]] for the {{msg-mw|templatestyles-page-error-category}} tracking category.",
|
||||
"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.",
|
||||
|
|
Loading…
Reference in a new issue