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
+16
@@ -0,0 +1,16 @@
|
||||
<?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"] = "Äîáàâèòü âåðøèíó";
|
||||
$g_lang["connect_nodes"] = "Ñîåäèíèòü âåðøèíû";
|
||||
$g_lang["delete"] = "Óäàëèòü";
|
||||
$g_lang["default"] = "Ïåðåìåùåíèå";
|
||||
$g_lang["short_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";
|
||||
?>
|
||||
Reference in New Issue
Block a user