X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/extensions/SyntaxHighlight_GeSHi/i18n/pt.json diff --git a/extensions/SyntaxHighlight_GeSHi/i18n/pt.json b/extensions/SyntaxHighlight_GeSHi/i18n/pt.json new file mode 100644 index 00000000..c3314168 --- /dev/null +++ b/extensions/SyntaxHighlight_GeSHi/i18n/pt.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Hamilton Abreu", + "Malafaya", + "Vitorvicentevalente", + "He7d3r" + ] + }, + "syntaxhighlight-desc": "Permite o realce sintático de código fonte, através do elemento <syntaxhighlight>, usando o [http://pygments.org/ realçador de sintaxe Pygments - Python]", + "syntaxhighlight-error-category": "Páginas com erros no destaque de sintaxe", + "syntaxhighlight-error-category-desc": "Ocorreu um erro ao tentar realçar o código incluído na página.", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Código", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Língua", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Nenhum)", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de linha", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Número de linha inicial", + "syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Bloco de código", + "syntaxhighlight-error-pygments-invocation-failure": "Erro na invocação do Pygments", + "syntaxhighlight-error-unknown-language": "Língua \"$1\" desconhecida", + "syntaxhighlight-error-exceeds-size-limit": "O tamanho do código, $1 {{PLURAL:$1|bytes}}, excede o máximo permitido, $2 {{PLURAL:$2|bytes}}" +}