Locatizations.
[wolnelektury.git] / src / wolnelektury / templates / 404.html
index b2bc74c..6ec7dea 100644 (file)
@@ -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 %}
-  <h1>{% trans "Page not found" %}</h1>
+  <h1>{% trans "Strona nie istnieje" %}</h1>
 
   <p class="normal-text">
-    {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%}
-    <a href="/">{% trans "main page" %}</a>.
+    {% trans "Przepraszamy, ale ta strona nie istnieje. Sprawdź, czy podany adres jest właściwy, lub przejdź do"%}
+    <a href="/">{% trans "strony głównej" %}</a>.
   </p>
 {% endblock body %}