Add more options for vertex.

This commit is contained in:
Oleg Sh
2021-04-23 21:38:16 +02:00
parent 7583db561f
commit 35c6656d0f
14 changed files with 125 additions and 17 deletions

View File

@@ -191,5 +191,10 @@
$g_lang['squere'] = "Square";
$g_lang['triangle'] = "Triangle";
$g_lang['pentagon'] = "Pentagon";
$g_lang['vertex_diameter'] = "Vertex size";
$g_lang['vertex_diameter'] = "Vertex size";
$g_lang['additional_text_color'] = "Another text color";
$g_lang['weight_position'] = "Text position";
$g_lang['center'] = "Center";
$g_lang['on_up'] = "Above";
?>