diff --git a/templates/partial/flex.html b/templates/partial/flex.html index aa8bb46..4447454 100644 --- a/templates/partial/flex.html +++ b/templates/partial/flex.html @@ -1,4 +1,3 @@ -

{{ _('Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s', +

{{ _('Built with %(pelican_url)s using %(flex_url)s theme', pelican_url='Pelican', - flex_url='Flex'|safe, - alexandrevicenzi_url='Alexandre Vicenzi'|safe) }}

+ flex_url='Flex'|safe) }}

diff --git a/translations/messages.pot b/translations/messages.pot index eb13fe3..9e05b4e 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -1,36 +1,37 @@ # Translations template for Flex. -# Copyright (C) 2017 Alexandre Vicenzi +# Copyright (C) 2019 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2017. +# FIRST AUTHOR , 2019. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-03-14 00:10-0300\n" +"POT-Creation-Date: 2019-01-03 00:10+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Generated-By: Babel 2.6.0\n" #: templates/archives.html:2 templates/archives.html:7 +#: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "" -#: templates/article.html:17 templates/index.html:20 +#: templates/article.html:22 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "" -#: templates/article.html:52 +#: templates/article.html:57 msgid "Like this article? Share it with your friends!" msgstr "" -#: templates/article.html:61 +#: templates/article.html:68 msgid "You might enjoy" msgstr "" @@ -39,23 +40,23 @@ msgstr "" msgid "Posts by %(name)s" msgstr "" -#: templates/authors.html:2 templates/authors.html:7 +#: templates/authors.html:3 templates/authors.html:8 msgid "Authors" msgstr "" -#: templates/base.html:142 +#: templates/base.html:159 msgid "Home" msgstr "" -#: templates/base.html:149 +#: templates/base.html:166 msgid "Atom" msgstr "" -#: templates/base.html:153 +#: templates/base.html:170 msgid "RSS" msgstr "" -#: templates/categories.html:2 templates/categories.html:7 +#: templates/categories.html:3 templates/categories.html:8 msgid "Categories" msgstr "" @@ -68,7 +69,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: templates/index.html:43 +#: templates/index.html:44 msgid "Continue reading" msgstr "" @@ -77,17 +78,25 @@ msgstr "" msgid "Tag %(name)s" msgstr "" -#: templates/tags.html:2 templates/tags.html:7 +#: templates/tags.html:3 templates/tags.html:8 msgid "Tags" msgstr "" -#: templates/partial/disqus.html:12 +#: templates/partial/disqus.html:13 msgid "Please enable JavaScript to view comments." msgstr "" #: templates/partial/flex.html:1 #, python-format -msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" +msgid "Built with %(pelican_url)s using %(flex_url)s theme" +msgstr "" + +#: templates/partial/neighbors.html:5 +msgid "Previous Post" +msgstr "" + +#: templates/partial/neighbors.html:10 +msgid "Next Post" msgstr "" #: templates/partial/pagination.html:5