mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
Fix translations.
This commit is contained in:
parent
53611f1d61
commit
e5ba1c5b62
@ -118,11 +118,11 @@
|
||||
$g_lang["checkToSave"] = "Check to save";
|
||||
$g_lang["showDistMatrix"] = "Show distance matrix";
|
||||
$g_lang["distMatrixText"] = "Distance matrix";
|
||||
|
||||
$g_lang["selectStartVertexForMaxFlow"] = "Select source vertex of maximum flow";
|
||||
$g_lang["selectFinishVertexForMaxFlow"] = "Select sink vertex of maximum flow";
|
||||
$g_lang["maxFlowResult"] = "Maximum flow from %2 to %3 is %1";
|
||||
$g_lang["flowNotExists"] = "Flow from %1 to %2 does not exists";
|
||||
|
||||
$g_lang["selectStartVertexForMaxFlow"] = "Select a source of the maximum flow";
|
||||
$g_lang["selectFinishVertexForMaxFlow"] = "Select a sink of the maximum flow";
|
||||
$g_lang["maxFlowResult"] = "Maximum flow from %2 to %3 equals %1";
|
||||
$g_lang["flowNotExists"] = "Flow from %1 in %2 does not exist";
|
||||
|
||||
$g_lang["sourceVertex"] = "Source";
|
||||
$g_lang["sinkVertex"] = "Sink";
|
||||
|
Loading…
x
Reference in New Issue
Block a user