Merge in old tojnar.cz/krk (mostly) as is
The SupportIT server www.tojnar.cz is hosted on is being decommissioned. To make the migration faster, we will just copy the current state and convert it to Hakyll incrementally. This mostly imports the tree as is minus accidentally misplaced files. Additionally, the following changes were made: - line separators were converted using dos2unix - file encodings were changed from windows-1250 to utf-8 - highslide and related files are now loaded from root instead of per-gallery copy - uppercase JPG extensions were changed to lowercase remove private
This commit is contained in:
6
lob2011/pages/cs/error/403.pg
Normal file
6
lob2011/pages/cs/error/403.pg
Normal file
@@ -0,0 +1,6 @@
|
||||
<page>
|
||||
<title>Zakázáno - Chyba 404</title>
|
||||
<article>
|
||||
<p>Omlouváme se, ale nemáte dostatečná oprávnění k přístupu k požadovanému souboru <strong>%url%</strong>.</p>
|
||||
</article>
|
||||
</page>
|
||||
6
lob2011/pages/cs/error/404.pg
Normal file
6
lob2011/pages/cs/error/404.pg
Normal file
@@ -0,0 +1,6 @@
|
||||
<page>
|
||||
<title>Nenalezeno - Chyba 404</title>
|
||||
<article>
|
||||
<p>Omlouváme se, ale hledaný soubor <strong>%url%</strong> nebyl nalezen.</p>
|
||||
</article>
|
||||
</page>
|
||||
7
lob2011/pages/cs/error/notreleased.pg
Normal file
7
lob2011/pages/cs/error/notreleased.pg
Normal file
@@ -0,0 +1,7 @@
|
||||
<page>
|
||||
<title>Stránka nezveřejněna</title>
|
||||
<article>
|
||||
<p>Omlouváme se, ale stránka <strong>%url%</strong> ještě nebyla zveřejněna.</p>
|
||||
<p>Zveřejnění: %releasedate% %releasetime%</p>
|
||||
</article>
|
||||
</page>
|
||||
6
lob2011/pages/cs/error/recursive.pg
Normal file
6
lob2011/pages/cs/error/recursive.pg
Normal file
@@ -0,0 +1,6 @@
|
||||
<page>
|
||||
<title>Přesměrovací smyčka</title>
|
||||
<article>
|
||||
<p>Požadovaná stránka se přesměrovává sama na sebe. Aby nedošlo k přetížení serveru byl požadavek zastaven. Chyba byla oznámena správci webu.</p>
|
||||
</article>
|
||||
</page>
|
||||
6
lob2011/pages/cs/error/syntax.pg
Normal file
6
lob2011/pages/cs/error/syntax.pg
Normal file
@@ -0,0 +1,6 @@
|
||||
<page>
|
||||
<title>Chyba syntaxe</title>
|
||||
<article>
|
||||
<p>Omlouváme se, ale požadovaná stránka obsahuje chybu, která zamezuje její zobrazení. Chyba byla oznámena správci webu.</p>
|
||||
</article>
|
||||
</page>
|
||||
Reference in New Issue
Block a user