summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/i18n/en.json
blob: 4d1f4fc25b9a32efab64ddc14eb65f3595995a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "@metadata": {
        "authors": [
            "Brion Vibber"
        ]
    },
    "syntaxhighlight-desc": "Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://qbnz.com/highlighter/ GeSHi - Generic Syntax Highlighter]",
    "syntaxhighlight-specify": "You need to specify a language like this:",
    "syntaxhighlight-supported": "Supported languages for syntax highlighting:",
    "syntaxhighlight-err-loading": "(error loading supported language list)",
    "syntaxhighlight-err-language": "Invalid language.",
    "geshi.css": "/* CSS placed here will be applied to GeSHi syntax highlighting */"
}