mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 06:11:37 +00:00
Add settings for vertex shape and size.
This commit is contained in:
@@ -223,4 +223,11 @@
|
||||
$g_lang['selected_edge_style'] = "Стиль выделенной дуги";
|
||||
$g_lang['common_vertex_style'] = "Стиль обычной вершины";
|
||||
$g_lang['selected_vertex_style'] = "Стиль выделенной вершины";
|
||||
|
||||
$g_lang['shape'] = "Форма";
|
||||
$g_lang['circle'] = "Круг";
|
||||
$g_lang['squere'] = "Квадрат";
|
||||
$g_lang['triangle'] = "Треугльник";
|
||||
$g_lang['pentagon'] = "Пятиугольник";
|
||||
$g_lang['vertex_diameter'] = "Размер вершины";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user