diff options
Diffstat (limited to 'app/i18n/pt-br/sub.php')
| -rw-r--r-- | app/i18n/pt-br/sub.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index fc26e89e7..d4bea33c4 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -14,7 +14,9 @@ return array( '_' => 'Categoria', 'add' => 'Adicionar uma categoria', 'empty' => 'Categoria vazia', + 'information' => 'Informações', 'new' => 'Nova categoria', + 'title' => 'Título', ), 'feed' => array( 'add' => 'Adicionar um RSS feed', @@ -37,7 +39,7 @@ return array( '_' => 'Filter actions', //TODO - Translation 'help' => 'Write one search filter per line.', //TODO - Translation ), - 'informations' => 'Informações', + 'information' => 'Informações', 'keep_history' => 'Número mínimo de artigos para manter', 'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como <em>%s</em>.', 'mute' => 'mute', //TODO - Translation |
