Skip to content
Snippets Groups Projects
Verified Commit b00b9238 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add English theme translation

parent c27a1318
No related branches found
No related tags found
No related merge requests found
[jinja2: pelican_theme_teckids/templates/**.html]
# Translations template for PROJECT.
# Copyright (C) 2021 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-08-17 23:31+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 2.8.0\n"
#: pelican_theme_teckids/templates/archives.html:3
#: pelican_theme_teckids/templates/archives.html:8
msgid "Artikel"
msgstr ""
#: pelican_theme_teckids/templates/author.html:3
#: pelican_theme_teckids/templates/author.html:5
#, python-format
msgid "Artikel von %(author)s"
msgstr ""
#: pelican_theme_teckids/templates/base.html:109
msgid "Sponsoren"
msgstr ""
#: pelican_theme_teckids/templates/base.html:117
msgid "Netzwerke und Partnerorganisationen"
msgstr ""
#: pelican_theme_teckids/templates/base.html:145
msgid "Dieser Inhalt ist lizenziert unter"
msgstr ""
#: pelican_theme_teckids/templates/base.html:161
msgid "Im Quell-Repository editieren"
msgstr ""
......@@ -114,7 +114,7 @@
{% endfor %}
</div>
<div class="col s12 m6" id="partners-box">
<h3 class="black-text sponsorheading">Netzwerke und Partnerorganisationen</h3>
<h3 class="black-text sponsorheading">{% trans %}Netzwerke und Partnerorganisationen{% endtrans %}</h3>
{% for alt, image, url in PARTNERS %}
<a href="{{ url }}"><img src="{{ image }}" href="{{ url }}" alt="{{ alt }}" title="{{ alt }}" class="sponsorslogo" /></a>
{% endfor %}
......
File added
# English translations for PROJECT.
# Copyright (C) 2021 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-08-17 23:31+0200\n"
"PO-Revision-Date: 2021-08-17 23:29+0200\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.8.0\n"
#: pelican_theme_teckids/templates/archives.html:3
#: pelican_theme_teckids/templates/archives.html:8
msgid "Artikel"
msgstr "Articles"
#: pelican_theme_teckids/templates/author.html:3
#: pelican_theme_teckids/templates/author.html:5
#, python-format
msgid "Artikel von %(author)s"
msgstr "Articles by %(author)s"
#: pelican_theme_teckids/templates/base.html:109
msgid "Sponsoren"
msgstr "Sponsors"
#: pelican_theme_teckids/templates/base.html:117
msgid "Netzwerke und Partnerorganisationen"
msgstr "Networks and partner organisations"
#: pelican_theme_teckids/templates/base.html:145
msgid "Dieser Inhalt ist lizenziert unter"
msgstr "This content is licensed under"
#: pelican_theme_teckids/templates/base.html:161
msgid "Im Quell-Repository editieren"
msgstr "Edit in source repository"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment