mediawiki-extensions-Linter/i18n/en.json
Arlo Breault 850ec4fa70 Add i18n for pager category
Follow up to I70fde2676ded6a112f7f2b07f94f6f4b616f0e39

Change-Id: I38647833938fb27793827649bc5c785dc3fd63ea
2022-01-11 12:21:19 -05:00

84 lines
5.7 KiB
JSON

{
"@metadata": {
"authors": [
"Kunal Mehta"
]
},
"linterrors": "Lint errors",
"linter-category-bogus-image-options": "Bogus file options",
"linter-category-bogus-image-options-desc": "These pages have files with bogus options.",
"linter-category-deletable-table-tag": "Table tag that should be deleted",
"linter-category-deletable-table-tag-desc": "These pages have table tags that should be deleted.",
"linter-category-fostered": "Fostered content",
"linter-category-fostered-desc": "These pages have fostered content.",
"linter-category-html5-misnesting": "Misnested tag with different rendering in HTML5 and HTML4",
"linter-category-html5-misnesting-desc": "These misnested tags will behave differently in HTML5 compared to HTML4.",
"linter-category-inline-media-caption": "Inline media with captions",
"linter-category-inline-media-caption-desc": "These pages have inline media with captions.",
"linter-category-misc-tidy-replacement-issues": "Miscellaneous issues",
"linter-category-misc-tidy-replacement-issues-desc": "These pages have other issues that cause them to be rendered differently from how they appeared previously",
"linter-category-misnested-tag": "Misnested tags",
"linter-category-misnested-tag-desc": "These pages have misnested tags that could be fixed.",
"linter-category-missing-end-tag": "Missing end tag",
"linter-category-missing-end-tag-desc": "These pages have missing end tags.",
"linter-category-multi-colon-escape": "Multi colon escape",
"linter-category-multi-colon-escape-desc": "These pages have links prefixed with multiple colons.",
"linter-category-multiline-html-table-in-list": "Multiline table in list",
"linter-category-multiline-html-table-in-list-desc": "Previously, tables were moved inside or outside the list, but now this extends the list to the rest of the page.",
"linter-category-multiple-unclosed-formatting-tags": "Multiple unclosed formatting tags",
"linter-category-multiple-unclosed-formatting-tags-desc": "These pages have multiple unclosed formatting tags",
"linter-category-obsolete-tag": "Obsolete HTML tags",
"linter-category-obsolete-tag-desc": "These pages use obsolete HTML tags.",
"linter-category-pwrap-bug-workaround": "Paragraph wrapping bug workaround",
"linter-category-pwrap-bug-workaround-desc": "These pages have a paragraph wrapping bug that could be worked around.",
"linter-category-self-closed-tag": "Self-closed tags",
"linter-category-self-closed-tag-desc": "These pages have self-closed tags.",
"linter-category-stripped-tag": "Stripped tags",
"linter-category-stripped-tag-desc": "These pages have stripped tags.",
"linter-category-tidy-font-bug": "Old behaviour of link-wrapping font tags",
"linter-category-tidy-font-bug-desc": "Previously, these font tags were moved inside links to change link color",
"linter-category-tidy-whitespace-bug": "Whitespace parsing bug",
"linter-category-tidy-whitespace-bug-desc": "These pages triggered a whitespace bug on parsing which should be worked around.",
"linter-category-unclosed-quotes-in-heading": "Unclosed quote in heading",
"linter-category-unclosed-quotes-in-heading-desc": "These pages have an unclosed quote in a heading, which then leaks out of the table of contents.",
"linter-category-wikilink-in-extlink": "Links in links",
"linter-category-wikilink-in-extlink-desc": "These pages have wikilinks in external links that could be fixed",
"linter-desc": "Track lint errors from an external service and show them to users",
"linter-lints-for-single-page-desc": "Show all linter errors for a specific page",
"linter-invalid-title": "Namespace and/or pagename not found or malformed",
"linter-form-namespace": "Namespace:",
"linter-heading-high-priority": "High priority",
"linter-heading-low-priority": "Low priority",
"linter-heading-medium-priority": "Medium priority",
"linter-numerrors": "($1 {{PLURAL:$1|error|errors}})",
"linter-page-edit": "edit",
"linter-page-history": "history",
"linter-page-title-edit": "$1 ($2)",
"linter-page-viewsource": "view source",
"linter-pager-bogus-image-options-details": "Bogus file option",
"linter-pager-category-header": "Category",
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
"linter-pager-details-header": "Additional info",
"linter-pager-html5-misnesting-details": "Misnesting (now broken)",
"linter-pager-inline-media-caption-details": "Inline media with captions",
"linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors",
"linter-pager-misnested-tag-details": "Misnested tag which should be properly nested",
"linter-pager-missing-end-tag-details": "Missing end tag",
"linter-pager-multi-colon-escape-details": "Multi colon escape",
"linter-pager-multiline-html-table-in-list-details": "Multiline HTML5 table inside a list",
"linter-pager-multiple-unclosed-formatting-tags-details": "Multiple unclosed formatting tags on the page",
"linter-pager-obsolete-tag-details": "Obsolete HTML tag",
"linter-pager-pwrap-bug-workaround-details": "Paragraph wrapping bug workaround",
"linter-pager-self-closed-tag-details": "Self-closed tag",
"linter-pager-stripped-tag-details": "Stripped tag",
"linter-pager-template": "Through a template?",
"linter-pager-tidy-font-bug-details": "Font tag tries to change link color",
"linter-pager-tidy-whitespace-bug-details": "Whitespace parsing bug",
"linter-pager-title": "Page title",
"linter-pager-unclosed-quotes-in-heading-details": "Unclosed quote which leaks out of the table of contents",
"linterrors-subpage": "Lint errors: $1",
"linterrors-summary": "<strong>Note:</strong> The counts for categories are not accurate counts, but are based on estimates.",
"multi-part-template-block": "Output not from a single template",
"pageinfo-linter": "Lint errors"
}