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

17 lines
1002 B
PHP
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$g_lang["head_no_tags"] = "Creating graph from adjacency matrix";
$g_lang["text"] = "<p>On this page you can enter&nbsp;adjacency matrix and plot graph</p>\n";
$g_lang["adjacency_matrix_description"] = "Enter adjacency matrix. Using commo \",\" as separator and press \"Plot Graph\"";
$g_lang["adjacency_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 adjacency matrix";
$g_lang["m_keyWords"] = "graph online, plot graph, creating graph from adjacency matrix, adjacency matrix";
$g_lang["m_description"] = "Creating graph from adjacency matrix";
$g_lang["matrix_matrix_input"] = "Enter as table";
$g_lang["text_matrix_input"] = "Enter as text";
$g_lang["adjacency_matrix_description_matrix"] = "Enter adjacency matrix. Press \"Plot Graph\"";
$g_lang["add_node_to_matrix"] = "Add node to matrix";
?>