summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SyntaxHighlight_GeSHi/i18n/es.json
blob: a943d48479836c1d35a1897bd315c2c9741b664c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"@metadata": {
		"authors": [
			"Crazymadlover",
			"Muro de Aguas",
			"Remember the dot",
			"Sanbec",
			"Macofe",
			"Chris TR",
			"Fitoschido"
		]
	},
	"syntaxhighlight-desc": "Permite resaltar el código fuente usando la etiqueta <code>&lt;syntaxhighlight&gt;</code>. Esta extensión usa [http://pygments.org/ Pygments - Resaltador de sintaxis en Python]",
	"syntaxhighlight-error-category": "Páginas con errores de resaltado de sintaxis",
	"syntaxhighlight-error-category-desc": "Hubo un error al intentar resaltar el código que se incluye en la página.",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Código",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Lenguaje",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Ninguno)",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de línea",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Número de renglón inicial",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Segmento de código",
	"syntaxhighlight-error-pygments-invocation-failure": "Error al invocar Pygments",
	"syntaxhighlight-error-unknown-language": "Lenguaje desconocido \"$1\"",
	"syntaxhighlight-error-exceeds-size-limit": "El tamaño del código ($1 {{PLURAL:$1|bytes}}) supera el máximo permitido ($2 {{PLURAL:$2|bytes}})"
}