X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6418d2fa37344e38f030d67af7db54a127fc17b3..263e2a71c685149e406d7bee1de93b362970a88f:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index f21b1a806..bb5fba2b8 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,14 +1,15 @@ +{% load i18n %} {% extends "base.html" %} {% 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 }} {% "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