mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 15:26:12 +00:00
7 lines
187 B
PHP
7 lines
187 B
PHP
<?php
|
|
|
|
$g_lang['m_title'] = '500 Internal Server Error';
|
|
$g_lang['head'] = 'Site Error';
|
|
$g_lang['message'] = 'Omlouváme se, ale na stránku se nám vloudila chybka.';
|
|
?>
|