X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/362ea2e7f8ac4254398791139cc060090199f400..dd69c250f4c19359906d2c44cd2da07b11664280:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 24e916950..11edda829 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,60 +1,112 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} +{% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block body %} -
Utwór jest udostÄpniony na licencji {{ extra_info.license_description }}.
+{% trans "Work is licensed under " %} {{ extra_info.license_description }}.
{% endif %} -Na podstawie: {{ extra_info.source_name }}
+{% trans "Based on" %}: {{ extra_info.source_name }}
{% if book.has_description %}ZwiÅ opis â²
WrzuÄ lekturÄ na póÅkÄ!
+{% trans "Put a book" %} {% trans "on the shelf!" %}
Czyta: {{ book.get_extra_info_value.artist_name }}
-Reżyseruje: {{ book.get_extra_info_value.director_name }}
+ {% if book.has_html_file %} + {% trans "Read online" %} + {% endif %} ++ {% trans "Audiobooks" %}: + + {% if book.has_mp3_file %}MP3{% endif %} + {% if book.has_ogg_file %}Ogg Vorbis{% endif %} + {% if book.has_daisy_file %}DAISY{% endif %} + +
+{% blocktrans with 'CzytamySÅuchajÄ c' as cs %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %} +
+ {% endif %}