diff options
Diffstat (limited to 'languages/pt/pt.tinymce.php')
-rw-r--r-- | languages/pt/pt.tinymce.php | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/languages/pt/pt.tinymce.php b/languages/pt/pt.tinymce.php index 329469beb..63d58b021 100644 --- a/languages/pt/pt.tinymce.php +++ b/languages/pt/pt.tinymce.php @@ -1,13 +1,9 @@ -<?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 +<?php +$pt = array ( + 'tinymce:remove' => 'Adicionar/Remover editor', + 'tinymce:add' => 'Adicionar editor', + 'tinymce:word_count' => 'Contagem de palavras:', +); + +add_translation("pt", $pt); + |