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

@@ -164,7 +164,7 @@
$g_lang["color"] = "Цвят";
$g_lang["alpha"] = "Прозрачност";
$g_lang["background_style"] = "Цвят на фона";
$g_lang["background_style"] = "Фон";
$g_lang["adjacency_matrix_multigraph_description"] = "Мултиграф матрица съдържа теглото на минималните ребра между върховете.";
@@ -297,4 +297,11 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit</a>";
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$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.";
?>

View File

@@ -164,7 +164,7 @@
$g_lang["color"] = "颜色";
$g_lang["alpha"] = "透明度";
$g_lang["background_style"] = "背景颜色";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "多重图包含最短边的权重.";
@@ -297,4 +297,11 @@
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$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.";
?>

View File

@@ -163,7 +163,7 @@
$g_lang["color"] = "Barva";
$g_lang["alpha"] = "Průhlednost";
$g_lang["background_style"] = "Barva pozadí";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Multigrafická matice obsahuje váhu minimálních hran mezi vrcholy.";
@@ -301,4 +301,11 @@
$g_lang["max_clique_not_found"] = "Maximální kliku nebylo nalezeno";
$g_lang["max_clique_size_is"] = "Velikost maximální kliky je ";
$g_lang["max_clique_contains"] = ". Klika obsahuje tyto vrcholy: ";
$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.";
?>

View File

@@ -135,7 +135,7 @@
$g_lang["edge_draw_style"] = "Kantenstil";
$g_lang["color"] = "Farbe";
$g_lang["alpha"] = "Opazität";
$g_lang["background_style"] = "Hintergrundfarbe";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Multigraph-Matrix enthält Gewicht der minimalen Kanten.";
$g_lang["graph_is_multi_message"] = "Multigraph unterstützt alle Algorithmen nicht";
$g_lang["graph_is_general_message"] = "";
@@ -260,4 +260,11 @@
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$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.";
?>

View File

@@ -165,7 +165,7 @@
$g_lang["color"] = "Χρώμα";
$g_lang["alpha"] = "Διαφάνεια";
$g_lang["background_style"] = "Χρώμα φόντου";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Ο πίνακας Multigraph περιέχει βάρος ελάχιστων άκρων μεταξύ κορυφών.";
@@ -297,5 +297,12 @@
$g_lang["snowflake"] = "Snowflake";
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$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.";
?>

View File

@@ -164,7 +164,7 @@
$g_lang["color"] = "Color";
$g_lang["alpha"] = "Opacity";
$g_lang["background_style"] = "Background color";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Multigraph matrix contains weight of minimum edges between vertices.";
@@ -301,5 +301,12 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit</a>";
$g_lang["max_clique"] = "Max Clique";
$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["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.";
?>

View File

@@ -164,7 +164,7 @@
$g_lang["color"] = "Color";
$g_lang["alpha"] = "Opacidad";
$g_lang["background_style"] = "Color de fondo";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Las matrices de multigrafos continen el mínimo de los pesos de las aristas que unen los vértices.";
@@ -302,4 +302,11 @@ Tenemos traducciones en griego 🇬🇷.</a> <a href=\"https://github.com/UnickS
$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.";
?>

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.";
?>

View File

@@ -135,7 +135,7 @@
$g_lang["edge_draw_style"] = "Stijl van de weg";
$g_lang["color"] = "Kleur";
$g_lang["alpha"] = "Transparantie";
$g_lang["background_style"] = "Achtergrond kleur";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Multigraaf matrix bevat het gewicht van de minimale lijnen tussen hoekpunten";
$g_lang["graph_is_multi_message"] = "Multigraaf ondersteunt niet alle algoritme's";
$g_lang["graph_is_general_message"] = "";
@@ -267,4 +267,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.";
?>

View File

@@ -164,7 +164,7 @@
$g_lang["color"] = "Kolor";
$g_lang["alpha"] = "Przeźroczystość";
$g_lang["background_style"] = "Kolor tła";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Macierz multigrafu zawiera wagi minimalnych krawędzi pomiędzy wierzchołkami.";
@@ -302,4 +302,11 @@ Dodaliśmy polskie tłumaczenie, Patryk</a>";
$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.";
?>

View File

@@ -135,7 +135,7 @@
$g_lang["edge_draw_style"] = "Estilo da aresta";
$g_lang["color"] = "Cor";
$g_lang["alpha"] = "Opacidade";
$g_lang["background_style"] = "Cor de fundo do texto";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "Matriz de multigrafo contém pesos das arestas mínimas entre os vértices";
$g_lang["graph_is_multi_message"] = "Multigrafo não suporta todos os algoritmos";
$g_lang["graph_is_general_message"] = "";
@@ -268,4 +268,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.";
?>

View File

@@ -167,7 +167,7 @@
$g_lang["color"] = "Цвет";
$g_lang["alpha"] = "Прозрачность";
$g_lang["background_style"] = "Цвет фона";
$g_lang["background_style"] = "Фона";
$g_lang["adjacency_matrix_multigraph_description"] = "Для мультиграфа матрица содержит значения минимальных дуг между вершинами.";
@@ -304,4 +304,11 @@
$g_lang["max_clique_not_found"] = "Максимальная клика не найден";
$g_lang["max_clique_size_is"] = "Размер Максимальной клики равена ";
$g_lang["max_clique_contains"] = ". Клика содержит следующие вершины: ";
$g_lang["remove_background_image"] = "Удалить фоновое изображение";
$g_lang["upload"] = "Загрузить";
$g_lang["background_image"] = "Фоновое изображение";
$g_lang['wrong_image_background_format'] = "Неправильный формат изображения. Только JPEG and PNG поддерживается";
$g_lang['wrong_image_background_size'] = "Размер изобажения слишком большой. Размер изображения должен быть меньше {0} пикселей.";
?>

View File

@@ -139,7 +139,7 @@
$g_lang["edge_draw_style"] = "Kant ritning stil";
$g_lang["color"] = "Färg";
$g_lang["alpha"] = "Genomskinlighet";
$g_lang["background_style"] = "Bakgrundsfärg";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "För en multigraf innehåller matrisen värdet på minsta bågar mellan topparna";
$g_lang["graph_is_multi_message"] = "Multigraph stöder inte alla algoritmer";
$g_lang["graph_is_general_message"] = "";
@@ -264,4 +264,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.";
?>