Skip to content
GitLab
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
c8f7e216
Commit
c8f7e216
authored
Nov 14, 2018
by
Thijs de Jong
Browse files
Changed Sister Associations to Sibling Associations
parent
13f0d94c
Changes
5
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/locale/nl/LC_MESSAGES/django.mo
View file @
c8f7e216
No preview for this file type
website/thaliawebsite/locale/nl/LC_MESSAGES/django.po
View file @
c8f7e216
...
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-1
1 19:17
+0100\n"
"PO-Revision-Date: 2018-11-
07
2
0
:5
1
+0100\n"
"POT-Creation-Date: 2018-11-1
4 21:52
+0100\n"
"PO-Revision-Date: 2018-11-
14
2
1
:5
3
+0100\n"
"Last-Translator: Sébastiaan Versteeg <se_bastiaan@outlook.com>\n"
"Language-Team: \n"
"Language: nl\n"
...
...
@@ -50,9 +50,9 @@ msgstr "Documenten"
msgid "Merchandise"
msgstr "Merchandise"
#: menus.py templates/singlepages/si
ster
_associations.html
msgid "Si
ster
Associations"
msgstr "
Zusterv
erenigingen"
#: menus.py templates/singlepages/si
bling
_associations.html
msgid "Si
bling
Associations"
msgstr "
Verwante V
erenigingen"
#: menus.py
msgid "Become a Member"
...
...
@@ -823,71 +823,75 @@ msgstr ""
"nieuwe verwerkingen op grondslag van toestemming geïntroduceerd worden zal "
"deze toestemming (opnieuw) gevraagd worden."
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Associations of the Radboud University Science Faculty"
msgstr "Bètaverenigingen van de Radboud Universiteit"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "(Medical) Biology"
msgstr "(Medische) Biologie"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Artificial Intelligence"
msgstr "Kunstmatige Intelligentie"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Mathematics"
msgstr "Wiskunde"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Science"
msgstr "Science"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Physics and Astronomy"
msgstr "Natuur- en Sterrekunde"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Science faculty umbrella association"
msgstr "Overkoepelende bètavereniging"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Molecular Sciences"
msgstr "Moleculaire Wetenschappen"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "BBB Career Event"
msgstr "Beta Bedrijven Beurs"
#: templates/singlepages/sister_associations.html
#: templates/singlepages/sibling_associations.html
msgid "Sister Associations"
msgstr "Zusterverenigingen"
#: templates/singlepages/sibling_associations.html
msgid "University of Twente"
msgstr "Universiteit Twente"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Utrecht University"
msgstr "Universiteit Utrecht"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Delft University of Technology"
msgstr "Technische Universiteit Delft"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "University of Groningen"
msgstr "Rijksuniversiteit Groningen"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Leiden University"
msgstr "Universiteit Leiden"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "Eindhoven University of Technology"
msgstr "Technische Universiteit Eindhoven"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "University of Amsterdam"
msgstr "Universiteit van Amsterdam"
#: templates/singlepages/si
ster
_associations.html
#: templates/singlepages/si
bling
_associations.html
msgid "VU University Amsterdam"
msgstr "Vrije Universiteit Amsterdam"
...
...
website/thaliawebsite/menus.py
View file @
c8f7e216
...
...
@@ -24,7 +24,8 @@ MAIN_MENU = [
{
'title'
:
_
(
'Societies'
),
'name'
:
'activemembers:societies'
},
{
'title'
:
_
(
'Documents'
),
'name'
:
'documents:index'
},
{
'title'
:
_
(
'Merchandise'
),
'name'
:
'merchandise:index'
},
{
'title'
:
_
(
'Sister Associations'
),
'name'
:
'sister-associations'
},
{
'title'
:
_
(
'Sibling Associations'
),
'name'
:
'sibling-associations'
},
{
'title'
:
_
(
'Become a Member'
),
'name'
:
'registrations:index'
},
{
'title'
:
_
(
'Thabloid'
),
'name'
:
'thabloid:index'
},
],
...
...
website/thaliawebsite/templates/singlepages/si
ster
_associations.html
→
website/thaliawebsite/templates/singlepages/si
bling
_associations.html
View file @
c8f7e216
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Si
ster
Associations" %} — {{ block.super }}{% endblock %}
{% block opengraph_title %}{% trans "Si
ster
Associations" %} — {{ block.super }}{% endblock %}
{% block title %}{% trans "Si
bling
Associations" %} — {{ block.super }}{% endblock %}
{% block opengraph_title %}{% trans "Si
bling
Associations" %} — {{ block.super }}{% endblock %}
{% block body %}
<section
class=
"page-section"
>
...
...
website/thaliawebsite/urls.py
View file @
c8f7e216
...
...
@@ -85,7 +85,7 @@ urlpatterns = [ # pylint: disable=invalid-name
url
(
r
'^'
,
include
(
'activemembers.urls'
)),
url
(
r
'^merchandise/'
,
include
(
'merchandise.urls'
)),
url
(
r
'^documents/'
,
include
(
'documents.urls'
)),
url
(
r
'^si
ster
-associations'
,
TemplateView
.
as_view
(
template_name
=
'singlepages/si
ster
_associations.html'
),
name
=
'si
ster
-associations'
),
url
(
r
'^si
bling
-associations'
,
TemplateView
.
as_view
(
template_name
=
'singlepages/si
bling
_associations.html'
),
name
=
'si
bling
-associations'
),
url
(
r
'^thabloid/'
,
include
(
'thabloid.urls'
)),
])),
url
(
r
'^'
,
include
([
# 'for members' menu
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment