Change translation.

This commit is contained in:
Unick Soft
2020-09-08 21:05:25 +02:00
parent 7fcd6197d9
commit 38d6483665
7 changed files with 7 additions and 7 deletions

View File

@@ -201,6 +201,6 @@ Tenemos traducciones en griego 🇬🇷.</a> <a href=\"https://github.com/UnickS
$g_lang["vertices_degree_name"] = "Calcular grado de los vértices";
$g_lang["min_spanning_tree_res_is"] = "Weight of minimum spanning tree is ";
$g_lang["min_spanning_tree_ignore_direction"] = "We ignored edges direction for calculation.";
$g_lang["min_spanning_tree_ignore_direction"] = "In time of calculation we have ignored the edges direction.";
$g_lang["min_spanning_tree_graph_not_connected"] = "Graph is disconnected";
?>