X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/dictionary/templates/dictionary/note_list.html diff --git a/src/dictionary/templates/dictionary/note_list.html b/src/dictionary/templates/dictionary/note_list.html index 54758b04b..6a32b74dc 100644 --- a/src/dictionary/templates/dictionary/note_list.html +++ b/src/dictionary/templates/dictionary/note_list.html @@ -4,25 +4,25 @@ {% block settings %} {% load title %} - {% trans "Footnotes" as title %} + {% trans "Przypisy" as title %} {% title title %} {% endblock %} {% block bodyid %}footnotes{% endblock %} -{% block titleextra %}{% trans "Footnotes" %}{% endblock %} +{% block titleextra %}{% trans "Przypisy" %}{% endblock %} {% block body %} -

{% trans "Footnotes" %}

+

{% trans "Przypisy" %}

- {% trans "By first letter" %}: + {% trans "Pierwsza litera" %}: {% if letter %} - {% trans "all" %} + {% trans "wszystkie" %} {% else %} - {% trans "all" %} + {% trans "wszystkie" %} {% endif %} {% for let in letters %} @@ -36,11 +36,11 @@

- {% trans "By type" %}: + {% trans "Według typu" %}: {% if fn_type %} - {% trans "all" %} + {% trans "wszystkie" %} {% else %} - {% trans "all" %} + {% trans "wszystkie" %} {% endif %} {% for fnt, fnt_name in fn_types %} @@ -55,11 +55,11 @@

- {% trans "By qualifier" %}: + {% trans "Według kwalifikatora" %}: {% if qualifier %} - {% trans "all" %} + {% trans "wszystkie" %} {% else %} - {% trans "all" %} + {% trans "wszystkie" %} {% endif %} {% for qual in qualifiers %} @@ -73,11 +73,11 @@

- {% trans "By language" %}: + {% trans "Według języka" %}: {% if language %} - {% trans "all" %} + {% trans "wszystkie" %} {% else %} - {% trans "all" %} + {% trans "wszystkie" %} {% endif %} {% for lang, lang_name in languages %} @@ -93,7 +93,11 @@


- {% blocktrans count object_list.count as c %}{{c}} footnote found{% plural %}{{c}} footnotes found{% endblocktrans %} + {% blocktrans trimmed count object_list.count as c %} + Znaleziono {{ c }} przypis. + {% plural %} + Znaleziono {{ c }} przypisów. + {% endblocktrans %}

{% if object_list.exists %} @@ -105,7 +109,7 @@ {% for note_source in obj.notesource_set.all %}
{{ note_source.book.pretty_title }} - (źródło na Platformie Redakcyjnej) + ({% trans "źródło na Platformie Redakcyjnej" %})
{% endfor %}