summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/i18n/pt.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/SyntaxHighlight_GeSHi/i18n/pt.json')
-rw-r--r--extensions/SyntaxHighlight_GeSHi/i18n/pt.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/SyntaxHighlight_GeSHi/i18n/pt.json b/extensions/SyntaxHighlight_GeSHi/i18n/pt.json
new file mode 100644
index 00000000..ef3c6c2c
--- /dev/null
+++ b/extensions/SyntaxHighlight_GeSHi/i18n/pt.json
@@ -0,0 +1,14 @@
+{
+ "@metadata": {
+ "authors": [
+ "Hamilton Abreu",
+ "Malafaya"
+ ]
+ },
+ "syntaxhighlight-desc": "Permite o realce sintáctico de código fonte, através do elemento <code>&lt;syntaxhighlight&gt;</code>, usando o [http://qbnz.com/highlighter/ GeSHi Highlighter]",
+ "syntaxhighlight-specify": "Precisa de especificar uma linguagem assim:",
+ "syntaxhighlight-supported": "Linguagens suportadas no realce de sintaxe:",
+ "syntaxhighlight-err-loading": "(erro ao carregar a lista de linguagens suportadas)",
+ "syntaxhighlight-err-language": "Linguagem inválida.",
+ "geshi.css": "/* O código CSS aqui colocado será aplicado ao realce de sintaxe GeSHi */"
+}