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/messages.pot | |
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/messages.pot')
-rw-r--r-- | pelican-bootstrap3/messages.pot | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/pelican-bootstrap3/messages.pot b/pelican-bootstrap3/messages.pot new file mode 100644 index 0000000..9f7ba53 --- /dev/null +++ b/pelican-bootstrap3/messages.pot @@ -0,0 +1,148 @@ +# 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. +# +#, fuzzy +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: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\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 "" + +#: templates/archives.html:14 +msgid "Archives for" +msgstr "" + +#: templates/article.html:77 +msgid "Permalink to" +msgstr "" + +#: templates/article_list.html:14 +msgid "more" +msgstr "" + +#: templates/author.html:3 +msgid "Articles by" +msgstr "" + +#: templates/author.html:9 templates/authors.html:3 templates/authors.html:9 +msgid "Authors" +msgstr "" + +#: templates/authors.html:15 +msgid "Authors on" +msgstr "" + +#: templates/categories.html:2 templates/categories.html:8 +#: templates/category.html:11 templates/includes/sidebar.html:45 +msgid "Categories" +msgstr "" + +#: templates/categories.html:15 +msgid "All Categories for" +msgstr "" + +#: templates/search.html:4 +msgid "Search" +msgstr "" + +#: templates/tags.html:16 +msgid "Tags for" +msgstr "" + +#: templates/includes/aboutme.html:8 +msgid "About" +msgstr "" + +#: templates/includes/article_info.html:8 +msgid "Modified" +msgstr "" + +#: templates/includes/article_info.html:17 templates/includes/sidebar.html:80 +msgid "Series" +msgstr "" + +#: templates/includes/article_info.html:24 +msgid "By" +msgstr "" + +#: templates/includes/article_info.html:30 +msgid "Category" +msgstr "" + +#: templates/includes/cc-license.html:62 +msgid "Content" +msgstr "" + +#: templates/includes/cc-license.html:64 +msgid "licensed under a" +msgstr "" + +#: templates/includes/cc-license.html:64 +msgid "except where indicated otherwise" +msgstr "" + +#: templates/includes/comment_count.html:1 +msgid "View comments" +msgstr "" + +#: templates/includes/comments.html:4 +msgid "Comments" +msgstr "" + +#: templates/includes/footer.html:11 +msgid "Powered by" +msgstr "" + +#: templates/includes/footer.html:21 +msgid "Back to top" +msgstr "" + +#: templates/includes/links.html:2 +msgid "Links" +msgstr "" + +#: templates/includes/pagination.html:5 templates/includes/pagination.html:7 +msgid "Newer" +msgstr "" + +#: templates/includes/pagination.html:11 templates/includes/pagination.html:13 +msgid "Older" +msgstr "" + +#: templates/includes/sidebar.html:8 +msgid "Social" +msgstr "" + +#: templates/includes/sidebar.html:31 +msgid "Recent Posts" +msgstr "" + +#: templates/includes/sidebar.html:64 templates/includes/taglist.html:2 +msgid "Tags" +msgstr "" + +#: templates/includes/sidebar.html:84 +msgid "Previous article" +msgstr "" + +#: templates/includes/sidebar.html:90 +msgid "Next article" +msgstr "" + +#: templates/includes/translations.html:3 +msgid "Lang" +msgstr "" + |