summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/i18n/pt.json
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-12-27 15:41:37 +0100
committerPierre Schmitz <pierre@archlinux.de>2014-12-31 11:43:28 +0100
commitc1f9b1f7b1b77776192048005dcc66dcf3df2bfb (patch)
tree2b38796e738dd74cb42ecd9bfd151803108386bc /extensions/SyntaxHighlight_GeSHi/i18n/pt.json
parentb88ab0086858470dd1f644e64cb4e4f62bb2be9b (diff)
Update to MediaWiki 1.24.1
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 */"
+}