X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/efd819ba16dfc705f20298d4dd4a906d789d8b4d..9c13fb6245a966d5890b11e7e0d8ccb6692cfacd:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 9f269e1a2..3f9c5ba67 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -12,10 +12,9 @@ {% if shelf_is_set and not object_list %}
-

Twoja półka jest pusta

-

Możesz wrzucić książkę na półkę, wchodząc na stronę danej lektury i klikając na przycisk „Na półkę!”.

+

{% trans "Your shelf is empty" %}

+

{% trans "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." %}

- {% else {% else %} {% autopaginate object_list 10 %}
@@ -25,35 +24,43 @@ {{ last_tag.description|safe }}
-

Zwiń opis ▲

+

{% trans "Toggle description" %} ▲

{% endif %} {% if shelf_is_set %} - Pobierz wszystkie książki z tej półki + {% trans "Download all books from this shelf" %} {% endif %} {% if last_tag.gazeta_link %}

- {% ifequal last_tag.category "author" %}Przeczytaj omówienia utworów autora w serwisie Lektury.Gazeta.pl{% endifequal %} - {% ifequal last_tag.category "epoch" %}Przeczytaj omówienia z epoki {{ last_tag }} w serwisie Lektury.Gazeta.pl{% endifequal %} + {% ifequal last_tag.category "author" %} + {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} + {% endifequal %} + {% ifequal last_tag.category "epoch" %} + {% trans "Read study of epoch" %} {{ last_tag }} {% trans "on Lektury.Gazeta.pl" %} + {% endifequal %}

{% endif %} {% if last_tag.wiki_link %}

- {% ifequal last_tag.category "author" %}Przeczytaj artykuł o autorze w Wikipedii{% endifequal %} - {% ifequal last_tag.category "epoch" %}Przeczytaj artykuł o epoce {{ last_tag }} w Wikipedii{% endifequal %} + {% ifequal last_tag.category "author" %} + {% trans "Read article about this author on Wikipedia" %} + {% endifequal %} + {% ifequal last_tag.category "epoch" %} + {% trans "Read article about epoch" %} {{ last_tag }} {% trans "on Wikipedia" %} + {% endifequal %}

{% endif %} @@ -62,7 +69,7 @@ {% for book in object_list %}
  • {% if user_is_owner %} - Usuń + {% trans "Delete" %} {% endif %} {{ book.short_html }}
  • {% endfor %} @@ -70,23 +77,22 @@ {% else %} {% if only_author %} {% if last_tag.alive %} - Dzieła tego autora objęte są prawem autorskim. - {% else %}{% comment %} Nie żyje {% endcomment %} + {% trans "This author's works are copyrighted." %} + {% else %}{% comment %} Is dead {% endcomment %} {% if last_tag.in_pd %} - Dzieła tego autora znajdują się w domenie publicznej - i niedługo zostaną opublikowane w szkolnej bibliotece - internetowej Wolne Lektury. - {% else %}{% comment %} Nie żyje, ale jeszcze nie w PD {% endcomment %} +

    {% trans "This author's works are in public domain and will be published on Internet school library of Wolne Lektury soon." %}

    + {% else %} + {% comment %} Is dead, but not yet in public domain {% endcomment %}
    -

    Dzieła tego autora przejdą do zasobów domeny - publicznej i będą mogły być publikowane bez - żadnych ograniczeń za:

    +

    {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in:" %}

    {% include "catalogue/pd_counter.html" %} +

    Dowiedz się, dlaczego biblioteki internetowe + nie mogą udostępniać dzieł tego autora.

    {% endif %} {% endif %} {% else %} - Nie znaleziono żadnych utworów. + {% trans "No works of this author found." %} {% endif %} {% include "info/join_us.html" %} {% endif %} @@ -94,29 +100,29 @@ {% paginate %} {% if object_list %} - {% comment %} Jeśli nic nie znaleźliśmy, to i po prawej stronie nic nie będzie {% endcomment %} + {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %}
    {% if categories.author %} -

    Autorzy

    +

    {% trans "Authors" %}

    {% tag_list categories.author tags %} {% endif %} {% if categories.kind %} -

    Rodzaje

    +

    {% trans "Kinds" %}

    {% tag_list categories.kind tags %} {% endif %} {% if categories.genre %} -

    Gatunki literackie

    +

    {% trans "Genres" %}

    {% tag_list categories.genre tags %} {% endif %} {% if categories.epoch %} -

    Epoki

    +

    {% trans "Epochs" %}

    {% tag_list categories.epoch tags %} {% endif %}
    {% if categories.theme %} -

    Motywy

    +

    {% trans "Themes" %}

    {% tag_list categories.theme tags %} {% endif %}
    @@ -125,9 +131,9 @@ {% endif %} {% endif %}
    - +
    -

    * Ładowanie

    +

    * {% trans "Loading" %}

    {% endblock %} \ No newline at end of file