Commit f14d44a62dc8b5fea483da11029a502aab491f99
1 parent
346698dd
Exists in
master
and in
39 other branches
Adding planet title - #87
Showing
3 changed files
with
18 additions
and
12 deletions
Show diff stats
src/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
src/locale/pt_BR/LC_MESSAGES/django.po
... | ... | @@ -7,7 +7,7 @@ msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | -"POT-Creation-Date: 2013-12-05 15:35+0000\n" | |
10 | +"POT-Creation-Date: 2013-12-05 15:52+0000\n" | |
11 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
12 | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -394,19 +394,23 @@ msgstr "em" |
394 | 394 | msgid "Read original" |
395 | 395 | msgstr "Leia o original" |
396 | 396 | |
397 | -#: planet/templates/feedzilla/base.html:5 templates/base.html:76 | |
397 | +#: planet/templates/feedzilla/base.html:4 | |
398 | +msgid "Community Blogs" | |
399 | +msgstr "Blogs da comunidade" | |
400 | + | |
401 | +#: planet/templates/feedzilla/base.html:7 templates/base.html:76 | |
398 | 402 | msgid "Planet" |
399 | 403 | msgstr "" |
400 | 404 | |
401 | -#: planet/templates/feedzilla/base.html:15 | |
405 | +#: planet/templates/feedzilla/base.html:17 | |
402 | 406 | msgid "Tags" |
403 | 407 | msgstr "Etiquetas" |
404 | 408 | |
405 | -#: planet/templates/feedzilla/base.html:19 | |
409 | +#: planet/templates/feedzilla/base.html:21 | |
406 | 410 | msgid "Source Blogs" |
407 | 411 | msgstr "Blogs de origem" |
408 | 412 | |
409 | -#: planet/templates/feedzilla/base.html:22 | |
413 | +#: planet/templates/feedzilla/base.html:24 | |
410 | 414 | #: planet/templates/feedzilla/submit_blog.html:5 |
411 | 415 | msgid "Submit a blog" |
412 | 416 | msgstr "Sugerir um blog" |
... | ... | @@ -875,22 +879,22 @@ msgstr "Opa... algo saiu errado!" |
875 | 879 | msgid "Contribute" |
876 | 880 | msgstr "Contribua" |
877 | 881 | |
878 | -#: templates/base.html:83 | |
879 | -msgid "New Ticket" | |
880 | -msgstr "Novo Tíquete" | |
881 | - | |
882 | -#: templates/base.html:85 | |
882 | +#: templates/base.html:82 | |
883 | 883 | msgid "Timeline" |
884 | 884 | msgstr "Histórico" |
885 | 885 | |
886 | -#: templates/base.html:86 | |
886 | +#: templates/base.html:83 | |
887 | 887 | msgid "Roadmap" |
888 | 888 | msgstr "Planejamento" |
889 | 889 | |
890 | -#: templates/base.html:87 | |
890 | +#: templates/base.html:84 | |
891 | 891 | msgid "Browse Source" |
892 | 892 | msgstr "Ver Código" |
893 | 893 | |
894 | +#: templates/base.html:86 | |
895 | +msgid "New Ticket" | |
896 | +msgstr "Novo Tíquete" | |
897 | + | |
894 | 898 | #: templates/base.html:88 |
895 | 899 | msgid "View Tickets" |
896 | 900 | msgstr "Visualizar Tiquetes" | ... | ... |