mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 08:36:20 +00:00
16 lines
769 B
PHP
Executable File
16 lines
769 B
PHP
Executable File
<?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";
|
|
?>
|