X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d467f1fa349730919e9fe906287e63563c888063..891b9e3b7ecaedc9ac32bc941400a267c77482a0:/wolnelektury/templates/catalogue/search_multiple_hits.html diff --git a/wolnelektury/templates/catalogue/search_multiple_hits.html b/wolnelektury/templates/catalogue/search_multiple_hits.html index cc93d5631..fe4514009 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -1,7 +1,8 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Wyszukiwanie w WolneLektury.pl{% endblock %} +{% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} @@ -10,7 +11,7 @@ {% breadcrumbs tags %}
-

Znaleziono więcej niż jeden wynik odpowiadający kryteriom wyszukiwania.

+

{% trans "More than one result matching the criteria found." %}

-
Zamknij
+
{% trans "Close" %}
-

* Ładowanie

+

* {% trans "Loading" %}

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