Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
6dc67931
Commit
6dc67931
authored
Oct 11, 2017
by
Bram in 't Zandt
Browse files
Translation is now with capital letters and the event export displays
payment method correct.
parent
ddfe1ae4
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/events/admin_views.py
View file @
6dc67931
...
...
@@ -105,9 +105,9 @@ def export(request, event_id):
_
(
'Date cancelled'
):
cancelled
,
}
if
event
.
price
>
0
:
if
registration
.
payment
==
'cash_payment'
:
if
registration
.
payment
==
registration
.
PAYMENT_CASH
:
data
[
_
(
'Paid'
)]
=
_
(
'Cash'
)
elif
registration
.
payment
==
'pin_payment'
:
elif
registration
.
payment
==
registration
.
PAYMENT_CARD
:
data
[
_
(
'Paid'
)]
=
_
(
'Pin'
)
else
:
data
[
_
(
'Paid'
)]
=
_
(
'No'
)
...
...
website/events/locale/nl/LC_MESSAGES/django.mo
View file @
6dc67931
No preview for this file type
website/events/locale/nl/LC_MESSAGES/django.po
View file @
6dc67931
...
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-
09-27
19:
58
+0200\n"
"PO-Revision-Date: 2017-
09-27
19:
59
+0200\n"
"POT-Creation-Date: 2017-
10-11
19:
22
+0200\n"
"PO-Revision-Date: 2017-
10-11
19:
34
+0200\n"
"Last-Translator: Sébastiaan Versteeg <se_bastiaan@outlook.com>\n"
"Language-Team: \n"
"Language: nl\n"
...
...
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.
3
\n"
"X-Generator: Poedit 2.0.
4
\n"
#: admin.py:86
msgid "Event Date"
...
...
@@ -115,7 +115,7 @@ msgstr "Nee"
msgid "[THALIA] Notification about your registration for '{}'"
msgstr "[THALIA] Bericht over je aanmelding voor ‘{}’"
#: feeds.py:2
5
#: feeds.py:2
3
msgid "Study Association Thalia event calendar"
msgstr "Studievereniginig Thalia evenementenkalender"
...
...
@@ -651,15 +651,15 @@ msgstr "cohort"
#: templates/events/index.html:85 templates/events/index.html:87
#: templates/events/index.html:93
msgid "hide birthdays"
msgstr "
v
erberg verjaardagen"
msgstr "
V
erberg verjaardagen"
#: templates/events/index.html:85 templates/events/index.html:88
msgid "show birthdays"
msgstr "
t
oon verjaardagen"
msgstr "
T
oon verjaardagen"
#: templates/events/index.html:106
msgid "list"
msgstr "
l
ijst"
msgstr "
L
ijst"
#: templates/events/member_email.txt:1
#, python-format
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment