Added Bulgarian lang

This commit is contained in:
MBeshkov
2021-11-22 02:14:17 +00:00
parent 54f592d791
commit 7a6dd07a83
16 changed files with 427 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$g_lang["head"] = "Страницата не е намерена";
$g_lang["message"] = "<p>Съжаляваме, но страницата не е намерена в сървъра.</p>\n\n<p>Perhaps, these options may&nbsp;help you:</p>\n\n<ul>\n <li>Go to the <a href=\"/\" title=\"Go to home page\">home page</a></li>\n <li>Return to the <a href=\"javascript:history.back()\" title=\"Go to previous page\">previous page</a></li>\n</ul>\n";
$g_lang["m_title"] = "404 Страницата не е намерена";
?>