Merge branch 'master' into support_neighbors

This commit is contained in:
olipratt 2017-03-18 14:13:22 +00:00
commit 3069ae44a4
42 changed files with 1027 additions and 204 deletions

View file

@ -14,14 +14,14 @@ DON'T send any questions, issues or anything related to Flex to my personal emai
- SEO Best Practices
- Open Graph
- Rich Snippets (JSON-LD)
- Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts))
- Minute read like [Medium](https://medium.com/) (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) (new in 2.0)
- [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-highlight-support)
- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support) (new in 2.0)
- Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) or AddThis)
- Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) (new in 2.0)
- [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight)
- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) (new in 2.0)
## Integrations
- [AddThis](http://www.addthis.com/)
- [AddThis](http://www.addthis.com/) Share Buttons and Related Posts
- [Disqus](https://disqus.com/)
- [Gauges](http://get.gaug.es/)
- [Google AdSense](https://www.google.com.br/adsense/start/) (new in 2.1)
@ -29,8 +29,13 @@ DON'T send any questions, issues or anything related to Flex to my personal emai
- [Google Tag Manager](https://www.google.com/tagmanager/)
- [Piwik](http://piwik.org/)
- [StatusCake](https://www.statuscake.com/)
- [Github Corners](https://github.com/tholman/github-corners)
- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image)
- [Github Corners](https://github.com/tholman/github-corners) (new in 2.2)
## Plugins Support
- [I18N Sub-sites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) (new in 2.0)
- [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts)
- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) (new in 2.2)
## Install
@ -38,7 +43,7 @@ The recommend way to install is over [pelican-themes](https://github.com/getpeli
The `master` branch is the development branch. If you're happy with fresh new things and maybe sometimes (~most of time~) broken things you can clone the `master`, but I would recommend to you to clone a tag branch.
## Docs
## Documentation
[Go to Wiki](https://github.com/alexandrevicenzi/Flex/wiki)
@ -48,13 +53,27 @@ Always open an issue before sending a PR. Talk about the problem/feature that yo
As always, if you want something that only make sense to you, just fork Flex and start a new theme.
## Donate
Did you liked this theme? Buy me a beer and support new features.
### PayPal
[![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg?maxAge=2592000)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KZCMH3N74KKFN&lc=BR&item_name=Alexandre%20Vicenzi&item_number=flex&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
### Bitcoin
![Screenshot](https://github.com/alexandrevicenzi/Flex/blob/master/btc.png)
`1Heza38sS36iTtaFpWB5wziuiK9WChmwss`
## Translate
Translate this theme to new languages at [Transifex](https://www.transifex.com/alexandrevicenzi/flex-pelican/).
![Translations](https://github.com/alexandrevicenzi/Flex/blob/master/translation_chart.png)
Read more about [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support).
Read more about [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations).
## Live example
@ -65,14 +84,10 @@ I'm using Flex in my [personal blog](http://blog.alexandrevicenzi.com/).
![Screenshot](https://github.com/alexandrevicenzi/Flex/blob/master/screenshot.png)
## Donate
Did you liked this theme? Buy me a beer and support new features.
[![Gratipay](https://img.shields.io/gratipay/user/alexandrevicenzi.svg?maxAge=2592000)](https://gratipay.com/~alexandrevicenzi/)
[![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg?maxAge=2592000)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KZCMH3N74KKFN&lc=BR&item_name=Alexandre%20Vicenzi&item_number=flex&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
## License
MIT
## Contributors
[Contributors list](https://github.com/alexandrevicenzi/Flex/graphs/contributors)

BIN
btc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 279 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 260 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 239 KiB

Before After
Before After

View file

@ -67,6 +67,8 @@
{% endfor %}
</ul>
</div>
{% else %}
<div class="addthis_relatedposts_inline">
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %}

View file

@ -40,7 +40,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="{{ ROBOTS }}" />
{% if page in hidden_pages %}
<meta name="robots" content="noindex, nofollow" />
{% else %}
<meta name="robots" content="{{ ROBOTS }}" />
{% endif %}
{% if BROWSER_COLOR %}
<!-- Chrome, Firefox OS and Opera -->
@ -182,9 +186,9 @@
{% include "partial/jsonld.html" %}
{% block additional_js %}{% endblock %}
{% if GITHUB_CORNER_URL %}
{% include 'partial/github.html' %}
{% include 'partial/github.html' %}
{% endif %}
</body>
</html>

View file

@ -0,0 +1,8 @@
Title: Hidden
Date: 2016-01-01 12:00
Modified: 2016-01-01 12:00
Status: hidden
This is a hidden page.
It will have `noindex, nofollow` as the value of the `robots` `<meta>` tag.

View file

@ -1,19 +1,19 @@
#!/usr/bin/env bash
function extract_pot() {
pybabel extract --mapping translations/babel.cfg --output translations/messages.pot ./
pybabel extract -s --no-wrap --project="Flex" --copyright-holder="Alexandre Vicenzi" --version="2.1.0" --mapping translations/babel.cfg --output translations/messages.pot ./
}
function new_translation() {
pybabel init --input-file translations/messages.pot --output-dir translations/ --locale $1 --domain messages
pybabel init --no-wrap --input-file translations/messages.pot --output-dir translations/ --locale $1 --domain messages
}
function update_translation() {
pybabel update --input-file translations/messages.pot --output-dir translations/ --domain messages
pybabel update --no-wrap --input-file translations/messages.pot --output-dir translations/ --domain messages
}
function compile_translations() {
pybabel compile --directory translations/ --domain messages
pybabel compile -f --directory translations/ --domain messages
}
function can_run() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -1,18 +1,18 @@
# German translations for pelican Flex theme by Alexandre Vicenzi.
# Copyright (C) 2016 Marcel Huth
# This file is distributed under the same license as the Flex theme by
# Alexandre Vicenzi project.
# Marcel Huth <marcelhuth@users.noreply.github.com>, 2016.
# German translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 1.2\n"
"Report-Msgid-Bugs-To: marcelhuth@users.noreply.github.com\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"PO-Revision-Date: 2016-08-13 16:49+0200\n"
"Last-Translator: Marcel Huth <marcelhuth@users.noreply.github.com>\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Alexandre Vicenzi <alexandrevicenzi@outlook.com>, 2016\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@ -23,16 +23,16 @@ msgstr ""
msgid "Archives"
msgstr "Archive"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Online seit %(when)s in %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Gef&auml;llt dir der Artikel? Dann teile ihn mit Freunden!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Eventuell auch interessant"
@ -45,15 +45,15 @@ msgstr "Artikel von %(name)s"
msgid "Authors"
msgstr "Autoren"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Home"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -66,11 +66,11 @@ msgstr "Kategorien"
msgid "Category %(name)s"
msgstr "Kategorie %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Stichw&ouml;rter"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Weiterlesen"
@ -89,12 +89,8 @@ msgstr "Bitte JavaScript aktivieren um die Kommentare zu sehen."
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by "
"%(alexandrevicenzi_url)s"
msgstr ""
"Erstellt mit %(pelican_url)s - %(flex_url)s Design von "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Erstellt mit %(pelican_url)s - %(flex_url)s Design von %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# English translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archives"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Posted on %(when)s in %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Like this article? Share it with your friends!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "You might enjoy"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "Posts by %(name)s"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Authors"
#: templates/base.html:142
msgid "Home"
msgstr "Home"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Categories"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "Category %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Tagged with"
#: templates/index.html:43
msgid "Continue reading"
msgstr "Continue reading"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "Tag %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Tags"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Please enable JavaScript to view comments."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Older Posts"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Newer Posts"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Spanish translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Juan A. S. <okelet@gmail.com>, 2016\n"
"Language: es\n"
"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archivos"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Publicado el %(when)s en %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Te puede gustar"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "Artículos por %(name)s"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Autores"
#: templates/base.html:142
msgid "Home"
msgstr "Inicio"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Categorías"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "Categoría %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Etiquetado con"
#: templates/index.html:43
msgid "Continue reading"
msgstr "Seguir leyendo"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "Etiqueta %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Etiquetas"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Por favor, habilita JavaScript para ver los comentarios."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Este sitio usa %(pelican_url)s - tema %(flex_url)s por %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Artículos antiguos"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Artículos recientes"

View file

@ -1,39 +1,38 @@
# Translations template for PROJECT.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
# Spanish (Spain) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: Flex 2.1.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"PO-Revision-Date: 2016-12-13 17:19+0100\n"
"POT-Creation-Date: 2017-03-14 00:10-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Juan A. S. <okelet@gmail.com>, 2016\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/"
"teams/66327/es_ES/)\n"
"Language: es_ES\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archivos"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Publicado el %(when)s en %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Te puede gustar"
@ -46,15 +45,15 @@ msgstr "Artículos por %(name)s"
msgid "Authors"
msgstr "Autores"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Inicio"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -67,11 +66,11 @@ msgstr "Categorías"
msgid "Category %(name)s"
msgstr "Categoría %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Etiquetado con"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Seguir leyendo"
@ -90,11 +89,8 @@ msgstr "Por favor, habilita JavaScript para ver los comentarios."
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr ""
"Este sitio usa %(pelican_url)s - tema %(flex_url)s por "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Este sitio usa %(pelican_url)s - tema %(flex_url)s por %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
@ -103,3 +99,4 @@ msgstr "Artículos antiguos"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Artículos recientes"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Estonian translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Jüri Lillemets <lillemetsj@gmail.com>, 2017\n"
"Language: et\n"
"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Arhiiv"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Avaldatud %(when)s kategoorias %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Kui sulle see artikkel meeldis, siis jaga seda ka sõpradega!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Sulle võlb meeldida ka"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "Kõik artiklid %(name)s poolt"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Autorid"
#: templates/base.html:142
msgid "Home"
msgstr "Avaleht"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Kategooriad"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "Kategooria %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Märksõnadeks"
#: templates/index.html:43
msgid "Continue reading"
msgstr "Loe edasi"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "Märksõna %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Märksõnad"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Kommentaaride nägemiseks võimaldage JavaScript."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Lehekülg on loodud kasutades rakendust %(pelican_url)s ja %(flex_url)s teemat %(alexandrevicenzi_url)s poolt."
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Vanemad artiklid"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Uuemad artiklid"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Persian (Iran) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: AmirMahmood <amma4ww@gmail.com>, 2017\n"
"Language: fa_IR\n"
"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n"
"Plural-Forms: nplurals=1; plural=0\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "بایگانی"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "نوشته شده در تاریخ %(when)s در %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "از این مقاله لذت بردید؟ آن را با دوستانتان به اشتراک بگذارید!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "ممکن است علاق‏ه‌مند باشید به"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "نوشته شده توسط %(name)s"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "نویسندگان"
#: templates/base.html:142
msgid "Home"
msgstr "خانه"
#: templates/base.html:149
msgid "Atom"
msgstr "اشتراک Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "اشتراک RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "دسته بندی ها"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "دسته بندی %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "برچسب شده توسط"
#: templates/index.html:43
msgid "Continue reading"
msgstr "ادامه مطلب"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "برچسب %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "برچسب ها"
#: templates/partial/disqus.html:12
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"
msgstr "نیرو گرفته از %(pelican_url)s - قالب %(flex_url)s توسط %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "نوشته‌های کهنه‌تر"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "نوشته‌های تازه‌تر"

View file

@ -1,18 +1,18 @@
# French translations for Flex.
# Copyright (C) 2016 Alexandre Vicenzi
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# Alexandre Vicenzi <contact@alexandrevicenzi.com>, 2016.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Flex 2.0\n"
"Report-Msgid-Bugs-To: contact@alexandrevicenzi.com\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: François Schmidts <francois.schmidts@gmail.com>, 2016\n"
"Language: fr\n"
"Language-Team: French "
"(https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n"
"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@ -23,16 +23,16 @@ msgstr ""
msgid "Archives"
msgstr "Archives"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Posté le %(when)s dans %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Vous aimez cet article ? Partagez le avec vos amis !"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Vous pourriez aimer"
@ -45,15 +45,15 @@ msgstr "Posts de %(name)s"
msgid "Authors"
msgstr "Auteurs"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Accueil"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -66,11 +66,11 @@ msgstr "Catégories"
msgid "Category %(name)s"
msgstr "Catégorie %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Taggé avec"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Continuer à lire"
@ -89,12 +89,8 @@ msgstr "Veuillez activer le JavaScript pour voir les commentaires."
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by "
"%(alexandrevicenzi_url)s"
msgstr ""
"Propulsé par %(pelican_url)s - %(flex_url)s thème par "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Propulsé par %(pelican_url)s - %(flex_url)s thème par %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"

View file

@ -1,37 +1,38 @@
# Portuguese (Brazil) translations for Flex.
# Copyright (C) 2016 Alexandre Vicenzi
# Hungarian (Hungary) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# Alexandre Vicenzi <contact@alexandrevicenzi.com>, 2016.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Flex 2.0\n"
"Report-Msgid-Bugs-To: contact@alexandrevicenzi.com\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: denes molnar <denes.molnar2@stud.uni-corvinus.hu>, 2016\n"
"Language: hu_HU\n"
"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archívum"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "A bejegyzés ideje: %(when)s, kaetgóriája: %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Ha tetszett a bejegyzés, oszd meg az ismerőseiddel is!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Talán tetszene"
@ -44,15 +45,15 @@ msgstr "%(name)s bejegyzései"
msgid "Authors"
msgstr "Szerzők"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Főoldal"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -65,11 +66,11 @@ msgstr "Kategóriák"
msgid "Category %(name)s"
msgstr "%(name)s kategória"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "A következőkkel megjelölve: "
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Tovább"
@ -88,11 +89,8 @@ msgstr "A kommentek megtekintéséhez engedélyezned kell a JavaScriptet!"
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr ""
"A blogot %(pelican_url)s motor hajtja, a %(flex_url)s témát készítette: "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "A blogot %(pelican_url)s motor hajtja, a %(flex_url)s témát készítette: %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
@ -101,3 +99,4 @@ msgstr "Korábbi bejegyzések"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Újabb bejegyzések"

View file

@ -1,37 +1,38 @@
# Portuguese (Brazil) translations for Flex.
# Copyright (C) 2016 Alexandre Vicenzi
# Italian translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# Alexandre Vicenzi <contact@alexandrevicenzi.com>, 2016.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Flex 2.0\n"
"Report-Msgid-Bugs-To: contact@alexandrevicenzi.com\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Gareth jax <garethjax@gmail.com>, 2016\n"
"Language: it\n"
"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archivi"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Pubblicato il %(when)s in %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Ti piace questo articolo? Condividilo con i tuoi amici!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Potrebbe interessanrti"
@ -44,15 +45,15 @@ msgstr "Articoli di %(name)s"
msgid "Authors"
msgstr "Autori"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Home"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -65,11 +66,11 @@ msgstr "Categorie"
msgid "Category %(name)s"
msgstr "Categoria %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Taggato come"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Continua lettura"
@ -88,11 +89,8 @@ msgstr "Per favore abilita Javascript per vedere i commenti."
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr ""
"Fatto con %(pelican_url)s - tema %(flex_url)s creato da "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Fatto con %(pelican_url)s - tema %(flex_url)s creato da %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
@ -101,3 +99,4 @@ msgstr "Post più vecchi"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Post più recenti"

View file

@ -1,14 +1,14 @@
# Translations template for PROJECT.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
# Translations template for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: Flex 2.1.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"POT-Creation-Date: 2017-03-14 00:10-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,16 +21,16 @@ msgstr ""
msgid "Archives"
msgstr ""
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr ""
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr ""
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr ""
@ -43,15 +43,15 @@ msgstr ""
msgid "Authors"
msgstr ""
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr ""
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr ""
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr ""
@ -64,11 +64,11 @@ msgstr ""
msgid "Category %(name)s"
msgstr ""
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr ""
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr ""
@ -87,9 +87,7 @@ msgstr ""
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr ""
#: templates/partial/pagination.html:5

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Dutch (Netherlands) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: rbos <ml@radoeka.nl>, 2017\n"
"Language: nl_NL\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archief"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Geplaatst op %(when)s in %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Bevalt dit Artikel? Deel het met je vrienden!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Eventueel ook interessant"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "Artikelen van %(name)s"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Schrijvers"
#: templates/base.html:142
msgid "Home"
msgstr "Home"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Categorieën"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "Categorie %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Getagged met"
#: templates/index.html:43
msgid "Continue reading"
msgstr "Verder lezen"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "Tag %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Tags"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Alsjeblieft JavaScript activeren om het commentaar te zien."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Powered door %(pelican_url)s - %(flex_url)s ontwerp door %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Eerder verschenen artikelen"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Later verschenen artikelen"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Polish (Poland) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Justyna Pawlata <justyna.pxw@gmail.com>, 2016\n"
"Language: pl_PL\n"
"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3)\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Archiwa"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Opublikowano %(when)s w %(category)s"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Podoba Ci się ten wpis? Podziel się!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Zobacz także"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "Wpisy autora %(name)s "
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Autorzy"
#: templates/base.html:142
msgid "Home"
msgstr "Strona główna"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Kategorie"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "Kategoria %(name)s"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Tagi: "
#: templates/index.html:43
msgid "Continue reading"
msgstr "Czytaj dalej"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "Tag %(name)s"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Tagi"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Włącz obsługę JavaScript, żeby zobaczyć komentarze."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Wspierane przez: %(pelican_url)s - %(flex_url)s, szablon: %(alexandrevicenzi_url)s "
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Starsze wpisy"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Nowsze wpisy"

View file

@ -1,17 +1,18 @@
# Portuguese (Brazil) translations for Flex.
# Copyright (C) 2016 Alexandre Vicenzi
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# Alexandre Vicenzi <contact@alexandrevicenzi.com>, 2016.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Flex 2.0\n"
"Report-Msgid-Bugs-To: contact@alexandrevicenzi.com\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"PO-Revision-Date: 2016-08-09 21:46-0300\n"
"Last-Translator: Alexandre Vicenzi <contact@alexandrevicenzi.com>\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Alexandre Vicenzi <alexandrevicenzi@outlook.com>, 2016\n"
"Language: pt_BR\n"
"Language-Team: pt_BR <LL@li.org>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@ -22,16 +23,16 @@ msgstr ""
msgid "Archives"
msgstr "Arquivos"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Publicado em %(when)s na categoria %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Gostou do artigo? Compartilhe com seus amigos!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Artigos relacionados"
@ -44,15 +45,15 @@ msgstr "Publicações de %(name)s"
msgid "Authors"
msgstr "Autores"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Início"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -65,11 +66,11 @@ msgstr "Categorias"
msgid "Category %(name)s"
msgstr "Categoria %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Com as tags"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Continue lendo"
@ -88,12 +89,8 @@ msgstr "Habilite JavaScript para ver os comentários."
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by "
"%(alexandrevicenzi_url)s"
msgstr ""
"Powered by %(pelican_url)s - O tema %(flex_url)s foi criado por "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Powered by %(pelican_url)s - O tema %(flex_url)s foi criado por %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"

View file

@ -1,39 +1,38 @@
# Russian translations for pelican Flex theme by Alexandre Vicenzi.
# Copyright (C) 2016 Roman Saldygashev
# This file is distributed under the same license as the Flex theme by
# Alexandre Vicenzi project.
# Roman Saldygashev <groundflyer@users.noreply.github.com>, 2016.
# Russian translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 2.0\n"
"Report-Msgid-Bugs-To: <groundflyer@users.noreply.github.com>\n"
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
"PO-Revision-Date: 2016-10-18 11:46+0500\n"
"Last-Translator: Roman Saldygashev <groundflyer@users.noreply.github.com>>\n"
"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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Roman Saldygashev <sldg.roman@gmail.com>, 2016\n"
"Language: ru\n"
"Language-Team: ru <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.1.1\n"
"Generated-By: Babel 2.3.4\n"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Архивы"
#: templates/article.html:17 templates/index.html:9
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "Опубликовано %(when)s в %(category)s"
#: templates/article.html:41
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Понравилась статья? Поделись с друзьями!"
#: templates/article.html:49
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Наслаждайся"
@ -46,15 +45,15 @@ msgstr "Опубликовано %(name)s"
msgid "Authors"
msgstr "Авторы"
#: templates/base.html:104
#: templates/base.html:142
msgid "Home"
msgstr "Главная"
#: templates/base.html:111
#: templates/base.html:149
msgid "Atom"
msgstr "Атом"
#: templates/base.html:115
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
@ -67,11 +66,11 @@ msgstr "Категории"
msgid "Category %(name)s"
msgstr "Категория %(name)s"
#: templates/index.html:14
#: templates/index.html:25
msgid "Tagged with"
msgstr "Помечено"
#: templates/index.html:29
#: templates/index.html:43
msgid "Continue reading"
msgstr "Продолжить чтение"
@ -90,17 +89,14 @@ msgstr "Пожалуйста включите JavaScript, чтобы просм
#: templates/partial/flex.html:1
#, python-format
msgid ""
"Powered by %(pelican_url)s - %(flex_url)s theme by "
"%(alexandrevicenzi_url)s"
msgstr "Создано с помощью %(pelican_url)s - оформление %(flex_url)s от "
"%(alexandrevicenzi_url)s"
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Создано с помощью %(pelican_url)s - оформление %(flex_url)s от %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Старые сообщения"
#: templates/partial/pagination.html:10
msgid "New Posts"
msgid "Newer Posts"
msgstr "Новые сообщения"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Turkish (Turkey) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: İlker Yürüyen <i.ilker.yuruyen@gmail.com>, 2016\n"
"Language: tr_TR\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n"
"Plural-Forms: nplurals=1; plural=0\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "Arşivler"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "%(when)s tarihinde %(category)s kategorisinde paylaşıldı"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "Bu makaleyi sevdiniz mi? Arkadaşlarınızla paylaşın!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "Sevebilirsiniz"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "%(name)s kişisinin paylaşımları"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "Yazarlar"
#: templates/base.html:142
msgid "Home"
msgstr "Ana Sayfa"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "Kategoriler"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "%(name)s Kategorisi"
#: templates/index.html:25
msgid "Tagged with"
msgstr "Etiket:"
#: templates/index.html:43
msgid "Continue reading"
msgstr "Okumaya devam et"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "%(name)s Etiketi"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "Etiketler"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "Yorumları görüntülemek için lütfen JavaScript'i etkinleştirin."
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "Sponsor: %(pelican_url)s - %(flex_url)s tema: %(alexandrevicenzi_url)s"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "Eski Paylaşımlar"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "Yeni Paylaşımlar"

Binary file not shown.

View file

@ -0,0 +1,102 @@
# Chinese (Simplified, China) translations for Flex.
# Copyright (C) 2017 Alexandre Vicenzi
# This file is distributed under the same license as the Flex project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, 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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Shiao Qu <whisperzzzz@icloud.com>, 2016\n"
"Language: zh_Hans_CN\n"
"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n"
"Plural-Forms: nplurals=1; plural=0\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"
#: templates/archives.html:2 templates/archives.html:7
msgid "Archives"
msgstr "归档"
#: templates/article.html:17 templates/index.html:20
#, python-format
msgid "Posted on %(when)s in %(category)s"
msgstr "在 %(when)s 发布于 %(category)s 分类"
#: templates/article.html:52
msgid "Like this article? Share it with your friends!"
msgstr "喜欢这篇文章吗?将它与您的朋友分享吧!"
#: templates/article.html:61
msgid "You might enjoy"
msgstr "您可能还喜欢"
#: templates/author.html:2
#, python-format
msgid "Posts by %(name)s"
msgstr "%(name)s 发布的文章"
#: templates/authors.html:2 templates/authors.html:7
msgid "Authors"
msgstr "作者"
#: templates/base.html:142
msgid "Home"
msgstr "主页"
#: templates/base.html:149
msgid "Atom"
msgstr "Atom订阅"
#: templates/base.html:153
msgid "RSS"
msgstr "RSS订阅"
#: templates/categories.html:2 templates/categories.html:7
msgid "Categories"
msgstr "分类"
#: templates/category.html:2
#, python-format
msgid "Category %(name)s"
msgstr "%(name)s 分类"
#: templates/index.html:25
msgid "Tagged with"
msgstr "标签为"
#: templates/index.html:43
msgid "Continue reading"
msgstr "阅读全文"
#: templates/tag.html:2
#, python-format
msgid "Tag %(name)s"
msgstr "%(name)s 标签"
#: templates/tags.html:2 templates/tags.html:7
msgid "Tags"
msgstr "标签"
#: templates/partial/disqus.html:12
msgid "Please enable JavaScript to view comments."
msgstr "请启用浏览器的Javascript功能以查看评论。"
#: templates/partial/flex.html:1
#, python-format
msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s"
msgstr "本站由 %(pelican_url)s 驱动,并使用了 %(alexandrevicenzi_url)s 开发的 %(flex_url)s 主题。"
#: templates/partial/pagination.html:5
msgid "Older Posts"
msgstr "更旧的文章"
#: templates/partial/pagination.html:10
msgid "Newer Posts"
msgstr "更新的文章"