Translated some footer text.

This commit is contained in:
Marcus Scholz 2020-10-10 23:40:58 +02:00
parent eea01cd569
commit e91e8c8894
2 changed files with 24 additions and 7 deletions

View File

@ -1,16 +1,16 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Reverend <reverend@reverend2048.de>, 2020.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-06 16:59+0200\n" "POT-Creation-Date: 2020-10-10 22:49+0200\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: Commander1024 <commander@commander1024.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de.DE\n" "Language: de.DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -89,6 +89,22 @@ msgstr "Alle Places"
msgid "Explore the latest places" msgid "Explore the latest places"
msgstr "Neueste Places erkunden" msgstr "Neueste Places erkunden"
#: templates/partials/nav/footer.html:64
msgid "Proudly made by"
msgstr "Stolz erstellt durch"
#: templates/partials/nav/footer.html:65
msgid "and"
msgstr "und"
#: templates/partials/nav/footer.html:68
msgid "Privacy Policy"
msgstr "Datenschutzerklärung"
#: templates/partials/nav/footer.html:70
msgid "Imprint"
msgstr "Impressum"
#: templates/partials/nav/pagination.html:11 #: templates/partials/nav/pagination.html:11
#: templates/partials/nav/pagination.html:24 #: templates/partials/nav/pagination.html:24
msgid "First" msgid "First"

View File

@ -1,3 +1,4 @@
{% load i18n %}
<footer class="LP-Footer"> <footer class="LP-Footer">
<div class="LP-FooterColumns__Container"> <div class="LP-FooterColumns__Container">
@ -60,13 +61,13 @@
<!-- Bottom section with last line of text and links. --> <!-- Bottom section with last line of text and links. -->
<section class="LP-Footer__BottomSection LP-Footer__Flex"> <section class="LP-Footer__BottomSection LP-Footer__Flex">
<div class="LP-Footer__BottomWrapper"> <div class="LP-Footer__BottomWrapper">
Proudly made by <a href="https://git.mowoe.com/reverend" class="LP-Footer__GenericAnchor">Reverend</a> {% translate 'Proudly made by' %} <a href="https://git.mowoe.com/reverend" class="LP-Footer__GenericAnchor">Reverend</a>
and <a href="https://www.commander1024.de" class="LP-Footer__GenericAnchor">Commander1024.</a></span> {% translate 'and' %} <a href="https://www.commander1024.de" class="LP-Footer__GenericAnchor">Commander1024.</a></span>
</div> </div>
<div class="LP-Footer__BottomWrapper"> <div class="LP-Footer__BottomWrapper">
<a href="{% url 'flatpage' slug='privacy-policy' %}" class="LP-Footer__GenericAnchor">Privacy Policy</a> <a href="{% url 'flatpage' slug='privacy-policy' %}" class="LP-Footer__GenericAnchor">{% translate 'Privacy Policy' %}</a>
| |
<a href="{% url 'flatpage' slug='imprint' %}" class="LP-Footer__GenericAnchor">Imprint</a> <a href="{% url 'flatpage' slug='imprint' %}" class="LP-Footer__GenericAnchor">{% translate 'Imprint' %}</a>
</div> </div>
</section> </section>
</footer> </footer>