2014-03-28 21:39:14 +00:00
|
|
|
{
|
2015-10-13 06:53:39 +00:00
|
|
|
"@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.",
|
2020-01-06 06:22:26 +00:00
|
|
|
"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.",
|
2015-10-13 06:53:39 +00:00
|
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Code",
|
|
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Language",
|
|
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(None)",
|
|
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Show line numbers",
|
2015-06-09 15:00:04 +00:00
|
|
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Starting line number",
|
2015-10-13 06:53:39 +00:00
|
|
|
"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}}"
|
2015-06-16 04:06:01 +00:00
|
|
|
}
|