Locatizations.
[wolnelektury.git] / src / catalogue / templates / catalogue / tag_list_split.html
index a865ec1..07e7dae 100644 (file)
@@ -1,11 +1,11 @@
 {% load i18n %}
 
 {% if books %}
-  <p>{% trans "Literature" %}:</p>
+  <p>{% trans "Literatura" %}:</p>
   <div>{{books|safe}}</div>
 {% endif %}
 
 {% if pictures %}
-  <p>{% trans "Art" %}:</p>
+  <p>{% trans "Sztuka" %}:</p>
   <div>{{pictures|safe}}</div>
 {% endif %}