Files
graphonline/lang/cs/404.php
2026-04-06 17:06:03 +02:00

7 lines
518 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$g_lang["head"] = "Stránka nebyla nalezena";
$g_lang["message"] = "<p>Omlouváme se, ale požadovaná stránka nebyla na serveru nalezena.</p>\n\n<p>Můžete vyzkoušet následující možnosti:</p>\n\n<ul>\n <li>Přejít na <a href=\"/\" title=\"Přejít na úvodní stránku\">úvodní stránku</a></li>\n <li>Vrátit se na <a href=\"javascript:history.back()\" title=\"Vrátit se na předchozí stránku\">předchozí stránku</a></li>\n</ul>\n";
$g_lang["m_title"] = "404 Stránka nebyla nalezena";
?>