Added background image support

This commit is contained in:
Oleg Sh
2023-10-21 12:08:07 +02:00
parent 131f1a0e14
commit 6f477f1e94
18 changed files with 275 additions and 26 deletions

View File

@@ -137,7 +137,7 @@
$g_lang["edge_draw_style"] = "Style d'arête";
$g_lang["color"] = "Couleur";
$g_lang["alpha"] = "Opacité";
$g_lang["background_style"] = "Couleur d'arrière plan";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "La matrice du multigraphe contient les poids des arêtes minimum entre sommets";
$g_lang["graph_is_multi_message"] = "Tous les algorithmes ne s'appliquent pas au multigraphe";
$g_lang["graph_is_general_message"] = "";
@@ -270,4 +270,11 @@
$g_lang["max_clique_not_found"] = "Max Clique is not found";
$g_lang["max_clique_size_is"] = "Max Clique size is ";
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
$g_lang["remove_background_image"] = "Remove background image";
$g_lang["upload"] = "Upload";
$g_lang["background_image"] = "Background image";
$g_lang['wrong_image_background_format'] = "Wrong image format. Only JPEG and PNG are supported";
$g_lang['wrong_image_background_size'] = "Image size is too big. Image size must be less than {0} pixels.";
?>