summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SyntaxHighlight_GeSHi/i18n/pt-br.json
blob: 534acca1a25f6a1e14a967825780bc74c5cbdfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"@metadata": {
		"authors": [
			"Helder.wiki",
			"He7d3r",
			"Felipe L. Ewald"
		]
	},
	"syntaxhighlight-desc": "Providencia realce de sintaxe <code>&lt;syntaxhighlight&gt;</code> usando [http://pygments.org/ Pygments - Marcador de sintaxe Python]",
	"syntaxhighlight-error-category": "Páginas com erros de realce de sintaxe",
	"syntaxhighlight-error-category-desc": "Ocorreu um erro ao tentar destacar o código incluído na página.",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Código",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Idioma",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Nenhum)",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de linha",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Número da linha de início",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Bloco de código",
	"syntaxhighlight-error-pygments-invocation-failure": "Falha ao invocar Pygments",
	"syntaxhighlight-error-unknown-language": "Linguagem \"$1\" desconhecida",
	"syntaxhighlight-error-exceeds-size-limit": "O tamanho do código, $1 {{PLURAL:$1|bytes}}, excede o máximo permitido de $2 {{PLURAL:$2|bytes}}"
}