mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Added Bulgarian lang
This commit is contained in:
12
lang/bg/create_algorithm.php
Normal file
12
lang/bg/create_algorithm.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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 онлайн";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user