Compare commits

...

2 Commits

Author SHA1 Message Date
8cb1405383 Translations 2019-04-20 09:34:33 +03:00
34554b1be2 Article info 2019-04-20 09:31:28 +03:00
10 changed files with 43 additions and 23 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-04-19 11:56+0300\n" "POT-Creation-Date: 2019-04-20 09:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.4.0\n" "Generated-By: Babel 2.4.0\n"
#: templates/archives.html:2 templates/archives.html:7 templates/base.html:199 #: templates/archives.html:2 templates/archives.html:7 templates/base.html:196
msgid "Archives" msgid "Archives"
msgstr "" msgstr ""
@ -29,7 +29,7 @@ msgstr ""
msgid "Permalink to" msgid "Permalink to"
msgstr "" msgstr ""
#: templates/article_list.html:14 #: templates/article_list.html:15
msgid "more" msgid "more"
msgstr "" msgstr ""
@ -88,6 +88,10 @@ msgstr ""
msgid "Category" msgid "Category"
msgstr "" msgstr ""
#: templates/includes/article_info.html:35
msgid "Download"
msgstr ""
#: templates/includes/cc-license.html:62 #: templates/includes/cc-license.html:62
msgid "Content" msgid "Content"
msgstr "" msgstr ""

View File

@ -5,7 +5,7 @@
</span> </span>
{% if SHOW_DATE_MODIFIED %} {% if SHOW_DATE_MODIFIED %}
{% if article.modified %} {% if article.modified %}
<span class="label label-default">{{ _('Modified') }}</span> <span class="label label-default"> | {{ _('Modified') }}</span>
<span class="modified"> <span class="modified">
<i class="fa fa-calendar"></i><time datetime="{{ article.modified.isoformat() }}"> {{ article.locale_modified }}</time> <i class="fa fa-calendar"></i><time datetime="{{ article.modified.isoformat() }}"> {{ article.locale_modified }}</time>
</span> </span>
@ -14,26 +14,26 @@
{% if SHOW_SERIES %} {% if SHOW_SERIES %}
{% if article.series %} {% if article.series %}
<span class="label label-default">{{ _('Series') }}</span> <span class="label label-default"> | {{ _('Series') }}</span>
Part {{ article.series.index}} of {{ article.series.name }} Part {{ article.series.index}} of {{ article.series.name }}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if SHOW_ARTICLE_AUTHOR %} {% if SHOW_ARTICLE_AUTHOR %}
{% if article.author %} {% if article.author %}
<span class="label label-default">{{ _('By') }}</span> <span class="label label-default"> | {{ _('By') }}</span>
<a href="{{ SITEURL }}/{{ article.author.url }}"><i class="fa fa-user"></i> {{ article.author }}</a> <a href="{{ SITEURL }}/{{ article.author.url }}"><i class="fa fa-user"></i> {{ article.author }}</a>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if SHOW_ARTICLE_CATEGORY %} {% if SHOW_ARTICLE_CATEGORY %}
<span class="label label-default">{{ _('Category') }}</span> <span class="label label-default"> | {{ _('Category') }}</span>
<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
{% endif %} {% endif %}
{% if PDF_PROCESSOR %} {% if PDF_PROCESSOR %}
<span class="label label-default"> <span class="label label-default"> | {{ _('Download') }}
<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a> <a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf"><i class="fa fa-file-pdf-o"></i></a>
</span> </span>
{% endif %} {% endif %}

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: rgallart@easydevmixin.com\n" "Report-Msgid-Bugs-To: rgallart@easydevmixin.com\n"
"POT-Creation-Date: 2019-04-19 11:56+0300\n" "POT-Creation-Date: 2019-04-20 09:31+0300\n"
"PO-Revision-Date: 2017-02-23 11:35+0000\n" "PO-Revision-Date: 2017-02-23 11:35+0000\n"
"Last-Translator: Ramon Maria Gallart Escolà <rgallart@easydevmixin.com>\n" "Last-Translator: Ramon Maria Gallart Escolà <rgallart@easydevmixin.com>\n"
"Language: ca\n" "Language: ca\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.4.0\n" "Generated-By: Babel 2.4.0\n"
#: templates/archives.html:2 templates/archives.html:7 templates/base.html:199 #: templates/archives.html:2 templates/archives.html:7 templates/base.html:196
msgid "Archives" msgid "Archives"
msgstr "Arxius" msgstr "Arxius"
@ -30,7 +30,7 @@ msgstr "Arxius per"
msgid "Permalink to" msgid "Permalink to"
msgstr "Enllaç permanent a" msgstr "Enllaç permanent a"
#: templates/article_list.html:14 #: templates/article_list.html:15
msgid "more" msgid "more"
msgstr "més" msgstr "més"
@ -89,6 +89,10 @@ msgstr "Per"
msgid "Category" msgid "Category"
msgstr "Categoria" msgstr "Categoria"
#: templates/includes/article_info.html:35
msgid "Download"
msgstr ""
#: templates/includes/cc-license.html:62 #: templates/includes/cc-license.html:62
msgid "Content" msgid "Content"
msgstr "Contingut" msgstr "Contingut"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-04-19 11:56+0300\n" "POT-Creation-Date: 2019-04-20 09:31+0300\n"
"PO-Revision-Date: 2016-01-07 14:36+0100\n" "PO-Revision-Date: 2016-01-07 14:36+0100\n"
"Last-Translator: Johannes Ranke <johannes.ranke@jrwb.de>\n" "Last-Translator: Johannes Ranke <johannes.ranke@jrwb.de>\n"
"Language: de\n" "Language: de\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.4.0\n" "Generated-By: Babel 2.4.0\n"
#: templates/archives.html:2 templates/archives.html:7 templates/base.html:199 #: templates/archives.html:2 templates/archives.html:7 templates/base.html:196
msgid "Archives" msgid "Archives"
msgstr "Archiv" msgstr "Archiv"
@ -30,7 +30,7 @@ msgstr "Archiv für"
msgid "Permalink to" msgid "Permalink to"
msgstr "Permalink für" msgstr "Permalink für"
#: templates/article_list.html:14 #: templates/article_list.html:15
msgid "more" msgid "more"
msgstr "mehr" msgstr "mehr"
@ -89,6 +89,10 @@ msgstr "Von"
msgid "Category" msgid "Category"
msgstr "Kategorie" msgstr "Kategorie"
#: templates/includes/article_info.html:35
msgid "Download"
msgstr ""
#: templates/includes/cc-license.html:62 #: templates/includes/cc-license.html:62
msgid "Content" msgid "Content"
msgstr "Inhalt" msgstr "Inhalt"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-04-19 11:56+0300\n" "POT-Creation-Date: 2019-04-20 09:31+0300\n"
"PO-Revision-Date: 2017-01-08 14:36+0100\n" "PO-Revision-Date: 2017-01-08 14:36+0100\n"
"Last-Translator: Marc-Antoine Parent <maparent@conversence.com>\n" "Last-Translator: Marc-Antoine Parent <maparent@conversence.com>\n"
"Language: fr\n" "Language: fr\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.4.0\n" "Generated-By: Babel 2.4.0\n"
#: templates/archives.html:2 templates/archives.html:7 templates/base.html:199 #: templates/archives.html:2 templates/archives.html:7 templates/base.html:196
msgid "Archives" msgid "Archives"
msgstr "Archives" msgstr "Archives"
@ -30,7 +30,7 @@ msgstr "Archives pour"
msgid "Permalink to" msgid "Permalink to"
msgstr "Permalien vers" msgstr "Permalien vers"
#: templates/article_list.html:14 #: templates/article_list.html:15
msgid "more" msgid "more"
msgstr "plus" msgstr "plus"
@ -89,6 +89,10 @@ msgstr "De"
msgid "Category" msgid "Category"
msgstr "Catégorie" msgstr "Catégorie"
#: templates/includes/article_info.html:35
msgid "Download"
msgstr ""
#: templates/includes/cc-license.html:62 #: templates/includes/cc-license.html:62
msgid "Content" msgid "Content"
msgstr "Contenu" msgstr "Contenu"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-04-19 11:56+0300\n" "POT-Creation-Date: 2019-04-20 09:31+0300\n"
"PO-Revision-Date: 2017-01-08 14:36+0100\n" "PO-Revision-Date: 2017-01-08 14:36+0100\n"
"Last-Translator: Marc-Antoine Parent <maparent@conversence.com>\n" "Last-Translator: Marc-Antoine Parent <maparent@conversence.com>\n"
"Language: ru\n" "Language: ru\n"
@ -20,7 +20,7 @@ msgstr ""
"X-Language: ru_RU\n" "X-Language: ru_RU\n"
"X-Source-Language: C\n" "X-Source-Language: C\n"
#: templates/archives.html:2 templates/archives.html:7 templates/base.html:199 #: templates/archives.html:2 templates/archives.html:7 templates/base.html:196
msgid "Archives" msgid "Archives"
msgstr "Архивы" msgstr "Архивы"
@ -32,7 +32,7 @@ msgstr "Архивы сайта"
msgid "Permalink to" msgid "Permalink to"
msgstr "Постоянная ссылка на" msgstr "Постоянная ссылка на"
#: templates/article_list.html:14 #: templates/article_list.html:15
msgid "more" msgid "more"
msgstr "далее" msgstr "далее"
@ -85,12 +85,16 @@ msgstr "Серии"
#: templates/includes/article_info.html:24 #: templates/includes/article_info.html:24
msgid "By" msgid "By"
msgstr "" msgstr "Автор"
#: templates/includes/article_info.html:30 #: templates/includes/article_info.html:30
msgid "Category" msgid "Category"
msgstr "Категория" msgstr "Категория"
#: templates/includes/article_info.html:35
msgid "Download"
msgstr "Скачать"
#: templates/includes/cc-license.html:62 #: templates/includes/cc-license.html:62
msgid "Content" msgid "Content"
msgstr "Содержание" msgstr "Содержание"
@ -101,7 +105,7 @@ msgstr "лицензировано"
#: templates/includes/cc-license.html:64 #: templates/includes/cc-license.html:64
msgid "except where indicated otherwise" msgid "except where indicated otherwise"
msgstr "sauf indication contraire" msgstr "если не указано иное"
#: templates/includes/comment_count.html:1 #: templates/includes/comment_count.html:1
msgid "View comments" msgid "View comments"