X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c3af41ec13e26ad2b4cb000291ff989dc1b3686f..15058993d0b2158992a87002bf6e3297580428db:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index c3468ba8e..d2b7556c8 100755 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -18,7 +18,7 @@ {% endif %} <section id="main-library"> - <h1>W naszej cyfrowej bibliotece znajdziesz</h1> + <h1>{% trans "In our digital library you will find" %}</h1> <div class="main-library-row"> <div class="covers"> {% for book in best %} @@ -29,17 +29,17 @@ </div> <a href="{% url "book_list" %}"> <div class="note white-box normal-text" style="font-size: 18px"> - i wiele innych ksiÄ Å¼ek, wierszy, obrazów, audiobooków⦠+ {% trans "and many other books, poems, pictures, audiobooksâ¦" %} </div> </a> </div> </section> <section id="main-theme"> - <h1>Motywy i tematy</h1> + <h1>{% trans "Motifs and themes" %}</h1> <div class="white-box normal-text"> <h2>{% trans "Theme" %}: {{ theme }}</h2> - <p>Utwory, w których wystÄpuje ten motyw:</p> + <p>{% trans "Explore works with the same theme" %}</p> {% for book in theme_books %} {% cache 86400 book_mini_box book.pk %} {% include 'catalogue/book_mini_box.html' %} @@ -51,7 +51,7 @@ {% endcache %} {% endif %} </div> - <a class="more" href="{% url 'theme_catalogue' %}">Zobacz katalog motywów</a> + <a class="more" href="{% url 'theme_catalogue' %}">{% trans "See motifs catalog" %}</a> </section> {% comment %} @@ -90,11 +90,11 @@ {% if collection %} <section> - <h1>Kolekcje</h1> + <h1>{% trans "Collections" %}</h1> {% cache 3600 collection_box collection.pk LANGUAGE_CODE %} {% include 'catalogue/collection_box.html' %} {% endcache %} - <a class="more" href="{% url 'catalogue_collections' %}">Zobacz katalog kolekcji</a> + <a class="more" href="{% url 'catalogue_collections' %}">{% trans "See collections catalog" %}</a> </section> {% endif %}