diff options
author | Joe Sak <joe@joesak.com> | 2011-06-03 11:17:54 -0700 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-06-03 11:17:54 -0700 |
commit | 7c36aa87f0f9154638d90191e07d6888b5d39343 (patch) | |
tree | 7f731c09f5d6d8717dabace239f2a0c6765be9fd | |
parent | ff3134ab6b71413b0ba70074b27cb83c1ade7302 (diff) | |
parent | 6511748e8d8c7b7da44d4b6f8592daf5e8cf451e (diff) | |
download | refinerycms-blog-7c36aa87f0f9154638d90191e07d6888b5d39343.tar.gz refinerycms-blog-7c36aa87f0f9154638d90191e07d6888b5d39343.tar.bz2 refinerycms-blog-7c36aa87f0f9154638d90191e07d6888b5d39343.zip |
Merge pull request #71 from cerebroso/6511748e8d8c7b7da44d4b6f8592daf5e8cf451e
pt-BR translations
-rw-r--r-- | config/locales/pt-BR.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 706f34c..6f7fd2d 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -2,6 +2,14 @@ pt-BR: plugins: refinerycms_blog: title: Blog + activerecord: + attributes: + blog_post: + title: Título + body: Corpo + blog_comment: + name: Nome + message: Mensagem admin: blog: categories: @@ -101,6 +109,8 @@ pt-BR: singular: comentário none: não há comentários archives: Arquivos + tags: + title: Tags categories: show: no_posts: Não há posts aqui ainda. |