From e2b2656b560617e57501c4abba1b53adc932e6bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Nov=C3=BD?= <github-lnovy@krtek.net>
Date: Mon, 6 Jul 2015 00:26:57 +0000
Subject: [PATCH] i18n: Error pages

---
 templates/404.html | 4 ++--
 templates/500.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/404.html b/templates/404.html
index 281fe9c..49a30cc 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
-{% block title %}Page not found{% endblock %}
+{% block title %}Stránka nenalezena{% endblock %}
 
 {% block content %}
-The page you requested could not be found.
+Požadovaná stránka nebyla nalezena.
 {% endblock %}
diff --git a/templates/500.html b/templates/500.html
index ea97b71..cd2338a 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
-{% block title %}Server error{% endblock %}
+{% block title %}Chyba serveru{% endblock %}
 
 {% block content %}
-There was an error while handling your request.
+Došlo k chybě při zpracování.
 {% endblock %}
-- 
GitLab