mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
01336da011
Change-Id: I0657f03f522dd17c4d6cd003f57194ef98a5e097
20 lines
1.1 KiB
JSON
20 lines
1.1 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-visualeditor-mwsyntaxhighlightinspector-code": "Code",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Language",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(None)",
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Show line numbers",
|
|
"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}}"
|
|
}
|