X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..6280673f35e13e75e81c5b7821bd2a44a1831eab:/apps/pdcounter/templates/pdcounter/book_stub_detail.html diff --git a/apps/pdcounter/templates/pdcounter/book_stub_detail.html b/apps/pdcounter/templates/pdcounter/book_stub_detail.html index f76edd17a..640d68ebe 100644 --- a/apps/pdcounter/templates/pdcounter/book_stub_detail.html +++ b/apps/pdcounter/templates/pdcounter/book_stub_detail.html @@ -1,9 +1,10 @@ {% extends "base.html" %} {% load i18n %} +{% load time_tags %} {% block titleextra %}{{ book.title }}{% endblock %} -{% block metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %} +{% block metadescription %}{% trans "Public domain counter" %}: {{ book.title }}.{% endblock %} {% block bodyid %}book-stub-detail{% endblock %} @@ -13,11 +14,11 @@
{% if book.in_pd %} -

{% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}

+

{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}

{% else %} {% if book.pd %}

{% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}

-
+

{% trans "Find out why Internet libraries can't publish this work." %}

{% else %}

{% trans "This work is copyrighted." %}