graphonline/lang/bg/create_algorithm.php
2021-11-22 02:14:17 +00:00

12 lines
712 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
include ("home.php");
$g_lang["title_notg"] = "Създайте алгоритъм за граф";
$g_lang["text"] = "<p>Създайте собствен алгоритъм за граф с JavaScript. За да научите повече <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">прочетете API документацията</a>.</p>\n";
$g_lang["m_title"] = "Създайте собствен алгоритъм за граф с JavaScript";
$g_lang["m_keyWords"] = "графи, създаване на алгоритъм, JavaScript";
$g_lang["m_description"] = "Създайте алгоритъм за граф с JavaScript онлайн";
?>