diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-06 15:02:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-13 18:46:05 +0100 |
commit | db5388e47885b76083ee6a169863b5e718ca1246 (patch) | |
tree | 218cfce1037c099a650cbb382b69d50de681f5e8 /pelican-bootstrap3/translations/de | |
parent | 30c807519db25e1c9246a6c53b7545b36a2f1895 (diff) | |
download | pelican-themes-db5388e47885b76083ee6a169863b5e718ca1246.tar.gz |
Make pelican-bootstrap3 multilingual
This makes use of the i18n jinja extension as described in README.md.
A Makefile is provided to facilitate new translations. A translation to
German is also included.
Diffstat (limited to 'pelican-bootstrap3/translations/de')
-rw-r--r-- | pelican-bootstrap3/translations/de/LC_MESSAGES/messages.mo | bin | 0 -> 1648 bytes | |||
-rw-r--r-- | pelican-bootstrap3/translations/de/LC_MESSAGES/messages.po | 151 |
2 files changed, 151 insertions, 0 deletions
diff --git a/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.mo b/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.mo Binary files differnew file mode 100644 index 0000000..71a2c6d --- /dev/null +++ b/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.mo diff --git a/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.po b/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.po new file mode 100644 index 0000000..895a215 --- /dev/null +++ b/pelican-bootstrap3/translations/de/LC_MESSAGES/messages.po @@ -0,0 +1,151 @@ +# German translations for pelican-bootstrap3 +# Copyright (C) 2016 Johannes Ranke +# This file is distributed under the same license as pelican-bootstrap3 +# Johannes Ranke <johannes.ranke@jrwb.de>, 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2016-10-06 15:03+0200\n" +"PO-Revision-Date: 2016-01-07 14:36+0100\n" +"Last-Translator: Johannes Ranke <johannes.ranke@jrwb.de>\n" +"Language-Team: de <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 1.3\n" + +#: templates/archives.html:2 templates/archives.html:7 templates/base.html:150 +msgid "Archives" +msgstr "Archiv" + +#: templates/archives.html:14 +msgid "Archives for" +msgstr "Archiv für" + +#: templates/article.html:77 +msgid "Permalink to" +msgstr "Permalink für" + +#: templates/article_list.html:14 +msgid "more" +msgstr "mehr" + +#: templates/author.html:3 +msgid "Articles by" +msgstr "Artikel von" + +#: templates/author.html:9 templates/authors.html:3 templates/authors.html:9 +msgid "Authors" +msgstr "Autoren" + +#: templates/authors.html:15 +msgid "Authors on" +msgstr "Autoren auf" + +#: templates/categories.html:2 templates/categories.html:8 +#: templates/category.html:11 templates/includes/sidebar.html:45 +msgid "Categories" +msgstr "Kategorien" + +#: templates/categories.html:15 +msgid "All Categories for" +msgstr "Alle Kategorien für" + +#: templates/search.html:4 +msgid "Search" +msgstr "Suche" + +#: templates/tags.html:16 +msgid "Tags for" +msgstr "Tags für" + +#: templates/includes/aboutme.html:8 +msgid "About" +msgstr "Über" + +#: templates/includes/article_info.html:8 +msgid "Modified" +msgstr "Geändert" + +#: templates/includes/article_info.html:17 templates/includes/sidebar.html:80 +msgid "Series" +msgstr "Serie" + +#: templates/includes/article_info.html:24 +msgid "By" +msgstr "Von" + +#: templates/includes/article_info.html:30 +msgid "Category" +msgstr "Kategorie" + +#: templates/includes/cc-license.html:62 +msgid "Content" +msgstr "Inhalt" + +#: templates/includes/cc-license.html:64 +msgid "licensed under a" +msgstr "unterliegt einer" + +#: templates/includes/cc-license.html:64 +msgid "except where indicated otherwise" +msgstr "wo nicht anders angegeben" + +#: templates/includes/comment_count.html:1 +msgid "View comments" +msgstr "Kommentare ansehen" + +#: templates/includes/comments.html:4 +msgid "Comments" +msgstr "Kommentare" + +#: templates/includes/footer.html:11 +msgid "Powered by" +msgstr "Powered by" + +#: templates/includes/footer.html:21 +msgid "Back to top" +msgstr "Zurück nach oben" + +#: templates/includes/links.html:2 +msgid "Links" +msgstr "Links" + +#: templates/includes/pagination.html:5 templates/includes/pagination.html:7 +msgid "Newer" +msgstr "Neuere" + +#: templates/includes/pagination.html:11 templates/includes/pagination.html:13 +msgid "Older" +msgstr "Ältere" + +#: templates/includes/sidebar.html:8 +msgid "Social" +msgstr "Social" + +#: templates/includes/sidebar.html:31 +msgid "Recent Posts" +msgstr "Jüngste Beiträge" + +#: templates/includes/sidebar.html:64 templates/includes/taglist.html:2 +msgid "Tags" +msgstr "Tags" + +#: templates/includes/sidebar.html:84 +msgid "Previous article" +msgstr "Vorheriger Artikel" + +#: templates/includes/sidebar.html:90 +msgid "Next article" +msgstr "Nächster Artikel" + +#: templates/includes/translations.html:3 +msgid "Lang" +msgstr "Sprache" + +#~ msgid "Related Posts:" +#~ msgstr "Verwandte Beiträge" + |