summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/i18n/en.json
blob: 170cb6c0f0723bd6e632cb1aa25aac03fc831ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "@metadata": {
        "authors": [
            "Brion Vibber",
            "Ed Sanders"
        ]
    },
    "syntaxhighlight-desc": "Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</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}}"
}