From 1756240ffe529e369562ef10ef28f4d366909ffa Mon Sep 17 00:00:00 2001 From: Matheus Figueiredo Date: Tue, 20 Aug 2013 15:01:10 -0300 Subject: [PATCH] Changing Planet index and adding some trans --- src/planet/locale/pt_BR/LC_MESSAGES/django.mo | Bin 843 -> 0 bytes src/planet/locale/pt_BR/LC_MESSAGES/django.po | 48 ++++++++++++++++++++++++++++++++---------------- src/planet/templates/feedzilla/base.html | 2 +- src/planet/templates/feedzilla/index.html | 5 +++++ 4 files changed, 38 insertions(+), 17 deletions(-) diff --git a/src/planet/locale/pt_BR/LC_MESSAGES/django.mo b/src/planet/locale/pt_BR/LC_MESSAGES/django.mo index 07514b6..ed75b5d 100644 Binary files a/src/planet/locale/pt_BR/LC_MESSAGES/django.mo and b/src/planet/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/src/planet/locale/pt_BR/LC_MESSAGES/django.po b/src/planet/locale/pt_BR/LC_MESSAGES/django.po index 5cf7af9..bf99c46 100644 --- a/src/planet/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/planet/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-07-26 11:28-0300\n" +"POT-Creation-Date: 2013-08-20 14:52-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,7 +33,7 @@ msgstr "De" msgid "on" msgstr "em" -#: templates/feedzilla/_post_template.html:17 +#: templates/feedzilla/_post_template.html:13 msgid "Read original" msgstr "Ler original" @@ -41,63 +41,79 @@ msgstr "Ler original" msgid "Planet" msgstr "Planet" -#: templates/feedzilla/base.html:15 templates/feedzilla/submit_blog.html:5 +#: templates/feedzilla/base.html:14 templates/feedzilla/submit_blog.html:7 msgid "Submit a blog" msgstr "Solicite a inclusão de um blog" -#: templates/feedzilla/base.html:18 +#: templates/feedzilla/base.html:17 msgid "Tags" msgstr "Tags" -#: templates/feedzilla/base.html:22 +#: templates/feedzilla/base.html:21 msgid "Source Blogs" msgstr "Blogs Fonte" -#: templates/feedzilla/submit_blog.html:8 +#: templates/feedzilla/index.html:11 +msgid "There's no RSS registered" +msgstr "Não há RSS cadastrado" + +#: templates/feedzilla/index.html:12 +msgid "Please" +msgstr "Por favor" + +#: templates/feedzilla/index.html:13 +msgid "click here" +msgstr "clique aqui" + +#: templates/feedzilla/index.html:14 +msgid "to submit a blog" +msgstr "para a inclusão de um blog" + +#: templates/feedzilla/submit_blog.html:11 msgid "" "Thank you. Your application has been accepted and will be reviewed by admin " "in the near time." msgstr "" -#: templates/feedzilla/submit_blog.html:10 +#: templates/feedzilla/submit_blog.html:13 msgid "Required fields" msgstr "" -#: templates/feedzilla/submit_blog.html:14 +#: templates/feedzilla/submit_blog.html:17 msgid "Blog Information" msgstr "Informações do blog" -#: templates/feedzilla/submit_blog.html:15 +#: templates/feedzilla/submit_blog.html:18 msgid "Blog URL" msgstr "" -#: templates/feedzilla/submit_blog.html:16 +#: templates/feedzilla/submit_blog.html:19 #, fuzzy msgid "Blog name" msgstr "Blogs" -#: templates/feedzilla/submit_blog.html:17 +#: templates/feedzilla/submit_blog.html:20 msgid "Name of author of the blog" msgstr "" -#: templates/feedzilla/submit_blog.html:18 +#: templates/feedzilla/submit_blog.html:21 msgid "Feed URL" msgstr "" -#: templates/feedzilla/submit_blog.html:18 +#: templates/feedzilla/submit_blog.html:21 msgid "You can specify what exactly feed you want submit" msgstr "" -#: templates/feedzilla/submit_blog.html:19 +#: templates/feedzilla/submit_blog.html:22 #, fuzzy msgid "Submit" msgstr "Solicite a inclusão de um blog" -#: templates/feedzilla/tag.html:5 +#: templates/feedzilla/tag.html:7 #, python-format msgid "Posts with «%(tag)s» label" msgstr "" -#: templates/feedzilla/tag.html:14 +#: templates/feedzilla/tag.html:16 msgid "No posts with such label" msgstr "" diff --git a/src/planet/templates/feedzilla/base.html b/src/planet/templates/feedzilla/base.html index a3adc5e..b95a505 100644 --- a/src/planet/templates/feedzilla/base.html +++ b/src/planet/templates/feedzilla/base.html @@ -9,7 +9,7 @@
{% block feedzilla_content %}{% endblock %} -
+
diff --git a/src/planet/templates/feedzilla/index.html b/src/planet/templates/feedzilla/index.html index 5cd544a..7003155 100644 --- a/src/planet/templates/feedzilla/index.html +++ b/src/planet/templates/feedzilla/index.html @@ -7,6 +7,11 @@ {% for post in page.object_list %} {% include 'feedzilla/_post_template.html' %}
+ {% empty %} +

{% trans 'There's no RSS registered' %}

+

{% trans 'Please' %} +{% trans 'click here' %} + {% trans 'to submit a blog' %}

{% endfor %} {% include "pagination.html" %} -- libgit2 0.21.2