graphonline/lang/ru/_500.php
2020-12-22 17:11:44 +03:00

12 lines
799 B
PHP
Executable File
Raw Permalink 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['m_title'] = '500 Внутренняя ошибка сервера';
$g_lang['head'] = 'Произошла ошибка';
$g_lang['message'] = '<p>К сожалению, произошел сбой в работе сайта.</p>
<p>Возможно вам помогут варианты:</p>
<ul>
<li>Перейти на <a href="' . SiteRoot() . '" title="Начать с главной страницы сайта">главную страницу сайта</a></li>
<li>Вернуться на <a href="javascript:history.back()" title="Вернуться назад">предыдущую страницу</a></li>
</ul>';
?>