From e91e8c88947894e069b044d187114d6a74d7389b Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 10 Oct 2020 23:40:58 +0200 Subject: [PATCH] Translated some footer text. --- .../locale/de/LC_MESSAGES/django.po | 22 ++++++++++++++++--- .../templates/partials/nav/footer.html | 9 ++++---- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/django_lostplaces/lostplaces/locale/de/LC_MESSAGES/django.po b/django_lostplaces/lostplaces/locale/de/LC_MESSAGES/django.po index dd405ef..b52c488 100644 --- a/django_lostplaces/lostplaces/locale/de/LC_MESSAGES/django.po +++ b/django_lostplaces/lostplaces/locale/de/LC_MESSAGES/django.po @@ -1,16 +1,16 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Reverend , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" -"Last-Translator: FULL NAME \n" +"Last-Translator: Commander1024 \n" "Language-Team: LANGUAGE \n" "Language: de.DE\n" "MIME-Version: 1.0\n" @@ -89,6 +89,22 @@ msgstr "Alle Places" msgid "Explore the latest places" 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:24 msgid "First" diff --git a/django_lostplaces/lostplaces/templates/partials/nav/footer.html b/django_lostplaces/lostplaces/templates/partials/nav/footer.html index 080e54b..eece901 100644 --- a/django_lostplaces/lostplaces/templates/partials/nav/footer.html +++ b/django_lostplaces/lostplaces/templates/partials/nav/footer.html @@ -1,3 +1,4 @@ +{% load i18n %}