diff --git a/website/merchandise/locale/nl/LC_MESSAGES/django.mo b/website/merchandise/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae453a4699d0307540622253392864b137b10572 Binary files /dev/null and b/website/merchandise/locale/nl/LC_MESSAGES/django.mo differ diff --git a/website/merchandise/locale/nl/LC_MESSAGES/django.po b/website/merchandise/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..70a89640c08c9b8237042e1d11872cc986819ef3 --- /dev/null +++ b/website/merchandise/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-06 15:05+0200\n" +"PO-Revision-Date: 2016-08-06 15:06+0100\n" +"Last-Translator: Joost Rijneveld \n" +"Language-Team: \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.10\n" + +#: templates/merchandise/index.html:5 templates/merchandise/index.html:8 +msgid "Merchandise" +msgstr "Merchandise\t" + +#: templates/merchandise/index.html:8 +msgid "" +"Below you can find all the merchandise Thalia has available. During every " +"lunch break, the merchandise is for sale in the board room (HG00.150). " +"Outside those hours, please make an appointment or approach the board over " +"drinks." +msgstr "" +"Hieronder kun je zien welke merchandise er te koop is bij Thalia. Elke pauze " +"zijn de spullen te koop bij de bestuurskamer (HG00.150), daarbuiten zijn ze " +"op afspraak te verkrijgen of tijdens borrels bij het bestuur." + +#: templates/merchandise/index.html:22 +#, python-format +msgid "Price: € %(item.price)s" +msgstr "Prijs: € %(item.price)s" diff --git a/website/merchandise/templates/merchandise/index.html b/website/merchandise/templates/merchandise/index.html index 5ba144378f96acee545b0898f8743411b9dc83a6..764181b9b60e9897eef2fea53f5b812062c7ff88 100644 --- a/website/merchandise/templates/merchandise/index.html +++ b/website/merchandise/templates/merchandise/index.html @@ -5,7 +5,7 @@ {% block page_title %}{% trans "Merchandise" %}{% endblock %} {% block body %} -

{% trans "Merchandise" %}

{% trans "Hieronder kun je vast zien welke merchandise er te koop is bij Thalia. Elke pauze zijn de spullen te koop bij de bestuurskamer (HG00.150), daarbuiten zijn ze op afspraak te verkrijgen of tijdens borrels bij het bestuur." %}

{% trans "Merchandise" %}

{% trans "Below you can find all the merchandise Thalia has available. During every lunch break, the merchandise is for sale in the board room (HG00.150). Outside those hours, please make an appointment or approach the board over drinks." %}

{{ item.name }}

{{ item.description }}

-
{% blocktrans %}Prijs: € {{ item.price }}{% endblocktrans %}
+
{% blocktrans %}Price: € {{ item.price }}{% endblocktrans %}