Move 2012 to a separate directory

This commit is contained in:
2022-01-14 02:30:26 +01:00
parent 23748119b7
commit c2e79f272f
316 changed files with 1631 additions and 1629 deletions

View File

@@ -0,0 +1,6 @@
<page>
<title>Forbidden - Error 403</title>
<article>
<p>Sorry, but you don't have sufficient pesmissions to access to requestedd file <strong> %url%</strong>.</p>
</article>
</page>

View File

@@ -0,0 +1,6 @@
<page>
<title>Not Found - Error 404</title>
<article>
<p>Sorry, but requested file <strong>%url%</strong> wasn't found.</p>
</article>
</page>

View File

@@ -0,0 +1,7 @@
<page>
<title>Page not released</title>
<article>
<p>Sorry, but page <strong>%url%</strong> have not released jet.</p>
<p>Release date: %releasedate% %releasetime%</p>
</article>
</page>

View File

@@ -0,0 +1,6 @@
<page>
<title>Redirect loop</title>
<article>
<p>Requested page is redirecting to herself. Request stopped due to server overload. Error was reported.</p>
</article>
</page>

View File

@@ -0,0 +1,6 @@
<page>
<title>Syntax error</title>
<article>
<p>Sorry, but requested page contains error, that prevents her view. Error was reported.</p>
</article>
</page>