mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-18 14:50:59 +00:00
first commit
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
$g_lang["title_notg"] = "Page is not ready";
|
||||
$g_lang["text"] = "<p>Sorry but page is not ready yet. Test.</p>\n";
|
||||
$g_lang["add_node"] = "Add edge";
|
||||
$g_lang["connect_nodes"] = "Connect edges";
|
||||
$g_lang["delete"] = "Remove edge";
|
||||
$g_lang["default"] = "Grad and 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["m_title"] = "Find shortes path online";
|
||||
?>
|
||||
Reference in New Issue
Block a user