diff options
Diffstat (limited to 'languages/pt/pt.tinymce.php')
-rw-r--r-- | languages/pt/pt.tinymce.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/languages/pt/pt.tinymce.php b/languages/pt/pt.tinymce.php new file mode 100644 index 000000000..329469beb --- /dev/null +++ b/languages/pt/pt.tinymce.php @@ -0,0 +1,13 @@ +<?php
+
+// Gerado pela extensão 'translationbrowser' 20110711-09:43:33 PM
+
+$portugues = array(
+ 'tinymce:remove' => "Adicionar/Remover editor" ,
+ 'tinymce:add' => "Adicionar editor" ,
+ 'tinymce:word_count' => "Contagem de palavras:"
+);
+
+add_translation('pt', $portugues);
+
+?>
\ No newline at end of file |