mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
f5b61126da
When the `enclose` attribute is used `syntaxhighlight-enclose-category` is added, and when a <source> tag is used, the `syntaxhighlight-source-category` is used. Parser tests verify the tracking category is added when appropriate. Bug: T241636 Bug: T237267 Change-Id: I7a21c635de426ab024703c04acdc6fa2184daedb
25 lines
1.6 KiB
JSON
25 lines
1.6 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber",
|
|
"Ed Sanders"
|
|
]
|
|
},
|
|
"syntaxhighlight-desc": "Provides syntax highlighting <code><syntaxhighlight></code> using [http://pygments.org/ Pygments - Python syntax highlighter]",
|
|
"syntaxhighlight-error-category": "Pages with syntax highlighting errors",
|
|
"syntaxhighlight-error-category-desc": "There was an error when attempting to highlight code included on the page.",
|
|
"syntaxhighlight-enclose-category": "Pages using deprecated enclose attributes",
|
|
"syntaxhighlight-enclose-category-desc": "The syntaxhighlighting on the page uses deprecated enclose syntax.",
|
|
"syntaxhighlight-source-category": "Pages using deprecated source tags",
|
|
"syntaxhighlight-source-category-desc": "The syntaxhighlighting on the page uses deprecated source tags.",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Code",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Language",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(None)",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Show line numbers",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Starting line number",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Code block",
|
|
"syntaxhighlight-error-pygments-invocation-failure": "Failed to invoke Pygments",
|
|
"syntaxhighlight-error-unknown-language": "Unknown language \"$1\"",
|
|
"syntaxhighlight-error-exceeds-size-limit": "Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}"
|
|
}
|