Added export/import graph

This commit is contained in:
Unick Soft
2018-06-17 18:44:19 +03:00
parent 0149bcc1f7
commit cb3fbf03de
5 changed files with 73 additions and 7 deletions

View File

@@ -126,4 +126,7 @@
$g_lang["sourceVertex"] = "Source";
$g_lang["sinkVertex"] = "Sink";
$g_lang["export_graph"] = "Export to file";
$g_lang["import_graph"] = "Import from file";
?>

View File

@@ -129,4 +129,7 @@
$g_lang["sourceVertex"] = "Исток";
$g_lang["sinkVertex"] = "Сток";
$g_lang["export_graph"] = "Экспортировать граф";
$g_lang["import_graph"] = "Импортировать граф";
?>