Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pretix public registrations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
Pretix public registrations
Commits
79619f07
Commit
79619f07
authored
5 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Add information about gravatars on public page
parent
8e078b77
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pretix_public_registrations/locale/de/LC_MESSAGES/django.po
+12
-9
12 additions, 9 deletions
pretix_public_registrations/locale/de/LC_MESSAGES/django.po
pretix_public_registrations/signals.py
+2
-1
2 additions, 1 deletion
pretix_public_registrations/signals.py
with
14 additions
and
10 deletions
pretix_public_registrations/locale/de/LC_MESSAGES/django.po
+
12
−
9
View file @
79619f07
...
@@ -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: 20
19-09-13 19:55
+0
2
00\n"
"POT-Creation-Date: 20
20-02-23 17:37
+0
1
00\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:3
9
signals.py:
66
#: signals.py:
4
3 signals.py:
73
msgid "Product"
msgid "Product"
msgstr ""
msgstr ""
#: signals.py:4
1
signals.py:
68
#: signals.py:4
5
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:1
13 templates/pretix_public_registrations/front_page.html:3
#: signals.py:1
28
msgid "Public registrations"
msgid "Public registrations"
msgstr "Öffentliche Anmeldungen"
msgstr "Öffentliche Anmeldungen"
...
...
This diff is collapsed.
Click to expand it.
pretix_public_registrations/signals.py
+
2
−
1
View file @
79619f07
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment