mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 00:06:19 +00:00
Add Czech translation.
This commit is contained in:
11
lang/cs/create_algorithm.php
Normal file
11
lang/cs/create_algorithm.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
include("home.php");
|
||||
|
||||
$g_lang["title_notg"] = "Vytvořit vlastní algoritmus pro graf";
|
||||
$g_lang["text"] = "<p>Vytvořte vlastní algoritmus pro graf pomocí JavaScriptu. Chcete-li se dozvědět více, <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">čtěte dokumentaci API</a>.</p>\n";
|
||||
$g_lang["m_title"] = "Vytvořte vlastní algoritmus na JavaScript pro online graf";
|
||||
$g_lang["m_keyWords"] = "grafy, vytvoření algoritmu, JavaScript";
|
||||
$g_lang["m_description"] = "Vytvořte algoritmus na JavaScript pro online graf";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user