From c810a8689501aada495a5d7a053c9908a9f2190b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 7 Jan 2015 16:56:10 +0100 Subject: [PATCH] Fix an untranslated string --- src/locale/de/LC_MESSAGES/django.po | 9 +++++++-- src/tixlcontrol/templates/tixlcontrol/event/plugins.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/locale/de/LC_MESSAGES/django.po b/src/locale/de/LC_MESSAGES/django.po index fd7118eb8..f148dda60 100644 --- a/src/locale/de/LC_MESSAGES/django.po +++ b/src/locale/de/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-07 18:12+0200\n" -"PO-Revision-Date: 2014-10-07 18:18+0100\n" +"POT-Creation-Date: 2014-10-07 18:27+0200\n" +"PO-Revision-Date: 2014-10-07 18:28+0100\n" "Last-Translator: Raphael Michel \n" "Language-Team: Raphael Michel \n" "Language: de\n" @@ -481,6 +481,11 @@ msgstr "Deaktivieren" msgid "Enable" msgstr "Aktivieren" +#: tixlcontrol/templates/tixlcontrol/event/plugins.html:32 +#, python-format +msgid "Version %(plugin.version)s by %(plugin.author)s" +msgstr "Version %(plugin.version)s von %(plugin.author)s" + #: tixlcontrol/templates/tixlcontrol/event/settings.html:13 #: tixlcontrol/templates/tixlcontrol/item/base.html:7 #: tixlcontrol/templates/tixlcontrol/item/index.html:5 diff --git a/src/tixlcontrol/templates/tixlcontrol/event/plugins.html b/src/tixlcontrol/templates/tixlcontrol/event/plugins.html index 09ffa5198..d144e6a9d 100644 --- a/src/tixlcontrol/templates/tixlcontrol/event/plugins.html +++ b/src/tixlcontrol/templates/tixlcontrol/event/plugins.html @@ -29,7 +29,7 @@
-

Version {{ plugin.version }} by {{ plugin.author }}

+

{% blocktrans %}Version {{ plugin.version }} by {{ plugin.author }}{% endblocktrans %}

{{ plugin.description }}