Added button to recommend new algorithm.

This commit is contained in:
Unick Soft
2017-10-12 23:02:16 +03:00
parent 45203a13ce
commit 7e71a151da
28 changed files with 164 additions and 3 deletions

View File

@@ -102,4 +102,8 @@
$g_lang["or"] = "or";
$g_lang["vote"] = "Vote";
$g_lang["vote_question"] = "What functions should we add firstly?";
$g_lang["what_algorithm_need"] = "Please, write what algorithm you are missing";
$g_lang["recommend_algorithm"] = "Recommend algorithms";
?>

View File

@@ -106,5 +106,9 @@
$g_lang["or"] = "или";
$g_lang["vote"] = "Опрос";
$g_lang["vote_question"] = "Какие функции нам добавить в первую очередь?";
$g_lang["what_algorithm_need"] = "Пожалуйста, напишите, какого алгоритма вам не хватает";
$g_lang["recommend_algorithm"] = "Рекомендовать алгоритмы";
?>