mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix an untranslated string
This commit is contained in:
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-10-07 18:12+0200\n"
|
"POT-Creation-Date: 2014-10-07 18:27+0200\n"
|
||||||
"PO-Revision-Date: 2014-10-07 18:18+0100\n"
|
"PO-Revision-Date: 2014-10-07 18:28+0100\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: Raphael Michel <michel@rami.io>\n"
|
"Language-Team: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -481,6 +481,11 @@ msgstr "Deaktivieren"
|
|||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr "Aktivieren"
|
msgstr "Aktivieren"
|
||||||
|
|
||||||
|
#: tixlcontrol/templates/tixlcontrol/event/plugins.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "Version %(plugin.version)s by <em>%(plugin.author)s</em>"
|
||||||
|
msgstr "Version %(plugin.version)s von <em>%(plugin.author)s</em>"
|
||||||
|
|
||||||
#: tixlcontrol/templates/tixlcontrol/event/settings.html:13
|
#: tixlcontrol/templates/tixlcontrol/event/settings.html:13
|
||||||
#: tixlcontrol/templates/tixlcontrol/item/base.html:7
|
#: tixlcontrol/templates/tixlcontrol/item/base.html:7
|
||||||
#: tixlcontrol/templates/tixlcontrol/item/index.html:5
|
#: tixlcontrol/templates/tixlcontrol/item/index.html:5
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p class="meta">Version {{ plugin.version }} by <em>{{ plugin.author }}</em></p>
|
<p class="meta">{% blocktrans %}Version {{ plugin.version }} by <em>{{ plugin.author }}</em>{% endblocktrans %}</p>
|
||||||
<p>{{ plugin.description }}</p>
|
<p>{{ plugin.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user