mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
9 lines
570 B
PHP
Executable File
9 lines
570 B
PHP
Executable File
<?php
|
|
|
|
$g_lang["title_notg"] = "About Graph Online project";
|
|
$g_lang["text"] = "<p>Graph Online was created by authors of <a href=\"http://grafoanalizator.unick-soft.ru/en/\" style=\"color: rgb(207, 56, 34); margin: 0px;\"><span style=\"color:#000000\">Graphanalyzer</span></a>. Now it is online service for education and business.</p>\n";
|
|
|
|
$g_lang["m_title"] = "About Graph online service";
|
|
$g_lang["m_keyWords"] = "graph online, find shortest path, graph visualization";
|
|
$g_lang["m_description"] = "About Graph Online project";
|
|
?>
|