graphonline/lang/backup/en/create_graph_by_incidence_matrix.1468108496.php
2020-07-03 23:24:10 +03:00

20 lines
1.0 KiB
PHP
Executable File

<?php
$g_lang["head_no_tags"] = "Creating graph from incidence matrix";
$g_lang["text"] = "<p>On this page you can enter incidence matrix and plot graph</p>\n";
$g_lang["incidence_matrix_description"] = "Enter incidence matrix. Using commo \",\" as separator and press \"Plot Graph\"";
$g_lang["incidence_matrix_bad_format"] = "Matrix is incorrect. Use commo \",\" as separator. Matrix should be square.";
$g_lang["plot_graph_button"] = "Plot graph";
$g_lang["m_title"] = "Creating graph from incidence matrix";
$g_lang["m_keyWords"] = "graph online, plot graph, creating graph from incidence matrix, incidence matrix";
$g_lang["m_description"] = "Creating graph from incidence matrix";
$g_lang["matrix_matrix_input"] = "Enter to table";
$g_lang["text_matrix_input"] = "Enter as text";
$g_lang["incidence_matrix_description_matrix"] = "Enter incidence matrix. Press \"Plot Graph\" to plot";
$g_lang["add_edge_to_matrix"] = "Add edge";
$g_lang["add_node_to_matrix"] = "Add node";
?>