graphonline/lang/backup/en/home.1420657847.php
2017-04-15 01:34:36 +03:00

28 lines
1.3 KiB
PHP
Executable File

<?php
$g_lang["title_notg"] = "Find shortest path";
$g_lang["text"] = "<p>Create graph and find shortest path</p>\n";
$g_lang["add_node"] = "Add vertex";
$g_lang["connect_nodes"] = "Connect vertexs";
$g_lang["delete"] = "Remove object";
$g_lang["default"] = "Drad & drop";
$g_lang["short_path"] = "Find shortest path";
$g_lang["save_direction_choose"] = "Save edge type";
$g_lang["edge_weight"] = "Edge weight";
$g_lang["save_weight_choose"] = "use value for the next edges";
$g_lang["default_weight"] = "has no weight";
$g_lang["browser_no_support"] = "Your browser is not supported";
$g_lang["select_and_move_objects"] = "Select and move objects by mouse";
$g_lang["move_cursor_for_moving"] = "Drag cursor to move objects";
$g_lang["add_graph"] = "Add edge";
$g_lang["orint_edge"] = "Directed";
$g_lang["not_orint_edge"] = "Undirected";
$g_lang["show_adjacency_matrix"] = "Adjacency Matrix";
$g_lang["save"] = "Save";
$g_lang["cancel"] = "Cancel";
$g_lang["adjacency_matrix_description"] = "Setup adjacency matrix. Use commo \",\" as separator";
$g_lang["adjacency_matrix_bad_format"] = "Matrix is incorrect. Use commo \",\" as separator. Matrix should be square";
$g_lang["delete_all"] = "Remove all";
$g_lang["m_title"] = "Find shortes path online";
?>