Added Germany translations

This commit is contained in:
Unick Soft
2020-10-05 21:56:32 +02:00
parent 38d6483665
commit d6dbd10eed
16 changed files with 312 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
include ("home.php");
$g_lang["title_notg"] = "Create algorithm for graph";
$g_lang["text"] = "<p>Create own algorithm for graph using JavaScript. To learn more <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">read API documentation</a>.</p>\n";
$g_lang["m_title"] = "Create own algorithm on JavaScript for graph online";
$g_lang["m_keyWords"] = "graphs, creating of algorithm, JavaScript";
$g_lang["m_description"] = "Create algorithm on JavaScript for graph online";
?>