Skip to content
Snippets Groups Projects
Commit 020e0ba9 authored by Elke Kreim's avatar Elke Kreim
Browse files

Add imprint to translation

parent 86da2783
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-28 17:15+0100\n"
"POT-Creation-Date: 2019-02-22 13:59+0100\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"
......@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/hshassets/includes/default_footer.html:15
msgid "Impressum"
msgid "Imprint"
msgstr "Impressum"
#: templates/hshassets/includes/default_footer.html:19
......@@ -50,11 +50,11 @@ msgstr "Abmelden"
msgid "Log In"
msgstr "Anmelden"
#: templates/hshassets/includes/session_timer.html:36
#: templates/hshassets/includes/session_timer.html:37
msgid "Your session will automatically expire in:"
msgstr "Ihre Sitzung endet automatisch in:"
#: templates/hshassets/includes/session_timer.html:45
#: templates/hshassets/includes/session_timer.html:46
msgid "End session"
msgstr "Sitzung beenden"
......
......@@ -12,7 +12,7 @@
{% block footer-left %}
<p>
<span class="icon is-small"><i class="fa fa-book"></i></span>
<a href="https://service.it.hs-hannover.de/impressum/">{% trans "Impressum" %}</a>
<a href="https://service.it.hs-hannover.de/impressum/">{% trans "Imprint" %}</a>
</p>
<p>
<span class="icon is-small"><i class="fa fa-eye-slash"></i></span>
......
......@@ -65,7 +65,7 @@
{% elif message.tags == 'warning'%}<i class="fa fa-exclamation-triangle"></i>
{% elif message.tags == 'error'%}<i class="fa fa-exclamation-triangle"></i>{% endif %}
</span>
{% blocktrans %}{{ message }}{% endblocktrans %}
{% trans message %}
</div>
{% endfor %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment