Skip to content
Snippets Groups Projects
Commit 79619f07 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add information about gravatars on public page

parent 8e078b77
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ msgid "" ...@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-13 19:55+0200\n" "POT-Creation-Date: 2020-02-23 17:37+0100\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Felix Schäfer\n" "Last-Translator: Felix Schäfer\n"
"Language-Team: \n" "Language-Team: \n"
...@@ -10,7 +10,7 @@ msgstr "" ...@@ -10,7 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.3\n" "X-Generator: Poedit 2.3\n"
"X-Poedit-Basepath: ../../..\n" "X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-0: .\n"
...@@ -42,25 +42,28 @@ msgstr "Teilnehmername anzeigen" ...@@ -42,25 +42,28 @@ msgstr "Teilnehmername anzeigen"
msgid "Show product name" msgid "Show product name"
msgstr "Produktname anzeigen" msgstr "Produktname anzeigen"
#: signals.py:39 signals.py:66 #: signals.py:43 signals.py:73
msgid "Product" msgid "Product"
msgstr "" msgstr ""
#: signals.py:41 signals.py:68 #: signals.py:45 signals.py:75
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: signals.py:46 #: signals.py:50
msgid "Public registration" msgid "Public registration"
msgstr "Öffentliche Anmeldung" msgstr "Öffentliche Anmeldung"
#: signals.py:49 #: signals.py:53
#, python-format #, python-format
msgid "" msgid ""
"The answers to the following questions will be publicly shown: %(qlist)s" "A gravatar image based on a hash of your e-mail address as well as the "
msgstr "Antworten auf folgende Fragen werden öffentlich angezeigt: %(qlist)s" "answers to the following questions will be publicly shown: %(qlist)s"
msgstr ""
"Ein Gravatar-Bild basierend auf einem Hash deiner E-Mailadresse, sowie die "
"Antworten auf folgende Fragen werden öffentlich angezeigt: %(qlist)s"
#: signals.py:113 templates/pretix_public_registrations/front_page.html:3 #: signals.py:128
msgid "Public registrations" msgid "Public registrations"
msgstr "Öffentliche Anmeldungen" msgstr "Öffentliche Anmeldungen"
......
...@@ -50,7 +50,8 @@ def add_public_registration_question(sender, position, **kwargs): ...@@ -50,7 +50,8 @@ def add_public_registration_question(sender, position, **kwargs):
label=_('Public registration'), label=_('Public registration'),
required=False, required=False,
help_text=_( help_text=_(
'The answers to the following questions will be publicly shown: %(qlist)s' 'A gravatar image based on a hash of your e-mail address as well as the answers to '
'the following questions will be publicly shown: %(qlist)s'
) % {'qlist': ", ".join(str(h) for h in headers)}, ) % {'qlist': ", ".join(str(h) for h in headers)},
)} )}
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment