X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a8e8a433dfa6d7c3789f6d996fd2e122b461c08..891b9e3b7ecaedc9ac32bc941400a267c77482a0:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index 4f1c0ebad..e71a1908d 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,14 +1,15 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Motyw {{ theme }} w utworze {{ book }} w WolneLektury.pl{% endblock %} +{% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% trans "on" %} WolneLektury.pl{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -

Motyw {{ theme }} w utworze {{ book }}

+

{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}

-

{{ form.q }} lub wróć do strony utworu

+

{{ form.q }} {% trans "or" %} {% trans "return to book's page" %}

{% autopaginate fragments 10 %} @@ -22,16 +23,16 @@
- Zobacz opis utworu {{ book }} + {% trans "See description" %} {% trans "of the book "%} {{ book }}
-
Zamknij
+
{% trans "Close" %}
-

* Ładowanie

+

* {% trans "Loading" %}

{% endblock %} \ No newline at end of file