X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c3af41ec13e26ad2b4cb000291ff989dc1b3686f..058cbe2bec62ff602f5f0dd2d0bad872ea0acad1:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index c3468ba8e..7912c2421 100755 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -3,6 +3,7 @@ {% load i18n catalogue_tags infopages_tags %} {% load ssi_include from ssify %} {% load cache %} +{% load funding_tags %} {% get_current_language as LANGUAGE_CODE %} @@ -18,7 +19,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 +30,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 +52,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 +91,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 %} @@ -129,6 +130,7 @@ <li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li> <li><a href="{% url 'lesmianator' %}" lang="pl">LeÅmianator</a></li> <li><a href="http://polski.wolnelektury.pl" lang="pl">MateriaÅy do nauki j. polskiego</a></li> + <li><a href="{% url 'subscribe' %}">{% trans "Newsletter" %}</a></li> </ul> </section>