mediawiki-extensions-Linter/i18n/en.json
Subramanya Sastry 110121680a Fix incorrect message
Bug: T177286
Change-Id: I26d549e7185be7dad7e451f9545b56d2e5556b61
2017-10-03 09:25:18 -05:00

73 lines
4.5 KiB
JSON

{
"@metadata": {
"authors": [
"Kunal Mehta"
]
},
"linterrors": "Lint errors",
"linterrors-subpage": "Lint errors: $1",
"linter-desc": "Track lint errors from an external service and show them to users",
"linter-form-namespace": "Namespace:",
"linter-pager-title": "Page title",
"linter-pager-template": "Through a template?",
"linter-pager-obsolete-tag-details": "Obsolete HTML tag",
"linter-pager-bogus-image-options-details": "Bogus file option",
"linter-pager-missing-end-tag-details": "Missing end tag",
"linter-pager-multi-colon-escape-details": "Multi colon escape",
"linter-pager-stripped-tag-details": "Stripped tag",
"linter-pager-self-closed-tag-details": "Self-closed tag",
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
"linter-pager-misnested-tag-details": "Misnested tag which should be properly nested",
"linter-pager-pwrap-bug-workaround-details": "Paragraph wrapping bug workaround",
"linter-pager-tidy-whitespace-bug-details": "Tidy whitespace bug",
"linter-pager-html5-misnesting-details": "Misnesting in HTML5 (but not in Tidy)",
"linter-category-fostered": "Fostered content",
"linter-category-fostered-desc": "These pages have fostered content.",
"linter-category-obsolete-tag": "Obsolete HTML tags",
"linter-category-obsolete-tag-desc": "These pages use obsolete HTML tags.",
"linter-category-bogus-image-options": "Bogus file options",
"linter-category-bogus-image-options-desc": "These pages have files with bogus options.",
"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-stripped-tag": "Stripped tags",
"linter-category-stripped-tag-desc": "These pages have stripped tags.",
"linter-category-self-closed-tag": "Self-closed tags",
"linter-category-self-closed-tag-desc": "These pages have self-closed tags.",
"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-misnested-tag": "Misnested tags",
"linter-category-misnested-tag-desc": "These pages have misnested tags that could be fixed.",
"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-tidy-whitespace-bug": "Tidy whitespace bug",
"linter-category-tidy-whitespace-bug-desc": "These pages trigger a tidy whitespace bug that should be worked around.",
"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-numerrors": "($1 {{PLURAL:$1|error|errors}})",
"linker-page-title-edit": "$1 ($2)",
"linker-page-edit": "edit",
"linker-page-history": "history",
"linter-heading-high-priority": "High priority",
"linter-heading-medium-priority": "Medium priority",
"linter-heading-low-priority": "Low priority",
"multi-part-template-block": "Output not from a single template",
"pageinfo-linter": "Lint errors",
"apihelp-query+linterrors-description": "Get a list of lint errors",
"apihelp-query+linterrors-summary": "Get a list of lint errors",
"apihelp-query+linterrors-param-categories": "Categories of lint errors",
"apihelp-query+linterrors-param-limit": "Number of results to query",
"apihelp-query+linterrors-param-from": "Lint ID to start querying from",
"apihelp-query+linterrors-param-namespace": "Only include lint errors from the specified namespaces",
"apihelp-query+linterrors-example-1": "Get all lint errors of the obsolete-tag category",
"apihelp-record-lint-description": "Record a lint error in the database",
"apihelp-record-lint-summary": "Record a lint error in the database",
"apihelp-record-lint-param-data": "JSON encoded data about the error",
"apihelp-record-lint-param-page": "Page title",
"apihelp-record-lint-param-revision": "Revision ID that the error was found in",
"apihelp-query+linterstats-description": "Get number of lint errors in each category",
"apihelp-query+linterstats-summary": "Get number of lint errors in each category",
"apihelp-query+linterstats-example-1": "Get number of lint errors in each category"
}