graphonline/lang/ua/_500.php
2025-03-21 22:33:40 +02:00

12 lines
795 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['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>';
?>