diff --git a/i18n/qqq.json b/i18n/qqq.json index c0ea107..fcc4c61 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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 </style, 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 .", + "templatestyles-page-error-category": "{{tracking category name}}\nTracking category for pages with errors from .", "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 { ... }. 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 { ... }. 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.",