mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Add special actions for edges.
This commit is contained in:
@@ -242,5 +242,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";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user