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
5e954eca
Verified
Commit
5e954eca
authored
Jul 16, 2018
by
Joren Vrancken
Committed by
Sébastiaan Versteeg
Aug 08, 2018
Browse files
Fix punctuation discrepancies in the translations
parent
960fca33
Changes
4
Show whitespace changes
Inline
Side-by-side
website/thaliawebsite/locale/nl/LC_MESSAGES/django.mo
View file @
5e954eca
No preview for this file type
website/thaliawebsite/locale/nl/LC_MESSAGES/django.po
View file @
5e954eca
...
@@ -155,7 +155,7 @@ msgid "400: Bad request"
...
@@ -155,7 +155,7 @@ msgid "400: Bad request"
msgstr "400: Verkeerde request"
msgstr "400: Verkeerde request"
#: templates/403.html:4
#: templates/403.html:4
msgid "403: Permission denied
.
"
msgid "403: Permission denied"
msgstr "403: Verboden toegang"
msgstr "403: Verboden toegang"
#: templates/404.html:4
#: templates/404.html:4
...
@@ -735,7 +735,7 @@ msgid "Always use 2 or 3 lines. No more, no less."
...
@@ -735,7 +735,7 @@ msgid "Always use 2 or 3 lines. No more, no less."
msgstr "Er zijn maximaal 3 regels, minimaal 2."
msgstr "Er zijn maximaal 3 regels, minimaal 2."
#: templates/singlepages/styleguide.html:138
#: templates/singlepages/styleguide.html:138
msgid "The text is vertically centered relative to the T"
msgid "The text is vertically centered relative to the T
.
"
msgstr "De tekst is verticaal gecentreerd ten opzichte van de T."
msgstr "De tekst is verticaal gecentreerd ten opzichte van de T."
#: templates/singlepages/styleguide.html:139
#: templates/singlepages/styleguide.html:139
...
...
website/thaliawebsite/templates/403.html
View file @
5e954eca
{% extends "error.html" %}
{% extends "error.html" %}
{% load i18n %}
{% load i18n %}
{% block error_message %}{% trans "403: Permission denied
.
" %}
<br>
{% block error_message %}{% trans "403: Permission denied" %}
<br>
{{ exception }}
{{ exception }}
{% endblock %}
{% endblock %}
website/thaliawebsite/templates/singlepages/styleguide.html
View file @
5e954eca
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
<ul>
<ul>
<li>
{% trans "The top title is
<strong>
always
</strong>
'THALIA'." %}
</li>
<li>
{% trans "The top title is
<strong>
always
</strong>
'THALIA'." %}
</li>
<li>
{% trans "Always use 2 or 3 lines. No more, no less." %}
</li>
<li>
{% trans "Always use 2 or 3 lines. No more, no less." %}
</li>
<li>
{% trans "The text is vertically centered relative to the T" %}
</li>
<li>
{% trans "The text is vertically centered relative to the T
.
" %}
</li>
<li>
{% trans "The horizontal distance between the text lines and the T is always the same." %}
</li>
<li>
{% trans "The horizontal distance between the text lines and the T is always the same." %}
</li>
</ul>
</ul>
</p>
</p>
...
...
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