mediawiki-extensions-Syntax.../i18n/gl.json
Translation updater bot e08865087c Localisation updates from https://translatewiki.net.
Change-Id: I6bc88751e47502ddd1b16004c35ff6dab47efb72
2017-05-18 22:58:04 +02:00

23 lines
1.3 KiB
JSON

{
"@metadata": {
"authors": [
"Toliño",
"Xosé",
"Elisardojm",
"Banjo"
]
},
"syntaxhighlight-desc": "Proporciona unha sintaxe resaltada <code>&lt;syntaxhighlight&gt;</code> usando [http://pygments.org/ Pygments - Resaltador de sintaxe en Python]",
"syntaxhighlight-error-category": "Páxinas con erros de sintaxe resaltados",
"syntaxhighlight-error-category-desc": "Houbo un erro ó intentar resaltar o código incluído na páxina.",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Código",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Lingua",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(ningún)",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de liña",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Número de liña de comezo",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Segmento de código",
"syntaxhighlight-error-pygments-invocation-failure": "Erro ó invocar Pygments",
"syntaxhighlight-error-unknown-language": "Lingua descoñecida \"$1\"",
"syntaxhighlight-error-exceeds-size-limit": "O tamaño de código $1 {{PLURAL:$1|bytes}} supera o máximo permitido de $2 {{PLURAL:$2|bytes}}"
}