Commit f9ad921486589a10f34c1a9dcebb4ad83f98024e

Authored by Marco
1 parent a9a70f4d

Changing some translated words

src/locale/pt_BR/LC_MESSAGES/django.po
@@ -440,8 +440,8 @@ msgid "Read original" @@ -440,8 +440,8 @@ msgid "Read original"
440 msgstr "Leia o original" 440 msgstr "Leia o original"
441 441
442 #: planet/templates/feedzilla/base.html:5 442 #: planet/templates/feedzilla/base.html:5
443 -msgid "Planet - Community Blogs"  
444 -msgstr "Planet - Blogs da comunidade" 443 +msgid "Community Blogs"
  444 +msgstr "Blogs da comunidade"
445 445
446 #: planet/templates/feedzilla/base.html:15 446 #: planet/templates/feedzilla/base.html:15
447 msgid "Tags" 447 msgid "Tags"
@@ -956,63 +956,63 @@ msgstr "Não encontrado. Continue procurando! :)" @@ -956,63 +956,63 @@ msgstr "Não encontrado. Continue procurando! :)"
956 msgid "Ooopz... something went wrong!" 956 msgid "Ooopz... something went wrong!"
957 msgstr "Opa... algo saiu errado!" 957 msgstr "Opa... algo saiu errado!"
958 958
959 -#: templates/base.html:76  
960 -msgid "Planet" 959 +#: templates/base.html:79
  960 +msgid "Timeline"
  961 +msgstr "Linha do Tempo"
  962 +
  963 +#: templates/base.html:85
  964 +msgid "Blogs"
961 msgstr "" 965 msgstr ""
962 966
963 -#: templates/base.html:79 967 +#: templates/base.html:88
964 msgid "Contribute" 968 msgid "Contribute"
965 msgstr "Contribua" 969 msgstr "Contribua"
966 970
967 -#: templates/base.html:82  
968 -msgid "Timeline"  
969 -msgstr "Histórico"  
970 -  
971 -#: templates/base.html:83 971 +#: templates/base.html:91
972 msgid "Roadmap" 972 msgid "Roadmap"
973 msgstr "Planejamento" 973 msgstr "Planejamento"
974 974
975 -#: templates/base.html:85 975 +#: templates/base.html:93
976 msgid "New Ticket" 976 msgid "New Ticket"
977 msgstr "Novo Tíquete" 977 msgstr "Novo Tíquete"
978 978
979 -#: templates/base.html:87 979 +#: templates/base.html:95
980 msgid "View Tickets" 980 msgid "View Tickets"
981 msgstr "Visualizar Tiquetes" 981 msgstr "Visualizar Tiquetes"
982 982
983 -#: templates/base.html:88 983 +#: templates/base.html:96
984 msgid "Browse Source" 984 msgid "Browse Source"
985 msgstr "Ver Códigos Fontes" 985 msgstr "Ver Códigos Fontes"
986 986
987 -#: templates/base.html:99 987 +#: templates/base.html:107
988 msgid "Login" 988 msgid "Login"
989 msgstr "Entrar" 989 msgstr "Entrar"
990 990
991 -#: templates/base.html:113 991 +#: templates/base.html:121
992 msgid "My Profile" 992 msgid "My Profile"
993 msgstr "Meu Perfil" 993 msgstr "Meu Perfil"
994 994
995 -#: templates/base.html:114 995 +#: templates/base.html:122
996 msgid "Logout" 996 msgid "Logout"
997 msgstr "Sair" 997 msgstr "Sair"
998 998
999 -#: templates/base.html:126 templates/base.html.py:129 999 +#: templates/base.html:134 templates/base.html.py:129
1000 msgid "Search here..." 1000 msgid "Search here..."
1001 msgstr "Pesquise aqui..." 1001 msgstr "Pesquise aqui..."
1002 1002
1003 -#: templates/base.html:142 1003 +#: templates/base.html:150
1004 msgid "The login has failed. Please, try again." 1004 msgid "The login has failed. Please, try again."
1005 msgstr "O login falhou. Por favor, tente novamente." 1005 msgstr "O login falhou. Por favor, tente novamente."
1006 1006
1007 -#: templates/base.html:167 1007 +#: templates/base.html:179
1008 msgid "Last email imported at" 1008 msgid "Last email imported at"
1009 msgstr "Último e-mail importado em" 1009 msgstr "Último e-mail importado em"
1010 1010
1011 -#: templates/base.html:172 1011 +#: templates/base.html:181
1012 msgid "The contents of this site is published under license" 1012 msgid "The contents of this site is published under license"
1013 msgstr "O conteúdo deste site está publicado sob a licença" 1013 msgstr "O conteúdo deste site está publicado sob a licença"
1014 1014
1015 -#: templates/base.html:174 1015 +#: templates/base.html:183
1016 msgid "Creative Commons - attribution, non-commercial" 1016 msgid "Creative Commons - attribution, non-commercial"
1017 msgstr "Creative Commons - atribuição e não-comercial" 1017 msgstr "Creative Commons - atribuição e não-comercial"
1018 1018
@@ -1065,9 +1065,6 @@ msgstr "COMUNIDADES INTERLEGIS" @@ -1065,9 +1065,6 @@ msgstr "COMUNIDADES INTERLEGIS"
1065 #~ msgid "Other Collaborations" 1065 #~ msgid "Other Collaborations"
1066 #~ msgstr "Outras Colaborações" 1066 #~ msgstr "Outras Colaborações"
1067 1067
1068 -#~ msgid "Community Blogs"  
1069 -#~ msgstr "Blogs da comunidade"  
1070 -  
1071 #~ msgid "Mailing List Subscriptions" 1068 #~ msgid "Mailing List Subscriptions"
1072 #~ msgstr "Inscrições em listas de e-mails" 1069 #~ msgstr "Inscrições em listas de e-mails"
1073 1070
src/planet/templates/feedzilla/base.html
@@ -2,14 +2,14 @@ @@ -2,14 +2,14 @@
2 {% load i18n feedzilla_tags %} 2 {% load i18n feedzilla_tags %}
3 3
4 {% block main-content %} 4 {% block main-content %}
5 - <h2>{% trans 'Planet - Community Blogs' %}</h2> 5 + <h2>{% trans 'Community Blogs' %}</h2>
6 <hr/> 6 <hr/>
7 7
8 <div id="planet" class="row"> 8 <div id="planet" class="row">
9 <div class="col-lg-9 col-md-8 col-sm-12"> 9 <div class="col-lg-9 col-md-8 col-sm-12">
10 {% block feedzilla_content %}{% endblock %} 10 {% block feedzilla_content %}{% endblock %}
11 </div> 11 </div>
12 - 12 +
13 <div class="col-lg-3 col-md-4 col-sm-12"> 13 <div class="col-lg-3 col-md-4 col-sm-12">
14 <div class="well"> 14 <div class="well">
15 <h3>{% trans 'Tags' %}</h3> 15 <h3>{% trans 'Tags' %}</h3>