X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6ce172931557c6c3b5a3f3eefd9d3e10c9c03d05..5d3f4483d48655682297aa3c945c997633ea45d2:/wolnelektury/templates/catalogue/book_text.html
diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html
index b1b5d7f56..379c07a5a 100644
--- a/wolnelektury/templates/catalogue/book_text.html
+++ b/wolnelektury/templates/catalogue/book_text.html
@@ -32,16 +32,16 @@
{% if book.pdf_file %}
- - PDF do wydruku
+ - PDF {% trans "to print" %}
{% endif %}
{% if book.epub_file %}
- - EPUB na czytnik
+ - EPUB {% trans "for a reader" %}
{% endif %}
{% if book.mobi_file %}
- - MOBI na Kindle
+ - MOBI {% trans "for Kindle" %}
{% endif %}
{% if book.txt_file %}
- - TXT do zadaÅ specjalnych
+ - TXT {% trans "for advanced usege" %}
{% endif %}
- {% trans "Download a custom PDF" %}
@@ -58,7 +58,7 @@
{% for fragment in fragments %}
{{ forloop.counter }}
{% endfor %}
-
+
{% endfor %}