summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/i18n/ast.json
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
commita2190ac74dd4d7080b12bab90e552d7aa81209ef (patch)
tree8b31f38de9882d18df54cf8d9e0de74167a094eb /extensions/SyntaxHighlight_GeSHi/i18n/ast.json
parent15e69f7b20b6596b9148030acce5b59993b95a45 (diff)
parent257401d8b2cf661adf36c84b0e3fd1cf85e33c22 (diff)
Merge branch 'mw-1.26'
Diffstat (limited to 'extensions/SyntaxHighlight_GeSHi/i18n/ast.json')
-rw-r--r--extensions/SyntaxHighlight_GeSHi/i18n/ast.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/extensions/SyntaxHighlight_GeSHi/i18n/ast.json b/extensions/SyntaxHighlight_GeSHi/i18n/ast.json
index dcba773f..7e67265d 100644
--- a/extensions/SyntaxHighlight_GeSHi/i18n/ast.json
+++ b/extensions/SyntaxHighlight_GeSHi/i18n/ast.json
@@ -1,13 +1,19 @@
{
"@metadata": {
"authors": [
- "Esbardu"
+ "Esbardu",
+ "Xuacu"
]
},
- "syntaxhighlight-desc": "Proporciona resaltáu de sintaxis <code>&lt;syntaxhighlight&gt;</code> usando [http://qbnz.com/highlighter/ GeSHi Highlighter]",
- "syntaxhighlight-specify": "Necesites conseñar una llingua como esta:",
- "syntaxhighlight-supported": "Llingües sofitaes pa la sintaxis en colores:",
- "syntaxhighlight-err-loading": "(error al cargar la llista de llingües sofitaes)",
- "syntaxhighlight-err-language": "Llingua non válida.",
- "geshi.css": "/* El códigu CSS allugáu equí va ser aplicáu por GeSHi pa la sintaxis en colores */"
+ "syntaxhighlight-desc": "Proporciona resaltáu de sintaxis <code>&lt;syntaxhighlight&gt;</code> usando [http://pygments.org/ Pygments - Resaltador de sintaxis en Python]",
+ "syntaxhighlight-error-category": "Páxines con errores de resaltáu de sintaxis",
+ "syntaxhighlight-error-category-desc": "Hebo un error al intentar resaltar el códigu incluyíu na páxina.",
+ "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Códigu",
+ "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Llingua",
+ "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(nengún)",
+ "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Amosar númberos de llinia",
+ "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Bloque de códigu",
+ "syntaxhighlight-error-pygments-invocation-failure": "Fallu al llamar a Pygments",
+ "syntaxhighlight-error-unknown-language": "Llingua «$1» desconocida",
+ "syntaxhighlight-error-exceeds-size-limit": "El tamañu del códigu $1 {{PLURAL:$1|bytes}} supera'l máximu permitíu de $2 {{PLURAL:$2|bytes}}"
}