graphonline/lang/el/create_algorithm.php
2020-05-06 21:42:28 +03:00

11 lines
829 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
include ("home.php");
$g_lang["title_notg"] = "Δημιουργία αλγορίθμου για το γράφημα";
$g_lang["text"] = "<p>Δημιουργήστε τον δικό σας αλγόριθμο για γράφημα χρησιμοποιώντας JavaScript.
Για να μάθαιτε περισσότερα <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">διαβάστε την τεκμηρίωση API</a>.</p>\n";
$g_lang["m_title"] = "Δημιουργήστε τον δικό σας αλγόριθμο σε JavaScript για το graph online";
$g_lang["m_keyWords"] = "Γράφοι, δημιουργία αλγορίθμου, JavaScript";
$g_lang["m_description"] = "Δημιουργήστε αλγόριθμο σε JavaScript για το graph online";
?>