X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/wolnelektury/templates/404.html diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index b2bc74c2c..6ec7deab6 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -3,19 +3,19 @@ {% block settings %} {% load title %} - {% trans "Page does not exist" as title %} + {% trans "Strona nie istnieje" as title %} {% title title %} {% endblock %} -{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %} +{% block titleextra %}404 – {% trans "Strona nie istnieje" %}{% endblock %} {% block body %} -

{% trans "Page not found" %}

+

{% trans "Strona nie istnieje" %}

- {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} - {% trans "main page" %}. + {% trans "Przepraszamy, ale ta strona nie istnieje. Sprawdź, czy podany adres jest właściwy, lub przejdź do"%} + {% trans "strony głównej" %}.

{% endblock body %}