From 6c7f0db840fbb9e2979c2d71895fce7ed1c0f0a4 Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 10 Dec 2013 10:07:37 -0200 Subject: [PATCH] minor changes in planet template and updating translations - #87 --- src/locale/pt_BR/LC_MESSAGES/django.mo | Bin 15524 -> 0 bytes src/locale/pt_BR/LC_MESSAGES/django.po | 25 ++++++++++++++----------- src/planet/templates/feedzilla/base.html | 12 ++++++------ 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/locale/pt_BR/LC_MESSAGES/django.mo b/src/locale/pt_BR/LC_MESSAGES/django.mo index 7971151..36fd2f9 100644 Binary files a/src/locale/pt_BR/LC_MESSAGES/django.mo and b/src/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 05b73d8..762f495 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-10 11:38+0000\n" +"POT-Creation-Date: 2013-12-10 12:05+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -422,23 +422,19 @@ msgstr "em" msgid "Read original" msgstr "Leia o original" -#: planet/templates/feedzilla/base.html:4 -msgid "Community Blogs" -msgstr "Blogs da comunidade" +#: planet/templates/feedzilla/base.html:5 +msgid "Planet - Community Blogs" +msgstr "Planet - Blogs da comunidade" -#: planet/templates/feedzilla/base.html:7 templates/base.html:76 -msgid "Planet" -msgstr "" - -#: planet/templates/feedzilla/base.html:17 +#: planet/templates/feedzilla/base.html:15 msgid "Tags" msgstr "Etiquetas" -#: planet/templates/feedzilla/base.html:21 +#: planet/templates/feedzilla/base.html:19 msgid "Source Blogs" msgstr "Blogs de origem" -#: planet/templates/feedzilla/base.html:24 +#: planet/templates/feedzilla/base.html:23 #: planet/templates/feedzilla/submit_blog.html:5 msgid "Submit a blog" msgstr "Sugerir um blog" @@ -943,6 +939,10 @@ msgstr "Não encontrado. Continue procurando! :)" msgid "Ooopz... something went wrong!" msgstr "Opa... algo saiu errado!" +#: templates/base.html:76 +msgid "Planet" +msgstr "" + #: templates/base.html:79 msgid "Contribute" msgstr "Contribua" @@ -1039,6 +1039,9 @@ msgstr "Vontade de ajudar" msgid "INTERLEGIS COMMUNITIES" msgstr "COMUNIDADES INTERLEGIS" +#~ msgid "Community Blogs" +#~ msgstr "Blogs da comunidade" + #~ msgid "Mailing List Subscriptions" #~ msgstr "Inscrições em listas de e-mails" diff --git a/src/planet/templates/feedzilla/base.html b/src/planet/templates/feedzilla/base.html index fea9987..eec7984 100644 --- a/src/planet/templates/feedzilla/base.html +++ b/src/planet/templates/feedzilla/base.html @@ -1,10 +1,8 @@ {% extends 'base.html' %} {% load i18n feedzilla_tags %} -{% block title %}{% trans "Community Blogs" %}{% endblock %} - {% block main-content %} -

{% trans 'Planet' %}

+

{% trans 'Planet - Community Blogs' %}


@@ -20,9 +18,11 @@

{% trans 'Source Blogs' %}

{% feedzilla_donor_list order_by="title" %} - + {% if user.is_authenticated %} + + {% endif %}
-- libgit2 0.21.2