Add special actions for edges.

This commit is contained in:
Oleg Sh
2022-05-15 22:02:14 +02:00
parent 18eac65c92
commit 194715260d
15 changed files with 197 additions and 14 deletions

View File

@@ -241,5 +241,10 @@
$g_lang['use_context_menu'] = "Use context menu for additional actions.";
$g_lang['find_longest_path'] = "Find the longest path";
$g_lang['length_of_longest_path_from'] = "Length of the longest path from ";
$g_lang['length_of_longest_path_from'] = "Length of the longest path from ";
$g_lang['additionl_actions'] = "Special actions";
$g_lang['reverse_all_edges'] = "Reverse all edges";
$g_lang['make_all_undirected'] = "Make all edges undirected";
$g_lang['make_all_directed'] = "Make all edges directed";
?>